The rows
RAGTruth (MIT) holds answers that six models wrote to real search questions from the passages they were given, with every unsupported span marked by human annotators. Its QA test split has 900 answers; 160 contain something the passages don’t support.answer_support.yml
unsupported yes, at 0.93.
How good is it
yes: 1.0): a person sees every answer the check isn’t sure is supported, 46% of them here, and 156 of the 160 marked answers are among them.
Some of that strictness is the question working. Its most confident disagreement, at 0.96, is an answer on how the body’s systems work together that adds “the skeletal system provides support and structure” and more, none of it in the passages. The annotators let textbook knowledge pass; the question asks about the passages only. Which rule you want is a product decision, and hunch review records it as gold either way.
Which model to ship
The same check, grouped by the model that wrote the answer:
It orders the six models as the annotators do, without their labels. That makes it a cheap way to compare a new model or a new retrieval setup on your own questions before switching.
Use it
hunch test measures the check on your data instead of RAGTruth’s.