holylovenia commited on
Commit
8f0ae63
·
1 Parent(s): 499a02f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +37 -1
README.md CHANGED
@@ -4,4 +4,40 @@ tags:
4
  language:
5
  - ind
6
  - eng
7
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  language:
5
  - ind
6
  - eng
7
+ ---
8
+
9
+ News En-Id is a machine translation dataset containing Indonesian-English parallel sentences collected from the news. The news dataset is collected from multiple sources: Pan Asia Networking Localization (PANL), Bilingual BBC news articles, Berita Jakarta, and GlobalVoices. We split the dataset and use 75% as the training set, 10% as the validation set, and 15% as the test set. Each of the datasets is evaluated in both directions, i.e., English to Indonesian (En → Id) and Indonesian to English (Id → En) translations.
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{guntara-etal-2020-benchmarking,
19
+ title = "Benchmarking Multidomain {E}nglish-{I}ndonesian Machine Translation",
20
+ author = "Guntara, Tri Wahyu and
21
+ Aji, Alham Fikri and
22
+ Prasojo, Radityo Eko",
23
+ booktitle = "Proceedings of the 13th Workshop on Building and Using Comparable Corpora",
24
+ month = may,
25
+ year = "2020",
26
+ address = "Marseille, France",
27
+ publisher = "European Language Resources Association",
28
+ url = "https://aclanthology.org/2020.bucc-1.6",
29
+ pages = "35--43",
30
+ language = "English",
31
+ ISBN = "979-10-95546-42-9",
32
+ }
33
+ ```
34
+
35
+ ## License
36
+
37
+ Creative Commons Attribution Share-Alike 4.0 International
38
+
39
+ ## Homepage
40
+
41
+ ### NusaCatalogue
42
+
43
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)