paper-with-me

홈 › Papers

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

2025-06-01 · 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

📄 PDF Abstract BibTeX arXiv:2506.00773

Code (1)

ecnu-text-computing/dcs 공식 구현 pytorch

Tasks

ChunkingMulti-hop Question AnsweringQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Token-level Dynamic Self-Attention Network for Multi-Passage Reading Comprehension

2019-07-01 · ACL 2019 7 · Yimeng Zhuang, Huadong Wang

Multi-passage reading comprehension requires the ability to combine cross-passage information and reason over multiple passages to infer the answer. In this paper, we introduce the Dynamic Self-attention Network (DynSAN)…

Reading Comprehension

Weighted Global Normalization for Multiple Choice Reading Comprehension over Long Documents

2018-12-05 · Aditi Chaudhary, Bhargavi Paranjape, Michiel de Jong

Motivated by recent evidence pointing out the fragility of high-performing span prediction models, we direct our attention to multiple choice reading comprehension. In particular, this work introduces a novel method for …

Answer SelectionMultiple-choicePredictionReading Comprehension

Recurrent Chunking Mechanisms for Long-Text Machine Reading Comprehension

2020-05-16 · ACL 2020 6 · Hongyu Gong, Yelong Shen, Dian Yu, Jianshu Chen 외

In this paper, we study machine reading comprehension (MRC) on long texts, where a model takes as inputs a lengthy document and a question and then extracts a text span from the document as an answer. State-of-the-art mo…

ChunkingMachine Reading ComprehensionReading ComprehensionTriviaQA

GenNet : Reading Comprehension with Multiple Choice Questions using Generation and Selection model

2020-03-03 · Vaishali Ingale, Pushpender Singh

Multiple-choice machine reading comprehension is difficult task as its required machines to select the correct option from a set of candidate or possible options using the given passage and question.Reading Comprehension…

Answer GenerationMachine Reading ComprehensionMultiple-choiceReading Comprehension

Joint Training of Candidate Extraction and Answer Selection for Reading Comprehension

2018-05-16 · ACL 2018 7 · Zhen Wang, Jiachen Liu, Xinyan Xiao, Yajuan Lyu 외

While sophisticated neural-based techniques have been developed in reading comprehension, most approaches model the answer in an independent manner, ignoring its relations with other answer candidates. This problem can b…

Answer SelectionReading ComprehensionReinforcement Learning