Dataset Viewer
Auto-converted to Parquet Duplicate
task_id
int64
1
100
task_family
stringclasses
4 values
prompt
stringlengths
561
3.54k
reference_file_urls
listlengths
1
1
verifier_reference_urls
listlengths
1
1
rubric_json
stringlengths
17
64.5k
1
recap
You are a video editor. I'm writing for the editorial team at our YouTube channel. Each week we run a short-films-that-mattered series for cinephiles who want a thoughtful scroll-stopper before they settle in for something longer. We need a 60-second narrative recap of Pixar's animated short *Out* (the one where a youn...
[ "https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/1/film.mp4" ]
null
[{"_demoted_from_compound": null, "_note": null, "check": "`ffprobe -show_entries format=duration` \u2192 59.9 \u2264 d \u2264 60.1.", "criterion": "ffprobe format duration is between 59.9 and 60.1 seconds.", "dispatch": "python", "id": "F-01", "judge": "deterministic", "kind": "ffprobe_duration_range", "media": null, ...
2
recap
You're cutting a 75-second vertical short for the Tigertanz social team, the TikTok account of the UK amateur-boxing channel that ran the Athletic Boxing and Fit show on 9 March 2024. We want one fight, Jack Harhoff vs. Daniel Radford, distilled into something a scroller catches in the middle of their feed and can't qu...
[ "https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/2/film.mp4" ]
null
[{"_demoted_from_compound": null, "_note": null, "check": "`ffprobe -show_entries format=duration` \u2192 |d \u2212 75| \u2264 0.5.", "criterion": "F-DUR ffprobe format duration matches 75 s within 0.5 s tolerance.", "dispatch": "python", "id": "F-01", "judge": "deterministic", "kind": "ffprobe_duration_range", "media...
3
recap
You are a video editor I'm hiring on behalf of Mama-Mia's YouTube channel. We run a "Crew's Pick" series, a one-minute recap that lives at the top of a film's listing and tells someone scrolling past whether this short is for them. We're shipping one for *KNEAD*, the suburban-housewife-meets-alien-possession comedy we ...
[ "https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/3/film.mp4" ]
null
[{"_demoted_from_compound": null, "_note": null, "check": "`ffprobe -show_entries format=duration` \u2192 59.9 \u2264 d \u2264 60.1.", "criterion": "F-DUR ffprobe format duration is between 59.9 and 60.1 seconds.", "dispatch": "python", "id": "F-01", "judge": "deterministic", "kind": "ffprobe_duration_range", "media":...
4
recap
"You are a video editor, and we'd like a sixty-second recap of *Maddie*. The piece is for our YouTub(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/4(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
5
recap
"You're cutting a 75-second insight reel for the Steve Jobs Archive's YouTube channel, pulled from t(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/5(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
6
recap
"You're cutting an insight reel for **Big Think Tech**, a YouTube channel that publishes 60-90 secon(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/6(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
7
recap
"You are a video editor cutting a sixty-second recap of a New York Times Op-Doc called *Verbatim —(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/7(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
8
recap
"# Concert preview, Ludovico Einaudi, \"Experience\" (live)\n\nYou're cutting a **75-second concert (...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/8(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"ffprobe -show_format duration; pa(...TRUNCATED)
9
recap
"You are a video editor cutting a sixty-second narrative recap of Don Hertzfeldt's *World of Tomorro(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/9(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
10
recap
"You're cutting for the Blue Grey All-American Bowl's social team. We're the comms shop behind the B(...TRUNCATED)
["https://huggingface.co/datasets/Anonymous47621123/AgenticVBench_100/resolve/main/recap/materials/1(...TRUNCATED)
null
"[{\"_demoted_from_compound\": null, \"_note\": null, \"check\": \"`ffprobe -show_entries format=dur(...TRUNCATED)
End of preview. Expand in Data Studio

AgenticVBench — 100 video-production tasks

AgenticVBench is a benchmark of 100 video-production tasks for evaluating multimodal AI agents. Tasks span four families of the post-production workflow:

family task_id range rows what the agent does
recap 1–36 36 cut a short creative recap of a film/broadcast to a brief written by a domain expert
sequencing 37–64 28 reassemble shuffled chapter shots into the original narrative order
repair 65–82 18 identify and fix one or more defects in a corrupted video
assembly 83–100 18 pick one candidate clip per slot to match a cinematic-language storyboard

Each task family is evaluated with its own scoring rubric; the per-task spec is serialized as JSON in the rubric_json column. Verifier code lives in a separate code repository (linked below).

Schema (6 columns)

column type description
task_id int64 sequential 1..100
task_family string recap / sequencing / repair / assembly
prompt string the brief shown to the agent
reference_file_urls list[string] inputs the agent sees
verifier_reference_urls list[string] inputs only the verifier sees (null except for repair)
rubric_json string family-specific scoring spec, JSON-serialized

Layout

data/
  train-00000-of-00001.parquet      one row per task (100 total)
recap/materials/<task_id>/film.mp4         source video per recap task
sequencing/materials/<task_id>.zip         candidate clips (zipped)
repair/materials/<task_id>/broken.mp4      the broken video the agent must fix
repair/sources/<variant>_source.mp4        original (verifier-only) video for scoring
assembly/materials/<task_id>.zip           candidate clips (zipped, audio stripped)

Loading

from datasets import load_dataset

ds = load_dataset("Anonymous47621123/AgenticVBench_100", split="train")
print(ds)               # 100 rows
print(set(ds["task_family"]))   # {'recap','sequencing','repair','assembly'}

# Filter to a family
recap = ds.filter(lambda r: r["task_family"] == "recap")

# Parse a task's rubric
import json
spec = json.loads(ds[36]["rubric_json"])  # task_id=37 (sequencing #1)
print(spec["correct_order"])

rubric_json shape per family

  • recap: a list of expert-authored rubric items, each with id, weight (signed), dispatch (python / llm / compound), kind, and family-specific parameters. ~28 items per task.
  • sequencing: {"correct_order": [...], "n_slots": int, "provenance": {...}}.
  • repair: {"cell": "<vN>/<sM>"}. The verifier code's cells.json + ground_truth/<cell>/profile.json provide the rest.
  • assembly: {"correct_assembly_in_slot_order": [...], "correct_assembly_durations": [...], "n_slots": int, "film": str, "duration_sec": float}.

Verifier-only data

For the repair family, repair/sources/v<N>_source.mp4 are reference videos used only by the verifier. They are public on this dataset for reproducibility, but agents being evaluated should not see them at rollout time — that would trivialize the task. Honoring this boundary is the responsibility of whoever runs the agent.

Composition

  • 100 tasks, English-language, video duration ranging from short clips (~1 s) to multi-minute broadcasts.
  • Source videos include short films, broadcast clips, festival shorts, podcast/keynote recordings, and sports broadcasts.
  • Annotations were authored by experienced video-production professionals.

Intended use

Evaluating multimodal AI agents on long-horizon video-production tasks that combine planning, tool use, and audio/video understanding. Not intended as training data.

Known limitations

  • English-only.
  • The recap family's rubrics encode per-expert editorial preferences; high recap scores indicate alignment with expert style, not "correctness" in any absolute sense.
  • The repair family's signal-processing rubrics (SSIM, xcorr) are sensitive to encoding choices; agents that re-encode aggressively can underscore even when their fix is perceptually fine.
  • Source videos in recap are full-length pieces (multi-minute, multi-GB in some cases). Loading them into long-context multimodal models may exceed individual model context limits.

Licenses

  • The curated dataset (prompts, rubrics, correct orderings, ground-truth defect profiles, manifest schemas) is released under CC-BY-4.0.
  • The source videos referenced in recap/materials/, sequencing/materials/, assembly/materials/ may carry their own copyrights from the original film/broadcast producers. These clips are included for academic evaluation purposes; users redistributing or building on top of them should verify the underlying license of each source film.
  • The broken/source videos in repair/ are derivative works of a curated set of public-domain or permissively-licensed source footage.

Citation

(See the companion paper.)

Downloads last month
478