Conceptio › Archive › arXiv CS
arXiv CSopen access

MM-StanceDet: Retrieval-Augmented Multi-modal Multi-agent Stance Detection

2026 · arxiv_cs
arXiv CS · Papers · License: Open Access · 2026
Open Source ↗Direct PDF ↓
knowledge-representationreasoning
artificial intelligence, reasoning, knowledge representation

MM-StanceDet: Retrieval-Augmented Multi-modal Multi-agent Stance Detection Weihai Lu1 , Zhejun Zhao2 * , Yanshu Li3 , and Huan He4 1 Peking University 2 Baidu Inc 3 Brown University 4 Amazon [email protected], [email protected], [email protected], [email protected]

arXiv:2604.27934v1 [cs.AI] 30 Apr 2026

Abstract Multimodal Stance Detection (MSD) is crucial for understanding public discourse, yet effectively fusing text and image, especially with conflicting signals, remains challenging. Existing methods often face difficulties with contextual grounding, cross-modal interpretation ambiguity, and single-pass reasoning fragility. To address these, we propose Retrieval-Augmented Multi-modal Multiagent Stance Detection (MM-StanceDet), a novel multi-agent framework integrating Retrieval Augmentation for contextual grounding, specialized Multimodal Analysis agents for nuanced interpretation, a Reasoning-Enhanced Debate stage for exploring perspectives, and Self-Reflection for robust adjudication. Extensive experiments on five datasets demonstrate MM-StanceDet significantly outperforms state-of-the-art baselines, validating the efficacy of its multi-agent architecture and structured reasoning stages in addressing complex multimodal stance challenges.

1

Introduction

Stance detection, the task of identifying the attitude or opinion expressed in text towards a specific target, is a crucial task for understanding public discourse on various platforms, from social media to news articles (Mohammad et al., 2016; Augenstein et al., 2016). Early research primarily focused on analyzing unimodal textual content. However, with the prevalence of multimedia content online, users frequently express opinions and stances through a combination of text and images(Liang et al., 2024a). This necessitates the development of Multimodal Stance Detection (MSD) methods that can effectively interpret and fuse information from different modalities. Owing to the remarkable achievements of deep learning in diverse application domains (Zeng et al., * Corresponding author.

2024; Lu and Yin, 2025; Cui et al., 2025), an increasing number of studies have integrated deep learning models into MSD task. Initial approaches often relied on fusing features extracted from independent text and image encoders, like concatenating BERT embeddings with CNN features. For instance, Barel et al. (2024) show that augmenting content embeddings with structural social context yields large performance gains. More recently, Vision-Language Models (VLMs) (Zhang et al., 2024a; Li et al., 2025a) and Multimodal Large Language Models (MLLMs) (Wu et al., 2023; Caffagni et al., 2024; Wei et al., 2025a) have demonstrated impressive capabilities in understanding cross-modal relationships at many tasks (Lu and Li, 2026; Lu et al., 2025b). Frameworks like Targeted Multi-modal Prompt Tuning (TMPT) (Liang et al., 2024a) have shown the effectiveness of adapting pre-trained models using target-specific prompts to capture multimodal stance features. Researchers have also begun exploring the use of MLLMs directly, leveraging their emergent reasoning abilities for multimodal tasks (Vasilakes et al., 2025). Despite these advancements, effectively performing robust multimodal stance detection, especially in complex or nuanced scenarios involving conflicting multimodal signals, remains challenging. Specifically, existing methods often face the following key challenges: • Contextual Grounding Void: Without access to relevant, concrete examples, LLMs can struggle with complex, domain-specific, or subtle multimodal cues. Relying solely on internal knowledge or general few-shot examples might lead to misinterpretations and sub-optimal stance predictions, particularly when the multimodal signals are ambiguous or require nuanced understanding influenced by similar past instances(Lang et al., 2025;

Xu et al., 2025). • Cross-Modal Interpretation Ambiguity: While MLLMs can process multiple modalities, synthesizing potentially conflicting or complementary information into a coherent, reliable stance remains difficult. Recent work shows that a pronounced gap between visual and textual representations makes models prone to hallucinate or overlook crossmodal conflicts (Jiang et al., 2024; Zhong et al., 2024). Zhang et al. (2024c) further quantify large cross-modal inconsistencies in GPT4V and other state-of-the-art MLLMs, while Hua et al. (2024) demonstrate that even powerful VLMs struggle to detect and correct finegrained image–text mismatches—evidence that simply presenting raw multimodal inputs seldom triggers the modality-specific reasoning needed to resolve such ambiguities. • Single-Pass Reasoning Fragility: Directly prompting LLMs for a final stance in a single step can be prone to errors, especially when faced with complex or contradictory evidence. Lacking a structured process for exploring alternative interpretations, evaluating evidence from different angles, and refining initial conclusions makes the reasoning process less robust and transparent, increasing the risk of incorrect predictions based on superficial analysis(Zhang et al., 2024b; Li et al., 2024). To address these challenges, we propose MM-StanceDet (Retrieval-Augmented Multimodal Multi-agent Stance Detection), a novel framework that leverages a multi-agent architecture and reasoning-enhanced processes for robust multimodal stance detection. MM-StanceDet systematically processes multimodal input through four collaborative stages: First, the Retrieval Augmentation Stage grounds the analysis by retrieving relevant few-shot examples from a database, providing concrete contextual references. Second, the Multimodal Analysis Stage employs specialized agents to dissect the input from textual, visual, and cross-modal conflict perspectives. Third, the Reasoning-Enhanced Debate Stage simulates a debate among agents representing different stances, forcing explicit argumentation based on the multimodal analysis. Finally, the Self-Reflection and Adjudication Stage critically evaluates the debate outcomes and intermediate

analyses to reach a final, well-justified stance prediction. The main contributions of this paper are: • We propose MM-StanceDet, a novel multiagent framework designed for robust multimodal stance detection by integrating retrieval-augmented analysis, specialized multimodal interpretation, reasoning-enhanced debate, and critical self-reflection. • We demonstrate the effectiveness of the Retrieval Augmentation stage in providing valuable context, the Multimodal Analysis stage in capturing nuanced unimodal and crossmodal signals, and the Reasoning-Enhanced Debate and Self-Reflection stages in refining the decision-making process against complex evidence. • We conduct extensive experiments on five widely used multimodal stance detection datasets, showing that MM-StanceDet significantly outperforms state-of-the-art baselines. Through comprehensive ablation, robustness, and qualitative studies, we validate the contribution of each proposed component and characterize the framework’s behavior.

2

Related Work

2.1

Multimodal Stance detection

Initial stance detection research primarily analyzed textual data (Mohammad et al., 2016; Augenstein et al., 2016). With the proliferation of multimedia content, focus shifted towards multimodal stance detection (MSD). Liang et al. (2024a) made significant strides by creating dedicated text-image stance datasets based on public benchmarks and proposing the Targeted Multimodal Prompt Tuning (TMPT) framework. Building on this, researchers explored incorporating richer contextual signals, such as user interactions in specific domains (Kuo et al., 2024) and the dynamics of multi-turn conversations (Niu et al., 2024), often employing Multimodal Large Language Models (MLLMs). Vasilakes et al. (2025) systematically evaluated various Vision-Language Models (VLMs) for multimodal and multilingual stance detection, highlighting their capabilities and tendency to rely heavily on textual cues, including in-image text. However, effectively fusing potentially conflicting or complementary information across diverse modalities to

