paper-with-me

Papers

SE-Bench: Benchmarking Self-Evolution with Knowledge Internalization

2026-02-04 · Jiarui Yuan, Tailin Jin, Weize Chen, Zeyuan Liu arxiv

True self-evolution requires agents to act as lifelong learners that internalize novel experiences to solve future problems. However, rigorously measuring this foundational capability is hindered by two obstacles: the entanglement of prior knowledge, where ``new'' knowledge may appear in pre-training data, and the entanglement of reasoning complexity, where failures may stem from problem difficulty rather than an inability to recall learned knowledge. We introduce SE-Bench, a diagnostic environment that obfuscates the NumPy library and its API doc into a pseudo-novel package with randomized identifiers. Agents are trained to internalize this package and evaluated on simple coding tasks without access to documentation, yielding a clean setting where tasks are trivial with the new API doc but impossible for base models without it. Our investigation reveals three insights: (1) the Open-Book Paradox, where training with reference documentation inhibits retention, requiring "Closed-Book Training" to force knowledge compression into weights; (2) the RL Gap, where standard RL fails to internalize new knowledge completely due to PPO clipping and negative gradients; and (3) the viability of Self-Play for internalization, proving models can learn from self-generated, noisy tasks when coupled with SFT, but not RL. Overall, SE-Bench establishes a rigorous diagnostic platform for self-evolution with knowledge internalization. Our code and dataset can be found at https://github.com/thunlp/SE-Bench.

📄 PDF Abstract BibTeX arXiv:2602.04811

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Your Code Agent Can Grow Alongside You with Structured Memory

2026-02-25 · Yi-Xuan Deng, Xiaoqin Liu, Yi Zhang, Guo-Wei Yang 외 arxiv

While "Intent-oriented programming" (or "Vibe Coding") redefines software engineering, existing code agents remain tethered to static code snapshots. Consequently, they struggle to model the critical information embedded…

EvoAgentBench: Benchmarking Agent Self-Evolution via Ability Transfer

2026-07-06 · Xingze Gao, Chuanrui Hu, Hongda Chen, Pengfei Yao 외 arxiv

Agent self-evolution in long-horizon LLM systems is largely procedural: useful experience is not merely stored information, but reusable procedures for searching, debugging, and verification. Yet current evaluations do n…

Polarize, Catalyze, Stabilize: How a minority of norm internalizers amplify group selection and punishment

2021-12-22 · Victor Vikram Odouard, Diana Smirnova, Shimon Edelman

Many mechanisms behind the evolution of cooperation, such as reciprocity, indirect reciprocity, and altruistic punishment, require group knowledge of individual actions. But what keeps people cooperating when no one is l…

CogFlow: Bridging Perception and Reasoning through Knowledge Internalization for Visual Mathematical Problem Solving

2026-01-05 · Shuhang Chen, Yunqiu Xu, Junjie Xie, Aojun Lu 외 arxiv

Despite significant progress, multimodal large language models continue to struggle with visual mathematical problem solving. Some recent works recognize that visual perception is a bottleneck in visual mathematical reas…

Information ExtractionMathematical Reasoning

Inject, Align, Recover: Staged Post-Training for Retrieval-Free Document Knowledge Internalization

2026-08-20 · Qian Kou, Xiaofeng Shi, Xiaosong Qiu, Hua Zhou arxiv

Large language models often fail to answer questions about a bounded document collection when the source documents are not retrieved at inference time. We study this setting as document knowledge internalization: convert…

Question Answering