paper-with-me

홈 › Papers

The Path of Self-Evolving Large Language Models: Achieving Data-Efficient Learning via Intrinsic Feedback

2025-10-03 · Hangfan Zhang, Siyuan Xu, Zhimeng Guo, Huaisheng Zhu, Shicheng Liu, Xinrun Wang, Qiaosheng Zhang, Yang Chen, Peng Ye, Lei Bai, Shuyue Hu arxiv

Reinforcement learning (RL) has demonstrated potential in enhancing the reasoning capabilities of large language models (LLMs), but such training typically demands substantial efforts in creating and annotating data. In this work, we explore improving LLMs through RL with minimal data. Our approach alternates between the LLM proposing a task and then attempting to solve it. To minimize data dependency, we introduce two novel mechanisms grounded in self-awareness: (1) self-aware difficulty prediction, where the model learns to assess task difficulty relative to its own abilities and prioritize challenging yet solvable tasks, and (2) self-aware limit breaking, where the model recognizes when a task is beyond its capability boundary and proactively requests external data to break through that limit. Extensive experiments on nine benchmarks showing a 53.8% relative improvement with less than 1.2% extra data demonstrate the efficacy of self-aware RL and underscore the promise of self-evolving agent training.

📄 PDF Abstract BibTeX arXiv:2510.02752

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Seed2Scale: A Self-Evolving Data Engine for Embodied AI via Small to Large Model Synergy and Multimodal Evaluation

2026-03-09 · Cong Tai, Zhaoyu Zheng, Haixu Long, Hansheng Wu 외 arxiv

Existing data generation methods suffer from exploration limits, embodiment gaps, and low signal-to-noise ratios, leading to performance degradation during self-iteration. To address these challenges, we propose Seed2Sca…

Data Augmentation

Darwinian Memory: A Training-Free Self-Regulating Memory System for GUI Agent Evolution

2026-01-30 · Hongze Mi, Yibo Feng, WenJie Lu, Song Cao 외 arxiv

Multimodal Large Language Model (MLLM) agents facilitate Graphical User Interface (GUI) automation but struggle with long-horizon, cross-application tasks due to limited context windows. While memory systems provide a vi…

MM-Zero: Self-Evolving Multi-Model Vision Language Models From Zero Data

2026-03-10 · Zongxia Li, Hongyang Du, Chengsong Huang, Xiyang Wu 외 arxiv

Self-evolving has emerged as a key paradigm for improving foundational models such as Large Language Models (LLMs) and Vision Language Models (VLMs) with minimal human intervention. While recent approaches have demonstra…

Multimodal Reasoning

Decouple to Generalize: Context-First Self-Evolving Learning for Data-Scarce Vision-Language Reasoning

2025-12-07 · Tingyu Li, Zheng Sun, Jingxuan Wei, Siyuan Li 외 arxiv

Recent vision-language models (VLMs) achieve remarkable reasoning through reinforcement learning (RL), which provides a feasible solution for realizing continuous self-evolving large vision-language models (LVLMs) in the…

Reinforcement Learning

EvoVid: Temporal-Centric Self-Evolution for Video Large Language Models

2026-05-21 · Shiqi Huang, Ziyue Wang, Zhongrong Zuo, Han Qiu 외 arxiv

Recent Video Large Language Models (Video-LLMs) have demonstrated strong capabilities in video reasoning through reinforcement learning (RL). However, existing RL pipelines rely heavily on human-annotated tasks and solut…

Reinforcement LearningQuestion Generation