paper-with-me

Papers

Efficient Long Context Language Model Retrieval with Compression

2024-12-24 · Minju Seo, Jinheon Baek, Seongyun Lee, Sung Ju Hwang

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.

📄 PDF Abstract BibTeX arXiv:2412.18232

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLanguage ModelingLanguage ModellingmodelRetrieval

Similar Papers 제목 키워드 기반

Developing Adaptive Context Compression Techniques for Large Language Models (LLMs) in Long-Running Interactions

2026-03-31 · Payal Fofadiya, Sunil Tiwari arxiv

Large Language Models (LLMs) often experience performance degradation during long-running interactions due to increasing context length, memory saturation, and computational overhead. This paper presents an adaptive cont…

Computational Efficiency

Exploring Fine-Tuning for In-Context Retrieval and Efficient KV-Caching in Long-Context Language Models

2026-01-26 · Francesco Maria Molfese, Momchil Hardalov, Rexhina Blloshmi, Bill Byrne 외 arxiv

With context windows of millions of tokens, Long-Context Language Models (LCLMs) can encode entire document collections, offering a strong alternative to conventional retrieval-augmented generation (RAG). However, it rem…

Domain Generalization

AVOC: Enhancing Hour-Level Audio-Video Understanding in Omni-Modal LLMs via Retrieval-Inspired Token Compression

2026-06-23 · Yijing Chen, Wenhui Tan, Xiaoyi Yu, Yuyue Wang 외 arxiv

Multimodal Large Language Models have achieved remarkable progress in short-form audio-video understanding, yet long-form audio-video comprehension remains challenged by limited context windows and severe information red…

Information Retrieval

PRISM: Pareto-Efficient Retrieval over Intent-Aware Structured Memory for Long-Horizon Agents

2026-05-12 · Jingyi Peng, Zhongwei Wan, Weiting Liu, Qiuzhuang Sun arxiv

Long-horizon language agents accumulate conversation history far faster than any fixed context window can hold, making memory management critical to both answer accuracy and serving cost. Existing approaches either expan…

R$^3$Mem: Bridging Memory Retention and Retrieval via Reversible Compression

2025-02-21 · Xiaoqiang Wang, Suyuchen Wang, Yun Zhu, Bang Liu

Memory plays a key role in enhancing LLMs' performance when deployed to real-world applications. Existing solutions face trade-offs: explicit memory designs based on external storage require complex management and incur …

Language ModelingLanguage Modellingparameter-efficient fine-tuningRetrieval+1