让大模型先理解用户风格再检索,提升个性化问答准确率
Personalize Before Retrieve: LLM-based Personalized Query Expansion for User-Centric Retrieval
- 先分析用户历史风格,生成符合其表达习惯的查询扩展
- 通过图结构对齐用户文档,精准锚定查询语义
- 在双数据集上比现有方法最高提升10%,适合个性化搜索场景
检索增强生成(RAG)依赖有效的查询扩展来获取相关信息。然而,现有扩展方法采用统一策略,忽视用户特定语义,忽略个体表达风格、偏好和历史上下文。相同文本查询在不同用户中可能表达完全不同意图,这种表征僵化限制了当前RAG系统在个性化场景下的泛化能力。我们识别出两个核心挑战:1)用户表达风格本质多样,标准扩展难以保留个性化意图;2)用户文档库呈现异构语义结构——主题聚焦与词汇组织各不相同,阻碍扩展查询在用户文档空间中的有效锚定。为此,我们提出PBR(Personalize Before Retrieve)框架,在检索前融入用户特定信号。PBR包含两个组件:P-PRF利用用户历史生成风格一致的伪反馈,模拟用户表达风格;P-Anchor基于图结构对齐用户文档库,捕捉其内部结构。二者协同生成针对检索定制的个性化查询表示。在两个个性化基准上的实验表明,PBR持续优于强基线,跨检索器在PersonaBench上最高提升达10%。研究结果证明,在检索前建模个性化可有效弥合用户自适应RAG系统的语义鸿沟。
原文摘要 · Abstract (English)
Retrieval-Augmented Generation (RAG) critically depends on effective query expansion to retrieve relevant information. However, existing expansion methods adopt uniform strategies that overlook user-specific semantics, ignoring individual expression styles, preferences, and historical context. In practice, identical queries in text can express vastly different intentions across users. This representational rigidity limits the ability of current RAG systems to generalize effectively in personalized settings. Specifically, we identify two core challenges for personalization: 1) user expression styles are inherently diverse, making it difficult for standard expansions to preserve personalized intent. 2) user corpora induce heterogeneous semantic structures-varying in topical focus and lexical organization-which hinders the effective anchoring of expanded queries within the user's corpora space. To address these challenges, we propose Personalize Before Retrieve (PBR), a framework that incorporates user-specific signals into query expansion prior to retrieval. PBR consists of two components: P-PRF, which generates stylistically aligned pseudo feedback using user history for simulating user expression style, and P-Anchor, which performs graph-based structure alignment over user corpora to capture its structure. Together, they produce personalized query representations tailored for retrieval. Experiments on two personalized benchmarks show that PBR consistently outperforms strong baselines, with up to 10% gains on PersonaBench across retrievers. Our findings demonstrate the value of modeling personalization before retrieval to close the semantic gap in user-adaptive RAG systems.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。