Papers › Dynamic Chunking and Selection for Reading Comprehension of Ultra-Long Context in...

Dynamic Chunking and Selection for Reading Comprehension of Ultra-Long Context in Large Language Models

1 Jun 2025arXiv:2506.00773archive 2025-07-28

Boheng Sheng, Jiacheng Yao, Meicong Zhang, Guoxiu He

Large language models (LLMs) often struggle to accurately read and comprehend extremely long texts. Current methods for improvement typically rely on splitting long contexts into fixed-length chunks. However, fixed truncation risks separating semantically relevant content, leading to ambiguity and compromising accurate understanding. To overcome this limitation, we propose a straightforward approach for dynamically separating and selecting chunks of long context, facilitating a more streamlined input for LLMs. In particular, we compute semantic similarities between adjacent sentences, using lower similarities to adaptively divide long contexts into variable-length chunks. We further train a question-aware classifier to select sensitive chunks that are critical for answering specific questions. Experimental results on both single-hop and multi-hop question-answering benchmarks show that the proposed approach consistently outperforms strong baselines. Notably, it maintains robustness across a wide range of input lengths, handling sequences of up to 256k tokens. Our datasets and code are available at the following link: https://github.com/ECNU-Text-Computing/DCS

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2506.00773")

Code

Syntology Ran 9 of 9 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 1 ran · violated contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 4 ran with no contract checked.

By repository: official repository: 9 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ecnu-text-computing/dcs officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

9 samples harvested; 9 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
3ran · our draft was wrong
1ran · fixture could not drive it
4ran

Licence: 9 of the 9 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from ECNU-Text-Computing/DCS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calculate_cosine_distances ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran · our draft was wrong no licence file found · pointer only · ac05385d5416a956 · report
chunk_com ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran fingerprinted no licence file found · pointer only · fab419bb269242a4 · report
chunk_gen ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran no licence file found · pointer only · 98d6f09b0f94434e · report
chunk_re_gen ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran · fixture could not drive it no licence file found · pointer only · 342a38431851494e · report
combine_sentences ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran no licence file found · pointer only · 05174a27a000c05a · report
cosine_similarity ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 91467442d43e757d · report
sentence_chunking ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran no licence file found · pointer only · dd97bd6d8181e354 · report
sentence_chunking_main ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran · our draft was wrong no licence file found · pointer only · 83212d1183d655a4 · report
sentence_split ECNU-Text-Computing/DCS/sentence_chunk.py official repository ran · our draft was wrong fingerprinted no licence file found · pointer only · ec3b031cb417d57c · report

Tasks

ChunkingMulti-hop Question AnsweringQuestion AnsweringReading Comprehension

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections