Commit ·
8ec3156
1
Parent(s): 1a1e4db
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,8 +6,9 @@ language:
|
|
| 6 |
- eng
|
| 7 |
---
|
| 8 |
|
| 9 |
-
|
| 10 |
|
|
|
|
| 11 |
|
| 12 |
## Dataset Usage
|
| 13 |
|
|
@@ -15,7 +16,8 @@ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `lo
|
|
| 15 |
|
| 16 |
## Citation
|
| 17 |
|
| 18 |
-
```
|
|
|
|
| 19 |
title={When and Why Are Pre-Trained Word Embeddings Useful for Neural Machine Translation?},
|
| 20 |
author={Qi, Ye and Sachan, Devendra and Felix, Matthieu and Padmanabhan, Sarguna and Neubig, Graham},
|
| 21 |
booktitle={Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)},
|
|
@@ -55,6 +57,8 @@ Creative Commons Attribution Share-Alike 4.0 International
|
|
| 55 |
|
| 56 |
## Homepage
|
| 57 |
|
|
|
|
|
|
|
| 58 |
### NusaCatalogue
|
| 59 |
|
| 60 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|
|
|
|
| 6 |
- eng
|
| 7 |
---
|
| 8 |
|
| 9 |
+
# ted_en_id
|
| 10 |
|
| 11 |
+
TED En-Id is a machine translation dataset containing Indonesian-English parallel sentences collected from the TED talk transcripts. 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.
|
| 12 |
|
| 13 |
## Dataset Usage
|
| 14 |
|
|
|
|
| 16 |
|
| 17 |
## Citation
|
| 18 |
|
| 19 |
+
```
|
| 20 |
+
@inproceedings{qi2018and,
|
| 21 |
title={When and Why Are Pre-Trained Word Embeddings Useful for Neural Machine Translation?},
|
| 22 |
author={Qi, Ye and Sachan, Devendra and Felix, Matthieu and Padmanabhan, Sarguna and Neubig, Graham},
|
| 23 |
booktitle={Proceedings of the 2018 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies, Volume 2 (Short Papers)},
|
|
|
|
| 57 |
|
| 58 |
## Homepage
|
| 59 |
|
| 60 |
+
[https://github.com/IndoNLP/indonlg](https://github.com/IndoNLP/indonlg)
|
| 61 |
+
|
| 62 |
### NusaCatalogue
|
| 63 |
|
| 64 |
For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)
|