paper-with-me

Papers

CoCoDA: Co-evolving Compositional DAG for Tool-Augmented Agents

2026-05-08 · Ziyang Yu, Qiyue Li, Liang Zhao arxiv

Tool-augmented language models can extend small language models with external executable skills, but scaling the tool library creates a coupled challenge: the library must evolve with the planner as new reusable subroutines emerge, while retrieval from the growing library must remain within a fixed context budget. Existing tool-use and skill-library methods typically treat tools as flat or text-indexed memories, causing prompt cost to grow with library size and obscuring the typed, compositional structure of executable code. We propose CoCoDA, a framework that co-evolves the planner and tool library through a single code-native structure: a compositional code DAG. Nodes are primitive or composite tools, edges encode invocation dependencies, and each node stores a typed signature, description, pre/post-condition specification, and worked examples. At inference time, Typed DAG Retrieval prunes candidates by symbolic signature unification, ranks survivors by descriptions, filters them by behavioral specifications, and disambiguates with examples, keeping expensive context materialization on progressively smaller candidate sets. At training time, successful trajectories are folded into validated composite tools, while the planner is updated with a DAG-induced reward that credits composites by their primitive expansion size. We provide theoretical results showing retrieval cost reduction, sublinear retrieval time, compositional advantage under the shaped reward, monotone co-evolution under conservative updates, and DAG well-formedness. Across mathematical reasoning, tabular analysis, and code task benchmarks, CoCoDA enables an 8B student to match or exceed a 32B teacher on GSM8K and MATH and consistently improves over strong tool-use and library-learning baselines.

📄 PDF Abstract BibTeX arXiv:2605.08399

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

HyperTool: Beyond Step-Wise Tool Calls for Tool-Augmented Agents

2026-06-11 · Yaxin Du, Yifan Zhou, Yujie Ge, Jiajun Wang 외 arxiv

Tool-augmented LLM agents commonly rely on step-wise atomic tool calls, where each invocation, observation, and value transfer is exposed in the main reasoning trace. This creates an \emph{execution-granularity mismatch}…

DiffuseAgent-MI: Distributionally-Grounded,Tool-Integrated Self-Evolving Agents for Faithful Visual Reasoning

2026-08-01 · An Lanji, Dawei Liu, Jin Li, Haoran Xu 외 arxiv

Tool-integrated vision-language agents have made remarkable progress on compositional and multi-step visual reasoning. Yet their outputs frequently exhibit unfaithfulness: the stated reasoning path diverges from the comp…

Multimodal ReasoningVisual Reasoning

Latent Preference Modeling for Cross-Session Personalized Tool Calling

2026-04-20 · Yejin Yoon, Minseo Kim, Taeuk Kim arxiv

Users often omit essential details in their requests to LLM-based agents, resulting in under-specified inputs for tool use. This poses a fundamental challenge for tool-augmented agents, as API execution typically require…

AutoAgent: Evolving Cognition and Elastic Memory Orchestration for Adaptive Agents

2026-03-10 · Xiaoxing Wang, Ning Liao, Shikun Wei, Chen Tang 외 arxiv

Autonomous agent frameworks still struggle to reconcile long-term experiential learning with real-time, context-sensitive decision-making. In practice, this gap appears as static cognition, rigid workflow dependence, and…

SkillGraph: Skill-Augmented Reinforcement Learning for Agents via Evolving Skill Graphs

2026-05-12 · Xiaoyuan Li, Moxin Li, Keqin Bao, Yubo Ma 외 arxiv

Skill libraries enable large language model agents to reuse experience from past interactions, but most existing libraries store skills as isolated entries and retrieve them only by semantic similarity. This leads to two…

Reinforcement LearningSemantic SimilarityDecision Making