arXiv:2602.13647cs.IRcs.AI2026-02被引 2

用论文结构提升问答准确率,减少信息碎片化。

SF-RAG: Structure-Fidelity Retrieval-Augmented Generation for Academic Question Answering

论文配图:SF-RAG: Structure-Fidelity Retrieval-Augmented Generation for Academic Question Answering
图 1 · 摘自论文原文
  • 保留论文原有层级结构,构建低熵检索索引。
  • 路径引导检索,在固定字数内精准定位关键段落。
  • 适合需要高精度文献问答的工程与科研场景。

在海量科学文献上高效进行问答,对基于证据的工程决策至关重要。现有检索增强生成(RAG)方法将论文切分为无序文本块,破坏了原有的层级结构,导致上下文碎片化、非证据区域占用过多 token,增加下游模型推理负担。为此,我们提出 SF-RAG,将学术论文的天然层级结构作为低熵检索先验。该框架首先继承原文层级构建结构保真索引,从源头避免熵增;再设计路径引导检索机制,将查询语义对齐至相关章节,在固定 token 预算下选择高相关性的根到叶路径,生成紧凑、连贯、低熵的检索上下文。相比传统 RAG,SF-RAG 避免了破坏性预处理带来的熵增,为后续检索提供原生低熵基础。我们进一步引入基于熵的结构诊断方法,量化检索碎片化与证据分配准确性。在三个 QA 基准上的评估表明,SF-RAG 显著降低检索碎片化并提升证据分配精度,结构优势带来更优的答案质量,为智能工程文档系统及技术规范未来应用奠定可扩展基础。

原文摘要 · Abstract (English)

Efficient question-answering (QA) over extensive scientific literature is essential for evidence-based engineering decision-making. Retrieval-augmented generation (RAG) is increasingly applied to question-answering over long academic papers, where accurate evidence allocation under a fixed token budget is critical. However, existing approaches flatten papers into unstructured chunks, destroying the native hierarchical structure and forcing retrieval to operate in a disordered space. This produces fragmented contexts, misallocates tokens to non-evidential regions, and increases the reasoning burden for downstream language models.To address these issues, we propose SF-RAG, an RAG framework that treats the native hierarchical structure of academic papers as a low-entropy retrieval prior.SF-RAG first inherits the native hierarchy to construct a structure-fidelity index, which prevents entropy increase at the source.It then designs a path-guided retrieval mechanism that aligns query semantics to relevant sections and selects high relevance root-to-leaf paths under a fixed token budget, yielding compact, coherent, and low-entropy retrieval contexts.In contrast to existing RAG approaches, SF-RAG avoids entropy increase caused by destructive preprocessing and provides a native low-entropy structural basis for subsequent retrieval. We further introduce entropy-based structural diagnostics to quantify retrieval fragmentation and evidence allocation accuracy.Evaluations across three QA benchmarks show that SF-RAG significantly reduces retrieval fragmentation and improves evidence allocation. These structural benefits drive superior answer quality, establishing a scalable foundation for intelligent engineering document systems and future applications in technical specifications.

文献问答RAG结构保留证据定位

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