GenEARL: A Training-Free Generative Framework for Multimodal Event Argument Role Labeling
Hritik Bansal, Po-Nien Kung, P. Jeffrey Brantingham, Kai-Wei Chang, Nanyun Peng
TL;DR
GenEARL presents a training-free, two-stage framework for multimodal EARL that uses a frozen GVLM to generate object-centric event descriptions and a frozen LLM to assign event argument roles, enabling strong zero- and few-shot generalization to unseen events without event-annotated training data. The approach outperforms zero-shot CLIP baselines on M^2E^2 and SWiG and shows competitive performance with few-shot LLM prompting, while ablations confirm the importance of the LLM in interpreting GVLM outputs and the benefits of rich conditioning in prompts. Human evaluation indicates room for improvement in the quality of GVLM-generated descriptions, suggesting future gains from improved prompt design and GVLM capabilities. Overall, GenEARL demonstrates a practical, training-free alternative for flexible and generalizable multimodal EARL with potential for rapid adaptation to new domains and event types. The work highlights the growing utility of generative models for structured vision-language tasks without requiring costly event-annotated data, offering a scalable path for real-world multimodal event understanding.
Abstract
Multimodal event argument role labeling (EARL), a task that assigns a role for each event participant (object) in an image is a complex challenge. It requires reasoning over the entire image, the depicted event, and the interactions between various objects participating in the event. Existing models heavily rely on high-quality event-annotated training data to understand the event semantics and structures, and they fail to generalize to new event types and domains. In this paper, we propose GenEARL, a training-free generative framework that harness the power of the modern generative models to understand event task descriptions given image contexts to perform the EARL task. Specifically, GenEARL comprises two stages of generative prompting with a frozen vision-language model (VLM) and a frozen large language model (LLM). First, a generative VLM learns the semantics of the event argument roles and generates event-centric object descriptions based on the image. Subsequently, a LLM is prompted with the generated object descriptions with a predefined template for EARL (i.e., assign an object with an event argument role). We show that GenEARL outperforms the contrastive pretraining (CLIP) baseline by 9.4% and 14.2% accuracy for zero-shot EARL on the M2E2 and SwiG datasets, respectively. In addition, we outperform CLIP-Event by 22% precision on M2E2 dataset. The framework also allows flexible adaptation and generalization to unseen domains.
