Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Align Documents to Questions: Question-Oriented Document Rewriting for Retrieval-Augmented Generation

About

Retrieval-Augmented Generation (RAG) enhances the factuality of Large Language Models (LLMs) by incorporating retrieved documents and/or generated context. However, LLMs often exhibit a stylistic bias when presented with mixed contexts, favoring fluent but hallucinated generated content over factually grounded yet disorganized retrieved evidence. This phenomenon reveals that the utility of retrieved information is bottlenecked by its presentation. To bridge this gap, we propose QREAM, a style-controlled rewriter that aligns retrieved documents with a question-oriented style while preserving facts, better for LLM readers to utilize. Our framework consists of two stages: (1) QREAM-ICL, which uses stylistic seeds to guide iterative rewriting exploration; and (2) QREAM-FT, a lightweight student model distilled from denoised ICL outputs. QREAM-FT employs dual-criteria rejection sampling, filtering based on answer correctness and factual consistency to ensure high-quality supervision. QREAM seamlessly integrates into existing RAG pipelines as a plug-and-play module. Experiments demonstrate that QREAM consistently enhances advanced RAG pipelines, yielding up to 8% relative improvement with negligible latency overhead, effectively balancing question relevance with factual grounding.

Jiaang Li, Zhendong Mao, Quan Wang, Yuning Wan, Yongdong Zhang• 2026

Related benchmarks

TaskDatasetResultRank
Open-domain Question AnsweringNQ
Accuracy49.5
74
Open-domain Question AnsweringHotpotQA
Accuracy50.9
73
Question Answering2WikiMQA
F166.8
66
Question AnsweringNaturalQuestions
F146.2
42
Open-domain Question AnsweringTQA
Accuracy71.4
8
Multi-hop Question AnsweringHotpotQA
Accuracy45.4
3
Showing 6 of 6 rows

Other info

Follow for update