MovieRecapsQA: A Multimodal Open-Ended Video Question-Answering Benchmark
Shaden Shaar, Bradon Thymes, Sirawut Chaixanien, Claire Cardie, Bharath Hariharan
TL;DR
MovieRecapsQA tackles open-ended multimodal VideoQA for long-form content by building a benchmark from recap videos aligned with full movies and introducing a reference-free, fact-grounded evaluation. The dataset comprises about 8,231 QA pairs across 60 films with explicit modality labels and reasoning categories, enabling evaluation of how models ground answers in both video and dialogue. Seven state-of-the-art multimodal LLMs and human annotators are benchmarked, revealing that semantic metrics liberalize model rankings and models rely heavily on dialogue, while visual grounding remains weak. The results highlight a need for architectures and training objectives that explicitly ground language in visual evidence and for evaluation frameworks that rely on atomic facts rather than single gold references.
Abstract
Understanding real-world videos such as movies requires integrating visual and dialogue cues to answer complex questions. Yet existing VideoQA benchmarks struggle to capture this multimodal reasoning and are largely not open-ended, given the difficulty of evaluating free-form answers. In this paper, we introduce a novel open-ended multi-modal VideoQA benchmark, MovieRecapsQA created using movie recap videos--a distinctive type of YouTube content that summarizes a film by presenting its key events through synchronized visual (recap video) and textual (recap summary) modalities. Using the recap summary, we generate $\approx 8.2$ K question-answer (QA) pairs (aligned with movie-subtitles) and provide the necessary "facts" needed to verify an answer in a reference-free manner. To our knowledge, this is the first open-ended VideoQA benchmark that supplies explicit textual context of the input (video and/or text); which we use for evaluation. Our benchmark provides videos of multiple lengths (i.e., recap-segments, movie-segments) and categorizations of questions (by modality and type) to enable fine-grained analysis. We evaluate the performance of seven state-of-the-art MLLMs using our benchmark and observe that: 1) visual-only questions remain the most challenging; 2) models default to textual inputs whenever available; 3) extracting factually accurate information from video content is still difficult for all models; and 4) proprietary and open-source models perform comparably on video-dependent questions.
