Datasets:
Size:
10K<n<100K
ArXiv:
Lennart Keller
commited on
Commit
•
43b2a51
1
Parent(s):
6e5383a
release
Browse files
README.md
CHANGED
@@ -35,8 +35,6 @@ size_categories:
|
|
35 |
---
|
36 |
# SpeechTaxi
|
37 |
|
38 |
-
TODO
|
39 |
-
|
40 |
## Usage
|
41 |
|
42 |
```python
|
@@ -81,4 +79,19 @@ dataset = load_dataset(
|
|
81 |
| 24 | Urdu | urd | 674 | 95 | 80 | 849 |
|
82 |
| 25 | Nahali | nlx | 672 | 92 | 85 | 849 |
|
83 |
| 26 | English | eng | 569 | 81 | 74 | 724 |
|
84 |
-
| 27 | Lingala | lin | 560 | 75 | 61 | 696 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
# SpeechTaxi
|
37 |
|
|
|
|
|
38 |
## Usage
|
39 |
|
40 |
```python
|
|
|
79 |
| 24 | Urdu | urd | 674 | 95 | 80 | 849 |
|
80 |
| 25 | Nahali | nlx | 672 | 92 | 85 | 849 |
|
81 |
| 26 | English | eng | 569 | 81 | 74 | 724 |
|
82 |
+
| 27 | Lingala | lin | 560 | 75 | 61 | 696 |
|
83 |
+
|
84 |
+
|
85 |
+
## Citation
|
86 |
+
|
87 |
+
```bibtex
|
88 |
+
@misc{keller2024speechtaximultilingualsemanticspeech,
|
89 |
+
title={SpeechTaxi: On Multilingual Semantic Speech Classification},
|
90 |
+
author={Lennart Keller and Goran Glavaš},
|
91 |
+
year={2024},
|
92 |
+
eprint={2409.06372},
|
93 |
+
archivePrefix={arXiv},
|
94 |
+
primaryClass={cs.CL},
|
95 |
+
url={https://arxiv.org/abs/2409.06372},
|
96 |
+
}
|
97 |
+
```
|