paper-with-me

홈 › Papers

Rethinking Chunk Size For Long-Document Retrieval: A Multi-Dataset Analysis

2025-05-27 · Sinchana Ramakanth Bhat, Max Rudat, Jannis Spiekermann, Nicolas Flores-Herr

Chunking is a crucial preprocessing step in retrieval-augmented generation (RAG) systems, significantly impacting retrieval effectiveness across diverse datasets. In this study, we systematically evaluate fixed-size chunking strategies and their influence on retrieval performance using multiple embedding models. Our experiments, conducted on both short-form and long-form datasets, reveal that chunk size plays a critical role in retrieval effectiveness -- smaller chunks (64-128 tokens) are optimal for datasets with concise, fact-based answers, whereas larger chunks (512-1024 tokens) improve retrieval in datasets requiring broader contextual understanding. We also analyze the impact of chunking on different embedding models, finding that they exhibit distinct chunking sensitivities. While models like Stella benefit from larger chunks, leveraging global context for long-range retrieval, Snowflake performs better with smaller chunks, excelling at fine-grained, entity-based matching. Our results underscore the trade-offs between chunk size, embedding models, and dataset characteristics, emphasizing the need for improved chunk quality measures, and more comprehensive datasets to advance chunk-based retrieval in long-document Information Retrieval (IR).

📄 PDF Abstract BibTeX arXiv:2505.21700

Code (1)

fraunhofer-iais/chunking-strategies 공식 구현

Tasks

ChunkingInformation RetrievalRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

SmartChunk Retrieval: Query-Aware Chunk Compression with Planning for Efficient Document RAG

2025-12-17 · Xuechen Zhang, Koustava Goswami, Samet Oymak, Jiasi Chen 외 arxiv

Retrieval-augmented generation (RAG) has strong potential for producing accurate and factual outputs by combining language models (LMs) with evidence retrieved from large text corpora. However, current pipelines are limi…

Reinforcement LearningQuestion Answering

Passage Segmentation of Documents for Extractive Question Answering

2025-01-17 · Zuhong Liu, Charles-Elie Simon, Fabien Caspani

Retrieval-Augmented Generation (RAG) has proven effective in open-domain question answering. However, the chunking process, which is essential to this pipeline, often receives insufficient attention relative to retrieval…

ChunkingExtractive Question-AnsweringOpen-Domain Question AnsweringPassage Retrieval+4

Evaluating Chunking Strategies for Retrieval-Augmented Generation on Academic Texts

2026-07-02 · Valentin J. J. Kreileder, Johannes Reisinger, Andreas Fischer arxiv

Retrieval-Augmented Generation (RAG) systems use the question-answering capabilities of Large Language Models (LLMs) to access information outside their parameters. We evaluate if cluster-based semantic chunking improves…

Is Semantic Chunking Worth the Computational Cost?

2024-10-16 · Renyi Qu, Ruixuan Tu, Forrest Bao

Recent advances in Retrieval-Augmented Generation (RAG) systems have popularized semantic chunking, which aims to improve retrieval performance by dividing documents into semantically coherent segments. Despite its growi…

Answer GenerationChunkingRAGRetrieval+1

Lost in a Single Vector: Improving Long-Document Retrieval with Chunk Evidence Aggregation

2026-06-17 · Shanshan Lyu, Yiwei Wang, Yujun Cai, Jiafeng Guo 외 arxiv

Dense retrieval ranks one query vector against one document vector. On long documents, this interface can fail when a short but decisive span is weakened during document encoding before ranking. We study this failure mod…