PhoenixHu/youtube_eval_0616
YouTube Eval 0616 — ASL Sign Language Translation Test Set A small evaluation dataset for American Sign Language → English video-to-text translation, built from 5 YouTube videos (4 usable; 1 with no usable captions excluded). The captions come from YouTube's manual / auto subtitles, paired with the corresponding video segments. Source Videos YouTube ID Title Duration Clips Notes vw73r_xaeX0 Google I/O '26 Keynote – American Sign Language 111 min 1961… See the full description on the dataset page: https://huggingface.co/datasets/PhoenixHu/youtube_eval_0616.
YouTube Eval 0616 — ASL Sign Language Translation Test Set
A small evaluation dataset for American Sign Language → English video-to-text translation, built from 5 YouTube videos (4 usable; 1 with no usable captions excluded). The captions come from YouTube's manual / auto subtitles, paired with the corresponding video segments.
Source Videos
Filtering Rules
Caption segments were used to slice each source video. The following segments were skipped:
- Segments with more than 2 special characters (e.g.
>>,[laughter],[Music]) — these are non-speech / format markers, not signed content. - Segments with fewer than 3 words.
Files
Caption Track Selection
For each video the cleanest English track was picked (priority: en-US > en-en > en-orig > en). YouTube auto-subs that accumulate text across consecutive cues were de-duplicated to extract only the new tail.
Caveats
- Caption text comes from YouTube's auto / community captions — quality varies.
vw73r_xaeX0(Google I/O Keynote) has the ASL interpreter in a small right-side inset. A dedicated right-side bbox extractor was written but not run; the 1961 raw clips are included so future runs can produce 224×224 crops focused on the interpreter.- All content is downloaded from publicly available YouTube videos. License of the underlying videos belongs to their respective creators.
Quick Start (InternVL evaluation)
tar xzf clips_cropped_224.tar.gz
# Run InternVL evaluation with test_youtube_eval_0616_internvl.jsonl pointing at
# the extracted clips_cropped_224/ directory as --video-folder.