CaRGo-T:因果推理思维图提升多模态幽默理解

HuggingFace Daily Papers(社区热门论文)·2026-08-24 08:00·6天前
AI 导读

CaRGo-T提出一种基于图的推理框架,将多模态幽默背后的因果与上下文关系序列化为代码表示,供视觉语言模型在零样本或上下文学习场景下解读并输出预测。在涵盖讽刺、反讽和表情包的四项数据集上,CaRGo-T较现有推理基线在幽默理解上提升约1-20%,幽默检测上提升1-3%。互信息分析显示其推理表示包含更多与目标输出相关的信息,代码已开源。

HuggingFace Daily Papers(社区热门论文)
44AI 编辑部评分,满分 100

CaRGo-T:因果推理思维图提升多模态幽默理解

2026-08-24 08:00· 6天前
AI 导读

CaRGo-T提出一种基于图的推理框架,将多模态幽默背后的因果与上下文关系序列化为代码表示,供视觉语言模型在零样本或上下文学习场景下解读并输出预测。在涵盖讽刺、反讽和表情包的四项数据集上,CaRGo-T较现有推理基线在幽默理解上提升约1-20%,幽默检测上提升1-3%。互信息分析显示其推理表示包含更多与目标输出相关的信息,代码已开源。

Large-scale vision-language models (VLMs) have demonstrated remarkable versatility across a wide range of multimodal tasks. However, understanding humor remains challenging because humorous content often depends on subtle interactions among entities, events, context, and implicit relationships across image and text modalities. These interactions can involve complex chains of reasoning that are difficult to capture through conventional prompting or linear chain-of-thought reasoning. In this work, we propose CaRGo-T (Causal Reasoning Graph-of-Thought), a reasoning framework that represents the causal and contextual relationships underlying multimodal humor as a lightweight graph-based reasoning structure. The graph is serialized into a code-based representation generated by a VLM, which can subsequently be interpreted by the same or a different VLM to produce the final prediction in zero-shot or in-context learning settings. We evaluate CaRGo-T on humor understanding and humor detection across four datasets spanning diverse forms of comedic content, including satire, sarcasm, and memes. Experiments with state-of-the-art commercial and open-source VLMs show that CaRGo-T consistently improves performance over existing reasoning-based baselines, achieving gains of approximately 1-20% on humor understanding and 1-3% on humor detection. Further analysis using mutual information indicates that the reasoning representations produced by CaRGo-T contain more information relevant to the target output than those generated by baseline reasoning approaches. Code is available at https://github.com/abhi1nandy2/CaRGo-T.

来源:HuggingFace Daily Papers(社区热门论文)· arxiv.org