Add paper link, GitHub link and task category to dataset card
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -52,4 +52,33 @@ configs:
|
|
| 52 |
data_files:
|
| 53 |
- split: test
|
| 54 |
path: data/test-*
|
|
|
|
|
|
|
| 55 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
data_files:
|
| 53 |
- split: test
|
| 54 |
path: data/test-*
|
| 55 |
+
task_categories:
|
| 56 |
+
- video-text-to-text
|
| 57 |
---
|
| 58 |
+
|
| 59 |
+
# AVQA-Hard
|
| 60 |
+
|
| 61 |
+
AVQA-Hard is a curated subset of the AVQA dataset, introduced in the paper "[Do Modern Video-LLMs Need to Listen? A Benchmark Audit and Scalable Remedy](https://huggingface.co/papers/2509.17901)".
|
| 62 |
+
|
| 63 |
+
This dataset filters out items that are solvable from a single frame (visual shortcuts) to genuinely probe the audio-visual reasoning capabilities of Video-LLMs. The authors found that many standard benchmarks do not adequately penalize models that ignore audio, whereas this "Hard" split makes audio cues decisive for correct predictions.
|
| 64 |
+
|
| 65 |
+
## Project Resources
|
| 66 |
+
- **Paper:** [Do Modern Video-LLMs Need to Listen? A Benchmark Audit and Scalable Remedy](https://huggingface.co/papers/2509.17901)
|
| 67 |
+
- **GitHub:** [https://github.com/naver-ai/LLaVA-AV-SSM](https://github.com/naver-ai/LLaVA-AV-SSM)
|
| 68 |
+
|
| 69 |
+
## Usage
|
| 70 |
+
These files are formatted for compatibility with [lmms-eval](https://github.com/EvolvingLMMs-Lab/lmms-eval).
|
| 71 |
+
|
| 72 |
+
## Citation
|
| 73 |
+
If you find this work or dataset useful, please cite:
|
| 74 |
+
```bibtex
|
| 75 |
+
@misc{kim2025doesaudiomattermodern,
|
| 76 |
+
title = {Does Audio Matter for Modern Video-LLMs and Their Benchmarks?},
|
| 77 |
+
author = {Geewook Kim and Minjoon Seo},
|
| 78 |
+
year = {2025},
|
| 79 |
+
eprint = {2509.17901},
|
| 80 |
+
archivePrefix = {arXiv},
|
| 81 |
+
primaryClass = {cs.CV},
|
| 82 |
+
url = {https://arxiv.org/abs/2509.17901}
|
| 83 |
+
}
|
| 84 |
+
```
|