English

FreeChunker: A Cross-Granularity Chunking Framework

Computation and Language 2026-02-03 v2

Abstract

Chunking strategies significantly impact the effectiveness of Retrieval-Augmented Generation (RAG) systems. Existing methods operate within fixed-granularity paradigms that rely on static boundary identification, limiting their adaptability to diverse query requirements. This paper presents FreeChunker, a Cross-Granularity Encoding Framework that fundamentally transforms the traditional chunking paradigm: the framework treats sentences as atomic units and shifts from static chunk segmentation to flexible retrieval supporting arbitrary sentence combinations. This paradigm shift not only significantly avoids the computational overhead required for semantic boundary detection, but also enhances adaptability to complex queries. Experimental evaluation on LongBench V2 demonstrates that FreeChunker possesses significant advantages in both retrieval performance and time efficiency compared to existing chunking methods. The pre-trained models and codes are available at https://github.com/mazehart/FreeChunker.

Keywords

Cite

@article{arxiv.2510.20356,
  title  = {FreeChunker: A Cross-Granularity Chunking Framework},
  author = {Wenxuan Zhang and Yuan-Hao Jiang and Yang Cao and Yonghe Wu},
  journal= {arXiv preprint arXiv:2510.20356},
  year   = {2026}
}

Comments

Submitted to arXiv, October 2025

R2 v1 2026-07-01T07:01:42.079Z