update readme
Browse files
README.md
CHANGED
@@ -35,5 +35,17 @@ dataset_info:
|
|
35 |
license: mit
|
36 |
---
|
37 |
# Dataset Card for "ML2021_ASR_ST"
|
|
|
|
|
38 |
|
39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
license: mit
|
36 |
---
|
37 |
# Dataset Card for "ML2021_ASR_ST"
|
38 |
+
This dataset contains the audio recordings, the transcriptions, and the English translation of the transcriptions of the Machine Learning Course in 2021 at National Taiwan Univeristy.
|
39 |
+
This can be used for domain-specific and code-switching ASR/Speech-to-text translation.
|
40 |
|
41 |
+
If you find this dataset useful, please consider to cite the following paper:
|
42 |
+
```
|
43 |
+
@misc{yang2023investigating,
|
44 |
+
title={Investigating Zero-Shot Generalizability on Mandarin-English Code-Switched ASR and Speech-to-text Translation of Recent Foundation Models with Self-Supervision and Weak Supervision},
|
45 |
+
author={Chih-Kai Yang and Kuan-Po Huang and Ke-Han Lu and Chun-Yi Kuan and Chi-Yuan Hsiao and Hung-yi Lee},
|
46 |
+
year={2023},
|
47 |
+
eprint={2401.00273},
|
48 |
+
archivePrefix={arXiv},
|
49 |
+
primaryClass={eess.AS}
|
50 |
+
}
|
51 |
+
```
|