DS@GT ARC at LongEval: Citation Integrity and Factual Grounding in Scientific QA
Summary
DS@GT ARC submitted a corrective pipeline to the CLEF 2026 LongEval Task 4, focusing on Retrieval-Augmented Generation (RAG) systems for scientific question answering. Their work investigates the discrepancy between standard natural language evaluation metrics and the crucial aspect of citation integrity in RAG QA. The team benchmarked their pipeline, which incorporates Corrective RAG (CRAG) and CiteFix, against both baseline and frontier RAG models. While frontier models achieved high scores for answer relevance and fluency, RAGAs LLM-as-judge diagnostics revealed they often identified relevant documents without actually utilizing the context in their generated answers. DS@GT ARC's pipeline, by implementing pre-generation chunk filtering and post-generation strict entailment checks, demonstrated marginal improvements in citation faithfulness and answer grounding. The authors advocate for evaluation metrics that specifically reward strict answer grounding to ensure trustworthy RAG QA.
Key takeaway
For NLP Engineers developing or evaluating RAG QA systems, relying solely on traditional relevance and fluency metrics is insufficient for ensuring trustworthiness. Your evaluation strategy must incorporate explicit checks for citation integrity and strict answer grounding, as frontier models can appear performant without genuinely utilizing source context. Consider implementing pre-generation filtering and post-generation entailment checks to improve factual grounding and build more reliable RAG applications.
Key insights
Traditional RAG evaluation metrics often fail to assess citation integrity, necessitating new metrics that reward strict answer grounding.
Principles
- RAG evaluation needs citation integrity metrics.
- High relevance/fluency doesn't guarantee context use.
- Strict answer grounding is key for trustworthy RAG.
Method
A corrective pipeline filters chunks pre-generation and enforces strict entailment of claims to cited material post-generation to improve citation faithfulness and answer grounding in RAG QA.
In practice
- Implement pre-generation chunk filtering.
- Apply post-generation strict entailment checks.
- Use RAGAs LLM-as-judge for context use.
Topics
- Retrieval-Augmented Generation
- Scientific QA
- Citation Integrity
- Factual Grounding
- RAG Evaluation Metrics
- Corrective RAG
Best for: AI Scientist, NLP Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.