π€ AI Summary
This study investigates whether tool-augmented collaboration among small language agents can outperform a single large language model on complex tasks. Using the GAIA benchmark and the Qwen3 model series (4Bβ32B) within an Agentic-Reasoning framework, the authors systematically evaluate the impact of model scale, reasoning modes (no-think, planner-only, full-think), and tool-use strategies (search, code execution, mind mapping). Results show that a tool-equipped 4B model surpasses a tool-less 32B counterpart in performance. Explicit reasoning proves highly dependent on task difficulty and configuration, while the βfull-thinkβ mode often leads to uncontrolled tool invocation, insufficient verification, and output formatting drift, ultimately degrading overall effectiveness. The work highlights the critical role of tool augmentation in empowering smaller models and offers empirical guidance for designing collaborative agent systems.
π Abstract
This report studies whether small, tool-augmented agents can match or outperform larger monolithic models on the GAIA benchmark. Using Qwen3 models (4B-32B) within an adapted Agentic-Reasoning framework, we isolate the effects of model scale, explicit thinking (no thinking, planner-only, or full), and tool use (search, code, mind-map). Tool augmentation provides the largest and most consistent gains. Using tools, 4B models can outperform 32B models without tool access on GAIA in our experimental setup. In contrast, explicit thinking is highly configuration- and difficulty-dependent: planner-only thinking can improve decomposition and constraint tracking, while unrestricted full thinking often degrades performance by destabilizing tool orchestration, leading to skipped verification steps, excessive tool calls, non-termination, and output-format drift.