Table of Contents
Fetching ...

Debating for Better Reasoning: An Unsupervised Multimodal Approach

Ashutosh Adhikari, Mirella Lapata

TL;DR

This work introduces a multimodal debate framework for visual question answering to enable scalable oversight of vision-language models. Two sighted expert models debate an image-grounded question while a blind, text-only judge decides the winner, focusing on samples where the experts disagree. The authors extend the paradigm to extract reasoning traces from judge verdicts and use them to finetune vision-language models via LoRA, showing that debate generally outperforms individual experts and consultancy. Experiments across MME, MMMU, and MathVista demonstrate improved performance and reasoning capabilities, including in out-of-domain settings, highlighting the practical potential of unsupervised reasoning traces for multimodal AI systems.

Abstract

As Large Language Models (LLMs) gain expertise across diverse domains and modalities, scalable oversight becomes increasingly challenging, particularly when their capabilities may surpass human evaluators. Debate has emerged as a promising mechanism for enabling such oversight. In this work, we extend the debate paradigm to a multimodal setting, exploring its potential for weaker models to supervise and enhance the performance of stronger models. We focus on visual question answering (VQA), where two "sighted" expert vision-language models debate an answer, while a "blind" (text-only) judge adjudicates based solely on the quality of the arguments. In our framework, the experts defend only answers aligned with their beliefs, thereby obviating the need for explicit role-playing and concentrating the debate on instances of expert disagreement. Experiments on several multimodal tasks demonstrate that the debate framework consistently outperforms individual expert models. Moreover, judgments from weaker LLMs can help instill reasoning capabilities in vision-language models through finetuning.

Debating for Better Reasoning: An Unsupervised Multimodal Approach

TL;DR

This work introduces a multimodal debate framework for visual question answering to enable scalable oversight of vision-language models. Two sighted expert models debate an image-grounded question while a blind, text-only judge decides the winner, focusing on samples where the experts disagree. The authors extend the paradigm to extract reasoning traces from judge verdicts and use them to finetune vision-language models via LoRA, showing that debate generally outperforms individual experts and consultancy. Experiments across MME, MMMU, and MathVista demonstrate improved performance and reasoning capabilities, including in out-of-domain settings, highlighting the practical potential of unsupervised reasoning traces for multimodal AI systems.

Abstract

As Large Language Models (LLMs) gain expertise across diverse domains and modalities, scalable oversight becomes increasingly challenging, particularly when their capabilities may surpass human evaluators. Debate has emerged as a promising mechanism for enabling such oversight. In this work, we extend the debate paradigm to a multimodal setting, exploring its potential for weaker models to supervise and enhance the performance of stronger models. We focus on visual question answering (VQA), where two "sighted" expert vision-language models debate an answer, while a "blind" (text-only) judge adjudicates based solely on the quality of the arguments. In our framework, the experts defend only answers aligned with their beliefs, thereby obviating the need for explicit role-playing and concentrating the debate on instances of expert disagreement. Experiments on several multimodal tasks demonstrate that the debate framework consistently outperforms individual expert models. Moreover, judgments from weaker LLMs can help instill reasoning capabilities in vision-language models through finetuning.

Paper Structure

This paper contains 26 sections, 1 equation, 5 figures, 4 tables, 1 algorithm.

Figures (5)

  • Figure 1: The visual question answering task (top) and examples of debate and consultancy (bottom). In both protocols, the judge does not have access to the image, but only to transcript of the debate and image descriptions generated by the expert models (shown next to the image). Different experts and their descriptions are color-coded.
  • Figure 2: Heatmap showing disagreements between models on the MathVista dataset.
  • Figure 3: Expert accuracy on disagreement sets for MME, MMMU, and MathVista datasets. Specific model pairings are shown on top of every sub-plot.
  • Figure 4: Win rates vs Model Accuracy in debate (top) and consultancy (bottom). Left plots show win ratio to expert accuracy for all disagreement sets across datasets. Center plots track win ratio to expert accuracy by models and datasets. Right plots show win ratio to expert accuracy by models. The solid line in right plots is $y = x$. Dotted lines are fit linearly based on the size of the disagreement sets. Models in red/green quadrants are deceptive/evasive.
  • Figure 5: Heatmats showing disagreements among the models on the MMMU and MME datasets.