paper-with-me

홈 › Papers

AgentTTS: Large Language Model Agent for Test-time Compute-optimal Scaling Strategy in Complex Tasks

2025-07-26 · Fali Wang, Hui Liu, Zhenwei Dai, Jingying Zeng, Zhiwei Zhang, Zongyu Wu, Chen Luo, Zhen Li, Xianfeng Tang, Qi He, Suhang Wang arxiv

Test-time scaling (TTS) enhances the performance of large language models (LLMs) by allocating additional compute resources during inference. However, existing research primarily investigates TTS in single-stage tasks; while many real-world problems are multi-stage complex tasks, composed of a sequence of heterogeneous subtasks with each subtask requires LLM of specific capability. Therefore, we study a novel problem: the test-time compute-optimal scaling in multi-stage complex tasks, aiming to select suitable models and allocate budgets per subtask to maximize overall performance. TTS in multi-stage tasks introduces two fundamental challenges: (i) The combinatorial search space of model and budget allocations, combined with the high cost of inference, makes brute-force search impractical. (ii) The optimal model and budget allocations across subtasks are interdependent, increasing the complexity of the compute-optimal search. To address this gap, we conduct extensive pilot experiments on four tasks across six datasets, deriving three empirical insights characterizing the behavior of LLMs in multi-stage complex tasks. Informed by these insights, we propose AgentTTS, an LLM-agent-based framework that autonomously searches for compute-optimal allocations through iterative feedback-driven interactions with the execution environment. Experimental results demonstrate that AgentTTS significantly outperforms traditional and other LLM-based baselines in search efficiency, and shows improved robustness to varying training set sizes and enhanced interpretability.

📄 PDF Abstract BibTeX arXiv:2508.00890

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CapSpeech: Enabling Downstream Applications in Style-Captioned Text-to-Speech

2025-06-03 · Helin Wang, Jiarui Hai, Dading Chong, Karan Thakkar 외

Recent advancements in generative artificial intelligence have significantly transformed the field of style-captioned text-to-speech synthesis (CapTTS). However, adapting CapTTS to real-world applications remains challen…

Speech Synthesistext-to-speechText to SpeechText-To-Speech Synthesis

PersonaAgent: When Large Language Model Agents Meet Personalization at Test Time

2025-06-06 · Weizhi Zhang, Xinyang Zhang, Chenwei Zhang, Liangwei Yang 외

Large Language Model (LLM) empowered agents have recently emerged as advanced paradigms that exhibit impressive capabilities in a wide range of domains and tasks. Despite their potential, current LLM agents often adopt a…

Language ModelingLanguage ModellingLarge Language Model

AgentA/B: Automated and Scalable Web A/BTesting with Interactive LLM Agents

2025-04-13 · Dakuo Wang, Ting-Yao Hsu, Yuxuan Lu, Hansu Gu 외

A/B testing experiment is a widely adopted method for evaluating UI/UX design decisions in modern web applications. Yet, traditional A/B testing remains constrained by its dependence on the large-scale and live traffic o…

Language ModelingLanguage ModellingLarge Language Model

Timely Machine: Awareness of Time Makes Test-Time Scaling Agentic

2026-01-23 · Yichuan Ma, Linyang Li, Yongkang chen, Peiji Li 외 arxiv

As large language models (LLMs) increasingly tackle complex reasoning tasks, test-time scaling has become critical for enhancing capabilities. However, in agentic scenarios with frequent tool calls, the traditional gener…

Reinforcement Learning

ARTIS: Agentic Risk-Aware Test-Time Scaling via Iterative Simulation

2026-02-02 · Xingshan Zeng, Lingzhi Wang, Weiwen Liu, Liangyou Li 외 arxiv

Current test-time scaling (TTS) techniques enhance large language model (LLM) performance by allocating additional computation at inference time, yet they remain insufficient for agentic settings, where actions directly …

Decision Making