pith. sign in

arxiv: 2412.18232 · v2 · pith:KCYKOR7Hnew · submitted 2024-12-24 · 💻 cs.IR

Efficient Long Context Language Model Retrieval with Compression

classification 💻 cs.IR
keywords retrievalcompressioncontextcolorlongpassagesprocessingwhile
0
0 comments X
read the original abstract

Long Context Language Models (LCLMs) have emerged as a new paradigm to perform Information Retrieval (IR), which enables the direct ingestion and retrieval of information by processing an entire corpus in their single context, showcasing the potential to surpass traditional sparse and dense retrieval methods. However, processing a large number of passages within in-context for retrieval is computationally expensive, and handling their representations during inference further exacerbates the processing time; thus, we aim to make LCLM retrieval more efficient and potentially more effective with passage compression. Specifically, we propose a new compression approach tailored for LCLM retrieval, which is trained to maximize the retrieval performance while minimizing the length of the compressed passages. To accomplish this, we generate the synthetic data, where compressed passages are automatically created and labeled as chosen or rejected according to their retrieval success for a given query, and we train the proposed Compression model for Long context Retrieval (CoLoR) with this data via preference optimization while adding the length regularization loss on top of it to enforce brevity. Through extensive experiments on 9 datasets, we show that CoLoR improves the retrieval performance by 6% while compressing the in-context size by a factor of 1.91. Our code is available at: https://github.com/going-doer/CoLoR.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CRAwLeR -- Cross-Reference Aware Legal Retrieval

    cs.IR 2026-06 unverdicted novelty 7.0

    CRAwLeR creates and validates Danish and Polish benchmarks for cross-reference-aware legal chunk retrieval, where current methods reach only 55-59% Recall@10 and the gap is attributed to the contextualizing LLM.