CLAISep 30, 2025

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

arXiv:2510.01279v19 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the lack of practical guidance on optimal tool use for LLMs, offering a method to enhance reasoning performance in models like Gemini, though it is incremental as it builds on existing tool-augmented and test-time scaling approaches.

The paper tackles the challenge of effectively combining textual reasoning, coding, and search for diverse questions in tool-augmented LLMs by proposing TUMIX, a multi-agent ensemble framework that achieves an average accuracy improvement of up to 3.55% over state-of-the-art baselines on key reasoning benchmarks with near-equal inference costs.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes