← Latest papers
🤖 AI

Towards Query-Agnostic RAG Evaluation via Query Coverage and Claim Verifiability

The paper introduces Q-CARE, a query-agnostic and reference-free framework that decomposes queries and answers into atomic units to establish unified metrics for retriever coverage and generator claim verifiability, demonstrating superior correlation with human judgments compared to existing RAG evaluation methods.

Original authors: Jeonghwan Choi, Taewon Yun, Minjeong Ban, Gyeonghun Sun, Jae-Gil Lee, Hwanjun Song

Published 2026-08-13
📖 4 min read☕ Coffee break read

Original authors: Jeonghwan Choi, Taewon Yun, Minjeong Ban, Gyeonghun Sun, Jae-Gil Lee, Hwanjun Song

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a detective trying to solve a mystery. You have a super-smart assistant (a Large Language Model) who can write stories, answer questions, and explain complex topics. But this assistant has a problem: sometimes it makes things up, or it forgets to check its notes. To fix this, we give the assistant a stack of reference books (retrieved evidence) and tell it, "Only answer using what you find in these books." This is called Retrieval-Augmented Generation, or RAG. It's like giving your detective a library card so they don't have to guess.

But here's the tricky part: How do we know if the detective did a good job? If the question is simple, like "Who is the president?", it's easy to check the answer. But what if the question is complicated, like "Explain the history of coffee and how it affects the economy"? The answer might be long, full of different ideas, and hard to grade. Old ways of checking answers were like a strict teacher who only gave points if the student's answer matched a specific "gold standard" word-for-word. This worked for simple facts but failed miserably for complex stories. It couldn't tell if the student missed a key point or if they made up a fact that sounded good but wasn't in the books. We needed a new way to grade that works for any kind of question, whether it's a simple fact or a deep explanation, without needing a perfect answer key to compare against.

Enter Q-CARE, a new evaluation framework proposed by researchers Jeonghwan Choi and his team at KAIST. Think of Q-CARE as a super-organized, hyper-attentive teaching assistant that doesn't just look at the final essay; it breaks the whole process down into tiny, manageable pieces to see exactly where the detective succeeded or failed.

Instead of looking at the whole answer at once, Q-CARE acts like a master chef deconstructing a complex dish. First, it takes the original question and chops it into smaller, bite-sized "sub-questions." If the question is "How do I bake a cake?", it breaks it down into "What ingredients do I need?", "How long do I bake it?", and "What temperature?". It does the same for the answer, breaking the long paragraph into individual "claims" or facts, like "The cake needs flour" or "Bake at 350 degrees."

Then, the magic happens. Q-CARE plays a game of "connect the dots" using only the reference books the detective was allowed to use. It asks three critical questions:

  1. Did the books cover the sub-questions? (Did the library have the info on ingredients?)
  2. Did the answer cover the sub-questions? (Did the student actually write about the ingredients?)
  3. Can the answer's claims be proven by the books? (Is the claim "Bake at 350 degrees" actually written in the book, or did the student guess?)

This approach allows Q-CARE to measure two main things: Coverage (did the answer address everything the question asked?) and Verifiability (is every single sentence backed up by the evidence?).

The researchers tested this new method on a massive benchmark involving eight different types of datasets, ranging from simple news questions to complex scientific explanations. They compared Q-CARE against four other popular evaluation tools. The results were clear: Q-CARE agreed much more with human judges than the other methods. In fact, it achieved a correlation of 0.55 with human judgments for retrieval on close-ended questions and 0.69 for verifiability on open-ended questions, significantly outperforming rivals like RAGEval and RAGChecker, which often struggled when the questions got complicated or open-ended.

One of the coolest things about Q-CARE is that it doesn't need a "gold standard" answer to work. It's "reference-free," meaning it can grade a student's essay even if the teacher doesn't have the answer key, as long as the student used the right textbooks. The team found that this method works just as well for simple "Who is the president?" questions as it does for "Explain the theory of relativity" essays.

However, the paper also suggests that the size of the "brain" (the AI model) doing the grading matters. When they used a smaller AI model to run Q-CARE, the scores weren't as reliable, especially for tricky open-ended questions. But when they used a larger, smarter model (like the Qwen3-30B), the evaluation became much more accurate, suggesting that a strong "teacher" is needed to effectively use this new grading system.

In short, Q-CARE suggests that by breaking questions and answers into tiny, verifiable pieces, we can finally build a grading system that is fair, consistent, and capable of handling the full range of human curiosity, from simple facts to deep, open-ended exploration. It's a step toward making sure our AI assistants are not just sounding smart, but actually being helpful and truthful.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →