paper-with-me

Papers

ToolACE-MT: Non-Autoregressive Generation for Agentic Multi-Turn Interaction

2025-08-18 · Xingshan Zeng, Weiwen Liu, Lingzhi Wang, Liangyou Li, Fei Mi, Yasheng Wang, Lifeng Shang, Xin Jiang, Qun Liu arxiv

Agentic task-solving with Large Language Models (LLMs) requires multi-turn, multi-step interactions, often involving complex function calls and dynamic user-agent exchanges. Existing simulation-based data generation methods for such scenarios rely heavily on costly autoregressive interactions between multiple LLM agents, thereby compromising the practical efficiency of agentic data generation. In this paper, we propose ToolACE-MT, a novel Non-Autoregressive Iterative Generation framework for constructing high-quality multi-turn agentic dialogues. ToolACE-MT generates full conversational trajectories through three stages: coarse-grained initialization, iterative refinement, and offline verification. The initialization phase builds a structurally complete yet semantically coarse dialogue skeleton; the iterative refinement phase introduces realistic complexities and continued refinement via mask-and-fill operations; and the offline verification phase ensures correctness and coherence via rule- and model-based checks. Experiments demonstrate that ToolACE-MT enables efficient, effective and generalizable agentic data generation, offering a new paradigm for high-quality data construction in tool-augmented LLM scenarios.

📄 PDF Abstract BibTeX arXiv:2508.12685

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ToolACE: Winning the Points of LLM Function Calling

2024-09-02 · Weiwen Liu, Xu Huang, Xingshan Zeng, Xinlong Hao 외

Function calling significantly extends the application boundary of large language models, where high-quality and diverse training data is critical for unlocking this capability. However, real function-calling data is qui…

SAPO: Single-Rollout Autoregressive Policy Optimization for Agentic Reinforcement Learning

2026-08-20 · Dayang Liang, Lang Feng, Bo An, Yunlong Liu arxiv

Agentic reinforcement learning (RL) has become a critical stage in the post-training of large language models. Existing critic-free, group-relative methods estimate policy advantages from multiple rollouts, avoiding the …

Reinforcement Learning

IntentMiner: Intent Inversion Attack via Tool Call Analysis in the Model Context Protocol

2025-12-16 · Yunhao Yao, Zhiqiang Wang, Haoran Cheng, Yihang Cheng 외 arxiv

The evolution of Large Language Models (LLMs) into Agentic AI has established the Model Context Protocol (MCP) as the standard for connecting reasoning engines with external tools. Although this decoupled architecture fo…

Semantic Parsing

ToolACE-R: Tool Learning with Adaptive Self-Refinement

2025-04-02 · Xingshan Zeng, Weiwen Liu, Xu Huang, Zezhong Wang 외

Tool learning, which allows Large Language Models (LLMs) to leverage external tools for solving complex user tasks, has emerged as a promising avenue for extending model capabilities. However, current approaches primaril…

Computational Efficiency

Agentic-R: Learning to Retrieve for Agentic Search

2026-01-17 · Wenhan Liu, Xinyu Ma, Yutao Zhu, Yuchen Li 외 arxiv

Agentic search has recently emerged as a powerful paradigm, where an agent interleaves multi-step reasoning with on-demand retrieval to solve complex questions. Despite its success, how to design a retriever for agentic …

Answer Generation