paper-with-me

Papers

Reducing Redundancy in Retrieval-Augmented Generation through Chunk Filtering

2026-04-27 · Daria Berdyugina, Anaëlle Cohen, Yohann Rioual arxiv

Standard Retrieval-Augmented Generation (RAG) chunking methods often create excessive redundancy, increasing storage costs and slowing retrieval. This study explores chunk filtering strategies, such as semantic, topic-based, and named-entity-based methods in order to reduce the indexed corpus while preserving retrieval quality. Experiments are conducted on multiple corpora. Retrieval performance is evaluated using a token-based framework based on precision, recall, and intersection-over-union metrics. Results indicate that entity-based filtering can reduce vector index size by approximately 25% to 36% while maintaining high retrieval quality close to the baseline. These findings suggest that redundancy introduced during chunking can be effectively reduced through lightweight filtering, improving the efficiency of retrieval-oriented components in RAG pipelines.

📄 PDF Abstract BibTeX arXiv:2604.24334

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AI Co-Scientist for Knowledge Synthesis in Medical Contexts: A Proof of Concept

2026-01-16 · Arya Rahgozar, Pouria Mortezaagha arxiv

Research waste in biomedical science is driven by redundant studies, incomplete reporting, and the limited scalability of traditional evidence synthesis workflows. We present an AI co-scientist for scalable and transpare…

Semantic Retrieval

MuISQA: Multi-Intent Retrieval-Augmented Generation for Scientific Question Answering

2025-11-20 · Zhiyuan Li, Haisheng Yu, Guangchuan Guo, Nan Zhou 외 arxiv

Complex scientific questions often entail multiple intents, such as identifying gene mutations and linking them to related diseases. These tasks require evidence from diverse sources and multi-hop reasoning, while conven…

Question Answering

Reducing Redundancy in Whole-Slide Image Patching for Scalable Indexing and Retrieval

2026-06-23 · Jialiang Geng, Ghazal Alabtah, Saghir Alfasly, Wataru Uegami 외 arxiv

The rapid growth of digital pathology has created an urgent need for efficient indexing and retrieval of whole slide images (WSIs). This need is intensified by emerging generative AI workflows, particularly retrieval-aug…

AdaGATE: Adaptive Gap-Aware Token-Efficient Evidence Assembly for Multi-Hop Retrieval-Augmented Generation

2026-05-04 · Yilin Guo, Yinshan Wang, Yixuan Wang arxiv

Retrieval-augmented generation (RAG) remains brittle on multi-hop questions in realistic deployment settings, where retrieved evidence may be noisy or redundant and only limited context can be passed to the generator. Ex…

DuetRAG: Collaborative Retrieval-Augmented Generation

2024-05-12 · Dian Jiao, Li Cai, Jingsheng Huang, Wenqiao Zhang 외

Retrieval-Augmented Generation (RAG) methods augment the input of Large Language Models (LLMs) with relevant retrieved passages, reducing factual errors in knowledge-intensive tasks. However, contemporary RAG approaches …

PhilosophyRAGRetrievalRetrieval-augmented Generation