[2603.04454] Query Disambiguation via Answer-Free Context: Doubling Performance on Humanity's Last Exam
About this article
Abstract page for arXiv paper 2603.04454: Query Disambiguation via Answer-Free Context: Doubling Performance on Humanity's Last Exam
Computer Science > Computation and Language arXiv:2603.04454 (cs) [Submitted on 27 Feb 2026] Title:Query Disambiguation via Answer-Free Context: Doubling Performance on Humanity's Last Exam Authors:Michael Majurski, Cynthia Matuszek View a PDF of the paper titled Query Disambiguation via Answer-Free Context: Doubling Performance on Humanity's Last Exam, by Michael Majurski and Cynthia Matuszek View PDF HTML (experimental) Abstract:How carefully and unambiguously a question is phrased has a profound impact on the quality of the response, for Language Models (LMs) as well as people. While model capabilities continue to advance, the interplay between grounding context and query formulation remains under-explored. This work investigates how the quality of background grounding information in a model's context window affects accuracy. We find that combining well-grounded dynamic context construction (i.e, RAG) with query rewriting reduces question ambiguity, resulting in significant accuracy gains. Given a user question with associated answer-free grounding context, rewriting the question to reduce ambiguity produces benchmark improvements without changing the answer itself, even compared to prepending that context before the question. Using \texttt{gpt-oss-20b} to rewrite a subset of Humanity's Last Exam using answer-free grounding context improves \texttt{gpt-5-mini} accuracy from 0.14 to 0.37. We demonstrate that this accuracy improvement cannot be fully recovered just throug...