holylovenia
commited on
Commit
·
a5dee7d
1
Parent(s):
56a88ea
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,4 +3,35 @@ tags:
|
|
3 |
- multilexnorm
|
4 |
language:
|
5 |
- ind
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
- multilexnorm
|
4 |
language:
|
5 |
- ind
|
6 |
+
---
|
7 |
+
|
8 |
+
MULTILEXNPRM is a new benchmark dataset for multilingual lexical normalization
|
9 |
+
including 12 language variants,
|
10 |
+
we here specifically work on the Indonisian-english language.
|
11 |
+
|
12 |
+
|
13 |
+
## Dataset Usage
|
14 |
+
|
15 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
|
19 |
+
```@inproceedings{multilexnorm,
|
20 |
+
title= {MultiLexNorm: A Shared Task on Multilingual Lexical Normalization,
|
21 |
+
author = "van der Goot, Rob and Ramponi et al.",
|
22 |
+
booktitle = "Proceedings of the 7th Workshop on Noisy User-generated Text (W-NUT 2021)",
|
23 |
+
year = "2021",
|
24 |
+
publisher = "Association for Computational Linguistics",
|
25 |
+
address = "Punta Cana, Dominican Republic"
|
26 |
+
}
|
27 |
+
```
|
28 |
+
|
29 |
+
## License
|
30 |
+
|
31 |
+
CC-BY-NC-SA 4.0
|
32 |
+
|
33 |
+
## Homepage
|
34 |
+
|
35 |
+
### NusaCatalogue
|
36 |
+
|
37 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|