paper-with-me

홈 › Papers

Answer Presence Drives RAG Rewriting Gains

2026-06-04 · Yuejie Li, Yueying Hua, Ke Yang, Li Zhang, Yueping He, Yueping He, Ruiqi Li, Bolin Chen, Tao Wang, Bowen Li, Chengjun Mao arxiv

Retrieval-augmented QA pipelines often route retrieved passages through an LLM \emph{rewriter} before a smaller reader, lifting F1 by tens of points on multi-hop benchmarks; this gain is typically credited to improved evidence quality. We ask whether that lift is causally driven by the gold answer string appearing in the rewritten context rather than by curation per se, using a controlled intervention audit. For each rewritten context we re-run the reader after one of four controlled edits to the compile output: removing the gold answer span, replacing a length-matched random non-answer span (placebo), or injecting the gold into rewrites where it was absent (at the prefix or at a midpoint sentence boundary). Across twelve completed (cell, baseline) intervention runs spanning three reader families (Qwen2.5-7B, Qwen3.5-35B, GLM-4.7), two datasets (HotpotQA, 2WikiMultihopQA), and three compiler arrangements (MA-only, MB-only, MA$+$verify), removing the gold answer drops reader F1 by $28$ to $64$ points beyond the length-matched placebo on paired \texttt{answer-in-compile} strata, and prepending the gold into rewrites that lacked it raises F1 by $+0.7$ to $+9.7$ points in $10$ of $12$ (cell, baseline) combinations. A companion five-sentinel audit shows the conventional single-\texttt{[MASK]} probe is itself sentinel-fragile: on 2Wiki it reports a $+4.12$~F1 ``non-leakage residual'' that flips to $-3.33$ to $-7.81$~F1 under four alternative sentinels and fails an equivalence test for three of those four ($1/4$~pass). We do not propose a new rewriter or mitigation; we release the intervention runner and the sentinel panel so that other rewriter-gain claims can be tested against the same standard.

📄 PDF Abstract BibTeX arXiv:2606.05633

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Tree-like Queries in OWL 2 QL: Succinctness and Complexity Results

2014-06-11 · Meghyn Bienvenu, Stanislav Kikot, Vladimir Podolskii

This paper investigates the impact of query topology on the difficulty of answering conjunctive queries in the presence of OWL 2 QL ontologies. Our first contribution is to clarify the worst-case size of positive existen…

Query Disambiguation via Answer-Free Context: Doubling Performance on Humanity's Last Exam

2026-02-27 · Michael Majurski, Cynthia Matuszek arxiv

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…

Protecting Language Models Against Unauthorized Distillation through Trace Rewriting

2026-02-16 · Xinhang Ma, William Yeoh, Ning Zhang, Yevgeniy Vorobeychik arxiv

Knowledge distillation is a widely adopted technique for transferring capabilities from LLMs to smaller, more efficient student models. However, unauthorized use of knowledge distillation takes unfair advantage of the co…

Knowledge Distillation

Open-Domain Question Answering Goes Conversational via Question Rewriting

2020-10-10 · NAACL 2021 4 · Raviteja Anantha, Svitlana Vakulenko, Zhucheng Tu, Shayne Longpre 외

We introduce a new dataset for Question Rewriting in Conversational Context (QReCC), which contains 14K conversations with 80K question-answer pairs. The task in QReCC is to find answers to conversational questions withi…

Conversational Question AnsweringOpen-Domain Question AnsweringPassage RetrievalQuestion Answering+3

Better Together: Complementary Query Rewriting Under a Strong RAG Baseline

2026-09-04 · Sara Shanian, Xiaoqin Yi, Pavlo Ruban, Kurt MacDonald arxiv

A popular way to improve Retrieval-Augmented Generation (RAG) is to rewrite the user's question into several variants and search with all of them. We test whether this actually helps once the underlying search is already…