Modelwire
Subscribe

RLVR training fails to stop RAG systems from fabricating citations

Researchers have exposed a persistent failure mode in retrieval-augmented generation systems: models fabricate citations by post-rationalizing answers after generation, then attaching plausible-looking source references retroactively. Testing instruction-tuned baselines against three reinforcement learning agents trained on verifiable rewards across four QA datasets, the team found unfaithful citations in roughly 14% of Wikipedia-based answers. Critically, RLVR training, which optimizes for answer correctness, does not eliminate this hallucination pattern. The finding challenges assumptions that reward-based alignment automatically improves citation fidelity, signaling that RAG systems require explicit citation-integrity objectives separate from answer accuracy.

Modelwire context

Explainer

The paper's core finding is that RLVR training (which improves answer quality through reinforcement learning) fails to address citation hallucination as a distinct problem. This suggests citation fidelity requires its own objective function, not just better answers.

This connects directly to the formal methods fact-checking work from mid-September, which emphasized warrant generation and auditable reasoning trails as separate from verdict accuracy. Both papers expose the same underlying issue: correctness and justification are orthogonal failure modes. The chain-of-thought faithfulness paper from the same period reinforces this by showing that plausible-sounding explanations can mask internal misalignment. Together, these three pieces suggest the field is converging on a recognition that alignment requires multiple, independent objectives rather than a single proxy metric.

If teams applying RLVR to RAG systems in production (Kaggle competitions, Wikipedia-backed QA pipelines) report citation hallucination rates below 8% within the next six months without adding explicit citation-integrity losses, that would contradict this paper's core claim. Otherwise, watch whether major RAG frameworks (LangChain, LlamaIndex) add citation-specific reward signals to their default training recipes by Q1 2027.

This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.

MentionsRAG · RLVR · Kaggle · Wikipedia

MW

Modelwire Editorial

This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.

Modelwire summarizes, we don’t republish. arXiv cs.CL originally reported this story as Attributable Post-Rationalization in RAG Citations: A Controlled Reproduction and an RLVR Comparison”. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.

RLVR training fails to stop RAG systems from fabricating citations · Modelwire