paper-with-me

홈 › Papers

PISCO: Pretty Simple Compression for Retrieval-Augmented Generation

2025-01-27 · Maxime Louis, Hervé Déjean, Stéphane Clinchant

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 suffer from accuracy losses and require extensive pretraining. In this paper, we introduce PISCO, a novel method that achieves a 16x compression rate with minimal accuracy loss (0-3%) across diverse RAG-based question-answering (QA) tasks. Unlike existing approaches, PISCO requires no pretraining or annotated data, relying solely on sequence-level knowledge distillation from document-based questions. With the ability to fine-tune a 7-10B LLM in 48 hours on a single A100 GPU, PISCO offers a highly efficient and scalable solution. We present comprehensive experiments showing that PISCO outperforms existing compression models by 8% in accuracy.

📄 PDF Abstract BibTeX arXiv:2501.16075

Code (0)

등록된 구현이 없습니다.

Tasks

GPUKnowledge DistillationQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

PISCO: Self-Supervised k-Space Regularization for Improved Neural Implicit k-Space Representations of Dynamic MRI

2025-01-16 · Veronika Spieker, Hannah Eichhorn, Wenqi Huang, Jonathan K. Stelter 외

Neural implicit k-space representations (NIK) have shown promising results for dynamic magnetic resonance imaging (MRI) at high temporal resolutions. Yet, reducing acquisition time, and thereby available training data, r…

PISCO: Precise Video Instance Insertion with Sparse Control

2026-02-09 · Xiangbo Gao, Renjie Li, Xinghao Chen, Yuheng Wu 외 arxiv

The landscape of AI video generation is undergoing a pivotal shift: moving beyond general generation - which relies on exhaustive prompt-engineering and "cherry-picking" - towards fine-grained, controllable generation an…

Video Generation

No Mean Feat: Simple, Strong Baselines for Context Compression

2025-10-23 · Yair Feldman, Yoav Artzi arxiv

Context compression reduces Transformer inference costs by replacing lengthy inputs with shorter pre-computed representations. It carries significant benefits for retrieval-augmented generation (RAG) and has attracted gr…

Reading Comprehension

Communication-Efficient Federated Optimization over Semi-Decentralized Networks

2023-11-30 · He Wang, Yuejie Chi

In large-scale federated and decentralized learning, communication efficiency is one of the most challenging bottlenecks. While gossip communication -- where agents can exchange information with their connected neighbors…

Self-Supervised k-Space Regularization for Motion-Resolved Abdominal MRI Using Neural Implicit k-Space Representation

2024-04-12 · Veronika Spieker, Hannah Eichhorn, Jonathan K. Stelter, Wenqi Huang 외

Neural implicit k-space representations have shown promising results for dynamic MRI at high temporal resolutions. Yet, their exclusive training in k-space limits the application of common image regularization methods to…