achieve robust stance predictions remains a significant challenge. 2.2

Multi-Agent System

Research increasingly employs multi-agent systems for reliable truth and stance determination. Early frameworks utilized multi-agent debate to enhance general LLM reasoning and factuality (Liang et al., 2024b; Lu and Cui, 2026; Du et al., 2023; Chan et al., 2023; Li et al., 2025b; Li and Lu, 2026; Wei et al., 2025b). This paradigm was adapted for text analysis, where agents with distinct roles (Lan et al., 2024) or diverse perspectives derived from labeling criteria (Park et al., 2024) debate to determine stance or detect hate speech. Concurrently, approaches like Liu et al. (2024) focused on trustworthy text-based fake news detection through logic-based dual-systems. While agent pipelines have been explored for multimodal misinformation (Wu et al., 2025; Zeng et al., 2026, 2025), explicitly leveraging multi-agent debate simulations for multimodal stance detection has seen limited prior research.

3

3.2

Retrieval Augmentation Stage

Drawing upon principles from retrieval-augmented generation (RAG) (Lewis et al., 2020) , our Retrieval Augmentation Stage aims to provide contextual few-shot exemplars for reasoning. Specifically, we build a vector database D where each entry ej = (Ij , Tj , Kj , yj , Cj ) contains an instance, its stance yj , and a pre-generated Chain-of-Thought (CoT) reasoning Cj . The CoT, produced by an MLLM, explains the stance yj with a focus on modality (visual Ij , textual Tj ) alignment regarding the target Kj . We use CLIP(Radford et al., 2021) to vectorize instances, combining image and text embeddings into a single vector vj . For a query instance x = (I, T, K) with vector v computed likewise, we retrieve the top-k nearest neighbors from D via ANN search based on vector similarity: Eretrieved = ANN(v, D, k) = {en1 , . . . , enk } (2) These retrieved exemplars Eretrieved , particularly their CoT reasoning Cj , inform subsequent stages.

Methodology

In this section, we present our novel multi-agent framework, MM-StanceDet, designed for robust multimodal stance detection. The framework operates in four sequential stages: Retrieval Augmentation, Multimodal Analysis, Reasoning-Enhanced Debate, and Self-Reflection and Adjudication. This structured approach allows for systematic information gathering, specialized analysis, collaborative reasoning, and critical self-assessment to determine the stance expressed in a multimodal post towards a specific target. Figure 1 illustrates the overall workflow of MM-StanceDet. 3.1

such that the prediction ŷ = f (I, T, K) accurately reflects the true stance y by effectively leveraging information from different modalities.

3.3

Multimodal Analysis Stage

This stage employs a suite of specialized agents to dissect the input instance x = (I, T, K) from different perspectives, leveraging the original data and potentially the retrieved examples Eretrieved . 3.3.1 Text-Analysis Agent This agent focuses exclusively on the textual modality T in relation to the target K. Its objective is to identify and extract key linguistic features pertinent to stance determination. Atext = Atext (T, K)

Problem Definition

(3)

Given an input instance x = (I, T, K), which comprises an image I ∈ I, associated text T ∈ T , and a specific target K ∈ K, the objective is to determine the stance expressed towards K. The output is a discrete stance label y drawn from the set Ynum = {1, 0, −1}. These numerical labels correspond to the stances of Support (y = 1), Neutral (y = 0), and Oppose (y = −1), respectively, indicating agreement, impartiality/lack of stance, or disagreement towards the target K. Our goal is thus to learn a mapping function:

The output Atext is a structured analysis encompassing identified keywords, salient phrases or sentences, sentiment polarity (both explicit and implicit), detection of potential sarcasm or irony, and assessment of topic relevance concerning K.

ŷ = f (I, T, K)

Aimage = Aimage (I, K)

(1)

3.3.2 Image-Analysis Agent This agent analyzes the visual modality I for cues relevant to the target K. It aims to interpret the visual narrative and its potential implications for the expressed stance. (4)

Figure 1: Overview of the proposed MM-StanceDet framework

The output Aimage includes descriptions of relevant visual objects, the overall scene context, inferred emotions from depicted individuals (if any), connotations suggested by color palettes or composition, and the interpretation of symbolic elements potentially related to K. 3.3.3 Modality-Conflict Agent This agent specifically assesses the interplay between the image I and text T with respect to the target K. Its primary function is to detect potential inconsistencies, contradictions, or synergistic reinforcements between the modalities. This agent leverages the retrieved CoT examples from Eretrieved as few-shot prompts to guide its conflict detection process, drawing on the effectiveness of CoT in prompting complex reasoning(Wei et al., 2022). Aconflict = Aconflict (I, T, K, Eretrieved )

(5)

The output Aconflict provides an assessment of intermodal alignment or divergence regarding the stance towards K. It may highlight specific conflicting signals or reinforcing cues, potentially referencing patterns observed in the retrieved CoT examples Cj . 3.4

Reasoning-Enhanced Debate Stage

Following the multi-faceted analysis, we introduce a debate stage where agents representing different potential stances argue their case. The utility of such multi-agent debate mechanisms for enhancing reasoning and factuality has been demonstrated in prior work(Liang et al., 2024a; Du et al.,

2023; Chan et al., 2023). We instantiate three distinct Debater Agents: Asupport , Aoppose , and Aneutral , corresponding to the possible stance labels in Ynum = {1, −1, 0}. Each debater agent As (where s ∈ {support, oppose, neutral}) receives the collective analysis results from the previous stage (Atext , Aimage , Aconflict ) along with the original input x = (I, T, K). The objective of each agent As is to synthesize the provided information and construct a coherent argument, Args , advocating for why the instance x expresses the specific stance s towards the target K. Args = As I, T, K, Atext ,  Aimage , Aconflict

(6)

∀s ∈ {support, oppose, neutral} This stage forces an explicit exploration of the evidence supporting each possible stance, fostering a more robust reasoning process. The output of this stage is the set of competing arguments: {Argsupport , Argoppose , Argneutral }. 3.5

Self-Reflection and Adjudication Stage

The final stage employs an Adjudicator Agent (Ajudge ) to synthesize the findings and determine the definitive stance. This agent acts as a metareasoner, evaluating the outputs from the preceding stages. First, Ajudge receives the competing arguments {Argsupport , Argoppose , Argneutral } generated during the debate. It assesses the coherence and ev-

idence presented in each argument relative to the input instance x = (I, T, K) and the initial analyses (Atext , Aimage , Aconflict ). Crucially, inspired by self-reflection mechanisms(Madaan et al., 2023; Shinn et al., 2023), the Adjudicator does not simply select the most persuasive argument. Instead, it performs a critical self-assessment step. It scrutinizes the generated arguments and the potential conclusion they suggest, actively looking for inconsistencies, overlooked modality conflicts (referencing Aconflict ), or weak reasoning points. This internal reflection allows the agent to identify potential biases or flaws in the arguments presented, similar to how reflection feedback helps refine strategies in other contexts. Based on this comprehensive evaluation and critical self-reflection, the Adjudicator Agent makes the final stance prediction ŷ ∈ Ynum . Optionally, it generates a final justification Jfinal explaining the rationale, ideally incorporating insights from the self-reflection for improved interpretability. The overall function is: ŷ, Jfinal = Ajudge Argsupport , Argoppose , Argneutral ,  x, Atext , Aimage , Aconflict (7) where the agent implicitly performs the assessment and self-reflection using all provided inputs before outputting the final decision. This stage ensures a robust and well-considered final output ŷ for the mapping f (I, T, K).

