paper-with-me

Papers

Decocted Experience Improves Test-Time Inference in LLM Agents

2026-04-06 · Maohao Shen, Kaiwen Zha, Zexue He, Zhang-Wei Hong, Siru Ouyang, J. Jon Ryu, Prasanna Sattigeri, Suhas Diggavi, Gregory Wornell arxiv

There is growing interest in improving LLMs without updating model parameters. One well-established direction is test-time scaling, where increased inference-time computation (e.g., longer reasoning, sampling, or search) is used to improve performance. However, for complex reasoning and agentic tasks, naively scaling test-time compute can substantially increase cost and still lead to wasted budget on suboptimal exploration. In this paper, we explore \emph{context} as a complementary scaling axis for improving LLM performance, and systematically study how to construct better inputs that guide reasoning through \emph{experience}. We show that effective context construction critically depends on \emph{decocted experience}. We present a detailed analysis of experience-augmented agents, studying how to derive context from experience, how performance scales with accumulated experience, what characterizes good context, and which data structures best support context construction. We identify \emph{decocted experience} as a key mechanism for effective context construction: extracting essence from experience, organizing it coherently, and retrieving salient information to build effective context. We validate our findings across reasoning and agentic tasks, including math reasoning, web browsing, and software engineering.

📄 PDF Abstract BibTeX arXiv:2604.04373

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Collaborative Multi-Agent Test-Time Reinforcement Learning for Reasoning

2026-01-14 · Zhiyuan Hu, Yunhai Hu, Juncheng Liu, Shuyue Stella Li 외 arxiv

Multi-agent systems have evolved into practical LLM-driven collaborators for many applications, gaining robustness from diversity and cross-checking. However, multi-agent RL (MARL) training is resource-intensive and unst…

Reinforcement Learning

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

EDGE: Experience-Distillation for Guided Exploration in Agentic Reinforcement Learning

2026-08-22 · Can Xie, Yuyi Zhou, Wen Yang, Ziyi zhang 외 arxiv

Reinforcement learning with outcome-based objectives such as GRPO enables LLM-based agents to solve complex, long-horizon tasks, yet the reusable exploration patterns embedded in interaction trajectories are largely disc…

Reinforcement Learning

Experience-Evolving Multi-Turn Tool-Use Agent with Hybrid Episodic-Procedural Memory

2025-12-08 · Sijia Li, Yuchen Huang, Zifan Liu, Zijian Li 외 arxiv

As intents unfold and environments change, multi-turn agents face continuously shifting decision contexts. Although reusing past experience is intuitively appealing, existing approaches remain limited: full trajectories …

Reinforcement Learning

LivingRAG: Augmenting Graph RAG with Experience

2026-08-26 · Yuzhuo Cui, Zongye Zhang, Qingjie Liu arxiv

Graph-based RAG improves multi-hop question answering by organizing evidence as a knowledge graph. However, most existing RAG systems process each query in isolation and discard useful reasoning from the LLM's response a…

Multi-hop Question AnsweringAnswer Generation