English

Aligning Extraction and Generation for Robust Retrieval-Augmented Generation

Computation and Language 2025-11-18 v3 Artificial Intelligence

Abstract

Retrieval-augmented generation (RAG) enhances LLMs with external knowledge, yet generation remains vulnerable to retrieval-induced noise and uncertain placement of relevant chunks, often causing hallucinations. We present Ext2Gen, an extract-then-generate framework that strengthens LLMs via joint evidence selection and answer generation, dynamically identifying query-relevant content while suppressing noise, thereby removing the need for any independent pre-generation compression module. Optimized through preference alignment with well-curated pairwise feedback, Ext2Gen produces accurate and faithful answers even under noisy or imprecise retrieval. Experiments demonstrate that it substantially enhances the robustness of the generation backbone and yields greater performance gains than methods relying on independent compression models, e.g., Recomp, CompAct, EXIT). It further benefits from improved retrieval techniques such as query rewriting, underscoring that generation-side enhancements address limitations that retrieval alone cannot overcome.

Keywords

Cite

@article{arxiv.2503.04789,
  title  = {Aligning Extraction and Generation for Robust Retrieval-Augmented Generation},
  author = {Hwanjun Song and Jeonghwan Choi and Minseok Kim},
  journal= {arXiv preprint arXiv:2503.04789},
  year   = {2025}
}

Comments

Accepted at ACM International Conference on Web Search and Data Mining (WSDM) 2026

R2 v1 2026-06-28T22:09:45.954Z