paper-with-me

홈 › Papers

Toward General Semantic Chunking: A Discriminative Framework for Ultra-Long Documents

2025-12-23 · Kaifeng Wu, Junyan Wu, Qiang Liu, Jiarui Zhang, Wen Xu arxiv

Long-document topic segmentation plays an important role in information retrieval and document understanding, yet existing methods still show clear shortcomings in ultra-long text settings. Traditional discriminative models are constrained by fixed windows and cannot model document-level semantics; generative large language models can output paragraph boundaries, but inference is expensive and long inputs are difficult to support. To address these issues, we propose a discriminative segmentation model based on Qwen3-0.6B. On top of the backbone network, we add a cross-window context fusion layer and a boundary classification head, and combine them with an overlapping sliding-window strategy. Our model supports single-pass inputs of up to 13k tokens and can be extended to ultra-long documents for paragraph boundary detection. To further enhance downstream retrieval efficiency, we derive a vector fusion method with scalar correction, which compresses the representation of ultra-long segments into a single vector without semantic loss. Experiments on the Wikipedia long-document topic segmentation dataset WIKI-727K show that, compared with three generative models based on Qwen2-0.5B released by Jina, our method achieves a better macro-averaged F1 and delivers two orders of magnitude faster inference, substantially improving the practicality and scalability of long-document processing.

📄 PDF Abstract BibTeX arXiv:2602.23370

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalBoundary Detection

Similar Papers 제목 키워드 기반

Discriminative Lexical Semantic Segmentation with Gaps: Running the MWE Gamut

2014-01-01 · TACL 2014 1 · Nathan Schneider, Emily Danchik, Chris Dyer, Noah A. Smith

We present a novel representation, evaluation measure, and supervised models for the task of identifying the multiword expressions (MWEs) in a sentence, resulting in a lexical semantic segmentation. Our approach generali…

ChunkingSegmentationSemantic SegmentationSentence

Breaking It Down: Domain-Aware Semantic Segmentation for Retrieval Augmented Generation

2025-11-29 · Aparajitha Allamraju, Maitreya Prafulla Chitale, Hiranmai Sri Adibhatla, Rahul Mishra 외 arxiv

Document chunking is a crucial component of Retrieval-Augmented Generation (RAG), as it directly affects the retrieval of relevant and precise context. Conventional fixed-length and recursive splitters often produce arbi…

Semantic Segmentation

Is Semantic Chunking Worth the Computational Cost?

2024-10-16 · Renyi Qu, Ruixuan Tu, Forrest Bao

Recent advances in Retrieval-Augmented Generation (RAG) systems have popularized semantic chunking, which aims to improve retrieval performance by dividing documents into semantically coherent segments. Despite its growi…

Answer GenerationChunkingRAGRetrieval+1

Meta-Chunking: Learning Text Segmentation and Semantic Completion via Logical Perception

2024-10-16 · Jihao Zhao, Zhiyuan Ji, Yuchen Feng, Pengnian Qi 외

While Retrieval-Augmented Generation (RAG) has emerged as a promising paradigm for boosting large language models (LLMs) in knowledge-intensive tasks, it often overlooks the crucial aspect of text chunking within its wor…

Binary ClassificationChunkingInstruction FollowingMulti-hop Question Answering+4

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