paper-with-me

Papers

Adaptation of Agentic AI: A Survey of Post-Training, Memory, and Skills

2025-12-18 · Pengcheng Jiang, Jiacheng Lin, Zhiyi Shi, Zifeng Wang, Luxi He, Yichen Wu, Ming Zhong, Peiyang Song, Qizheng Zhang, Heng Wang, Xueqiang Xu, Hanwen Xu, Pengrui Han, Dylan Zhang, Jiashuo Sun, Chaoqi Yang, Kun Qian, Tian Wang, Changran Hu, Manling Li, Quanzheng Li, Hao Peng, Sheng Wang, Jingbo Shang, Chao Zhang, Jiaxuan You, Liyuan Liu, Pan Lu, Yu Zhang, Heng Ji, Yejin Choi, Dawn Song, Jimeng Sun, Jiawei Han arxiv

Large language model (LLM) agents are moving beyond prompting alone. ChatGPT marked the rise of general-purpose LLM assistants, DeepSeek showed that on-policy reinforcement learning with verifiable rewards can improve reasoning and tool use, and OpenClaw highlights a newer direction in which agents accumulate persistent memory and reusable skills. Yet the research landscape remains fragmented across post-training, retrieval, memory, and skill systems. This survey studies these developments under a single notion of \emph{adaptation}: improving an agent, its tools, or their interaction after pretraining. We organize the field with a four-paradigm framework spanning agent adaptation and tool adaptation. On the agent side, A1 (tool-execution-signaled) and A2 (agent-output-signaled) improve the agent itself through supervised fine-tuning, preference optimization, and reinforcement learning with verifiable rewards. On the tool side, T1 (agent-agnostic) provides reusable pre-trained modules any agent can call, while T2 (agent-supervised) uses the agent's outputs to train memory systems, skill libraries, or lightweight subagents. Using this framework, we review post-training methods, adaptive memory architectures, and agent skills; compare their trade-offs in cost, flexibility, and generalization; and summarize evaluation practices across deep research, software development, computer use, and drug discovery. We conclude by outlining open problems in agent-tool co-adaptation, continual learning, safety, and efficient deployment.

📄 PDF Abstract BibTeX arXiv:2512.16301

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningContinual LearningDrug Discovery

Similar Papers 제목 키워드 기반

Agentic Reasoning for Large Language Models

2026-01-18 · Tianxin Wei, Ting-Wei Li, Zhining Liu, Xuying Ning 외 arxiv

Reasoning is a fundamental cognitive process underlying inference, problem-solving, and decision-making. While large language models (LLMs) demonstrate strong reasoning capabilities in closed-world settings, they struggl…

Reinforcement Learning

Adaptive and Resource-efficient Agentic AI Systems for Mobile and Embedded Devices: A Survey

2025-09-30 · Sicong Liu, Weiye Wu, Xiangrui Xu, Teng Li 외 arxiv

Foundation models have reshaped AI by unifying fragmented architectures into scalable backbones with multimodal reasoning and contextual adaptation. In parallel, the long-standing notion of AI agents, defined by the sens…

Test-time AdaptationMultimodal ReasoningAutonomous Driving

CurateEvo: Data-Curation Evolving for Agentic Post-Training

2026-07-07 · Dingzirui Wang, Xuanliang Zhang, Keyan Xu, Qingfu Zhu 외 arxiv

Large language model (LLM) agents require post-training methods that can improve long-horizon decision making from environment feedback. However, existing agentic post-training pipelines often treat data curation as a fi…

Reinforcement LearningData AugmentationDecision Making

AdaMEM: Test-Time Adaptive Memory for Language Agents

2026-06-04 · Yunxiang Zhang, Yiheng Li, Ali Payani, Lu Wang arxiv

A central challenge for language agents is utilizing past experience to adapt to dynamic test-time conditions. While recent work demonstrates the promise of agentic memory mechanisms, most systems restrict retrieval to e…

Test-time Adaptation

Think in English, Answer in Korean: Efficient Adaptation of Multilingual Tool-Using Agents

2026-06-30 · Utsav Garg, Sungjin Hong, Jason Jung, Justin Lee 외 arxiv

We present LuckyStar 111B, a 111B-parameter hybrid reasoning model developed through a collaboration between Cohere and LG CNS for Korean-English enterprise agents under practical memory and serving constraints. The mode…

Reinforcement LearningMathematical Reasoning