holylovenia
commited on
Commit
•
5fb3365
1
Parent(s):
fa0296b
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- paraphrasing
|
5 |
+
language:
|
6 |
+
- ind
|
7 |
+
---
|
8 |
+
|
9 |
+
# stif_indonesia
|
10 |
+
|
11 |
+
STIF-Indonesia is formal-informal (bahasa baku - bahasa alay/slang) style transfer for Indonesian. Texts were collected from Twitter. Then, native speakers were aksed to transform the text into formal style.
|
12 |
+
|
13 |
+
## Dataset Usage
|
14 |
+
|
15 |
+
Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
|
16 |
+
|
17 |
+
## Citation
|
18 |
+
|
19 |
+
```
|
20 |
+
@inproceedings{wibowo2020semi,
|
21 |
+
title={Semi-supervised low-resource style transfer of indonesian informal to formal language with iterative forward-translation},
|
22 |
+
author={Wibowo, Haryo Akbarianto and Prawiro, Tatag Aziz and Ihsan, Muhammad and Aji, Alham Fikri and Prasojo, Radityo Eko and Mahendra, Rahmad and Fitriany, Suci},
|
23 |
+
booktitle={2020 International Conference on Asian Language Processing (IALP)},
|
24 |
+
pages={310--315},
|
25 |
+
year={2020},
|
26 |
+
organization={IEEE}
|
27 |
+
}
|
28 |
+
```
|
29 |
+
|
30 |
+
## License
|
31 |
+
|
32 |
+
MIT
|
33 |
+
|
34 |
+
## Homepage
|
35 |
+
|
36 |
+
[https://github.com/haryoa/stif-indonesia](https://github.com/haryoa/stif-indonesia)
|
37 |
+
|
38 |
+
### NusaCatalogue
|
39 |
+
|
40 |
+
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|