paper-with-me

Papers

Optimizing Sequential Multi-Step Tasks with Parallel LLM Agents

2025-07-11 · Enhao Zhang, Erkang Zhu, Gagan Bansal, Adam Fourney, Hussein Mozannar, Jack Gerrits arxiv

Large language model (LLM)-based multi-agent systems have demonstrated remarkable promise for tackling complex tasks by breaking them down into subtasks that are iteratively planned, executed, observed, and refined. Despite their effectiveness, these systems often incur high latency because real-world problems frequently demand multiple iterative cycles of reasoning steps. To address this challenge, we propose M1-Parallel, a framework that concurrently runs multiple multi-agent teams in parallel to uncover distinct solution paths. By leveraging an event-driven communication model with asynchronous messaging, M1-Parallel efficiently capitalizes on the inherent diversity of valid plans to either reduce end-to-end latency or boost task completion rates. Our experiments on complex tasks show that M1-Parallel with early termination achieves up to $2.2\times$ speedup while preserving accuracy, and that M1-Parallel with aggregation yields higher task completion rates. We further investigate strategies aimed at encouraging diverse execution plans but observe no additional performance gains over repeated sampling. Overall, these findings underscore the potential of parallel plan execution for optimizing multi-agent systems for real-world, high-complexity reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2507.08944

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

W&D:Scaling Parallel Tool Calling for Efficient Deep Research Agents

2026-02-07 · Xiaoqiang Lin, Jun Hao Liew, Silvio Savarese, Junnan Li arxiv

Deep research agents have emerged as powerful tools for automating complex intellectual tasks through multi-step reasoning and web-based information seeking. While recent efforts have successfully enhanced these agents b…

Exploiting temporal parallelism for LSTM Autoencoder acceleration on FPGA

2026-03-14 · Aimilios Leftheriotis, Dimosthenis Masouros, Dimitrios Soudris, George Theodoridis arxiv

Recurrent Neural Networks (RNNs) are vital for sequential data processing. Long Short-Term Memory Autoencoders (LSTM-AEs) are particularly effective for unsupervised anomaly detection in time-series data. However, inhere…

Unsupervised Anomaly Detection

Learning Latency-Aware Orchestration for Parallel Multi-Agent Systems

2026-01-15 · Xi Shi, Mengxin Zheng, Qian Lou arxiv

Multi-agent systems (MAS) enable complex reasoning by coordinating multiple agents, but often incur high inference latency due to multi-step execution and repeated model invocations, severely limiting their scalability a…

GAP: Graph-Based Agent Planning with Parallel Tool Use and Reinforcement Learning

2025-10-29 · Jiaqi Wu, Qinlao Zhao, Zefeng Chen, Kai Qin 외 arxiv

Autonomous agents powered by large language models (LLMs) have shown impressive capabilities in tool manipulation for complex task-solving. However, existing paradigms such as ReAct rely on sequential reasoning and execu…

Multi-hop Question AnsweringReinforcement Learning

DeepPCR: Parallelizing Sequential Operations in Neural Networks

2023-09-28 · NeurIPS 2023 11

Parallelization techniques have become ubiquitous for accelerating inference and training of deep neural networks. Despite this, several operations are still performed in a sequential manner. For instance, the forward an…

Denoising