ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2410.12788
123
4
v1v2v3 (latest)

Meta-Chunking: Learning Efficient Text Segmentation via Logical Perception

16 October 2024
Jihao Zhao
Zhiyuan Ji
Pengnian Qi
Pengnian Qi
Simin Niu
Feiyu Xiong
Zhiyu Li
ArXiv (abs)PDFHTML
Main:8 Pages
8 Figures
Bibliography:3 Pages
9 Tables
Appendix:8 Pages
Abstract

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, which impacts the quality of knowledge-intensive tasks. This paper introduces the concept of Meta-Chunking, which refers to a granularity between sentences and paragraphs, consisting of a collection of sentences within a paragraph that have deep linguistic logical connections. To implement Meta-Chunking, we designed two strategies based on LLMs: Margin Sampling Chunking and Perplexity Chunking. The former employs LLMs to perform binary classification on whether consecutive sentences need to be segmented, making decisions based on the probability difference obtained from margin sampling. The latter precisely identifies text chunk boundaries by analyzing the characteristics of perplexity distribution. Additionally, considering the inherent complexity of different texts, we propose a strategy that combines Meta-Chunking with dynamic merging to achieve a balance between fine-grained and coarse-grained text chunking. Experiments conducted on eleven datasets demonstrate that Meta-Chunking can more efficiently improve the performance of single-hop and multi-hop question answering based on RAG. For instance, on the 2WikiMultihopQA dataset, it outperforms similarity chunking by 1.32 while only consuming 45.8% of the time. Our code is available at https://github.com/IAAR-Shanghai/Meta-Chunking.

View on arXiv
@article{zhao2025_2410.12788,
  title={ Meta-Chunking: Learning Text Segmentation and Semantic Completion via Logical Perception },
  author={ Jihao Zhao and Zhiyuan Ji and Yuchen Feng and Pengnian Qi and Simin Niu and Bo Tang and Feiyu Xiong and Zhiyu Li },
  journal={arXiv preprint arXiv:2410.12788},
  year={ 2025 }
}
Comments on this paper