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

📅 2026-09-03
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
为解决LLM在长文本处理中的信息丢失问题,提出STAIR系统利用文档结构如目录提高检索精度,减少幻觉生成。
📝 Abstract
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%).
Problem

Research questions and friction points this paper is trying to address.

Retrieval Augmented Generation
Large Language Models
global structure
Table of Contents
information retrieval
Innovation

Methods, ideas, or system contributions that make the work stand out.

STAIR
Table of Contents (ToC)
low hallucination
SearchTome
🔎 Similar Papers
No similar papers found.
V
Vineet Kumar
IBM
M
Meghanadh Pulivarthi
IBM
V
Vishwajeet Kumar
IBM
Jaydeep Sen
Jaydeep Sen
IBM Research AI
Question AnsweringInformation RetrievalNLP
R
Riyaz Ahmad Bhat
IBM
Sachindra Joshi
Sachindra Joshi
Research Staff Member
Machine learningText Mining