ZeroHour
Hugging Face daily paperspublished ()ingested Wenqi Pei, Henry Hengyuan Zhao, Yilai Liu

TempCloze: Can Video-LLMs Identify the Missing Middle?

infoAI researchimportance 25
AI summary · glm-5.3-flash

TempCloze benchmark tests Video-LLMs' temporal reasoning with 1,521 videos, finding temporal alignment is the primary failure mode across 31 models.

TempCloze is a video cloze benchmark in which models must identify the true missing middle clip given the beginning and ending clips, using 1,521 carefully filtered videos from seven sources, mostly long-take and egocentric footage. Distractors are constructed along three dimensions: Semantic, Alignment and Progression, with shared scenes and objects to reduce appearance cues. Evaluation of 10 proprietary and 21 open-source Video-LLMs found Alignment is the primary bottleneck, with models often recognizing plausible semantics and local event progression but struggling with temporal alignment.

  • Benchmark uses 1,521 filtered videos, mostly long-take and egocentric, from seven sources.
  • Models pick the true missing middle from four candidates built along Semantic, Alignment and Progression dimensions.
  • Evaluates 10 proprietary and 21 open-source Video-LLMs on TempCloze-Mixed and TempCloze-Hard variants.
  • Alignment proves the primary bottleneck despite models recognizing plausible semantics and local event progression.
AI modelsTempCloze
Full article176 words · extracted from huggingface.co · click to collapse

Temporal reasoning benchmarks for Video-LLMs are often mediated by language, leaving room for linguistic shortcuts from option wording, answer correlations, or language priors. To reduce such shortcuts, we introduce TempCloze, a video cloze benchmark for evaluating visual temporal reasoning in Video-LLMs. Given the beginning and ending clips of a video, models must identify the true missing middle from four candidates. TempCloze contains 1,521 carefully filtered videos from seven sources, mainly long-take and egocentric videos. We construct same-source distractors along three dimensions: Semantic asks what event should happen, Alignment probes when it should occur, and Progression tests how it should unfold, while shared scenes and objects reduce appearance cues. Our evaluation of 10 proprietary and 21 open-source Video-LLMs reveals Alignment as the primary bottleneck: models often recognize plausible semantic content and local event progression but struggle with temporal alignment. We further conduct error pattern and behavioral sensitivity analyses on TempCloze-Mixed and TempCloze-Hard with four representative models to examine where errors arise and how candidate order, context direction, visible span, frame density, and test-time scaling influence model choices.

Text extracted automatically; images, tables and formatting may be missing. Original: https://huggingface.co/papers/2609.01515