← Search

Stéphane CLINCHANT

5 accepted papers

2025

PISCO: Pretty Simple Compression for Retrieval-Augmented Generation

ACL 2025finding

Retrieval-Augmented Generation (RAG) pipelines enhance Large Language Models (LLMs) by retrieving relevant documents, but they face scalability issues due to high inference costs and limited context size. Document compression is a practical solution, but current soft compression methods often suffer…

Cited by 0SourcePDFScholar
2025

Provence: efficient and robust context pruning for retrieval-augmented generation

ICLR 2025poster

Retrieval-Augmented Generation improves various aspects of large language models (LLMs) generation, but suffers from computational overhead caused by long contexts, and the propagation of irrelevant retrieved information into generated responses. Context pruning deals with both aspects, by removing…

Cited by 2SourcePDFScholar
2024

BERGEN: A Benchmarking Library for Retrieval-Augmented Generation

EMNLP 2024finding

Retrieval-Augmented Generation allows to enhance Large Language Models with external knowledge. In response to the recent popularity of generative LLMs, many RAG approaches have been proposed, which involve an intricate number of different configurations such as evaluation datasets, collections, met…