CaRGo-T: Causal Reasoning Graph-of-Thought improves Multimodal Humor Comprehension

Abhilash Nandy, Rahul Seetharaman, Aman Bansal, Rounak Saha, Manav Nitin Kapadnis, Millon Madhur Das, Pawan Goyal, Niloy Ganguly

arXiv:2608.23172 · 2026-08-30 공개 · arXiv · PDF

vision-language-models in-context-learning zero-shot-learning causal-reasoning mutual-information code-based-representation graph-of-thought multimodal-humor

Abstract

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.

한국어 요약

한 줄 요약

CaRGo-T는 멀티모달 유머 이해를 위해 인과 관계를 그래프로 표현하는 새로운 추론 프레임워크로, 기존 방법 대비 1-20% 성능 향상을 보인다.

핵심 기여도

핵심 아이디어

CaRGo-T는 유머 이해에 필요한 복잡한 인과 관계와 맥락적 정보를 그래프 구조로 표현함으로써, 기존 자연어 기반 추론 방식(CoT, CoD)의 한계를 극복한다. 유머는 사람, 객체, 개념, 사건 간의 비선형적 상호작용과 맥락적 불일치를 기반으로 하기 때문에, 이를 단순한 자연어 체인으로 표현하기에는 한계가 있다. CaRGo-T는 VLM을 활용해 이러한 관계를 **Causal Reasoning Graph (CRG)**로 시리얼라이즈하고, 이를 추론 성분으로 활용한다. CRG는 인과 관계만을 포함하는 결정론적 구조로, 각 노드는 객체, 개념, 사건, 참여자 등을 나타내며, 간단한 메타데이터만 포함된다. 이는 유머의 핵심 요소인 **관계적 불일치**와 **이벤트 중심의 인과 구조**를 정확히 포착할 수 있도록 한다.

기술적 접근법

주요 결과

의의 및 한계

CaRGo-T는 멀티모달 유머 이해에서 인과 관계를 명시적으로 모델링함으로써, 기존 자연어 기반 추론 방식의 한계를 극복한 점에서 학술적 의의가 있다. 특히, 유머의 핵심 요소인 **관계적 불일치**와 **비선형 인과 구조**를 정확히 포착할 수 있어, 사회적 유머와 관련된 복잡한 상황에서도 유용하다. 또한, VLM에 종속되지 않는 프레임워크로, 다양한 모델에 적용 가능하다는 실용적 장점이 있다. 그러나 CRG 생성 과정에서 VLM의 편향이 그대로 반영될 수 있으며, 수동적인 예시 수정이 필요하다는 한계가 있다. 또한, CRG의 해석 과정에서 다른 VLM이 정확히 해석하지 못하는 경우도 발생할 수 있다.

실용적 활용

CaRGo-T는 멀티모달 콘텐츠 분석이 필요한 산업, 예를 들어 SNS 감정 분석, 콘텐츠 모니터링, 챗봇의 유머 이해 능력 향상 등에 적용 가능하다. 또한, 사회적 상호작용을 이해하는 AI 연구 분야에서 인과 관계 모델링의 새로운 접근법으로 활용될 수 있다.