paper-with-me

Papers

LifelongAgentBench: Evaluating LLM Agents as Lifelong Learners

2025-05-17 · Junhao Zheng, Xidi Cai, Qiuke Li, Duzhen Zhang, Zhongzhi Li, Yingying Zhang, Le Song, Qianli Ma

Lifelong learning is essential for intelligent agents operating in dynamic environments. Current large language model (LLM)-based agents, however, remain stateless and unable to accumulate or transfer knowledge over time. Existing benchmarks treat agents as static systems and fail to evaluate lifelong learning capabilities. We present LifelongAgentBench, the first unified benchmark designed to systematically assess the lifelong learning ability of LLM agents. It provides skill-grounded, interdependent tasks across three interactive environments, Database, Operating System, and Knowledge Graph, with automatic label verification, reproducibility, and modular extensibility. Extensive experiments reveal that conventional experience replay has limited effectiveness for LLM agents due to irrelevant information and context length constraints. We further introduce a group self-consistency mechanism that significantly improves lifelong learning performance. We hope LifelongAgentBench will advance the development of adaptive, memory-capable LLM agents.

📄 PDF Abstract BibTeX arXiv:2505.11942

Code (1)

caixd-220529/LifelongAgentBench 공식 구현

Tasks

Language ModelingLanguage ModellingLarge Language ModelLifelong learning

Methods 이 논문이 사용한 방법론

Experience Replay Experience Replay is a replay memory technique used in reinforcement learning where we store the agent’s experiences at each time-step, $e\_{t} = \left(s\_{t}, a\_{t}, r\_{t},…

Similar Papers 제목 키워드 기반

Learning While Acting: A Skill-Enhanced Test-Time Co-Evolution Framework for Online Lifelong Learning Agents

2026-06-03 · Bo Mao, Jie Zhou, Yutao Yang, Xin Li 외 arxiv

Lifelong learning is essential for Large Language Model (LLM) agents operating in dynamic, interactive environments. However, existing lifelong learning agents for long-horizon tasks typically depend on discrete skill or…

Reinforcement Learning

Sharing Lifelong Reinforcement Learning Knowledge via Modulating Masks

2023-05-18 · Saptarshi Nath, Christos Peridis, Eseoghene Ben-Iwhiwhu, Xinran Liu 외

Lifelong learning agents aim to learn multiple tasks sequentially over a lifetime. This involves the ability to exploit previous knowledge when learning new tasks and to avoid forgetting. Modulating masks, a specific typ…

Lifelong learningreinforcement-learningReinforcement Learning

Towards an Integrative Educational Recommender for Lifelong Learners

2019-12-03 · Sahan Bulathwela, Maria Perez-Ortiz, Emine Yilmaz, John Shawe-Taylor

One of the most ambitious use cases of computer-assisted learning is to build a recommendation system for lifelong learning. Most recommender algorithms exploit similarities between content and users, overseeing the nece…

Lifelong learning

K-percent Evaluation for Lifelong RL

2024-04-02 · Golnaz Mesbahi, Parham Mohammad Panahi, Olya Mastikhina, Martha White 외

In continual or lifelong reinforcement learning, access to the environment should be limited. If we aspire to design algorithms that can run for long periods, continually adapting to new, unexpected situations, then we m…

RoMeRL: Balancing Feedback Coverage and the Memory-Reward Trap in Self-Evolving Agent Memory via Reduced-Order Utility States

2026-08-03 · Yi Yang, Zhennan Chen, Yihong Zhuang, Tiehan Fan 외 arxiv

Learning-based memory systems for self-evolving LLM agents face two tightly coupled challenges. First, trajectory-indexed utilities grow with the interaction history, thereby dispersing limited feedback over an ever-expa…

Reinforcement Learning