4

Experiments

In this section, we evaluate the proposed MM-StanceDet framework through comprehensive experiments on publicly available multimodal stance detection datasets. We compare its performance against various state-of-the-art baselines, conduct ablation studies and robustness analyses, and provide qualitative case studies to analyze the contribution of each component.

verse domains and targets, providing a comprehensive testbed for multimodal stance detection models. Each instance includes a text, an image, and a specific target. The datasets were collected and annotated following the procedures detailed in (Liang et al., 2024a). We utilize the standard data splits for both in-target and zero-shot scenarios as described in (Liang et al., 2024a). 4.1.2

We compare MM-StanceDet against a range of strong baselines from (Liang et al., 2024a), encompassing different modeling paradigms: • Unimodal Baselines: Text-only models (BERT (Devlin et al., 2019), RoBERTa (Liu et al., 2019), KEBERT (Kawintiranon and Singh, 2022), LLaMA2 (Touvron et al., 2023), GPT-4 (Achiam et al., 2023)) and Vision-only models (ResNet (He et al., 2016), ViT (Dosovitskiy et al., 2021), SwinT (Liu et al., 2021)). • Multimodal Baselines: Models designed for multimodal understanding (ViLT (Kim et al., 2021), CLIP (Radford et al., 2021), BERT+ViT (Devlin et al., 2019; Dosovitskiy et al., 2021)), and multimodal large models (Qwen-VL (Bai et al., 2023), GPT-4 Vision (Hurst et al., 2024), BridgeTower (Xu et al., 2023) and TASTE (Barel et al., 2024)). • LLM Enhanced & Prompt-based Baselines: TMPT (Liang et al., 2024a), GPT-4+CoT, LKI-BART (Zhang et al., 2024d) and MVDebate(Lu et al., 2025a). 4.1.3

Experimental Setup

4.1.1 Datasets We use the five multimodal stance detection datasets introduced by (Liang et al., 2024a): Multimodal Twitter Stance Election 2020 (M TSE), Multimodal COVID-CQ (M CCQ), Multi-modal WillThey-Won’t-They (M WTWT), Multi-modal RussoUkrainian Conflict (M RUC), and Multi-modal Taiwan Question (M TWQ). These datasets cover di-

Evaluation Metrics

Following common practice in stance detection, we report performance using Macro-averaged F1 score (Macro F1) across all stance labels (Support/Favor, Against/Oppose, Neutral/Comment/Unrelated). 4.1.4

4.1

Baselines

Implementation Details

Our proposed MM-StanceDet framework is built upon large language models. For primary experiments, we utilize gpt-4o-mini as the backbone for all agents due to its balance of performance and efficiency. The vector database for the Retrieval Augmentation stage is constructed using CLIP embeddings (Radford et al., 2021) of the training data. We retrieve top-k examples, with k as a tunable parameter (default k = 3). The debate stage runs for

a fixed number of rounds (default 3). The source code is available1 . 4.2

Overall Performance

The main results for in-target and zero-shot settings are presented in Table 1 and Table 2, respectively. From our analysis, we derive the following key observations: • (o1) Framework Achieves New State-of-theArt Performance. Our proposed framework consistently and significantly outperforms all baselines across both in-target and zero-shot scenarios. This robust performance confirms the effectiveness of its integrated architecture, which synergizes retrieval-augmented context with multi-agent collaborative reasoning. • (o2) Multimodal Reasoning Surpasses All Text-Centric Methods. A key finding is our framework’s superiority over strong text-only baselines, including agent-based models (MVDebate) and an adapted structurally-informed method (TASTE), for which we use retrieved text as a structural proxy. While these methods are strong, their performance is inherently capped as they cannot process the visual modality. Our model’s advantage lies in its ability to reason about the complex, often decisive, interplay between image and text. • (o3) Structured Agentic Process Outperforms Single MLLMs. MM-StanceDet consistently surpasses powerful single-pass MLLMs like GPT-4 Vision and specialized methods like TMPT. This proves the value of our structured agentic process—combining explicit analysis, debate, and self-reflection—over relying on the less controlled, emergent reasoning of a single large model. 4.3

Ablation Study

To understand the contribution of each major stage within MM-StanceDet, we conduct ablation experiments. We compare the full model against versions where specific stages are removed: (a) w/o RA: Removing the Retrieval Augmentation stage. (b) w/o MA: Removing the Multimodal Analysis stage. (c) w/o RED: Removing the Reasoning-Enhanced 1

https://github.com/luweihai/MM-StanceDet

Debate stage. (d) w/o SRA: Removing the SelfReflection and Adjudication stage’s critical reflection mechanism. Figure 2 shows the average Macro F1 across all targets for each dataset under different ablation settings. The results clearly show that removing any of the proposed stages leads to a performance drop, validating the importance of each component. Removing the Multimodal Analysis (MA) stage results in the largest performance degradation, indicating that dedicated, specialized analysis of modalities and their conflicts is crucial. The Retrieval Augmentation (RA) stage also provides a significant boost, demonstrating that grounding the LLM’s reasoning with concrete examples helps overcome the "Contextual Grounding Void". The Reasoning-Enhanced Debate (RED) stage contributes by forcing the model to explore different perspectives, reducing the "Single-Pass Reasoning Fragility". Finally, the Self-Reflection and Adjudication (SRA) stage adds a final layer of refinement, preventing some remaining errors. 4.4

Analysis of Agent Contributions

To further dissect agent contributions, we evaluate Text, Image, and Modality Conflict agents individually and combined. Table 3 shows the Text Analysis Agent performs well, while the Image Analysis Agent is weaker in isolation. The Modality Conflict Agent proves crucial within the full model for capturing nuanced expressions (e.g., irony) by informing the debate, demonstrating our framework’s comprehensiveness. 4.5

LLM Backbone Robustness

We evaluate the robustness of MM-StanceDet by testing different multimodal LLM backbones. As Figure 3 demonstrates, our framework achieves strong performance regardless of the specific powerful multimodal LLM backbone used, indicating that the multi-agent architecture itself is an effective mechanism for stance detection that generalizes across different high-capacity models. 4.6

Parameter Sensitivity

We analyze the sensitivity of MM-StanceDet to two key hyperparameters: the number of retrieved examples (k) in the Retrieval Augmentation stage and the number of debate rounds in the ReasoningEnhanced Debate stage. We conduct this analysis on the MWTWT dataset, which contains multiple targets and diverse content. Figure 4 shows the

