paper-with-me

홈 › Papers

Thus Spake Long-Context Large Language Model

2025-02-24 · Xiaoran Liu, Ruixiao Li, Mianqiu Huang, Zhigeng Liu, Yuerong Song, Qipeng Guo, Siyang He, Qiqi Wang, Linlin Li, Qun Liu, Yaqian Zhou, Xuanjing Huang, Xipeng Qiu

Long context is an important topic in Natural Language Processing (NLP), running through the development of NLP architectures, and offers immense opportunities for Large Language Models (LLMs) giving LLMs the lifelong learning potential akin to humans. Unfortunately, the pursuit of a long context is accompanied by numerous obstacles. Nevertheless, long context remains a core competitive advantage for LLMs. In the past two years, the context length of LLMs has achieved a breakthrough extension to millions of tokens. Moreover, the research on long-context LLMs has expanded from length extrapolation to a comprehensive focus on architecture, infrastructure, training, and evaluation technologies. Inspired by the symphonic poem, Thus Spake Zarathustra, we draw an analogy between the journey of extending the context of LLM and the attempts of humans to transcend its mortality. In this survey, We will illustrate how LLM struggles between the tremendous need for a longer context and its equal need to accept the fact that it is ultimately finite. To achieve this, we give a global picture of the lifecycle of long-context LLMs from four perspectives: architecture, infrastructure, training, and evaluation, showcasing the full spectrum of long-context technologies. At the end of this survey, we will present 10 unanswered questions currently faced by long-context LLMs. We hope this survey can serve as a systematic introduction to the research on long-context LLMs.

📄 PDF Abstract BibTeX arXiv:2502.17129

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language ModelLifelong learningmodelSurvey

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Augmenting Language Models with Long-Term Memory

2023-06-12 · NeurIPS 2023 11 · Weizhi Wang, Li Dong, Hao Cheng, Xiaodong Liu 외

Existing large language models (LLMs) can only afford fix-sized inputs due to the input length limit, preventing them from utilizing rich long-context information from past inputs. To address this, we propose a framework…

FormIn-Context LearningLanguage ModelingLanguage Modelling+1

E2LLM: Encoder Elongated Large Language Models for Long-Context Understanding and Reasoning

2024-09-10 · Zihan Liao, Hang Yu, Lingxiao Wei, Jianguo Li 외

In the realm of Large Language Models (LLMs), the ability to process long contexts is increasingly crucial for tasks such as multi-round dialogues, code generation, and document summarization. This paper addresses the ch…

Code GenerationDecoderDocument SummarizationLong-Context Understanding

CNNSum: Exploring Long-Context Summarization with Large Language Models in Chinese Novels

2024-12-03 · Lingxiao Wei, He Yan, Xiangju Lu, Junmin Zhu 외

Large Language Models (LLMs) have been well-researched in various long-context tasks. However, the scarcity of high-quality long-context summarization datasets has hindered further advancements in this area. To address t…

16k

No Tokens Wasted: Leveraging Long Context in Biomedical Vision-Language Models

2025-10-04 · Min Woo Sun, Alejandro Lozano, Javier Gamazo Tejero, Vishwesh Nath 외 arxiv

Embedding vision-language models (VLMs) are typically pretrained with short text windows (<77 tokens), which forces the truncation of long-format captions. Yet, the distribution of biomedical captions from large-scale op…

PENCIL: Long Thoughts with Short Memory

2025-03-18 · Chenxiao Yang, Nathan Srebro, David Mcallester, Zhiyuan Li

While recent works (e.g. o1, DeepSeek R1) have demonstrated great promise of using long Chain-of-Thought (CoT) to improve reasoning capabilities of language models, scaling it up during test-time is challenging due to in…