Multi Agents Debate
Basic Information
This repository implements MAD (Multi-Agent Debate), a research framework to explore how multiple large language model agents can debate to improve reasoning and translation outcomes. The project formalizes a debate interaction among opposing agents labeled as devil and angel and a judge that decides between their arguments. It is intended for researchers and developers who want to reproduce the MAD experiment, run interactive demos, or study multi-agent debating strategies for LLMs. The README includes installation steps, example scripts, and instructions to set an OpenAI API key for running debate4tran.sh and an interactive Python script. The code is demonstrated on Counterintuitive QA and Commonsense Machine Translation tasks and includes case studies illustrating the debate process and judge adjudication.