Update README.md
Browse files
README.md
CHANGED
@@ -19,3 +19,24 @@ configs:
|
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
- split: test
|
20 |
path: data/test-*
|
21 |
---
|
22 |
+
|
23 |
+
```
|
24 |
+
@inproceedings{panayotov2015librispeech,
|
25 |
+
title={Librispeech: an asr corpus based on public domain audio books},
|
26 |
+
author={Panayotov, Vassil and Chen, Guoguo and Povey, Daniel and Khudanpur, Sanjeev},
|
27 |
+
booktitle={2015 IEEE international conference on acoustics, speech and signal processing (ICASSP)},
|
28 |
+
pages={5206--5210},
|
29 |
+
year={2015},
|
30 |
+
organization={IEEE}
|
31 |
+
}
|
32 |
+
```
|
33 |
+
|
34 |
+
|
35 |
+
```
|
36 |
+
@article{wang2024audiobench,
|
37 |
+
title={AudioBench: A Universal Benchmark for Audio Large Language Models},
|
38 |
+
author={Wang, Bin and Zou, Xunlong and Lin, Geyu and Sun, Shuo and Liu, Zhuohan and Zhang, Wenyu and Liu, Zhengyuan and Aw, AiTi and Chen, Nancy F},
|
39 |
+
journal={NAACL},
|
40 |
+
year={2025}
|
41 |
+
}
|
42 |
+
```
|