Predicting Implicit Arguments in Procedural Video Instructions
Anil Batra, Laura Sevilla-Lara, Marcus Rohrbach, Frank Keller
TL;DR
Implicit-VidSRL introduces a multimodal SRL benchmark for procedural videos that emphasizes implicit arguments, encoding steps as semantic frames {verb, what, where/with}. The authors annotate and leverage a silver-standard SRL dataset to train iSRL-Qwen2-VL, demonstrating significant improvements in implicit-argument prediction and next-step generation over baselines like GPT-4o. Key findings show multimodal context and SRL-informed prompting substantially enhance long-horizon reasoning in cooking procedures, with a practical impact on instruction personalization and human-robot collaboration. This work provides a new dataset, a silver-standard annotation pipeline, and a model that advances fine-grained, context-aware procedural understanding.
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.
