paper-with-me

Papers

Nexus: A Lightweight and Scalable Multi-Agent Framework for Complex Tasks Automation

2025-02-26 · Humza Sami, Mubashir ul Islam, Samy Charas, Asav Gandhi, Pierre-Emmanuel Gaillardon, Valerio Tenace

Recent advancements in Large Language Models (LLMs) have substantially evolved Multi-Agent Systems (MASs) capabilities, enabling systems that not only automate tasks but also leverage near-human reasoning capabilities. To achieve this, LLM-based MASs need to be built around two critical principles: (i) a robust architecture that fully exploits LLM potential for specific tasks -- or related task sets -- and ($ii$) an effective methodology for equipping LLMs with the necessary capabilities to perform tasks and manage information efficiently. It goes without saying that a priori architectural designs can limit the scalability and domain adaptability of a given MAS. To address these challenges, in this paper we introduce Nexus: a lightweight Python framework designed to easily build and manage LLM-based MASs. Nexus introduces the following innovations: (i) a flexible multi-supervisor hierarchy, (ii) a simplified workflow design, and (iii) easy installation and open-source flexibility: Nexus can be installed via pip and is distributed under a permissive open-source license, allowing users to freely modify and extend its capabilities. Experimental results demonstrate that architectures built with Nexus exhibit state-of-the-art performance across diverse domains. In coding tasks, Nexus-driven MASs achieve a 99% pass rate on HumanEval and a flawless 100% on VerilogEval-Human, outperforming cutting-edge reasoning language models such as o3-mini and DeepSeek-R1. Moreover, these architectures display robust proficiency in complex reasoning and mathematical problem solving, achieving correct solutions for all randomly selected problems from the MATH dataset. In the realm of multi-objective optimization, Nexus-based architectures successfully address challenging timing closure tasks on designs from the VTR benchmark suite, while guaranteeing, on average, a power saving of nearly 30%.

📄 PDF Abstract BibTeX arXiv:2502.19091

Code (1)

PrimisAI/nexus 공식 구현

Tasks

Code GenerationHumanEvalLogical ReasoningMathMathematical Problem-Solving

Methods 이 논문이 사용한 방법론

MAS This optimizer mix ADAM and SGD creating the MAS optimizer.

Similar Papers 제목 키워드 기반

Atomic-to-Compositional Generalization for Mobile Agents with A New Benchmark and Scheduling System

2025-06-10 · Yuan Guo, Tingjia Miao, Zheng Wu, Pengzhou Cheng 외

Autonomous agents powered by multimodal large language models have been developed to facilitate task execution on mobile devices. However, prior work has predominantly focused on atomic tasks -- such as shot-chain execut…

Scheduling

Nexus: Execution-Grounded Multi-Agent Test Oracle Synthesis

2025-10-30 · Dong Huang, Mingzhe Du, Jie M. Zhang, Zheng Lin 외 arxiv

Test oracle generation in non-regression testing is a longstanding challenge in software engineering, where the goal is to produce oracles that can accurately determine whether a function under test (FUT) behaves as inte…

Program Repair

NexusSum: Hierarchical LLM Agents for Long-Form Narrative Summarization

2025-05-30 · Hyuntak Kim, Byung-Hak Kim

Summarizing long-form narratives--such as books, movies, and TV scripts--requires capturing intricate plotlines, character interactions, and thematic coherence, a task that remains challenging for existing LLMs. We intro…

DescriptiveFormLong-Form Narrative Summarization

NexusIndex: Integrating Advanced Vector Indexing and Multi-Model Embeddings for Robust Fake News Detection

2024-10-23 · Solmaz Seyed Monir, Dongfang Zhao

The proliferation of fake news on digital platforms has underscored the need for robust and scalable detection mechanisms. Traditional methods often fall short in handling large and diverse datasets due to limitations in…

ArticlesFake News Detection

S1-NexusAgent: a Self-Evolving Agent Framework for Multidisciplinary Scientific Research

2026-02-02 · S1-NexusAgent Team arxiv

Modern scientific research relies on large-scale data, complex workflows, and specialized tools, which existing LLMs and tool-based agents struggle to handle due to limitations in long-horizon planning, robust goal maint…

Continual Learning