--- license: cc-by-nc-4.0 task_categories: - audio-classification - video-text-to-text - question-answering language: - en size_categories: - 1K.mp4", "audio_path": "audios/.wav", "gt_synced": true | false, "gt_direction": "none" | "early" | "delay", "gt_offset_sec": 0.0 // > 0 for shifted; sign implied by direction } ``` `uid` follows the pattern `___s` for shifted clips, and `` alone for synced clips. ## Reference eval scripts Paper evaluation code lives in the [wvs-code repository](https://github.com/rakanWen/wvs-code) on GitHub. The JSONL is self-contained — `video_path`, `audio_path`, and the `gt_*` fields are all you need to compare any model's output against ground truth. ## Citation ```bibtex @article{wen2026whenvisionspeaksforsound, title = {When Vision Speaks for Sound}, author = {Xiaofei Wen and Wenjie Jacky Mo and Xingyu Fu and Rui Cai and Tinghui Zhu and Wendi Li and Yanan Xie and Muhao Chen and Peng Qi}, year = {2026}, url = {https://arxiv.org/abs/2605.16403} } ``` Please also cite the original VGGSoundSync work: ```bibtex @InProceedings{Chen21b, title = "Audio-Visual Synchronization in the Wild", author = "Honglie Chen, Weidi Xie, Triantafyllos Afouras, Arsha Nagrani, Andrea Vedaldi, Andrew Zisserman", booktitle = "BMVC", year = "2021"} ``` ## Related releases - **[Rakancorle1/thud-eval](https://huggingface.co/datasets/Rakancorle1/thud-eval)** — in-domain audio-visual Clever Hans benchmark (sync / mute / swap) - **[Rakancorle1/hans-10k](https://huggingface.co/datasets/Rakancorle1/hans-10k)** — DPO training data - **[Rakancorle1/hans-sft-4k](https://huggingface.co/datasets/Rakancorle1/hans-sft-4k)** — SFT training data - **[Collection](https://huggingface.co/collections/Rakancorle1/when-vision-speaks-for-sound)** — everything in one place ## License This subset is released under **CC-BY-NC-4.0** for the annotations and shifted-clip pairings. The underlying audio/video content is derived from VGGSound — please follow VGGSound's licensing terms when using or redistributing.