Add task category and citation
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,20 +1,22 @@
|
|
| 1 |
---
|
| 2 |
-
license: mit
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- audio
|
| 7 |
- temporal-grounding
|
| 8 |
- audio-language-modeling
|
| 9 |
-
pretty_name: SpotSound-Bench
|
| 10 |
-
size_categories:
|
| 11 |
-
- n<1K
|
| 12 |
---
|
| 13 |
|
| 14 |
# SpotSound-Bench: A 'Needle-in-a-Haystack' Evaluation for Audio Temporal Grounding
|
| 15 |
|
| 16 |
[](https://loiesun.github.io/spotsound/)
|
| 17 |
-
[](https://github.com/LoieSun/
|
| 18 |
[](https://arxiv.org/abs/2604.13023)
|
| 19 |
|
| 20 |
## Benchmark Summary
|
|
@@ -34,10 +36,23 @@ This benchmark creates a rigorous **‘needle-in-a-haystack’** evaluation, dem
|
|
| 34 |
|
| 35 |
## Data Structure
|
| 36 |
|
| 37 |
-
|
| 38 |
{
|
| 39 |
"audio_path": "audio/-1q1otOq9TU_315_345.wav",
|
| 40 |
"caption": "skidding",
|
| 41 |
"gt": [[11.2, 20.3]]
|
| 42 |
}
|
| 43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: mit
|
| 5 |
+
size_categories:
|
| 6 |
+
- n<1K
|
| 7 |
+
pretty_name: SpotSound-Bench
|
| 8 |
+
task_categories:
|
| 9 |
+
- audio-text-to-text
|
| 10 |
tags:
|
| 11 |
- audio
|
| 12 |
- temporal-grounding
|
| 13 |
- audio-language-modeling
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# SpotSound-Bench: A 'Needle-in-a-Haystack' Evaluation for Audio Temporal Grounding
|
| 17 |
|
| 18 |
[](https://loiesun.github.io/spotsound/)
|
| 19 |
+
[](https://github.com/LoieSun/SpotSound)
|
| 20 |
[](https://arxiv.org/abs/2604.13023)
|
| 21 |
|
| 22 |
## Benchmark Summary
|
|
|
|
| 36 |
|
| 37 |
## Data Structure
|
| 38 |
|
| 39 |
+
```json
|
| 40 |
{
|
| 41 |
"audio_path": "audio/-1q1otOq9TU_315_345.wav",
|
| 42 |
"caption": "skidding",
|
| 43 |
"gt": [[11.2, 20.3]]
|
| 44 |
}
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
## Citation
|
| 48 |
+
|
| 49 |
+
If you use this benchmark, please cite:
|
| 50 |
+
|
| 51 |
+
```bibtex
|
| 52 |
+
@inproceedings{sun2026spotsound,
|
| 53 |
+
title={SpotSound: Enhancing Large Audio-Language Models with Fine-Grained Temporal Grounding},
|
| 54 |
+
author={Sun, Luoyi and Zhou, Xiao and Li, Zeqian and Zhang, Ya and Wang, Yanking and Xie, Weidi},
|
| 55 |
+
journal={arXiv preprint arXiv:2604.13023},
|
| 56 |
+
year={2026}
|
| 57 |
+
}
|
| 58 |
+
```
|