paper-with-me

Papers

Visual Late Chunking: An Empirical Study of Contextual Chunking for Efficient Visual Document Retrieval

2026-04-11 · Yibo Yan, Mingdong Ou, Yi Cao, Jiahao Huo, Xin Zou, Shuliang Liu, James Kwok, Xuming Hu arxiv

Multi-vector models dominate Visual Document Retrieval (VDR) due to their fine-grained matching capabilities, but their high storage and computational costs present a major barrier to practical deployment. In this paper, we propose ColChunk, a plug-and-play framework that introduces multimodal late chunking to construct efficient, contextualized multi-vectors. Unlike existing pruning or fixed-token approaches, ColChunk employs hierarchical clustering on patch-level embeddings, fused with a 2D position prior to ensure spatial-semantic coherence. This adaptive grouping allows for a content-aware representation that preserves global context while drastically reducing the vector count. Evaluations across 24 VDR datasets demonstrate ColChunk achieves over a 90% reduction in storage requirements while simultaneously delivering a 9-point average improvement in nDCG@5 across representative single-vector models. ColChunk provides a practical solution for balancing retrieval accuracy and efficiency in visual document systems.

📄 PDF Abstract BibTeX arXiv:2604.10167

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Reconstructing Context: Evaluating Advanced Chunking Strategies for Retrieval-Augmented Generation

2025-04-28 · Carlo Merola, Jaspinder Singh

Retrieval-augmented generation (RAG) has become a transformative approach for enhancing large language models (LLMs) by grounding their outputs in external knowledge sources. Yet, a critical question persists: how can va…

ChunkingRAGRetrievalRetrieval-augmented Generation

Late Chunking: Contextual Chunk Embeddings Using Long-Context Embedding Models

2024-09-07 · Michael Günther, Isabelle Mohr, Daniel James Williams, Bo wang 외

Many use cases require retrieving smaller portions of text, and dense vector-based retrieval systems often perform better with shorter text segments, as the semantics are less likely to be over-compressed in the embeddin…

ChunkingRetrieval

Chunking German Legal Code

2026-05-19 · Max Prior, Natalia Milanova, Andreas Schultz arxiv

This paper investigates chunking strategies for retrieval-augmented generation on German statutory law, using the German Civil Code as a structured benchmark corpus. We implement and compare a range of segmentation appro…

Computational EfficiencyInformation Retrieval

Query-Adaptive Semantic Chunking for Retrieval-Augmented Generation: A Dynamic Strategy with Contextual Window Expansion

2026-04-29 · Mudit Rastogi arxiv

Retrieval-Augmented Generation (RAG) systems depend critically on document chunking quality for retrieving relevant context. Fixed chunking segments documents into uniform units irrespective of semantics or user intent, …

Evaluating Chunking Strategies For Retrieval-Augmented Generation in Oil and Gas Enterprise Documents

2026-03-25 · Samuel Taiwo, Mohd Amaluddin Yusoff arxiv

Retrieval-Augmented Generation (RAG) has emerged as a framework to address the constraints of Large Language Models (LLMs). Yet, its effectiveness fundamentally hinges on document chunking - an often-overlooked determina…