---
license: cc-by-nc-sa-4.0
language:
- en
pretty_name: AVSCapBench
tags:
- video-captioning
- audio-visual
- omni-modal
- event-recall
- benchmark
size_categories:
- 1K
AVSCapBench provides longer, denser, and more audio-rich captions than existing audio-visual captioning benchmarks.
## Main Annotation File
`metadata/OmniCaption.json` is the full ground-truth file. Each record contains:
- `video_id`: numeric id matching `videos/{video_id}.mp4`
- `video_path`: relative video path
- `caption`: dense omni-modal caption
- `event.visual_events`: visual checklist
- `event.audio_events.speech`: speech checklist
- `event.audio_events.music`: music checklist
- `event.audio_events.sfx`: sound-effect checklist
- `event.synergistic_events`: audio-visual binding checklist
- `visual_caption`: visual-only caption
## Use With Evaluation Code
Use this dataset folder together with the GitHub release folder:
```bash
python evaluation/evaluate_avscapbench.py \
--gt AVSCapBench/metadata/OmniCaption.json \
--videos-dir AVSCapBench/videos \
--captions-dir model_captions \
--output-dir results/eval
```
## License
Our dataset is under the CC-BY-NC-SA-4.0 license.