paper-with-me

홈 › Papers

AutoMem: Automated Learning of Memory as a Cognitive Skill

2026-07-01 · Shengguang Wu, Hao Zhu, Yuhui Zhang, Xiaohan Wang, Serena Yeung-Levy arxiv

Memory expertise is a learned skill: knowing what to encode, when to retrieve, and how to organize knowledge--a capacity known in cognitive science as metamemory. We bring this perspective to LLMs by treating memory management as a trainable skill. We promote file-system operations to first-class memory actions alongside task actions, letting the model itself decide how to manage its memory. This memory skill improves along two axes: the structure that supports it (prompts, file schemas, action vocabulary), and the proficiency of the model exercising it. Both axes resist manual optimization: episodes in long-horizon tasks run for thousands of steps, and a single memory mistake can hide long before it surfaces, making human review of full trajectories impractical. We introduce AutoMem, a framework that automates both axes. In the first loop, a strong LLM reviews complete agent trajectories and iteratively revises the memory structure that shapes how the agent interacts with its memory files. In the second loop, the agent's own good memory decisions are identified from many episodes and used as training signal to sharpen the model's memory proficiency directly. Across three procedurally generated long-horizon games (Crafter, MiniHack, and NetHack), optimizing memory alone--without modifying the model's task-action behavior--improved the base agent's performance ~2x-4x, bringing a 32B open-weight model competitive with frontier systems such as Claude Opus 4.5 and Gemini 3.1 Pro Thinking. Our results show that memory management is an independently learnable skill, and a high-leverage objective yielding large gains on long-horizon tasks.

📄 PDF Abstract BibTeX arXiv:2607.01224

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Investigating Large Language Models in Diagnosing Students' Cognitive Skills in Math Problem-solving

2025-04-01 · Hyoungwook Jin, Yoonsu Kim, Dongyun Jung, Seungju Kim 외

Mathematics learning entails mastery of both content knowledge and cognitive processing of knowing, applying, and reasoning with it. Automated math assessment primarily has focused on grading students' exhibition of cont…

Math

Exploring Cross-Scenario Generality of Agentic Memory Systems: Diagnostics and a Strong Baseline

2026-06-03 · Zhikai Chen, Jialiang Gu, Junyu Yin, Xianxuan Long 외 arxiv

LLM agents accumulate histories that outgrow their context windows, motivating a growing literature on memory systems. Yet most existing designs are tuned to a single scenario (multi-session chat or a single trajectory f…

Evaluating Cognitive Assessment Tools:A Comparative Analysis of MMSE, RUDAS, SAGE, ADAS and MoCA for Early Dementia Detection

2025-05-12 · Saransh Naole, Dhriti Parikh, Sakshi Nayak, Swarna Priya Ramu

Early detection of dementia is very crucial to ensure treatment begins on time, however it is difficult to choose appropriate cognitive assessment tools because each test is designed differently and may not be tailored t…

ImplicitMemBench: Measuring Unconscious Behavioral Adaptation in Large Language Models

2026-04-09 · Chonghan Qin, Xiachong Feng, Weitao Ma, Xiaocheng Feng 외 arxiv

Existing memory benchmarks for LLM agents evaluate explicit recall of facts, yet overlook implicit memory where experience becomes automated behavior without conscious retrieval. This gap is critical: effective assistant…

Automated discovery of symbolic laws governing skill acquisition from naturally occurring data

2024-04-08 · Sannyuya Liu, Qing Li, Xiaoxuan Shen, Jianwen Sun 외

Skill acquisition is a key area of research in cognitive psychology as it encompasses multiple psychological processes. The laws discovered under experimental paradigms are controversial and lack generalizability. This p…

Feature ImportanceSymbolic Regression