arXiv:2609.03874cs.AI2026-09

用目录结构提升文档检索,让大模型更准地找信息

STAIR (STructure Aware Information Retriever): A novel dataset and LLM based retriever for document structure augmentation

论文配图:STAIR (STructure Aware Information Retriever): A novel dataset and LLM based retriever for document structure augmentation
图 1 · 摘自论文原文
  • 用大模型理解文档目录结构,替代传统分块检索
  • 在新数据集上达82.6%召回率,幻觉低于0.05%
  • 适合低样本场景,也适用于长文档问答任务

检索增强生成(RAG)是提升大语言模型(LLM)生成准确性、减少幻觉的关键技术。尽管LLM处理长文本能力增强,但仍存在‘中间丢失’问题,因此精准检索至关重要。现有检索器将长文档按长度切块,导致语义全局结构信息丢失。本文提出STAIR系统,利用大模型识别文档的全局结构(如目录),高效存储并检索信息。通过微调可微搜索索引(DSI)系统的详尽消融实验表明,目录有助于构建幻觉低于0.05%的生成式信息检索系统,且在极少训练样本下仍具泛化能力。为推动该方向研究,我们发布了SearchTome——一个涵盖18本书、6个领域的多样化基准数据集。STAIR在SearchTome上取得82.6%的Recall@1,显著优于DSI(76.9%)、BM25(59.5%)、DPR(68.7%)和原生Mistral(13.8%)。

原文摘要 · Abstract (English)

Retrieval Augmented Generation (RAG) is a key component for generating accurate and hallucination free answers using Large Language Models (LLMs). LLMs are improving at handling long context, but still suffer from "lost in the middle" problem. Thus, precise and accurate retrieval is important. Current retrievers chunk long context into length-based manageable chunks - in the process throwing away rich and informative semantic global structure in the corpus. We introduce a novel retrieval system STAIR that empowers an LLM to exploit global structure in a corpus such as a Table of Contents (ToC) to efficiently store and retrieve information from its model parameters. Our thorough and careful ablation studies with a finetuned Differentiable Search Index (DSI) system show that ToC helps build a low hallucination (less than 0.05%) generative Information Retrieval (IR) system and can generalize to examples where very few training samples are available. To further research in this novel direction of ToC based retrieval we release SearchTome - a diverse benchmark created from 18 books across 6 diverse domains to further research in this novel direction. STAIR achieves a high Recall@1 score of 82.6% on SearchTome as compared to DSI (76.9%), where the difference is found to be statistically significant. STAIR easily beats other strong baselines such as BM25 (59.5%), DPR (68.7%) and out-of-the-box Mistral (13.8%).

信息检索大模型文档结构RAG

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