agentvidbench/agentvidbench-sample
AgentVidBench (Sample): A Multi-Hop Video Question Answering Benchmark for Evaluating MLLM Agents This repository is a representative sample of AgentVidBench, provided so reviewers can inspect data quality without downloading the full ~4GB+ corpus. The full dataset remains available at the link above. Sample selection The sample contains the first 10 questions (question_id 1–10) and the 9 unique videos they reference. IDs and filenames are preserved from the… See the full description on the dataset page: https://huggingface.co/datasets/agentvidbench/agentvidbench-sample.
AgentVidBench (Sample): A Multi-Hop Video Question Answering Benchmark for Evaluating MLLM Agents
This repository is a representative sample of AgentVidBench, provided so reviewers can inspect data quality without downloading the full ~4GB+ corpus. The full dataset remains available at the link above.
<div align="center"> <img src="assets/example_q56.png" alt="Q56 — Bicep Curls Before "One More" (example task with human-curated reasoning trajectory; question shown for illustration only and is not included in this sample)" width="75%"> </div>
Sample selection
The sample contains the first 10 questions (question_id 1–10) and the 9 unique videos they reference. IDs and filenames are preserved from the full dataset — no renumbering — so any record in this sample can be cross-referenced with the full dataset by its question_id or file_name.
question_id1–10 (contiguous)- Videos referenced:
video1,video2,video4,video5,video6,video7,video8,video9,video10(9 unique;video2is referenced by both questions 2 and 3, andvideo3is not referenced by any of the first 10 questions) - Whisper transcripts (
.srt) are included for each of the 9 videos - All schemas, fields, and file formats are identical to the full dataset
Layout
.
├── README.md
├── questions.jsonl # 10 rows — first 10 questions of the full dataset
├── videos.jsonl # 9 rows — videos referenced by those questions
├── videos/
│ └── video*.mp4 # 9 video files
└── transcripts/
└── video*.srt # 9 Whisper transcriptsquestions.jsonl schema
videos.jsonl schema
Download
hf download agentvidbench/agentvidbench-sample --repo-type dataset --local-dir dataset-sampleThe full dataset is at `agentvidbench/agentvidbench`.
