arXiv:2606.09459cs.CL2026-06

让检索生成模型自动补全抽象层级差异,提升问答准确率

AbstRAG: Learning to Abstract for Retrieval Problems

论文配图:AbstRAG: Learning to Abstract for Retrieval Problems
图 1 · 摘自论文原文
  • 将抽象层级不匹配分解为四类组件,显式建模检索中间步骤
  • 在三个基准上平均提升生成准确率4.4%,nDCG@10胜过7个基线
  • 通过自我修正机制减少冗余信息,适合复杂知识问答场景

当查询、文档证据与用户意图处于不同抽象层次时,检索增强生成常失效。我们定义此现象为抽象差距:对齐查询意图与现有证据所需的最小类型化假设。为此提出AbstRAG,将抽象视为显式检索对象。该方法将查询-证据差距分解为表达、概念、意图-证据及事件类型四个成分,并通过匹配质量、独立于查询的效用先验和所需桥梁成本联合评分相关性。核心机制为反射式精炼:批评者诊断检索失败,定位失效的抽象操作符,提出最小阶段特异性修复方案,并在充分性与压缩控制下才接受。在三个文档内检索基准上,21次配对置信区间对比中,18次优于基线;生成准确率分别提升1.9%、5.2%、4.0%;消融实验表明反射精炼带来主要检索收益,压缩控制单独将压力子集中的过度扩展误报从73.7%降至0%。

原文摘要 · Abstract (English)

Retrieval-augmented generation often fails when the query, the document evidence, and the user's intent are expressed at different levels of abstraction. A query may ask about a class, a relation, or an event, while the document only states specific instances, indirect framings, or scoped formulations. We define this mismatch as an abstraction gap: the minimal set of typed assumptions required to align query intent with the available evidence. To close this gap, we introduce AbstRAG, which treats abstraction as an explicit retrieval object. AbstRAG decomposes the query--evidence gap into expression, conceptual, intent--evidence, and event-type components, and scores relevance by combining match quality, a query-independent utility prior, and the cost of the required bridges. Its central mechanism is reflective refinement: a critic diagnoses retrieval failures, localizes the failed abstraction operator, proposes a minimal stage-specific patch, and accepts the patch only under sufficiency and compression controls. Across three within-document retrieval benchmarks against seven baselines, AbstRAG outperforms on nDCG@10 in 18 of 21 paired-bootstrap contrasts and improves generation accuracy by 1.9%, 5.2%, and 4.0% across the three benchmarks; ablations confirm that reflective refinement drives most of the retrieval gain and the compression control alone reduces over-expansion false positives from 73.7% to 0% on a stress slice.

检索增强抽象对齐自我修正

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