ResearchPod Summary
Long-form question answering (LFQA) systems often struggle with "evidence-boundary overrun," where models generate claims that are not fully supported by the retrieved documents. The authors investigate whether this is a structural issue caused by the implicit, joint generation of claims and citations, and propose a method to make this attribution process explicit.
The authors introduce CAGE (Cognitive Attribution Graphs for Citation Generation), a two-stage framework that separates the identification of evidence from the generation of the final answer.
This approach transforms the complex, combinatorial task of assigning citations to claims into a structured, map-guided generation process.
Experiments on the ASQA, ELI5, and ExpertQA datasets demonstrate that CAGE achieves state-of-the-art performance in citation-grounded generation. By contracting the "attribution space"—the set of possible claim-document assignments—CAGE significantly reduces the risk of unsupported claims. The results show consistent improvements across various model sizes, suggesting that explicit attribution mapping provides a robust mechanism for enhancing the verifiability of LLM outputs.
As LLMs are increasingly used for knowledge-intensive tasks, the ability to verify claims through inline citations is critical. CAGE provides a practical, plug-and-play architecture that can be integrated with existing LLMs to improve their reliability, making it a valuable tool for developers building trustworthy RAG systems.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.