paper-with-me

Papers

Exploring Advanced LLM Multi-Agent Systems Based on Blackboard Architecture

2025-07-02 · Bochen Han, Songmao Zhang arxiv

In this paper, we propose to incorporate the blackboard architecture into LLM multi-agent systems (MASs) so that (1) agents with various roles can share all the information and others' messages during the whole problem-solving process, (2) agents that will take actions are selected based on the current content of the blackboard, and (3) the selection and execution round is repeated until a consensus is reached on the blackboard. We develop the first implementation of this proposal and conduct experiments on commonsense knowledge, reasoning and mathematical datasets. The results show that our system can be competitive with the SOTA static and dynamic MASs by achieving the best average performance, and at the same time manage to spend less tokens. Our proposal has the potential to enable complex and dynamic problem-solving where well-defined structures or workflows are unavailable.

📄 PDF Abstract BibTeX arXiv:2507.01701

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

LLM-Based Multi-Agent Blackboard System for Information Discovery in Data Science

2025-09-30 · Alireza Salemi, Mihir Parmar, Palash Goyal, Yiwen Song 외 arxiv

Advances in large language models (LLMs) have created new opportunities in data science, but their deployment is often limited by the challenge of finding relevant data in large data lakes. Existing methods struggle with…

Terrarium: Revisiting the Blackboard for Multi-Agent Safety, Privacy, and Security Studies

2025-10-16 · Mason Nakamura, Abhinav Kumar, Saaduddin Mahmud, Sahar Abdelnabi 외 arxiv

A multi-agent system (MAS) powered by large language models (LLMs) can automate tedious user tasks such as meeting scheduling that requires inter-agent collaboration. LLMs enable nuanced protocols that account for unstru…

Security Studies

Verification-Gated Agentic Mission-State Governance for Intelligent Industrial Multi-Robot Systems

2026-06-30 · Guoqin Tang, Qingxuan Jia, Yichen Tan, Zeyuan Huang 외 arxiv

Agentic artificial intelligence is increasingly used to decompose industrial tasks, propose robot actions, and adapt execution plans in dynamic cyber-physical environments. However, autonomous proposal generation alone d…

Implementation and Evaluation of a Gradient Descent-Trained Defensible Blackboard Architecture System

2024-04-17 · Jordan Milbrath, Jonathan Rivard, Jeremy Straub

A variety of forms of artificial intelligence systems have been developed. Two well-known techniques are neural networks and rule-fact expert systems. The former can be trained from presented data while the latter is typ…

MACC: Multi-Agent Collaborative Competition for Scientific Exploration

2026-03-04 · Satoshi Oyama, Yuko Sakurai, Hisashi Kashima arxiv

Scientific discovery still relies heavily on the manual efforts of individual researchers, leading to limited exploration, redundant trials, and reduced reproducibility. Human-participant data analysis competitions gener…