Llm Multiagent Debate
by Community
ICML 2024: Improving Factuality and Reasoning in Language Models through Multiagent Debate
Agents
Llm Multiagent Debate
Added 10 July 2026
Overview
Implements a multiagent debate system where multiple language model instances argue for their answers, then converge on a more factual and reasoned final response. Based on the ICML 2024 paper 'Improving Factuality and Reasoning in Language Models through Multiagent Debate'. Provides Python scripts to orchestrate debates between model instances.
Best for
Best for
Researchers and developers exploring debate-based self-correction for LLMs
Use cases
- Improving answer factualness for LLM outputs
- Reducing hallucination in generated text
- Enhancing reasoning accuracy via iterative debate
Notes
Implements a multiagent debate system where multiple language model instances argue for their answers, then converge on a more factual and reasoned final response. Based on the ICML 2024 paper ‘Improving Factuality and Reasoning in Language Models through Multiagent Debate’. Provides Python scripts to orchestrate debates between model instances.
543 stars on GitHub. Last updated 2025-04-24.
Use cases
- Improving answer factualness for LLM outputs
- Reducing hallucination in generated text
- Enhancing reasoning accuracy via iterative debate
Pros
- Straightforward implementation of a proven academic method
- Open-source and community-supported
- Modular design allows customization of debate rounds and models
Cons
- Requires multiple API calls per query increasing cost
- Relies on the quality of base models debates
- No official maintainer or commercial support
Indexed from awesome-ai-agents and enriched against its public facts.
Pros
- Straightforward implementation of a proven academic method
- Open-source and community-supported
- Modular design allows customization of debate rounds and models
Cons
- Requires multiple API calls per query increasing cost
- Relies on the quality of base models debates
- No official maintainer or commercial support
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Crewai
Community
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
ChatDev
Community
ChatDev 2.0: Dev All through LLM-powered Multi-Agent Collaboration