paper-with-me

Papers

CoMM: Collaborative Multi-Agent, Multi-Reasoning-Path Prompting for Complex Problem Solving

2024-04-26 · Pei Chen, Boran Han, Shuai Zhang

Large Language Models (LLMs) have shown great ability in solving traditional natural language tasks and elementary reasoning tasks with appropriate prompting techniques. However, their ability is still limited in solving complicated science problems. In this work, we aim to push the upper bound of the reasoning capability of LLMs by proposing a collaborative multi-agent, multi-reasoning-path (CoMM) prompting framework. Specifically, we prompt LLMs to play different roles in a problem-solving team, and encourage different role-play agents to collaboratively solve the target task. In particular, we discover that applying different reasoning paths for different roles is an effective strategy to implement few-shot prompting approaches in the multi-agent scenarios. Empirical results demonstrate the effectiveness of the proposed methods on two college-level science problems over competitive baselines. Our further analysis shows the necessity of prompting LLMs to play different roles or experts independently. We release the code at: https://github.com/amazon-science/comm-prompt

📄 PDF Abstract BibTeX arXiv:2404.17729

Code (1)

amazon-science/comm-prompt 공식 구현

Similar Papers 제목 키워드 기반

DAIN: Dynamic Agent-Based Interaction Network for Efficient and Collaborative Multimodal Reasoning

2026-06-29 · Xinxin Chen, Yuchen Li, Zihan Wang, Haoyu Zhang 외 arxiv

Current multimodal fusion approaches, particularly those based on static Mixture-of-Experts (MoE) architectures, often struggle to provide the adaptive and efficient collaborative reasoning required by complex real-world…

Computational EfficiencyMultimodal Reasoning

Collaborative Belief Reasoning with LLMs for Efficient Multi-Agent Collaboration

2025-09-26 · Zhimin Wang, Duo Wu, Shaokang He, Jinghe Wang 외 arxiv

Effective real-world multi-agent collaboration requires not only accurate planning but also the ability to reason about collaborators' intents--a crucial capability for avoiding miscoordination and redundant communicatio…

AgentsNet: Coordination and Collaborative Reasoning in Multi-Agent LLMs

2025-07-11 · Florian Grötschla, Luis Müller, Jan Tönshoff, Mikhail Galkin 외

Large-language models (LLMs) have demonstrated powerful problem-solving capabilities, in particular when organized in multi-agent systems. However, the advent of such systems also raises several questions on the ability …

Improving Cooperation in Collaborative Embodied AI

2025-10-03 · Hima Jacob Leven Suprabha, Laxmi Nag Laxminarayan Nagesh, Ajith Nair, Alvin Reuben Amal Selvaster 외 arxiv

The integration of Large Language Models (LLMs) into multiagent systems has opened new possibilities for collaborative reasoning and cooperation with AI agents. This paper explores different prompting methods and evaluat…

Prompt Engineering

MA-RAG: Multi-Agent Retrieval-Augmented Generation via Collaborative Chain-of-Thought Reasoning

2025-05-26 · Thang Nguyen, Peter Chin, Yu-Wing Tai

We present MA-RAG, a Multi-Agent framework for Retrieval-Augmented Generation (RAG) that addresses the inherent ambiguities and reasoning challenges in complex information-seeking tasks. Unlike conventional RAG methods t…

RAGRetrievalRetrieval-augmented Generation