Predicting Implicit Arguments in Procedural Video Instructions

1University of Edinburgh, 2TU Darmstadt & hessian.AI, Germany
problem
Problem: Complex Procedures
Solution
Solution: Implicit-VidSRL

Implicit-VidSRL: A dataset for procedural video understanding, focusing on inferring implicit information from multimodal contexts.

Abstract

Procedural texts help AI enhance reasoning about context and action sequences. Transforming these into Semantic Role Labeling (SRL) improves understanding of individual steps by identifying predicate-argument structure like {verb,what,where/with}. Procedural instructions are highly elliptic, for instance, (i) add cucumber to the bowl and (ii) add sliced tomatoes, the second step's where argument is inferred from the context, referring to where the cucumber was placed.

Prior SRL benchmarks often miss implicit arguments, leading to incomplete understanding. To address this, we introduce Implicit-VidSRL, a dataset that necessitates inferring implicit and explicit arguments from contextual information in multimodal cooking procedures.

Our proposed dataset benchmarks multimodal models' contextual reasoning, requiring entity tracking through visual changes in recipes. We study recent multimodal LLMs and reveal that they struggle to predict implicit arguments of what and where/with from multi-modal procedural data given the verb. Lastly, we propose iSRL-Qwen2-VL, which achieves a 17% relative improvement in F1-score for what-implicit and a 14.7% for where/with-implicit semantic roles over GPT-4o.

Qualitative Examples

BibTeX

@inproceedings{batra2025implicit,
  author    = {Batra, Anil and Sevilla-Lara, Laura and Rohrbach, Marcus and Keller, Frank},
  title     = {Predicting Implicit Arguments in Procedural Video Instructions},
  journal   = {ACL (Main)},
  year      = {2025},
}