English

EXIT: Context-Aware Extractive Compression for Enhancing Retrieval-Augmented Generation

Computation and Language 2025-05-30 v3 Artificial Intelligence Information Retrieval

Abstract

We introduce EXIT, an extractive context compression framework that enhances both the effectiveness and efficiency of retrieval-augmented generation (RAG) in question answering (QA). Current RAG systems often struggle when retrieval models fail to rank the most relevant documents, leading to the inclusion of more context at the expense of latency and accuracy. While abstractive compression methods can drastically reduce token counts, their token-by-token generation process significantly increases end-to-end latency. Conversely, existing extractive methods reduce latency but rely on independent, non-adaptive sentence selection, failing to fully utilize contextual information. EXIT addresses these limitations by classifying sentences from retrieved documents - while preserving their contextual dependencies - enabling parallelizable, context-aware extraction that adapts to query complexity and retrieval quality. Our evaluations on both single-hop and multi-hop QA tasks show that EXIT consistently surpasses existing compression methods and even uncompressed baselines in QA accuracy, while also delivering substantial reductions in inference time and token count. By improving both effectiveness and efficiency, EXIT provides a promising direction for developing scalable, high-quality QA solutions in RAG pipelines. Our code is available at https://github.com/ThisIsHwang/EXIT

Keywords

Cite

@article{arxiv.2412.12559,
  title  = {EXIT: Context-Aware Extractive Compression for Enhancing Retrieval-Augmented Generation},
  author = {Taeho Hwang and Sukmin Cho and Soyeong Jeong and Hoyun Song and SeungYoon Han and Jong C. Park},
  journal= {arXiv preprint arXiv:2412.12559},
  year   = {2025}
}

Comments

Findings of ACL 2025

R2 v1 2026-06-28T20:38:17.252Z