holylovenia commited on
Commit
a96bb78
1 Parent(s): fee0cf3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -4,4 +4,33 @@ tags:
4
  - pos-tagging
5
  language:
6
  - ind
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  - pos-tagging
5
  language:
6
  - ind
7
+ ---
8
+
9
+ XSID is a new benchmark for cross-lingual (X) Slot and Intent Detection in 13 languages from 6 language families, including a very low-resource dialect.
10
+
11
+
12
+ ## Dataset Usage
13
+
14
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
15
+
16
+ ## Citation
17
+
18
+ ```@inproceedings{van-der-goot-etal-2020-cross,
19
+ title={From Masked-Language Modeling to Translation: Non-{E}nglish Auxiliary Tasks Improve Zero-shot Spoken Language Understanding},
20
+ author={van der Goot, Rob and Sharaf, Ibrahim and Imankulova, Aizhan and {"U}st{"u}n, Ahmet and Stepanovic, Marija and Ramponi, Alan and Khairunnisa, Siti Oryza and Komachi, Mamoru and Plank, Barbara},
21
+ booktitle = "Proceedings of the 2021 Conference of the North {A}merican Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 1 (Long and Short Papers)",
22
+ year = "2021",
23
+ address = "Mexico City, Mexico",
24
+ publisher = "Association for Computational Linguistics"
25
+ }
26
+ ```
27
+
28
+ ## License
29
+
30
+ CC-BY-SA 4.0
31
+
32
+ ## Homepage
33
+
34
+ ### NusaCatalogue
35
+
36
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)