paper-with-me

홈 › Papers

LongPO: Long Context Self-Evolution of Large Language Models through Short-to-Long Preference Optimization

2025-02-19 · Guanzheng Chen, Xin Li, Michael Qizhe Shieh, Lidong Bing

Large Language Models (LLMs) have demonstrated remarkable capabilities through pretraining and alignment. However, superior short-context LLMs may underperform in long-context scenarios due to insufficient long-context alignment. This alignment process remains challenging due to the impracticality of human annotation for extended contexts and the difficulty in balancing short- and long-context performance. To address these challenges, we introduce LongPO, that enables short-context LLMs to self-evolve to excel on long-context tasks by internally transferring short-context capabilities. LongPO harnesses LLMs to learn from self-generated short-to-long preference data, comprising paired responses generated for identical instructions with long-context inputs and their compressed short-context counterparts, respectively. This preference reveals capabilities and potentials of LLMs cultivated during short-context alignment that may be diminished in under-aligned long-context scenarios. Additionally, LongPO incorporates a short-to-long KL constraint to mitigate short-context performance decline during long-context alignment. When applied to Mistral-7B-Instruct-v0.2 from 128K to 512K context lengths, LongPO fully retains short-context performance and largely outperforms naive SFT and DPO in both long- and short-context tasks. Specifically, \ourMethod-trained models can achieve results on long-context benchmarks comparable to, or even surpassing, those of superior LLMs (e.g., GPT-4-128K) that involve extensive long-context annotation and larger parameter scales.

📄 PDF Abstract BibTeX arXiv:2502.13922

Code (1)

DAMO-NLP-SG/LongPO 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

DPO 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

GenericAgent: A Token-Efficient Self-Evolving LLM Agent via Contextual Information Density Maximization (V1.0)

2026-04-18 · Jiaqing Liang, Jinyi Han, Weijia Li, Xinyi Wang 외 arxiv

Long-horizon large language model (LLM) agents are fundamentally limited by context. As interactions become longer, tool descriptions, retrieved memories, and raw environmental feedback accumulate and push out the inform…

From Self-Adaptation to Self-Evolution Leveraging the Operational Design Domain

2023-03-27 · Danny Weyns, Jesper Andersson

Engineering long-running computing systems that achieve their goals under ever-changing conditions pose significant challenges. Self-adaptation has shown to be a viable approach to dealing with changing conditions. Yet, …

Self Adaptive System

PACEvolve: Enabling Long-Horizon Progress-Aware Consistent Evolution

2026-01-15 · Minghao Yan, Bo Peng, Benjamin Coleman, Ziqi Chen 외 arxiv

Large Language Models (LLMs) have emerged as powerful operators for evolutionary search, yet the design of efficient search scaffolds remains ad hoc. While promising, current LLM-in-the-loop systems lack a systematic app…

Evolve as a Team: Collaborative Self-Evolution for LLM-based Multi-Agent Systems

2026-05-28 · Zhezheng Hao, Tianfu Wang, Huanshuo Dong, Ziyan Liu 외 arxiv

LLM-based multi-agent systems (MAS) have emerged as an effective paradigm for complex and long-horizon tasks. However, in real-world tasks, MAS often exhibit various failures during execution and such failures are diffic…

Dynamic Nested Hierarchies: Pioneering Self-Evolution in Machine Learning Architectures for Lifelong Intelligence

2025-11-18 · Akbar Anbar Jafari, Cagri Ozcinar, Gholamreza Anbarjafari arxiv

Contemporary machine learning models, including large language models, exhibit remarkable capabilities in static tasks yet falter in non-stationary environments due to rigid architectures that hinder continual adaptation…

Continual Learning