MTSE M ODALITY M ETHOD DT JB BERT 48.25 52.04 RoBERTa 58.39 60.79 KEBERT 64.50 69.81 Textual LLaMA2 53.23 52.67 GPT-4 68.74 66.39 GPT-4 + CoT 69.12 67.05 MV-Debate 69.45 66.91 LKI-BART 65.23 70.11 ResNet 37.89 38.59 Visual ViT 40.48 40.42 SwinT 39.89 40.43 BERT+ViT 41.86 45.82 ViLT 35.32 48.24 CLIP 53.22 65.83 Qwen-VL 43.31 45.13 GPT-4 Vision 70.46 72.82 MultiTASTE 68.14 68.52 modal BridgeTower 68.53 71.02 TMPT 55.41 61.61 MM-StanceDet 70.12 73.66

MCCQ CQ 66.57 66.57 66.84 47.40 65.84 66.51 66.83 67.01 47.16 46.64 48.80 61.32 47.85 63.65 50.51 61.63 67.13 71.37 67.67 69.71

MWTWT CA CE AC AH DF 75.62 60.85 63.05 59.24 81.53 69.56 65.03 69.74 67.99 79.21 71.67 67.56 69.29 69.74 80.57 34.89 41.95 49.09 44.32 30.21 63.14 65.12 69.93 71.62 52.69 64.01 65.88 70.10 72.05 53.11 64.22 66.03 69.87 72.31 52.95 72.01 67.80 69.54 69.92 80.83 39.89 42.20 43.52 37.05 50.34 46.63 50.00 40.16 46.32 50.86 46.30 46.99 41.02 47.39 51.32 63.20 44.71 56.45 46.85 73.71 62.70 56.44 58.06 60.22 73.66 70.93 67.17 67.43 70.86 79.06 43.06 45.49 49.79 46.04 27.73 44.59 47.07 57.47 57.90 37.61 71.55 69.23 70.88 71.91 71.93 70.18 68.31 67.92 65.44 79.58 76.60 63.19 67.25 62.92 81.19 71.49 68.30 71.93 66.50 67.76

MRUC RUS UKR 41.25 46.80 39.52 57.66 41.55 59.01 38.84 38.54 41.64 53.76 42.03 54.21 41.89 54.55 41.93 59.31 35.10 40.00 33.31 39.87 35.01 40.89 39.28 48.41 34.62 42.41 44.99 59.86 36.50 40.78 44.83 56.42 45.89 46.12 43.26 58.19 43.56 59.24 48.34 64.02

MTWQ MOC TOC 57.77 45.91 55.22 48.88 58.15 47.75 55.31 46.51 58.05 49.81 58.48 50.24 58.71 50.49 58.47 48.04 42.02 33.94 38.63 35.53 35.03 35.47 47.47 40.86 44.43 59.51 55.29 40.98 42.14 39.34 66.72 56.90 55.48 54.91 68.06 55.21 55.68 46.82 68.13 59.63

Table 1: Experimental results (%) of in-target multi-modal stance detection (Macro F1). Best scores are bolded. Results for baselines and TMPT models are reproduced from (Liang et al., 2024a). M ODALITY

M ETHOD BERT RoBERTa Textual KEBERT LLaMA2 GPT-4 GPT-4 + CoT MV-Debate LKI-BART ResNet Visual ViT SwinT BERT+ViT ViLT CLIP Qwen-VL GPT-4 Vision Multi-modal TASTE BridgeTower TMPT MM-StanceDet

MTSE DT JB 32.52 29.97 26.60 32.21 26.17 31.81 53.57 53.92 70.78 68.83 71.05 69.10 70.92 69.33 26.53 32.11 25.52 29.70 28.63 29.70 28.54 30.85 26.70 31.57 28.08 29.74 28.21 28.99 47.62 46.14 72.68 71.28 62.34 63.01 69.15 69.88 31.69 32.65 67.21 71.03

CA 63.55 59.22 59.70 32.47 57.19 57.52 57.81 60.37 23.01 24.59 28.53 59.21 38.33 61.08 38.57 42.23 65.22 63.51 66.36 65.24

MWTWT CE AC 61.30 59.18 59.22 64.86 62.56 63.92 38.37 48.08 60.56 65.63 60.85 65.91 60.67 66.15 62.85 64.20 24.11 25.21 28.18 34.06 28.50 35.87 59.30 65.04 46.00 55.01 55.67 63.80 43.36 47.82 45.92 54.59 63.48 65.91 61.82 64.93 66.39 66.32 67.03 68.57

AH 52.89 57.46 55.53 46.13 69.01 69.30 69.12 55.78 25.27 33.40 34.33 59.28 48.55 60.06 41.01 53.19 62.77 60.11 61.56 57.86

MRUC RUS UKR 22.01 15.45 27.10 19.98 24.68 28.18 31.86 36.34 40.22 49.18 40.55 49.45 40.81 49.23 24.92 28.43 23.88 25.57 27.26 28.51 25.44 24.54 23.33 15.21 21.56 23.96 25.62 27.40 36.95 41.39 42.09 47.00 35.11 37.45 39.85 45.33 23.87 24.71 45.37 55.25

MTWQ MOC TOC 28.04 9.57 30.62 15.84 29.17 19.80 51.46 44.10 62.10 52.12 62.40 52.41 62.66 52.18 29.54 20.16 27.59 24.88 29.37 23.69 27.90 19.69 24.76 11.70 23.54 19.18 27.21 15.69 44.32 44.08 65.00 52.36 42.19 40.88 61.59 49.72 32.18 26.48 63.02 51.40

Table 2: Experimental results (%) of zero-shot multi-modal stance detection (Macro F1). Best scores are bolded. Results for baselines and TMPT models are reproduced from (Liang et al., 2024a).

Figure 2: Ablation study results (Macro F1) across the five datasets. The full MM-StanceDet model is compared against versions with key stages removed.

Figure 3: Performance (Macro F1) of MM-StanceDet across different multimodal LLM backbones. Table 3: Analysis of Individual and Combined Agent Contributions (Macro F1 %). Configuration MTSE (DT) MWTWT (AC) Text Analysis Agent 67.52 63.30 Image Analysis Agent 42.34 57.09 Modality Conflict Agent 55.10 63.51 Text + Image Analysis Agents 68.91 68.37 MM-StanceDet (Full) 70.12 71.93

agents to refine their arguments, counter opposing views, and synthesize a more robust understanding, mitigating the "Single-Pass Reasoning Fragility". Beyond 3-4 rounds, the gains become marginal, and computational cost increases. We use 3 debate rounds as the default setting. 4.7

Figure 4: Parameter sensitivity analysis of MMStanceDet (Macro F1) on the MWTWT dataset. Left: Performance vs. number of retrieved examples (k). Right: Performance vs. number of debate rounds. Shaded areas represent the standard deviation across targets in MWTWT.

average Macro F1 score on MWTWT test set as a function of these parameters. Number of Retrieved Examples (k): As shown in Figure 4 (Left), increasing the number of retrieved examples from k = 0 (no retrieval) to k = 3 or k = 5 generally improves performance. This confirms that providing few-shot exemplars enhances the LLM’s ability to reason about the multimodal input, addressing the "Contextual Grounding Void". Performance seems to plateau or show slight variance beyond k = 5, suggesting that including too many examples might introduce noise or dilute the impact of the most relevant ones. We set k = 3 as the default to balance performance and efficiency. Number of Debate Rounds: Figure 4 (Right) illustrates the impact of the number of debate rounds. Starting with a single "round" (where agents just present initial arguments without explicit turnbased debate), performance improves as the debate progresses up to 3-4 rounds. More rounds allow

