paper-with-me

Papers

Adaptive Reasoning Executor: A Collaborative Agent System for Efficient Reasoning

2025-10-15 · Zehui Ling, Deshu Chen, Yichi Zhang, Yuchen Liu, Xigui Li, Xin Guo, Yuan Cheng arxiv

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.

📄 PDF Abstract BibTeX arXiv:2510.13214

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

D-CIPHER: Dynamic Collaborative Intelligent Multi-Agent System with Planner and Heterogeneous Executors for Offensive Security

2025-02-15 · Meet Udeshi, Minghao Shao, Haoran Xi, Nanda Rani 외

Large Language Models (LLMs) have been used in cybersecurity such as autonomous security analysis or penetration testing. Capture the Flag (CTF) challenges serve as benchmarks to assess automated task-planning abilities …

Task Planning

ARCANA: A Reflective Multi-Agent Program Synthesis Framework for ARC-AGI-2 Reasoning

2026-07-10 · Kunbo Zhang, Lei Fu, Zeyu Wang, Zijing Liu 외 arxiv

We present ARCANA, a collaborative multi agent framework for solving ARC AGI 2 tasks under strict test time and hardware constraints. ARCANA decomposes each task into iterative perception, hypothesis generation, symbolic…

Program Synthesis

An Empirical Study on Failures in Automated Issue Solving

2025-09-17 · Simiao Liu, Fang Liu, Liehao Li, Xin Tan 외 arxiv

Automated issue solving seeks to autonomously identify and repair defective code snippets across an entire codebase. SWE-Bench has emerged as the most widely adopted benchmark for evaluating progress in this area. While …

BEAP-Agent: Backtrackable Execution and Adaptive Planning for GUI Agents

2026-01-29 · Ziyu Lu, Tengjin Weng, Yiying Yang, Yuhang Zhao 외 arxiv

GUI agents are designed to automate repetitive tasks and enhance productivity. However, existing GUI agents struggle to recover once they follow an incorrect exploration path, often leading to task failure. In this work,…

ExpGraph: Model-Agnostic Experience Learning with Graph-Structured Memory for LLM Agents

2026-05-29 · Tao Feng, Chongrui Ye, Tianyang Luo, Jingjun Xu 외 arxiv

Large language model (LLM) agents have shown strong capabilities in reasoning, tool use, and multi-step interaction, but they often solve tasks from scratch and fail to reuse successful strategies or failure lessons from…

Reinforcement LearningMathematical ReasoningQuestion AnsweringCode Generation