Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MoC: Mixtures of Text Chunking Learners for Retrieval-Augmented Generation System

About

Retrieval-Augmented Generation (RAG), while serving as a viable complement to large language models (LLMs), often overlooks the crucial aspect of text chunking within its pipeline. This paper initially introduces a dual-metric evaluation method, comprising Boundary Clarity and Chunk Stickiness, to enable the direct quantification of chunking quality. Leveraging this assessment method, we highlight the inherent limitations of traditional and semantic chunking in handling complex contextual nuances, thereby substantiating the necessity of integrating LLMs into chunking process. To address the inherent trade-off between computational efficiency and chunking precision in LLM-based approaches, we devise the granularity-aware Mixture-of-Chunkers (MoC) framework, which consists of a three-stage processing mechanism. Notably, our objective is to guide the chunker towards generating a structured list of chunking regular expressions, which are subsequently employed to extract chunks from the original text. Extensive experiments demonstrate that both our proposed metrics and the MoC framework effectively settle challenges of the chunking task, revealing the chunking kernel while enhancing the performance of the RAG system.

Jihao Zhao, Zhiyuan Ji, Zhaoxin Fan, Hanyu Wang, Simin Niu, Bo Tang, Feiyu Xiong, Zhiyu Li• 2025

Related benchmarks

TaskDatasetResultRank
Document Question AnsweringM3DocVQA
Exact Match21.3
24
Document-level retrievalFRAMES (test)
Recall64.9
13
Document-level retrievalM3DocVQA (test)
Recall81.2
13
Document Question AnsweringFRAMES
EM6.8
13
Document Question AnsweringM3DocVQA and FRAMES (Average)
EM14.1
13
Question AnsweringCRUD
BLEU0.5456
9
Question AnsweringOmniEval
BLEU Score20.42
9
Question AnsweringHChemSafety
BLEU25.25
9
Question AnsweringCRUD Single-hop (test)
BLEU-10.3754
7
Question AnsweringDuReader (test)
F1 Score23.87
7
Showing 10 of 14 rows

Other info

Code

Follow for update