Robustness to Retrieval Noise

A key strength of our framework is its robustness to imperfect retrieval. To test robustness against noise, we simulated flawed retrieval by replacing a percentage of the top-3 exemplars with random database entries. Table 4 shows that performance degrades gracefully rather than catastrophically. This highlights the crucial role of the ReasoningEnhanced Debate and Self-Reflection stages in critically evaluating retrieved information and mitigating the impact of irrelevant or noisy context. Table 4: Performance (Macro F1) with simulated retrieval noise. % of Noisy Retrievals 0% (Original) 10% 25% 50%

5

MTSE (DT) 70.12 69.69 69.35 68.92

MWTWT (AC) 71.93 71.10 70.88 70.41

Conclusion

In this paper, we introduced MM-StanceDet, a novel multi-agent framework leveraging LLMs for robust multimodal stance detection. By incorporating retrieval augmentation, specialized multimodal analysis, reasoning-enhanced debate, and self-reflection, MM-StanceDet effectively addresses key challenges such as contextual grounding, cross-modal interpretation, and single-pass reasoning fragility. Extensive experiments on five benchmark datasets demonstrate that our framework achieves state-of-the-art performance in both in-target and zero-shot settings. Ablation studies confirm the significant contribution of each stage, while parameter analysis provides insights into

framework configuration. Furthermore, we show that MM-StanceDet is robust to the choice of underlying LLM backbone. Future work includes exploring more sophisticated inter-agent communication mechanisms and applying the framework to other multimodal reasoning tasks.

6

Limitations

Despite the strong performance of MM-StanceDet, several limitations present opportunities for future work. • Computational Overhead: The multi-stage, multi-agent architecture, while robust, naturally incurs higher computational overhead and inference latency compared to singlepass models. This characteristic may limit its deployment in applications requiring nearinstantaneous, real-time responses. However, as we demonstrate in our detailed analysis in Appendix A.2, the framework’s inference speed is efficient and fully viable for a wide range of practical, non-real-time scenarios. • Dependence on Backbone LLM Capabilities: The framework’s efficacy is intrinsically linked to the underlying capabilities of the chosen backbone LLM. Inherent limitations, such as factual inaccuracies or biases, can potentially influence predictions, despite the mitigating effects of our reasoning stages. • Efficacy of Retrieval Augmentation: The benefits of the Retrieval Augmentation stage depend heavily on the quality and relevance of exemplars in the vector database. A lack of analogous instances or poorly constructed Chain-of-Thought reasoning can diminish contextual grounding. Curating and maintaining a high-quality database across diverse domains remains a challenge.

References Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. 2023. Gpt-4 technical report. arXiv preprint arXiv:2303.08774. Isabelle Augenstein, Tim Rocktäschel, Andreas Vlachos, and Kalina Bontcheva. 2016. Stance detection with bidirectional conditional encoding. In Proceedings of the 2016 conference on empirical methods in natural language processing, pages 876–885.

Jinze Bai, Shuai Bai, Shusheng Yang, Shijie Wang, Sinan Tan, Peng Wang, Junyang Lin, Chang Zhou, and Jingren Zhou. 2023. Qwen-vl: A frontier large vision-language model with versatile abilities. CoRR, abs/2308.12966. Guy Barel, Oren Tsur, and Dan Vilenchik. 2024. Acquired taste: Multimodal stance detection with textual and structural embeddings. arXiv preprint arXiv:2412.03681. Davide Caffagni, Federico Cocchi, Luca Barsellotti, Nicholas Moratelli, Sara Sarto, Lorenzo Baraldi, Marcella Cornia, and Rita Cucchiara. 2024. The revolution of multimodal large language models: a survey. arXiv preprint arXiv:2402.12451. Chi-Min Chan, Weize Chen, Yusheng Su, Jianxuan Yu, Wei Xue, Shanghang Zhang, Jie Fu, and Zhiyuan Liu. 2023. Chateval: Towards better llm-based evaluators through multi-agent debate. arXiv preprint arXiv:2308.07201. Xiaoxi Cui, Weihai Lu, Yu Tong, Yiheng Li, and Zhejun Zhao. 2025. Diffusion-based multi-modal synergy interest network for click-through rate prediction. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, pages 581–591. Jacob Devlin, Ming-Wei Chang, Kenton Lee, and Kristina Toutanova. 2019. BERT: Pre-training of deep bidirectional transformers for language understanding. In Proceedings of the 2019 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers), pages 4171–4186, Minneapolis, Minnesota. Association for Computational Linguistics. Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. 2021. An image is worth 16x16 words: Transformers for image recognition at scale. In 9th International Conference on Learning Representations, ICLR 2021, Virtual Event, Austria, May 3-7, 2021. OpenReview.net. Yilun Du, Shuang Li, Antonio Torralba, Joshua B Tenenbaum, and Igor Mordatch. 2023. Improving factuality and reasoning in language models through multiagent debate. arXiv preprint arXiv:2305.14325. Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016. Deep residual learning for image recognition. In 2016 IEEE Conference on Computer Vision and Pattern Recognition, CVPR 2016, Las Vegas, NV, USA, June 27-30, 2016, pages 770–778. IEEE Computer Society. Hang Hua, Jing Shi, Kushal Kafle, Simon Jenni, Daoan Zhang, John Collomosse, Scott Cohen, and Jiebo Luo. 2024. Finematch: Aspect-based fine-grained image and text mismatch detection and correction.

In European Conference on Computer Vision, pages 474–491. Springer. Aaron Hurst, Adam Lerer, Adam P Goucher, Adam Perelman, Aditya Ramesh, Aidan Clark, AJ Ostrow, Akila Welihinda, Alan Hayes, Alec Radford, et al. 2024. Gpt-4o system card. arXiv preprint arXiv:2410.21276. Chaoya Jiang, Haiyang Xu, Mengfan Dong, Jiaxing Chen, Wei Ye, Ming Yan, Qinghao Ye, Ji Zhang, Fei Huang, and Shikun Zhang. 2024. Hallucination augmented contrastive learning for multimodal large language model. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 27036–27046. Kornraphop Kawintiranon and Lisa Singh. 2022. Polibertweet: A pre-trained language model for analyzing political content on twitter. In Proceedings of the Thirteenth Language Resources and Evaluation Conference, LREC 2022, Marseille, France, 20-25 June 2022, pages 7360–7367. European Language Resources Association. Wonjae Kim, Bokyung Son, and Ildoo Kim. 2021. Vilt: Vision-and-language transformer without convolution or region supervision. In Proceedings of the 38th International Conference on Machine Learning, ICML 2021, 18-24 July 2021, Virtual Event, volume 139 of Proceedings of Machine Learning Research, pages 5583–5594. PMLR. Kuan-Hung Kuo, Ming-Hung Wang, Hung-Yu Kao, and Yu-Chen Dai. 2024. Advancing stance detection of political fan pages: A multimodal approach. In Companion Proceedings of the ACM Web Conference 2024, pages 702–706. Xiaochong Lan, Chen Gao, Depeng Jin, and Yong Li. 2024. Stance detection with collaborative roleinfused llm-based agents. In Proceedings of the international AAAI conference on web and social media, volume 18, pages 891–903. Jian Lang, Zhangtao Cheng, Ting Zhong, and Fan Zhou. 2025. Retrieval-augmented dynamic prompt tuning for incomplete multimodal learning. arXiv preprint arXiv:2501.01120. Patrick Lewis, Ethan Perez, Aleksandra Piktus, Fabio Petroni, Vladimir Karpukhin, Naman Goyal, Heinrich Küttler, Mike Lewis, Wen-tau Yih, Tim Rocktäschel, et al. 2020. Retrieval-augmented generation for knowledge-intensive nlp tasks. Advances in neural information processing systems, 33:9459–9474. Chenhui Li and Weihai Lu. 2026. Decoding the market’s pulse: Context-enriched agentic retrieval augmented generation for predicting post-earnings price shocks. In Proceedings of the 19th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers), pages 3055–3073.

Moxin Li, Wenjie Wang, Fuli Feng, Fengbin Zhu, Qifan Wang, and Tat-Seng Chua. 2024. Think twice before trusting: Self-detection for large language models through comprehensive answer reflection. In Findings of the Association for Computational Linguistics: EMNLP 2024, pages 11858–11875. Yanshu Li, Yi Cao, Hongyang He, Qisen Cheng, Xiang Fu, Xi Xiao, Tianyang Wang, and Ruixiang Tang. 2025a. M²IV: Towards efficient and fine-grained multimodal in-context learning via representation engineering. In Second Conference on Language Modeling. Yanshu Li, JianJiang Yang, Ziteng Yang, Bozheng Li, Hongyang He, Zhengtao Yao, Ligong Han, Yingjie Victor Chen, Songlin Fei, Dongfang Liu, et al. 2025b. Cama: Enhancing multimodal incontext learning with context-aware modulated attention. arXiv preprint arXiv:2505.17097. Bin Liang, Ang Li, Jingqian Zhao, Lin Gui, Min Yang, Yue Yu, Kam-Fai Wong, and Ruifeng Xu. 2024a. Multi-modal stance detection: New datasets and model. In Findings of the Association for Computational Linguistics ACL 2024, pages 12373–12387. Tian Liang, Zhiwei He, Wenxiang Jiao, Xing Wang, Yan Wang, Rui Wang, Yujiu Yang, Shuming Shi, and Zhaopeng Tu. 2024b. Encouraging divergent thinking in large language models through multi-agent debate. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 17889–17904. Hui Liu, Wenya Wang, Haoru Li, and Haoliang Li. 2024. Teller: A trustworthy framework for explainable, generalizable and controllable fake news detection. In Findings of the Association for Computational Linguistics: ACL 2024, pages 15556–15583. Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, and Veselin Stoyanov. 2019. Roberta: A robustly optimized BERT pretraining approach. CoRR, abs/1907.11692. Ze Liu, Yutong Lin, Yue Cao, Han Hu, Yixuan Wei, Zheng Zhang, Stephen Lin, and Baining Guo. 2021. Swin transformer: Hierarchical vision transformer using shifted windows. In Proceedings of the IEEE/CVF International Conference on Computer Vision, pages 10012–10022. Rui Lu, Jinhe Bi, Yunpu Ma, Feng Xiao, Yuntao Du, and Yijun Tian. 2025a. Mv-debate: Multi-view agent debate with dynamic reflection gating for multimodal harmful content detection in social media. arXiv preprint arXiv:2508.05557. Wayne Lu and Xiaoxi Cui. 2026. Dealt: Llm-driven diversity-enhanced data augmentation for long-tail text classification. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 32338–32346.

Wayne Lu and Yiheng Li. 2026. From blind transfer to wise selection: Prototype-driven neighbor-domain adaptation for fake news detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, pages 818–826. Weihai Lu, Yu Tong, and Zhiqiu Ye. 2025b. Dammfnd: Domain-aware multimodal multi-view fake news detection. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pages 559–567. Weihai Lu and Li Yin. 2025. Dmmd4sr: Diffusion model-based multi-level multimodal denoising for sequential recommendation. In Proceedings of the 33rd ACM International Conference on Multimedia, pages 6363–6372. Aman Madaan, Niket Tandon, Prakhar Gupta, Skyler Hallinan, Luyu Gao, Sarah Wiegreffe, Uri Alon, Nouha Dziri, Shrimai Prabhumoye, Yiming Yang, et al. 2023. Self-refine: Iterative refinement with self-feedback. Advances in Neural Information Processing Systems, 36. Saif Mohammad, Svetlana Kiritchenko, Parinaz Sobhani, Xiaodan Zhu, and Colin Cherry. 2016. Semeval2016 task 6: Detecting stance in tweets. In Proceedings of the 10th international workshop on semantic evaluation (SemEval-2016), pages 31–41. Fuqiang Niu, Zebang Cheng, Xianghua Fu, Xiaojiang Peng, Genan Dai, Yin Chen, Hu Huang, and Bowen Zhang. 2024. Multimodal multi-turn conversation stance detection: A challenge dataset and effective model. In Proceedings of the 32nd ACM International Conference on Multimedia, pages 3867–3876. Someen Park, Jaehoon Kim, Seungwan Jin, Sohyun Park, and Kyungsik Han. 2024. Predict: Multi-agentbased debate simulation for generalized hate speech detection. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, pages 20963–20987. Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, et al. 2021. Learning transferable visual models from natural language supervision. In International conference on machine learning, pages 8748–8763. PmLR. Noah Shinn, Beck Labash, and Ashwin Gopinath. 2023. Reflexion: Language agents with verbal reinforcement learning. In Advances in Neural Information Processing Systems, volume 36. Hugo Touvron, Louis Martin, Kevin Stone, Peter Albert, Amjad Almahairi, Yasmine Babaei, Nikolay Bashlykov, Soumya Batra, Prajjwal Bhargava, Shruti Bhosale, Dan Bikel, Lukas Blecher, Cristian CantonFerrer, Moya Chen, Guillem Cucurull, David Esiobu, Jude Fernandes, Jeremy Fu, Wenyin Fu, Brian Fuller, Cynthia Gao, Vedanuj Goswami, Naman Goyal, Anthony Hartshorn, Saghar Hosseini, Rui Hou, Hakan Inan, Marcin Kardas, Viktor Kerkez, Madian Khabsa, Isabel Kloumann, Artem Korenev, Punit Singh Koura,

Marie-Anne Lachaux, Thibaut Lavril, Jenya Lee, Diana Liskovich, Yinghai Lu, Yuning Mao, Xavier Martinet, Todor Mihaylov, Pushkar Mishra, Igor Molybog, Yixin Nie, Andrew Poulton, Jeremy Reizenstein, Rashi Rungta, Kalyan Saladi, Alan Schelten, Ruan Silva, Eric Michael Smith, Ranjan Subramanian, Xiaoqing Ellen Tan, Binh Tang, Ross Taylor, Adina Williams, Jian Xiang Kuan, Puxin Xu, Zheng Yan, Iliyan Zarov, Yuchen Zhang, Angela Fan, Melanie Kambadur, Sharan Narang, Aurélien Rodriguez, Robert Stojnic, Sergey Edunov, and Thomas Scialom. 2023. Llama 2: Open foundation and finetuned chat models. CoRR, abs/2307.09288. Jake Vasilakes, Carolina Scarton, and Zhixue Zhao. 2025. Exploring vision language models for multimodal and multilingual stance detection. arXiv preprint arXiv:2501.17654. Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Brian Ichter, Fei Xia, Ed Chi, Quoc Le, and Denny Zhou. 2022. Chain-of-thought prompting elicits reasoning in large language models. Advances in Neural Information Processing Systems, 35:24824– 24837. Xiaolong Wei, Yuehu Dong, Xingliang Wang, Xingyu Zhang, Zhejun Zhao, Dongdong Shen, Long Xia, and Dawei Yin. 2025a. Beyond react: A plannercentric framework for complex tool-augmented llm reasoning. arXiv preprint arXiv:2511.10037. Xiaolong Wei, Bo Lu, Xingyu Zhang, Zhejun Zhao, Dongdong Shen, Long Xia, and Dawei Yin. 2025b. Igniting creative writing in small language models: Llm-as-a-judge versus multi-agent refined rewards. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pages 17171–17197. Jiayang Wu, Wensheng Gan, Zefeng Chen, Shicheng Wan, and Philip S Yu. 2023. Multimodal large language models: A survey. In 2023 IEEE International Conference on Big Data (BigData), pages 2247–2256. IEEE. Yin Wu, Zhengxuan Zhang, Fuling Wang, Yuyu Luo, Hui Xiong, and Nan Tang. 2025. Exclaim: An explainable cross-modal agentic system for misinformation detection with hierarchical retrieval. arXiv preprint arXiv:2504.06269. Wenyan Xu, Dawei Xiang, Tianqi Ding, and Weihai Lu. 2025. Mmm-fact: A multimodal, multi-domain factchecking dataset with multi-level retrieval difficulty. arXiv preprint arXiv:2510.25120. Xiao Xu, Chenfei Wu, Shachar Rosenman, Vasudev Lal, Wanxiang Che, and Nan Duan. 2023. Bridgetower: Building bridges between encoders in vision-language representation learning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, pages 10637–10647. Zhi Zeng, Minnan Luo, Xiangzheng Kong, Huan Liu, Hao Guo, Hao Yang, Zihan Ma, and Xiang Zhao.

2024. Mitigating world biases: A multimodal multiview debiasing framework for fake news video detection. In Proceedings of the 32nd ACM International Conference on Multimedia, pages 6492–6500. Zhi Zeng, Jiaying Wu, Minnan Luo, Xiangzheng Kong, Zihan Ma, Guang Dai, and Qinghua Zheng. 2025. Understand, refine and summarize: Multiview knowledge progressive enhancement learning for fake news video detection. In Proceedings of the 33rd ACM International Conference on Multimedia, pages 9216–9225. Zhi Zeng, Yifei Yang, Jiaying Wu, Xulang Zhang, Xiangzheng Kong, Herun Wan, Zihan Ma, and Minnan Luo. 2026. From manipulation to mistrust: Explaining diverse micro-video misinformation for robust debunking in the wild. arXiv preprint arXiv:2603.25423. Jingyi Zhang, Jiaxing Huang, Sheng Jin, and Shijian Lu. 2024a. Vision-language models for vision tasks: A survey. IEEE transactions on pattern analysis and machine intelligence, 46(8):5625–5644. Mingqing Zhang, Haisong Gong, Qiang Liu, Shu Wu, and Liang Wang. 2024b. Breaking event rumor detection via stance-separated multi-agent debate. arXiv preprint arXiv:2412.04859. Xiang Zhang, Senyu Li, Ning Shi, Bradley Hauer, Zijun Wu, Grzegorz Kondrak, Muhammad Abdul-Mageed, and Laks VS Lakshmanan. 2024c. Cross-modal consistency in multimodal large language models. arXiv preprint arXiv:2411.09273. Zhao Zhang, Yiming Li, Jin Zhang, and Hui Xu. 2024d. Llm-driven knowledge injection advances zero-shot and cross-target stance detection. In Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 2: Short Papers), pages 371–378. Weihong Zhong, Xiaocheng Feng, Liang Zhao, Qiming Li, Lei Huang, Yuxuan Gu, Weitao Ma, Yuan Xu, and Bing Qin. 2024. Investigating and mitigating the multimodal hallucination snowballing in large vision-language models. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 11991– 12011.

A

Appendix

A.1

Dataset Statistics

To provide comprehensive context for our experimental results, we present the detailed statistics of the five datasets used in our evaluation in Table 5. The table details the sample distribution across the training, validation, and test sets for both in-target and zero-shot scenarios, broken down by individual targets.

A key observation from these statistics is the significant data imbalance present at multiple levels, which poses a substantial challenge for model robustness. Firstly, there is a large variance in the overall size of the datasets; for instance, the total intarget training data for MWTWT is nearly an order of magnitude larger than that for MCCQ. Secondly, within individual datasets like MWTWT, there is a notable imbalance in the number of samples available for different targets (e.g., ’DIS_FOXA’ with 2081 samples vs. ’CI_ESRX’ with only 628). This heterogeneity creates a challenging and realistic evaluation landscape, requiring models to perform well across both data-rich and data-scarce targets. This context is crucial for interpreting the performance disparities discussed in Section A.3, particularly when evaluating the generalization capabilities of our framework against baselines that may be more sensitive to variations in training data size. Table 5: Detailed statistics of the experimental data, showing the number of samples in the training, validation, and test sets for each target within the in-target and zero-shot tasks. Task

Dataset

Target

# Train # Valid # Test

DT JB MCCQ CQ CSV_AET CI_ESRX MWTWT ANTM_CI AET_HUM DIS_FOXA RUS MRUC UKR MOC MTWQ TOC

1150 882 934 1216 628 825 674 2081 777 756 977 1349

170 128 141 179 91 114 97 306 111 108 140 193

327 250 280 352 180 238 186 599 222 217 280 386

DT JB CVS_AET CI_ESRX MWTWT ANTM_CI Zero-shot AET_HUM RUS MRUC UKR MOC MTWQ TOC

1114 1434 5253 5994 5694 5884 945 971 1686 1222

146 212 737 841 804 840 136 139 242 175

1647 1260 1747 899 1177 957 1110 1081 1397 1928

MTSE

In-target

MTSE

A.2

Inference Efficiency Analysis

While our multi-agent, multi-stage architecture is inherently more complex than single-pass models, we conducted an analysis to quantify its computational cost and demonstrate its practicality for real-world applications. Table 6 provides a breakdown of the average token usage and latency for

each major phase of the MM-StanceDet framework when processing a single instance, using the efficient gpt-4o-mini API as the backbone. The total processing time per instance is approximately 27 seconds. This level of performance, while not suitable for applications demanding immediate, sub-second responses (e.g., real-time chat filtering), is remarkably efficient and well-suited for a broad spectrum of important, non-real-time tasks. For example, our framework can be effectively deployed in scenarios such as: • Offline Content Moderation: Systematically analyzing large batches of social media posts to flag content expressing harmful stances towards specific groups or topics. • Public Opinion and Trend Analysis: Processing collected multimodal data to understand public sentiment and stance dynamics regarding political, social, or commercial targets over time. • Academic Research: Facilitating large-scale studies of multimodal communication and discourse. Therefore, we conclude that the computational requirements of MM-StanceDet represent a welljustified trade-off for its significant gains in reasoning robustness and accuracy, and its inference speed is fully capable of meeting the needs of many realistic application scenarios. A.3

Analysis of Performance Disparities Across Datasets

Our experimental results reveal that the performance gains of MM-StanceDet are not uniform across all datasets. The framework’s advantages are particularly pronounced on certain datasets, which can be attributed to two primary factors: the degree of multimodal complexity and the scale of the dataset. A.3.1

Impact of Multimodal Complexity and Conflict

A core strength of MM-StanceDet lies in its specialized agents and debate mechanism, designed to resolve nuanced or conflicting signals between text and image. Datasets rich in sarcasm, irony, or propaganda, where the literal meaning of text is contradicted or altered by the visual context, are ideal for showcasing our model’s capabilities.

To quantify this, we manually annotated 200 random samples from each dataset to categorize the relationship between modalities as either Conflicting, Complementary, or Synergistic. As shown in Table 7, the MRUC dataset exhibits the highest percentage of conflicting instances (15%). This high rate of multimodal dissonance directly aligns with the significant performance improvement observed for MM-StanceDet on this dataset. The ModalityConflict Agent and the Reasoning-Enhanced Debate stage are critical in these scenarios, allowing the model to look beyond superficial unimodal analysis and capture the true underlying stance. Conversely, on datasets with lower conflict rates like MWTWT (9%), while our model still outperforms baselines, the margin is smaller, as simpler fusion methods are more effective when modalities are in agreement.

A.3.2

Impact of Dataset Scale and LLM Generalization

A complementary factor influencing performance is the dataset scale, which affects the relative strengths of our LLM-based framework versus traditional data-hungry supervised baselines. Large Language Models possess powerful zero-shot and few-shot reasoning capabilities, making them inherently more robust on smaller datasets where supervised models may struggle to generalize. This trend is evident in our results. MM-StanceDet demonstrates particularly substantial gains on the two smallest datasets: MCCQ (934 samples) and MRUC (1533 samples). On these datasets, the rich prior knowledge and reasoning capacity of the LLM backbone, structured by our agentic framework, provide a decisive advantage over methods that rely heavily on learning from the limited training data. In contrast, on the largest dataset, MWTWT (8019 samples), fine-tuned models like TMPT are highly competitive because they have sufficient data to adapt to the specific data distribution. Although MM-StanceDet still achieves the best performance on MWTWT, the performance gap is narrower. This demonstrates that our framework’s superiority stems from two synergistic sources: its advanced architecture for handling multimodal complexity and the inherent generalization strengths of its LLM foundation, which are especially impactful in low-data regimes.

Table 6: Estimated computational cost and latency per instance, using the gpt-4o-mini API backbone. Stage

Avg. Tokens (Input+Output)

Avg. Latency (s)

Multimodal Analysis (3 Agents) Reasoning-Enhanced Debate (3 rounds) Self-Reflection & Adjudication

∼1.5k ∼2.5k ∼0.8k

∼9s ∼12s ∼6s

Total per Instance

∼4.8k

∼27s

Table 7: Analysis of inter-modal relationships across datasets based on manual annotation of 200 random samples per dataset. Dataset MTSE MCCQ MWTWT MTWQ MRUC

Conflicting Complementary Synergistic 11% 12% 9% 10% 15%

16% 21% 16% 12% 13%

73% 67% 75% 78% 72%

Image Analysis Agent Prompt You are an Image Analysis Agent. Your task is to interpret the visual content of an image to find cues relevant to determining the author’s stance towards a specific target. Input: • Image: (provided as input, analyze it) • Target: "target" Your analysis should include:

A.4

Agent Prompts

This section provides the detailed prompts used to guide the reasoning of each agent in the MM-StanceDet framework.

Text Analysis Agent Prompt You are a Text Analysis Agent. Your task is to analyze the given text to identify linguistic features relevant to determining the author’s stance towards a specific target. Input: • Text: "text" • Target: "target" Your analysis should include: 1. Keywords and salient phrases/sentences related to the target. 2. Explicit or implicit sentiment polarity towards the target. 3. Detection of potential sarcasm, irony, or subtle nuances. 4. Overall topic relevance concerning the target. Provide a structured analysis.

1. Descriptions of relevant visual objects and their context. 2. Overall scene context and setting. 3. Inferred emotions from depicted individuals (if any). 4. Connotations suggested by color palettes, composition, or symbolism related to the target. Provide a structured visual analysis.

Modality Conflict Agent Prompt

Debater Agent Prompt

You are a Modality Conflict Agent. Your primary function is to assess the interplay between the provided image and text concerning the target. Detect potential inconsistencies, contradictions, or synergistic reinforcements between the modalities. Input:

You are a Debater Agent arguing for the ’stance_type’ stance. Your goal is to construct a coherent argument, synthesizing all provided information, to explain why the given multimodal instance expresses a ’stance_type’ stance towards the target. Input Instance:

• Image: (provided as input, analyze it)

• Text: "text"

• Text: "text"

• Target: "target"

• Target: "target" • exemplar_info Your assessment should:

Analysis Results: • Text Analysis: text_analysis • Image Analysis: image_analysis

1. Highlight specific conflicting signals (e.g., text favors but image againsts).

• Modality Conflict Analysis: conflict_analysis

2. Highlight specific reinforcing cues (e.g., both text and image strongly favor).

• debate_context

3. Explain how the modalities align or diverge in expressing a stance towards the target "target". 4. Reference patterns or reasoning observed in the provided contextual examples if they are relevant. Provide a detailed assessment of intermodal alignment or divergence.

Construct your argument. Clearly reference details from the text, image analysis, and modality conflict analysis to favor your position. If previous arguments from other debaters are provided, aim to strengthen your argument in light of their points, but focus on building your case. Do not explicitly state "I am arguing for...". Just present the argument.

Adjudicator Agent Prompt You are an Adjudicator Agent. Your task is to critically evaluate competing arguments and comprehensive analyses to determine the definitive stance (Favor, Neutral, or Against) expressed in a multimodal instance towards a specific target. Input Instance: • Text: "text" • Target: "target" Analysis Results: • Text Analysis: text_analysis • Image Analysis: image_analysis • Modality Conflict Analysis: conflict_analysis Arguments from Debater Agents: • Favor Argument: favor_arg • Against Argument: against_arg • Neutral Argument: neutral_arg Perform the following steps: 1. Initial Assessment: Briefly summarize the strengths and weaknesses of each argument based on the provided analyses. 2. Critical Self-Reflection: Actively look for inconsistencies, overlooked modality conflicts (referencing Modality Conflict Analysis), or weak reasoning points. 3. Final Decision: Based on your comprehensive evaluation and critical selfreflection, determine the most justified stance. 4. Justification: Provide a clear, concise justification for your final decision, incorporating insights from your selfreflection. Your output format should be: Stance: [Favor|Neutral|Against] Justification: [Your detailed reasoning]

Record · ID 149120 · SHA-256 81c2160a57fd15da
Retrieved via Conceptio — every document is proof-bundled with source, license, and retrieval metadata.