paper-with-me

Papers

Self-signals Driven Multi-LLM Debate for Efficient and Accurate Reasoning

2025-10-08 · Xuhang Chen, Zhifan Song, Deyi Ji, Shuo Gao, Lanyun Zhu arxiv

Large Language Models (LLMs) have exhibited impressive capabilities across diverse application domains. Recent work has explored Multi-LLM Agent Debate (MAD) as a way to enhance performance by enabling multiple LLMs to discuss and refine responses iteratively. Nevertheless, existing MAD methods predominantly focus on utilizing external structures, such as debate graphs, using LLM-as-a-Judge, while neglecting the application of self signals, such as token logits and attention, that arise during generation. This omission leads to redundant computation and potential performance degradation. In this paper, we shift the focus to the self signals of multi-LLM debate and introduce a Self-Signals Driven Multi-LLM Debate (SID), which leverages two types of self-signals: model-level confidence and token-level semantic focus, to adaptively guide the debate process. Our approach enables high-confidence agents to exit early at the model level and compress the redundant debate contents based on the attention mechanism. We evaluate our method on various LLMs and Multimodal LLMs across multiple challenging benchmarks. Experimental results demonstrate that our method not only outperforms existing MAD techniques in accuracy but also reduces token consumption, highlighting the effectiveness of utilizing self signals in enhancing both the performance and efficiency of multi-agent debate systems. Our code will be available at~\href{https://github.com/xuhang2019/SID}{\texttt{https://github.com/xuhang2019/SID}}.

📄 PDF Abstract BibTeX arXiv:2510.06843

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Improvement of Language Models by Post-Training on Multi-Agent Debate

2025-09-18 · Ankur Samanta, Akshayaa Magesh, Runzhe Wu, Ayush Jain 외 arxiv

Self-improvement, where models improve beyond their current performance without external supervision, remains a challenge. The core difficulty is sourcing a training signal stronger than what the model itself can current…

Reinforcement Learning

iMAD: Intelligent Multi-Agent Debate for Efficient and Accurate LLM Inference

2025-11-14 · Wei Fan, JinYi Yoon, Bo Ji arxiv

Large Language Model (LLM) agent systems have advanced rapidly, driven by their strong generalization in zero-shot settings. To further enhance reasoning and accuracy on complex tasks, Multi-Agent Debate (MAD) has emerge…

Question Answering

Debating Truth: Debate-driven Claim Verification with Multiple Large Language Model Agents

2025-07-25 · Haorui He, Yupeng Li, Dacheng Wen, Yang Chen 외 arxiv

State-of-the-art single-agent claim verification methods struggle with complex claims that require nuanced analysis of multifaceted evidence. Inspired by real-world professional fact-checkers, we propose \textbf{DebateCV…

An LLM-Driven Multi-Agent Debate System for Mendelian Diseases

2025-04-10 · Xinyang Zhou, Yongyong Ren, Qianqian Zhao, Daoyi Huang 외

Accurate diagnosis of Mendelian diseases is crucial for precision therapy and assistance in preimplantation genetic diagnosis. However, existing methods often fall short of clinical standards or depend on extensive datas…

DiagnosticLanguage ModelingLanguage Modelling

Debate-Driven Multi-Agent LLMs for Phishing Email Detection

2025-03-27 · Ngoc Tuong Vy Nguyen, Felix D Childress, Yunting Yin

Phishing attacks remain a critical cybersecurity threat. Attackers constantly refine their methods, making phishing emails harder to detect. Traditional detection methods, including rule-based systems and supervised mach…

Language ModelingLanguage ModellingLarge Language Model