CiteGuard: Faithful Citation Attribution for LLMs via Retrieval-Augmented Validation
Yee Man Choi, Xuehang Guo, Yi R. Fung, Qingyun Wang
TL;DR
CiteGuard addresses the problem of faithful citation attribution in LLM-generated scientific writing by reframing citation evaluation as attribution alignment and introducing a retrieval-augmented agent. The method extends prior work with a rich set of retrieval actions that query and verify candidate references across a Semantic Scholar corpus, enabling iterative generation of one or more appropriate citations per excerpt. Empirical results on the CiteME benchmark show that CiteGuard outperforms LLM-as-a-Judge-based baselines by 12.3% and reaches up to 65.4% accuracy with open models, approaching human performance at 69.7%, while also producing high-quality alternative citations validated by human annotators. The work highlights the tradeoffs between retrieval depth and token cost, demonstrates model-agnostic effectiveness across reasoning and non-reasoning models, and discusses limitations and avenues for future work, including expanding data sources beyond Semantic Scholar and analyzing performance on smaller open models.
Abstract
Large Language Models (LLMs) have emerged as promising assistants for scientific writing. However, there have been concerns regarding the quality and reliability of the generated text, one of which is the citation accuracy and faithfulness. While most recent work relies on methods such as LLM-as-a-Judge, the reliability of LLM-as-a-Judge alone is also in doubt. In this work, we reframe citation evaluation as a problem of citation attribution alignment, which is assessing whether LLM-generated citations match those a human author would include for the same text. We propose CiteGuard, a retrieval-aware agent framework designed to provide more faithful grounding for citation validation. CiteGuard improves the prior baseline by 12.3%, and achieves up to 65.4% accuracy on the CiteME benchmark, on par with human-level performance (69.7%). It also enables the identification of alternative but valid citations.
