Update README.md
Browse files
README.md
CHANGED
|
@@ -27,3 +27,24 @@ configs:
|
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- split: test
|
| 28 |
path: data/test-*
|
| 29 |
---
|
| 30 |
+
# Dataset Card for SAKURA-LanguageQA
|
| 31 |
+
This dataset contains the audio and the single/multi-hop questions/answers of the language track of the SAKURA benchmark from Interspeech 2025 paper, "**SAKURA: On the Multi-hop Reasoning of Large Audio-Language Models Based on Speech and Audio Information**".
|
| 32 |
+
|
| 33 |
+
The fields of the dataset are:
|
| 34 |
+
- file: The filename of the audio files.
|
| 35 |
+
- audio: The audio recordings.
|
| 36 |
+
- attribute_label: The attribute labels (i.e., the language spoken in the speech) of the audio files.
|
| 37 |
+
- single_instruction: The questions (instructions) of the single-hop questions.
|
| 38 |
+
- single_answer: The answer to the single-hop questions.
|
| 39 |
+
- multi_instruction: The questions (instructions) of the multi-hop questions.
|
| 40 |
+
- multi_answer: The answer to the multi-hop questions.
|
| 41 |
+
If you find this dataset helpful for you, please kindly consider to cite our paper via:
|
| 42 |
+
```
|
| 43 |
+
@article{
|
| 44 |
+
sakura,
|
| 45 |
+
title={SAKURA: On the Multi-hop Reasoning of Large Audio-Language Models Based on Speech and Audio Information},
|
| 46 |
+
author={Yang, Chih-Kai and Ho, Neo and Piao, Yen-Ting and Lee, Hung-yi},
|
| 47 |
+
journal={Interspeech 2025},
|
| 48 |
+
year={2025}
|
| 49 |
+
}
|
| 50 |
+
```
|