CoolFace
Datasetpublic

Rakancorle1/vtg-bench-frontier-eval

Video temporal grounding with frontier models — frame-based eval (Sept 2026) Can a frontier multimodal model, given a video and a question, return the answer and the time interval where it happens? Four models were tested with byte-identical inputs on 351 human-annotated questions over 178 YouTube videos (dashcam, SNL sketches, talk shows, vlogs, soccer and basketball highlights): Claude Fable 5.1, Claude Fable 5, GPT-6 Astra and GPT-5.6 Sol (all via Amazon Bedrock). Neither… See the full description on the dataset page: https://huggingface.co/datasets/Rakancorle1/vtg-bench-frontier-eval.

sourceHugging Faceupdated 7d agoView on Hugging Face
0likes421downloads
Dataset Card

Video temporal grounding with frontier models — frame-based eval (Sept 2026)

Can a frontier multimodal model, given a video and a question, return the answer and the time interval where it happens? Four models were tested with byte-identical inputs on 351 human-annotated questions over 178 YouTube videos (dashcam, SNL sketches, talk shows, vlogs, soccer and basketball highlights): Claude Fable 5.1, Claude Fable 5, GPT-6 Astra and GPT-5.6 Sol (all via Amazon Bedrock).

Neither model family accepts video input, so each video is turned into timestamped frames: 96 uniform frames first, then a 2 fps zoom into the model's own coarse interval. Full protocol in code/README.md.

modelmIoUR@0.5answer correct %
GPT-6 Astra0.36432.982.4
Claude Fable 5.10.35134.273.6
Claude Fable 50.31931.368.6
GPT-5.6 Sol0.28624.168.6

(clean subset, n = 319; answer accuracy on the 159 questions with a reference answer, judged by Claude Opus 5)

Layout

  • code/ — the pipeline scripts, with a README describing each one and how to run them.
  • data/ — the labels (two annotation workbooks, normalised qa_all.jsonl / qa_matched.jsonl), the Drive manifests and listings, durations. The videos and the frame cache are not in this repo: they are YouTube content and live as .tar.gz archives in the separate media repo <https://huggingface.co/datasets/Rakancorle1/vtg-frontier-eval-media> (see data/README.md).
  • results/ — every model's raw output for every question (both passes), the Opus 5 answer judgements, the aggregated report and a per-question spreadsheet.