paper-with-me

Papers

Hypothesis-Conditioned Query Rewriting for Decision-Useful Retrieval

2026-03-19 · Hangeol Chang, Changsun Lee, Seungjoon Rho, Junho Yeo, Jong Chul Ye arxiv

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 queries that seek evidence to: (1) support the hypothesis, (2) distinguish it from competing alternatives, and (3) verify salient clues in the question. This approach enables context retrieval that is more directly aligned with answer selection, allowing the generator to confirm or overturn the initial hypothesis based on the retrieved evidence. Experiments on MedQA and MMLU-Med show that HCQR consistently outperforms single-query RAG and re-rank/filter baselines, improving average accuracy over Simple RAG by 5.9 and 3.6 points, respectively. Code is available at https://anonymous.4open.science/r/HCQR-1C2E.

📄 PDF Abstract BibTeX arXiv:2603.19008

Code (0)

등록된 구현이 없습니다.

Tasks

Answer Selection

Similar Papers 제목 키워드 기반

ConvGQR: Generative Query Reformulation for Conversational Search

2023-05-25 · Fengran Mo, Kelong Mao, Yutao Zhu, Yihong Wu 외

In conversational search, the user's real search intent for the current turn is dependent on the previous conversation history. It is challenging to determine a good search query from the whole conversation context. To a…

Conversational SearchRetrieval

Learned Graph Rewriting with Equality Saturation: A New Paradigm in Relational Query Rewrite and Beyond

2024-06-19 · George-Octavian Bărbulescu, Taiyi Wang, Zak Singh, Eiko Yoneki

Query rewrite systems perform graph substitutions using rewrite rules to generate optimal SQL query plans. Rewriting logical and physical relational query plans is proven to be an NP-hard sequential decision-making probl…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1

Adaptive Query Rewriting: Aligning Rewriters through Marginal Probability of Conversational Answers

2024-06-16 · Tianhua Zhang, Kun Li, Hongyin Luo, Xixin Wu 외

Query rewriting is a crucial technique for passage retrieval in open-domain conversational question answering (CQA). It decontexualizes conversational queries into self-contained questions suitable for off-the-shelf retr…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Query Rewriting for Effective Misinformation Discovery

2022-10-14 · Ashkan Kazemi, Artem Abzaliev, Naihao Deng, Rui Hou 외

We propose a novel system to help fact-checkers formulate search queries for known misinformation claims and effectively search across multiple social media platforms. We introduce an adaptable rewriting strategy, where …

Misinformationreinforcement-learningReinforcement Learning (RL)Retrieval

Query Rewriting with Disjunctive Existential Rules and Mappings

2023-06-09 · Michel Leclère, Marie-Laure Mugnier, Guillaume Pérution-Kihli

We consider the issue of answering unions of conjunctive queries (UCQs) with disjunctive existential rules and mappings. While this issue has already been well studied from a chase perspective, query rewriting within UCQ…