arXiv:2608.01738cs.IR2026-08中稿 · the Main Track of …

解决电商搜索中重写与召回脱节问题,提升查询意图匹配度。

SPEAR: Selection-aware Personalized End-to-end Adaptive Rewriting and Retrieval for Community Search

论文配图:SPEAR: Selection-aware Personalized End-to-end Adaptive Rewriting and Retrieval for Community Search
图 1 · 摘自论文原文
  • 采用双嵌入结构+梯度隔离,防止点击率信号干扰召回语义。
  • 引入乘性门控聚合,避免通用词主导的错误重写。
  • 动态重写选择器适配用户与请求,提升个性化与相关性。

查询重写连接用户意图与检索结果,但现有系统分别优化重写质量与检索效果,导致两阶段结构错位。基于路径的端到端架构虽整合两者,却专为个性化设计,未显式约束相关性,且需保持重写与用户原始意图一致。直接迁移时模型产生‘通用词主导’偏差:偏好在路径上得分高但偏离意图的通用重写。为此提出SPEAR(选择感知的个性化端到端自适应重写与检索),集成三项机制:(1) 双嵌入主干网络配合辅助损失与梯度隔离,保护召回侧语义免受点击率驱动信号侵蚀;(2) 乘性门控聚合器,仅当重写置信度与物品相关性均强时才得分高,消除通用词捷径;(3) 动态重写选择器,联合生成请求特定重写权重及用户-查询条件下的缩放与偏移项,实现重写偏好与相关性校准的请求自适应。在10万条工业级搜索会话的离线评估中,相比生产基线,重写语义相似度@10提升+18.2,点击召回率@10提升+99.5。在线A/B测试显示,查询-浏览点击率提升+0.259,平均阅读深度提升+0.733,验证了改进重写选择对检索效果与用户参与度的正向影响。SPEAR系统自2025年起已全面部署于得物社区搜索平台。代码开源:https://github.com/mallocagi1-cell/spear。

原文摘要 · Abstract (English)

Query reformulation bridges user intent and retrieval in e-commerce search, yet production systems optimize rewrite quality and retrieval effectiveness separately, leaving the two stages structurally misaligned. Path-based architectures unify them end-to-end but were designed for personalization, where relevance is not an explicit constraint-search additionally requires the rewrite to remain faithful to the user's stated query intent. Transplanted directly, these models learn a shortcut we term the generic-word dominance effect: they favor generic rewrites that score well on paths but drift from query intent. To address this, we propose SPEAR (Selection-aware Personalized End-to-end Adaptive Rewriting and Retrieval), which integrates three components that each target one failure mode: (1) a dual-embedding backbone with auxiliary loss and gradient isolation that shields recall-side semantics from being eroded by CTR-driven ranking signals; (2) a multiplicative gating aggregator that lets a rewrite score high only when both its confidence and item relevance are strong, eliminating the generic-word shortcut; (3) a Dynamic Rewrite Selector that jointly generates request-specific rewrite weights and user-query-conditioned scale and bias terms, allowing both rewrite preference and relevance calibration to adapt to each request. Offline evaluation on 100K held-out industrial search sessions shows that the proposed framework improves rewrite semantic similarity@10 by +18.2 and click recall@10 by +99.5 over the production baseline. In online A/B testing, SPEAR achieves +0.259 in query-view CTR and +0.733 in average reading depth, confirming that improved rewrite selection translates into stronger retrieval and deeper user engagement. The proposed SPEAR system has been fully deployed in Dewu's community search platform since 2025. Our code is available at https://github.com/mallocagi1-cell/spear.

搜索重写个性化电商搜索端到端

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。