菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-26
📄 Abstract - Self-Improvement of Large Language Models: A Technical Overview and Future Outlook

As large language models (LLMs) continue to advance, improving them solely through human supervision is becoming increasingly costly and limited in scalability. As models approach human-level capabilities in certain domains, human feedback may no longer provide sufficiently informative signals for further improvement. At the same time, the growing ability of models to make autonomous decisions and execute complex actions naturally enables abstractions in which components of the model development process can be progressively automated. Together, these challenges and opportunities have driven increasing interest in self-improvement, where models autonomously generate data, evaluate outputs, and iteratively refine their own capabilities. In this paper, we present a system-level perspective on self-improving language models and introduce a unified framework that organizes existing techniques. We conceptualize the self-improvement system as a closed-loop lifecycle, consisting of four tightly coupled processes: data acquisition, data selection, model optimization, and inference refinement, along with an autonomous evaluation layer. Within this framework, the model itself plays a central role in driving each stage: collecting or generating data, selecting informative signals, updating its parameters, and refining outputs, while the autonomous evaluation layer continuously monitors progress and guides the improvement cycle across stages. Following this lifecycle perspective, we systematically review and analyze representative methods for each component from a technical standpoint. We further discuss current limitations and outline our vision for future research toward fully self-improving LLMs.

顶级标签: llm model training systems
详细标签: self-improvement autonomous learning closed-loop systems data generation iterative refinement 或 搜索:

大语言模型的自我改进:技术概览与未来展望 / Self-Improvement of Large Language Models: A Technical Overview and Future Outlook


1️⃣ 一句话总结

这篇论文提出了一个让大语言模型自己生成数据、评估结果并不断优化自己的系统性框架,旨在解决人工监督成本高、难以持续提升模型能力的难题,并展望了未来实现完全自主改进的研究方向。

源自 arXiv: 2603.25681