Hypothesis-Conditioned Query Rewriting for Decision-Useful Retrieval
Hangeol Chang, Changsun Lee, Seungjoon Rho, Junho Yeo, Jong Chul Ye

TL;DR
This paper introduces Hypothesis-Conditioned Query Rewriting (HCQR), a novel retrieval method that improves decision-making in retrieval-augmented generation by rewriting queries to focus on evidence supporting, distinguishing, and verifying hypotheses, leading to better accuracy.
Contribution
HCQR is a training-free, hypothesis-driven query rewriting framework that enhances evidence retrieval for decision-oriented tasks in RAG systems.
Findings
HCQR outperforms single-query RAG and re-rank baselines on MedQA and MMLU-Med.
HCQR improves average accuracy by 5.9 and 3.6 points.
Rewritten queries better align retrieval with answer selection.
Abstract
Retrieval-Augmented Generation (RAG) improves Large Language Models (LLMs) by grounding generation in external, non-parametric knowledge. However, when a task requires choosing among competing options, simply grounding generation in broadly relevant context is often insufficient to drive the final decision. Existing RAG methods typically rely on a single initial query, which often favors topical relevance over decision-relevant evidence, and therefore retrieves background information that can fail to discriminate among answer options. To address this issue, here we propose Hypothesis-Conditioned Query Rewriting (HCQR), a training-free pre-retrieval framework that reorients RAG from topic-oriented retrieval to evidence-oriented retrieval. HCQR first derives a lightweight working hypothesis from the input question and candidate options, and then rewrites retrieval into three targeted…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Multimodal Machine Learning Applications · Biomedical Text Mining and Ontologies
