CLAIOct 8, 2025

SID: Multi-LLM Debate Driven by Self Signals

arXiv:2510.06843v1h-index: 18Has Code
Originality Incremental advance
AI Analysis

This work addresses efficiency and performance issues in multi-agent debate systems for AI researchers and practitioners, representing an incremental improvement by focusing on previously neglected self signals.

The paper tackles the problem of redundant computation and potential performance degradation in Multi-LLM Agent Debate (MAD) by introducing SID, a method that uses self signals like model-level confidence and token-level semantic focus to adaptively guide the debate process, resulting in improved accuracy and reduced token consumption compared to existing MAD techniques.

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}}.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes