paper-with-me

Papers

SAMULE: Self-Learning Agents Enhanced by Multi-level Reflection

2025-09-24 · Yubin Ge, Salvatore Romeo, Jason Cai, Monica Sunkara, Yi Zhang arxiv

Despite the rapid advancements in LLM agents, they still face the challenge of generating meaningful reflections due to inadequate error analysis and a reliance on rare successful trajectories, especially in complex tasks. In this work, we propose SAMULE, a new framework for self-learning agents powered by a retrospective language model that is trained based on Multi-Level Reflection Synthesis. It first synthesizes high-quality reflections across three complementary levels: Single-Trajectory Learning (micro-level) for detailed error correction; Intra-Task Learning (meso-level) to build error taxonomies across multiple trials of the same task, and Inter-Task Learning (macro-level) to extract transferable insights based on same typed errors from diverse task failures. Then we fine-tune a language model serving as the retrospective model to generate reflections during inference. We further extend our framework to interactive settings through a foresight-based reflection mechanism, enabling agents to proactively reflect and adapt during user interactions by comparing predicted and actual responses. Extensive experiments on three challenging benchmarks - TravelPlanner, NATURAL PLAN, and Tau-bench - demonstrate that our approach significantly outperforms reflection-based baselines. Our results highlight the critical role of well-designed reflection synthesis and failure-centric learning in building self-improving LLM agents.

📄 PDF Abstract BibTeX arXiv:2509.20562

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MARS: Memory-Enhanced Agents with Reflective Self-improvement

2025-03-25 · Xuechen Liang, Meiling Tao, Yinghui Xia, Jianhui Wang 외

Large language models (LLMs) have made significant advances in the field of natural language processing, but they still face challenges such as continuous decision-making, lack of long-term memory, and limited context wi…

Decision Making

Agents meet OKR: An Object and Key Results Driven Agent System with Hierarchical Self-Collaboration and Self-Evaluation

2023-11-28 · Yi Zheng, Chongyang Ma, Kanle Shi, Haibin Huang

In this study, we introduce the concept of OKR-Agent designed to enhance the capabilities of Large Language Models (LLMs) in task-solving. Our approach utilizes both self-collaboration and self-correction mechanism, faci…

Galaxy: A Cognition-Centered Framework for Proactive, Privacy-Preserving, and Self-Evolving LLM Agents

2025-08-06 · Chongyu Bao, Ruimin Dai, Yangbo Shen, Runyang Jian 외 arxiv

Intelligent personal assistants (IPAs) such as Siri and Google Assistant are designed to enhance human capabilities and perform tasks on behalf of users. The emergence of LLM agents brings new opportunities for the devel…

Gödel Agent: A Self-Referential Agent Framework for Recursive Self-Improvement

2024-10-06 · Xunjian Yin, Xinyi Wang, Liangming Pan, Xiaojun Wan 외

The rapid advancement of large language models (LLMs) has significantly enhanced the capabilities of AI-driven agents across various tasks. However, existing agentic systems, whether based on fixed pipeline algorithms or…

Mathematical ReasoningMeta-Learning

Inducing Stackelberg Equilibrium through Spatio-Temporal Sequential Decision-Making in Multi-Agent Reinforcement Learning

2023-04-20 · Bin Zhang, Lijuan Li, Zhiwei Xu, Dapeng Li 외

In multi-agent reinforcement learning (MARL), self-interested agents attempt to establish equilibrium and achieve coordination depending on game structure. However, existing MARL approaches are mostly bound by the simult…

Decision MakingMulti-agent Reinforcement LearningSequential Decision Making