paper-with-me

Papers

Unlocking Implicit Experience: Synthesizing Tool-Use Trajectories from Text

2026-01-15 · Zhihao Xu, Rumei Li, Jiahuan Li, Rongxiang Weng, Jingang Wang, Xunliang Cai, Xiting Wang arxiv

Enabling Large Language Models (LLMs) to effectively utilize tools in multi-turn interactions is essential for building capable autonomous agents. However, acquiring diverse and realistic multi-turn tool-use data remains a significant challenge. In this work, we propose a novel text-based paradigm. We observe that textual corpora naturally contain rich, multi-step problem-solving experiences, which can serve as an untapped, scalable, and authentic data source for multi-turn tool-use tasks. Based on this insight, we introduce GEM, a data synthesis pipeline that enables the generation and extraction of multi-turn tool-use trajectories from text corpora through a four-stage process: relevance filtering, workflow & tool extraction, trajectory grounding, and complexity refinement. To reduce the computational cost, we further train a specialized Trajectory Synthesizer via supervised fine-tuning. This model distills the complex generation pipeline into an efficient, end-to-end trajectory generator. Experiments demonstrate that our GEM-32B achieve a 16.5% improvement on the BFCL V3 Multi-turn benchmark. Our models partially surpass the performance of models trained on τ - bench (Airline and Retail) in-domain data, highlighting the superior generalization capability derived from our text-based synthesis paradigm. Notably, our Trajectory Synthesizer matches the quality of the full pipeline while significantly reducing inference latency and costs.

📄 PDF Abstract BibTeX arXiv:2601.10355

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SEARL: Joint Optimization of Policy and Tool Graph Memory for Self-Evolving Agents

2026-04-09 · Xinshun Feng, Xinhao Song, Lijun Li, Gongshen Liu 외 arxiv

Recent advances in Reinforcement Learning with Verifiable Rewards (RLVR) have demonstrated significant potential in single-turn reasoning tasks. With the paradigm shift toward self-evolving agentic learning, models are i…

Reinforcement Learning

Aligning Agentic World Models via Knowledgeable Experience Learning

2026-01-19 · Baochang Ren, Yunzhi Yao, Rui Sun, Shuofei Qiao 외 arxiv

Current Large Language Models (LLMs) exhibit a critical modal disconnect: they possess vast semantic knowledge but lack the procedural grounding to respect the immutable laws of the physical world. Consequently, while th…

ChatGPT and U(X): A Rapid Review on Measuring the User Experience

2025-03-20 · Katie Seaborn

ChatGPT, powered by a large language model (LLM), has revolutionized everyday human-computer interaction (HCI) since its 2022 release. While now used by millions around the world, a coherent pathway for evaluating the us…

Language ModelingLanguage ModellingLarge Language Model

diffGHOST: Diffusion based Generative Hedged Oblivious Synthetic Trajectories

2026-05-11 · Florent Guépin, Cheick Tidiani Cisse, Denis Renaud, François Bidet 외 arxiv

Trajectories are nowadays valuable information for a wide range of applications. However they are also inherently sensitive, as they contain highly personal information about individuals. Facing this challenge, synthesiz…

Self-Improving Large Language Models via Progressive Experience Evolution

2026-08-03 · Shijie Ren, Xiting Wang, Meng Li, Yujie Guo 외 arxiv

Large language models (LLMs) capable of self-improvement require not only effective policy optimization, but also a principled mechanism for transforming transient interaction experience into persistent model capabilitie…

Mathematical ReasoningReinforcement Learning