paper-with-me

홈 › Papers

TUMIX: Multi-Agent Test-Time Scaling with Tool-Use Mixture

2025-09-30 · Yongchao Chen, Jiefeng Chen, Rui Meng, Ji Yin, Na Li, Chuchu Fan, Chi Wang, Tomas Pfister, Jinsung Yoon arxiv

While integrating tools like Code Interpreter and Search has significantly enhanced Large Language Model (LLM) reasoning in models like ChatGPT Agent and Gemini-Pro, practical guidance on optimal tool use is lacking. The core challenge is effectively combining textual reasoning, coding, and search for diverse questions. In this paper, we propose Tool-Use Mixture (TUMIX), an ensemble framework that runs multiple agents in parallel, each employing distinct tool-use strategies and answer paths. Agents in TUMIX iteratively share and refine responses based on the question and previous answers. In experiments, TUMIX achieves significant gains over state-of-the-art tool-augmented and test-time scaling methods, delivering an average accuracy improvement of up to 3.55% over the best baseline on Gemini-2.5-Pro and Gemini-2.5-Flash across key reasoning benchmarks, with near-equal inference costs. We find that agent diversity and quality are crucial and can be enhanced by using LLMs to auto-optimize agent designs. Furthermore, TUMIX can halt refinement upon reaching sufficient confidence, preserving performance at only 49% of the inference cost. Further scaling can achieve higher performance, albeit at a greater cost.

📄 PDF Abstract BibTeX arXiv:2510.01279

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmark Test-Time Scaling of General LLM Agents

2026-02-22 · Xiaochuan Li, Ryan Ming, Pranav Setlur, Abhijay Paladugu 외 arxiv

LLM agents are increasingly expected to function as general-purpose systems capable of resolving open-ended user requests. While existing benchmarks focus on domain-aware environments for developing specialized agents, e…

Multi-Agent Verification: Scaling Test-Time Compute with Multiple Verifiers

2025-02-27 · Shalev Lifshitz, Sheila A. McIlraith, Yilun Du

By utilizing more computational resources at test-time, large language models (LLMs) can improve without additional training. One common strategy uses verifiers to evaluate candidate outputs. In this work, we propose a n…

CTTS: Collective Test-Time Scaling

2025-08-05 · Zhende Song, Shengji Tang, Peng Ye, Jiayuan Fan 외 arxiv

Test-time scaling (TTS) has emerged as a promising, training-free approach for enhancing large language model (LLM) performance. However, the efficacy of existing methods, such as Best-of-N and Self-Consistency, is funda…

Thinking vs. Doing: Agents that Reason by Scaling Test-Time Interaction

2025-06-09 · Junhong Shen, Hao Bai, Lunjun Zhang, Yifei Zhou 외

The current paradigm of test-time scaling relies on generating long reasoning traces ("thinking" more) before producing a response. In agent problems that require interaction, this can be done by generating thinking trac…

Reinforcement Learning (RL)

SWE-Replay: Efficient Test-Time Scaling for Software Engineering Agents

2026-01-29 · Yifeng Ding, Lingming Zhang arxiv

Test-time scaling has been widely adopted to enhance the capabilities of Large Language Model (LLM) agents in software engineering (SWE) tasks. However, the standard approach of repeatedly sampling trajectories from scra…