paper-with-me

Papers

FreeChunker: A Cross-Granularity Chunking Framework

2025-10-23 · Wenxuan Zhang, Yuan-Hao Jiang, Yang Cao, Yonghe Wu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.20356

Code (0)

등록된 구현이 없습니다.

Tasks

Boundary Detection

Similar Papers 제목 키워드 기반

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

2025-03-12 · Jihao Zhao, Zhiyuan Ji, Zhaoxin Fan, Hanyu Wang 외

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-…

ChunkingComputational EfficiencyRAGRetrieval+1

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

Evaluation of Chunking Strategies for Effective Text Embedding in Low-Resource Language on Agricultural Documents

2026-05-21 · Sovandara Chhoun, Pichdara Po, Sereiwathna Ros, Wan-Sup Cho 외 arxiv

In this study, we compare the performance of four text chunking approaches: Recursive, Khmer-Aware, Sentence-Based, and LLM-Based within a Retrieval-Augmented Generation (RAG) framework applied to Khmer agricultural docu…

SproutRAG: Attention-Guided Tree Search with Progressive Embeddings for Long-Document RAG

2026-06-16 · Amirhossein Abaskohi, Issam H. Laradji, Peter West, Giuseppe Carenini arxiv

Retrieval-augmented generation (RAG) systems must balance retrieval granularity with contextual coherence, a challenge that existing methods address through LLM-guided chunking, single-level context expansion, or hierarc…

Chunking Strategies for Multimodal AI Systems

2025-11-28 · Shashanka B R, Mohith Charan R, Seema Banu F arxiv

Chunking has emerged as a critical technique that enhances generative models by grounding their responses in efficiently segmented knowledge [1]. While initially developed for unimodal (primarily textual) domains, recent…