Papers › ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory

ReasoningBank: Scaling Agent Self-Evolving with Reasoning Memory

29 Sep 2025ICLRarXiv:2509.25140added by Syntology

Siru Ouyang, Jun Yan, I-Hung Hsu, Yanfei Chen, Ke Jiang, Zifeng Wang, Rujun Han, Long T. Le, Samira Daruki, Xiangru Tang, Vishy Tirumalashetty, George Lee, Mahsan Rofouei, Hangfei Lin, Jiawei Han, Chen-Yu Lee, Tomas Pfister

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

With the growing adoption of large language model agents in persistent real-world roles, they naturally encounter continuous streams of tasks. A key limitation, however, is their failure to learn from the accumulated interaction history, forcing them to discard valuable insights and repeat past errors. We propose ReasoningBank, a novel memory framework that distills generalizable reasoning strategies from an agent's self-judged successful and failed experiences. At test time, an agent retrieves relevant memories from ReasoningBank to inform its interaction and then integrates new learnings back, enabling it to become more capable over time. Building on this powerful experience learner, we further introduce memory-aware test-time scaling (MaTTS), which accelerates and diversifies this learning process by scaling up the agent's interaction experience. By allocating more compute to each task, the agent generates abundant, diverse experiences that provide rich contrastive signals for synthesizing higher-quality memory. The better memory in turn guides more effective scaling, establishing a powerful synergy between memory and test-time scaling. Across web browsing and software engineering benchmarks, ReasoningBank consistently outperforms existing memory mechanisms that store raw trajectories or only successful task routines, improving both effectiveness and efficiency; MaTTS further amplifies these gains. These findings establish memory-driven experience scaling as a new scaling dimension, enabling agents to self-evolve with emergent behaviors naturally arise. Our code can be found at https://github.com/google-research/reasoning-bank.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2509.25140")

Code

Syntology Ran 0 of 14 code samples harvested from 1 repository linked to this paper; 14 have no recorded run.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

google-research/reasoning-bank found in paper text by SyntologyApache-2.0 report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 0 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

14unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from google-research/reasoning-bank. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_naive_last_frame_eval_prompt google-research/reasoning-bank/WebArena/autoeval/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 238e7dce697a54e4 · report
build_naive_multi_frame_eval_prompt google-research/reasoning-bank/WebArena/autoeval/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 7ad3fb700204a1d0 · report
build_obs_simplifier_prompt google-research/reasoning-bank/WebArena/autoeval/prompts.py found in paper text by Syntology unverified Apache-2.0 (permissive) · d30039bf61d4ce96 · report
embed_query_with_qwen google-research/reasoning-bank/WebArena/memory_management.py found in paper text by Syntology unverified Apache-2.0 (permissive) · e35f25d166dc1c3b · report
extract_final_response google-research/reasoning-bank/WebArena/reeval_memevol_prompt.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 4ae947fadb35f89b · report
extract_response google-research/reasoning-bank/WebArena/autoeval/evaluate_trajectory.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 5503345bf4b138db · report
extract_think_and_action google-research/reasoning-bank/WebArena/induce_memory.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 38314d8e2e565dd6 · report
extract_think_and_action google-research/reasoning-bank/WebArena/autoeval/evaluate_trajectory.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c4e4bc0ba1f63988 · report
format_trajectory google-research/reasoning-bank/WebArena/induce_memory.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c6db4f1167ef1f97 · report
l2_normalize google-research/reasoning-bank/WebArena/memory_management.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cf9eabc2e955701a · report
load_blocks google-research/reasoning-bank/WebArena/induce_scaling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 868712f71f85de88 · report
load_step_pkl google-research/reasoning-bank/WebArena/induce_scaling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 06ce227a2f35045b · report
random_group_sample google-research/reasoning-bank/WebArena/induce_memory.py found in paper text by Syntology unverified Apache-2.0 (permissive) · ee92b111809ec4b6 · report
remove_invalid_steps google-research/reasoning-bank/WebArena/induce_scaling.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 68200314270ba3be · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2509.25140, was issued in September 2025, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections