arXiv:2506.19420cs.AI2025-06被引 3

用团队协作方式提升多模态讽刺识别准确率

Commander-GPT: Dividing and Routing for Multimodal Sarcasm Detection

  • 将任务拆解为关键词提取、情感分析等子任务,由专用模型分工处理
  • 在两个基准上平均比顶尖方法提升4.4%和11.7%的F1分数
  • 适合需要高精度讽刺识别的应用,如社交媒体内容审核

多模态讽刺理解是一项高阶认知任务。尽管大语言模型(LLMs)在许多下游NLP任务中表现优异,但越来越多证据表明其在讽刺理解方面存在困难。本文提出Commander-GPT,一种受军事指挥理论启发的模块化决策路由框架。该框架不依赖单一LLM能力,而是协调一组专业化的LLM代理,每个代理被选择性分配至特定子任务,如关键词提取、情感分析等。其输出再被路由回指挥官,由其整合信息并做出最终讽刺判断。为协调这些代理,我们引入三类中心指挥官:(1) 经训练的轻量级编码器型指挥官(如多模态BERT);(2) 四个小型自回归语言模型,作为中等能力指挥官(如DeepSeek-VL);(3) 两个基于大模型的指挥官(Gemini Pro和GPT-4o),以零样本方式执行任务路由、输出聚合与讽刺决策。我们在MMSD和MMSD 2.0基准上评估Commander-GPT,对比五种提示策略。实验结果表明,该框架在平均F1分数上分别较最先进基线提升4.4%和11.7%,证明其有效性。

原文摘要 · Abstract (English)

Multimodal sarcasm understanding is a high-order cognitive task. Although large language models (LLMs) have shown impressive performance on many downstream NLP tasks, growing evidence suggests that they struggle with sarcasm understanding. In this paper, we propose Commander-GPT, a modular decision routing framework inspired by military command theory. Rather than relying on a single LLM's capability, Commander-GPT orchestrates a team of specialized LLM agents where each agent will be selectively assigned to a focused sub-task such as keyword extraction, sentiment analysis, etc. Their outputs are then routed back to the commander, which integrates the information and performs the final sarcasm judgment. To coordinate these agents, we introduce three types of centralized commanders: (1) a trained lightweight encoder-based commander (e.g., multi-modal BERT); (2) four small autoregressive language models, serving as moderately capable commanders (e.g., DeepSeek-VL); (3) two large LLM-based commander (Gemini Pro and GPT-4o) that performs task routing, output aggregation, and sarcasm decision-making in a zero-shot fashion. We evaluate Commander-GPT on the MMSD and MMSD 2.0 benchmarks, comparing five prompting strategies. Experimental results show that our framework achieves 4.4% and 11.7% improvement in F1 score over state-of-the-art (SoTA) baselines on average, demonstrating its effectiveness.

讽刺识别多模态大模型协同

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。