Evaluating Long-Context Question & Answer Systems
Eugene Yan
Someone wrote a deep-dive on how to actually grade long-context Q&A systems, not just short-paragraph ones. Turns out 'did it get the facts right' isn't enough—faithfulness and helpfulness are different axes entirely.
Based on reporting by Eugene Yan — read the original for the full story.
Summary, retelling and take written by AI under human oversight; images are AI-generated illustrations. How we work · Report an error
Eugene Yan just published a lengthy breakdown of why evaluating question-answering systems gets messy once documents stop being tidy paragraphs and start being novels, legal contracts, or stacks of research papers. The core problem isn't whether a model can find an answer. It's whether you can trust the answer once you have it, and whether that answer is actually useful to a human who needed it.
Yan splits evaluation into two dimensions that sound similar but pull in different directions: faithfulness and helpfulness. Faithfulness means the answer sticks strictly to what's in the source text, no outside knowledge, no invented details. This matters enormously for things like insurance forms or lease agreements, where a model needs to say "I don't have that information" rather than confidently making something up. Helpfulness is the opposite failure mode's opposite virtue — an answer can be perfectly grounded in the document and still be useless. Yan's example: asking what happens if a tenant misses a payment, and getting back "Clause 4.2 addresses missed payments." Technically faithful. Completely unhelpful.
The piece leans hard on a handful of existing benchmarks — NarrativeQA, QASPER, HELMET — to show how question design shapes what you're actually testing. NarrativeQA generates questions from summaries rather than full texts specifically so models can't just pattern-match nearby sentences; QASPER does something similar with academic abstracts. HELMET, meanwhile, tests whether models can find evidence buried in the middle of a document versus at the start or end, poking at the well-known
My take — AI-written commentary, not fact-checked reporting
lost in the middle
Read more about this at: Eugene Yan
Related stories
Putting Captions to the Test: Evaluating Video Caption Quality through Multiple-Choice Question Answering
Apple Machine Learning Research · 1 week ago ·
17