Adaptive Reasoning Executor: A Collaborative Agent System for Efficient Reasoning
By: Zehui Ling , Deshu Chen , Yichi Zhang and more
Potential Business Impact:
Smarter AI answers questions faster, cheaper.
Recent advances in Large Language Models (LLMs) demonstrate that chain-of-thought prompting and deep reasoning substantially enhance performance on complex tasks, and multi-agent systems can further improve accuracy by enabling model debates. However, applying deep reasoning to all problems is computationally expensive. To mitigate these costs, we propose a complementary agent system integrating small and large LLMs. The small LLM first generates an initial answer, which is then verified by the large LLM. If correct, the answer is adopted directly; otherwise, the large LLM performs in-depth reasoning. Experimental results show that, for simple problems, our approach reduces the computational cost of the large LLM by more than 50% with negligible accuracy loss, while consistently maintaining robust performance on complex tasks.
Similar Papers
From Efficiency to Adaptivity: A Deeper Look at Adaptive Reasoning in Large Language Models
Artificial Intelligence
Computers change how they think based on how hard a problem is.
Enhancing Reasoning with Collaboration and Memory
Artificial Intelligence
AI agents learn together, remembering to solve harder problems.
Unlocking the Power of Multi-Agent LLM for Reasoning: From Lazy Agents to Deliberation
Artificial Intelligence
Makes AI teams work together better for hard problems.