Citation Failure: Definition, Analysis and Efficient Mitigation
Jan Buchmann, Iryna Gurevych
TL;DR
This work addresses citation failure in LLM-based retrieval-augmented generation, where a correct answer may be supported by incomplete evidence. It introduces CiteControl, a controlled benchmark that isolates how the relation between a response and its evidence affects citation quality, enabling separation of response failure from citation failure. Building on this, the authors propose Citentation (Citation framework), which unifies generation-based, attention-based, and retrieval-based citation with an aggregation and decision mechanism to efficiently improve corroborative citations. Empirical results on CiteControl and transfer datasets show that combining methods yields the strongest improvements, particularly in complex reasoning tasks, and demonstrate effective citation enhancement without task-specific in-domain training. These contributions advance robust, verifiable LLM responses in retrieval-augmented contexts and open avenues for further integration of multiple citation signals and efficient retrieval strategies.
Abstract
Citations from LLM-based RAG systems are supposed to simplify response verification. However, this does not hold for citation failure, when a model generates a helpful response, but fails to cite complete evidence. In contrast to previous work, we propose to disentangle this from response failure, where the response itself is flawed, and citing complete evidence is impossible. To address citation failure, this work follows a two-step approach: (1) We study when citation failure occurs and (2) how it can be mitigated. For step 1, we extend prior work by investigating how the relation between response and evidence affects citation quality. We introduce CITECONTROL, a benchmark that systematically varies this relation to analyze failure modes. Experiments show that failures increase with relational complexity and suggest that combining citation methods could improve performance, motivating step 2. To improve LLM citation efficiently, we propose CITENTION, a framework integrating generative, attention-based, and retrieval-based methods. Results demonstrate substantial citation improvements on CITECONTROL and in transfer settings. We make our data and code publicly available.
