video video 6.9k 11.5k |
|---|
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
agentic-vbench media (research re-host)
Pinned, checksummed copies of two publicly published college-sports broadcasts,
prepared as evaluation inputs for agentic_vbench_understanding benchmark tasks
(https://github.com/PhiloLabs/agentic-vbench). Each file is a 720p video-only
re-encode-free remux of the original public stream with the audio track removed
(ffmpeg -an -c:v copy); no other modification.
| file | original (canonical provenance) | rights holder |
|---|---|---|
asu-wsu-2024-03-22-720p-noaudio.mp4 |
https://www.youtube.com/watch?v=s-VS4Z1hEaA — "WSU Baseball: Arizona State at Washington State | Full Game | 3/22/24", official Washington State Athletics channel | Washington State University Athletics |
byu-wsu-2023-09-08-720p-noaudio.mp4 |
https://www.youtube.com/watch?v=5KC1jC90lT8 — "WSU Volleyball: #8 BYU at #13 Washington State | Full Match | 9/8/23", official Washington State Athletics channel | Washington State University Athletics |
usc-wsu-2023-11-12-720p-noaudio.mp4 |
https://www.youtube.com/watch?v=RgJjVgi7rZY — "WSU Volleyball: #25 USC at #9 Washington State | Full Match | 11/12/23", official Washington State Athletics channel | Washington State University Athletics |
Why a re-host exists at all: benchmark builds require byte-stable, checksummable
inputs (curl + sha256sum -c at Docker build time). The originals remain on the
rights holder's own public channel; archive.org mirrors of these uploads exist but
only at 480p, below the benchmark's 720p floor. This dataset exists solely so that
benchmark results are reproducible — non-commercial, research use.
Per-file detail
| file | sha256 | duration | resolution | audio | consuming task |
|---|---|---|---|---|---|
usc-wsu-2023-11-12-720p-noaudio.mp4 |
13ccbabbdd9540da851099d138bef3c8eafe6de9426c3681593edba32d08ba9e |
118.5 min | 1280x720, h264 | none (stripped) | agentic_vbench_understanding/usc-wsu-2023-volleyball-block-timeline |
Transformation applied to that file, and to the others, in full:
yt-dlp -f 'bv*[height=720][ext=mp4]' --remux-video mp4 -o raw.mp4 <url>
ffmpeg -y -i raw.mp4 -an -c:v copy -movflags +faststart <out>.mp4
The video stream is copied, not re-encoded; the only change is the removal of the audio track, which makes the benchmark task single-modality by construction so that commentary can never leak an answer.
Consuming tasks pin both the dataset revision and the content hash, so a task build fails loudly rather than silently picking up different bytes if this dataset moves.
Takedown: if you are the rights holder and want these files removed, open an issue on the benchmark repository or contact the dataset owner here; the files will be taken down promptly and the tasks re-pinned to an alternative source.
- Downloads last month
- 61