paper-with-me

홈 › Papers

$\infty$Bench: Extending Long Context Evaluation Beyond 100K Tokens

2024-02-21 · Xinrong Zhang, Yingfa Chen, Shengding Hu, Zihang Xu, JunHao Chen, Moo Khai Hao, Xu Han, Zhen Leng Thai, Shuo Wang, Zhiyuan Liu, Maosong Sun

Processing and reasoning over long contexts is crucial for many practical applications of Large Language Models (LLMs), such as document comprehension and agent construction. Despite recent strides in making LLMs process contexts with more than 100K tokens, there is currently a lack of a standardized benchmark to evaluate this long-context capability. Existing public benchmarks typically focus on contexts around 10K tokens, limiting the assessment and comparison of LLMs in processing longer contexts. In this paper, we propose $\infty$Bench, the first LLM benchmark featuring an average data length surpassing 100K tokens. $\infty$Bench comprises synthetic and realistic tasks spanning diverse domains, presented in both English and Chinese. The tasks in $\infty$Bench are designed to require well understanding of long dependencies in contexts, and make simply retrieving a limited number of passages from contexts not sufficient for these tasks. In our experiments, based on $\infty$Bench, we evaluate the state-of-the-art proprietary and open-source LLMs tailored for processing long contexts. The results indicate that existing long context LLMs still require significant advancements to effectively process 100K+ context. We further present three intriguing analyses regarding the behavior of LLMs processing long context.

📄 PDF Abstract BibTeX arXiv:2402.13718

Code (4)

openbmb/infinitebench 공식 구현 pytorch
princeton-nlp/helmet pytorch
snorkel-ai/long-context-eval
thunlp/duplex-model pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Beyond Needle(s) in the Embodied Haystack: Environment, Architecture, and Training Considerations for Long Context Reasoning

2025-05-22 · Bosung Kim, Prithviraj Ammanabrolu

We introduce $\infty$-THOR, a new framework for long-horizon embodied tasks that advances long-context understanding in embodied AI. $\infty$-THOR provides: (1) a generation framework for synthesizing scalable, reproduci…

Long-Context Understanding

\infty-former: Infinite Memory Transformer

2022-05-01 · ACL 2022 5 · Pedro Henrique Martins, Zita Marinho, Andre Martins

Transformers are unable to model long-term memories effectively, since the amount of computation they need to perform grows with the context length. While variations of efficient transformers have been proposed, they all…

Dialogue GenerationLanguage ModelingLanguage Modelling

$\infty$-former: Infinite Memory Transformer

2021-09-01 · Pedro Henrique Martins, Zita Marinho, André F. T. Martins

Transformers are unable to model long-term memories effectively, since the amount of computation they need to perform grows with the context length. While variations of efficient transformers have been proposed, they all…

Dialogue GenerationLanguage ModelingLanguage Modelling

Analysis of singular subspaces under random perturbations

2024-03-14 · Ke Wang

We present a comprehensive analysis of singular vector and singular subspace perturbations in the context of the signal plus random Gaussian noise matrix model. Assuming a low-rank signal matrix, we extend the Davis-Kaha…

LoCoBench: A Benchmark for Long-Context Large Language Models in Complex Software Engineering

2025-09-11 · Jielin Qiu, Zuxin Liu, Zhiwei Liu, Rithesh Murthy 외 arxiv

The emergence of long-context language models with context windows extending to millions of tokens has created new opportunities for sophisticated code understanding and software development evaluation. We propose LoCoBe…

Long-Context Understanding