paper-with-me

홈 › Papers

Beyond Length: Quantifying Long-Range Information for Long-Context LLM Pretraining Data

2025-10-29 · Haoran Deng, Yingyu Lin, Zhenghao Lin, Xiao Liu, Yizhou Sun, Yi-An Ma, Yeyun Gong arxiv

Long-context language models unlock advanced capabilities in reasoning, code generation, and document summarization by leveraging dependencies across extended spans of text. However, a significant portion of readily available long-text data lacks meaningful long-distance dependencies; most spans can be predicted using only local context. Training on such data is inefficient, making careful data selection crucial. Therefore, we introduce LongFilter, a framework for curating training data tailored to long-context pretraining. LongFilter measures the information gain provided by extended context by contrasting model predictions under long-context versus short-context settings, thereby identifying samples where long-range dependencies are essential. Experiments with LLaMA-3-8B, extending its context length from 8K to 64K, show that LongFilter efficiently selects high-quality data and yields substantial improvements on benchmarks such as HELMET, LongBench, and RULER.

📄 PDF Abstract BibTeX arXiv:2510.25804

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationCode Generation

Similar Papers 제목 키워드 기반

Too Long, Didn't Model: Decomposing LLM Long-Context Understanding With Novels

2025-05-20 · Sil Hamilton, Rebecca M. M. Hicke, Matthew Wilkens, David Mimno

Although the context length of large language models (LLMs) has increased to millions of tokens, evaluating their effectiveness beyond needle-in-a-haystack approaches has proven difficult. We argue that novels provide a …

Language ModelingLanguage ModellingLong-Context Understanding

Repeated Sequences Reveal Gaps between Large Language Models and Natural Language

2026-05-24 · Kumiko Tanaka-Ishii arxiv

Evaluating whether large language models (LLMs) capture the structure of natural language beyond local fluency remains an open challenge. Existing evaluation methods, largely based on task performance or short-context be…

An analysis of observation length requirements for machine understanding of human behaviors from spoken language

2019-11-21 · Sandeep Nallan Chakravarthula, Brian Baucom, Shrikanth Narayanan, Panayiotis Georgiou

The task of quantifying human behavior by observing interaction cues is an important and useful one across a range of domains in psychological research and practice. Machine learning-based approaches typically perform th…

Cluster-Former: Clustering-based Sparse Transformer for Long-Range Dependency Encoding

2020-09-13 · Shuohang Wang, Luowei Zhou, Zhe Gan, Yen-Chun Chen 외

Transformer has become ubiquitous in the deep learning field. One of the key ingredients that destined its success is the self-attention mechanism, which allows fully-connected contextual encoding over input tokens. Howe…

ClusteringLanguage ModellingOpen-Domain Question AnsweringQuestion Answering

Shortest Paths in Graphs with Matrix-Valued Edges: Concepts, Algorithm and Application to 3D Multi-Shape Analysis

2021-12-08 · Viktoria Ehm, Daniel Cremers, Florian Bernard

Finding shortest paths in a graph is relevant for numerous problems in computer vision and graphics, including image segmentation, shape matching, or the computation of geodesic distances on discrete surfaces. Traditiona…

Image SegmentationSemantic Segmentation