paper-with-me

Papers

Efficient Dynamic Clustering-Based Document Compression for Retrieval-Augmented-Generation

2025-04-04 · Weitao Li, Kaiming Liu, Xiangyu Zhang, Xuanyu Lei, Weizhi Ma, Yang Liu

Retrieval-Augmented Generation (RAG) has emerged as a widely adopted approach for knowledge integration during large language model (LLM) inference in recent years. However, current RAG implementations face challenges in effectively addressing noise, repetition and redundancy in retrieved content, primarily due to their limited ability to exploit fine-grained inter-document relationships. To address these limitations, we propose an \textbf{E}fficient \textbf{D}ynamic \textbf{C}lustering-based document \textbf{C}ompression framework (\textbf{EDC\textsuperscript{2}-RAG}) that effectively utilizes latent inter-document relationships while simultaneously removing irrelevant information and redundant content. We validate our approach, built upon GPT-3.5, on widely used knowledge-QA and hallucination-detected datasets. The results show that this method achieves consistent performance improvements across various scenarios and experimental settings, demonstrating strong robustness and applicability. Our code and datasets can be found at https://github.com/Tsinghua-dhy/EDC-2-RAG.

📄 PDF Abstract BibTeX arXiv:2504.03165

Code (1)

tsinghua-dhy/edc-2-rag 공식 구현 pytorch

Tasks

ClusteringHallucinationLanguage ModelingLanguage ModellingLarge Language ModelRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
WordPiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…

Similar Papers 제목 키워드 기반

RAGOCR: Optical Compression of Retrieval-Augmented Text via Visual Representation

2026-08-01 · Jiayang Yu, Jialun Zhong, Lei Zou arxiv

Retrieval-Augmented Generation (RAG) has become essential for knowledge-intensive question answering, yet scaling RAG pipelines remains challenging due to the prohibitive computational cost of processing lengthy retrieve…

Question Answering

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

2024-05-22 · Xin Cheng, Xun Wang, Xingxing Zhang, Tao Ge 외

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as feat…

Language ModelingLanguage ModellingMixture-of-ExpertsRetrieval+1

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 compre…

GPUKnowledge DistillationQuestion AnsweringRAG+2

Multi-Vector Index Compression in Any Modality

2026-02-24 · Hanxiang Qin, Alexander Martin, Rohan Jha, Chunsheng Zuo 외 arxiv

We study efficient multi-vector retrieval for late interaction in any modality. Late interaction has emerged as a dominant paradigm for information retrieval in text, images, visual documents, and videos, but its computa…

Information Retrieval

AdaComp: Extractive Context Compression with Adaptive Predictor for Retrieval-Augmented Large Language Models

2024-09-03 · Qianchi Zhang, Hainan Zhang, Liang Pang, Hongwei Zheng 외

Retrieved documents containing noise will hinder RAG from detecting answer clues and make the inference process slow and expensive. Therefore, context compression is necessary to enhance its accuracy and efficiency. Exis…

RAGRetrievalTriplet