Datasets:
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- translation
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- tr
|
| 8 |
+
tags:
|
| 9 |
+
- translation
|
| 10 |
+
- tr
|
| 11 |
+
- en-tr
|
| 12 |
+
pretty_name: English to Turkish Translation Dataset
|
| 13 |
+
size_categories:
|
| 14 |
+
- 10K<n<100K
|
| 15 |
+
---
|
| 16 |
+
# EN-TR Translation Dataset
|
| 17 |
+
## Dataset Overview
|
| 18 |
+
This dataset is based on a subset of the Helsinki-NLP/opus-books dataset, which includes copyright-free books aligned for translation purposes. The original dataset contains multilingual sentence alignments. Specifically, I extracted the English-Italian (EN-IT) portion of the dataset, translated the English sentences to Turkish, and created an English-Turkish (EN-TR) parallel corpus.
|
| 19 |
+
|
| 20 |
+
The dataset can be used for various natural language processing tasks such as translation, machine learning, and multilingual text alignment research.
|
| 21 |
+
|
| 22 |
+
## Dataset Statistics
|
| 23 |
+
Languages: English (EN), Turkish (TR)
|
| 24 |
+
|
| 25 |
+
Number of Files: 1
|
| 26 |
+
|
| 27 |
+
Number of Sentence Pairs: 32332
|
| 28 |
+
|
| 29 |
+
Original Source: Helsinki-NLP/OPUS Books
|
| 30 |
+
|
| 31 |
+
The original OPUS Books dataset is a collection of copyright-free books aligned across multiple languages, available from <a href="https://www.farkastranslations.com/bilingual_books.php">Farkas Translations</a>. It contains books in the following languages:
|
| 32 |
+
|
| 33 |
+
ca, de, el, en, eo, es, fi, fr, hu, it, nl, no, pl, pt, ru, sv
|
| 34 |
+
|
| 35 |
+
You can learn more about the OPUS Books dataset <a href="http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf">Here</a>
|
| 36 |
+
|
| 37 |
+
## License and Usage
|
| 38 |
+
Personal, Educational, and Research Use: The original dataset, and by extension this dataset, is available for personal, educational, and research purposes only.
|
| 39 |
+
Commercial Use: Commercial use, including reselling as parallel books and mass redistribution, is not permitted without explicit permission from the original dataset curators.
|
| 40 |
+
Please cite the following paper if you use any part of the dataset in your work:
|
| 41 |
+
```bash
|
| 42 |
+
@inproceedings{tiedemann-2012-parallel,
|
| 43 |
+
title = "Parallel Data, Tools and Interfaces in {OPUS}",
|
| 44 |
+
author = {Tiedemann, J{\"o}rg},
|
| 45 |
+
editor = "Calzolari, Nicoletta and
|
| 46 |
+
Choukri, Khalid and
|
| 47 |
+
Declerck, Thierry and
|
| 48 |
+
Do{\u{g}}an, Mehmet U{\u{g}}ur and
|
| 49 |
+
Maegaard, Bente and
|
| 50 |
+
Mariani, Joseph and
|
| 51 |
+
Moreno, Asuncion and
|
| 52 |
+
Odijk, Jan and
|
| 53 |
+
Piperidis, Stelios",
|
| 54 |
+
booktitle = "Proceedings of the Eighth International Conference on Language Resources and Evaluation ({LREC}'12)",
|
| 55 |
+
month = may,
|
| 56 |
+
year = "2012",
|
| 57 |
+
address = "Istanbul, Turkey",
|
| 58 |
+
publisher = "European Language Resources Association (ELRA)",
|
| 59 |
+
url = "http://www.lrec-conf.org/proceedings/lrec2012/pdf/463_Paper.pdf",
|
| 60 |
+
pages = "2214--2218",
|
| 61 |
+
}
|
| 62 |
+
```
|
| 63 |
+
## Acknowledgments
|
| 64 |
+
Original dataset curated by Andras Farkas and Helsinki-NLP.
|
| 65 |
+
|
| 66 |
+
Special thanks to @abhishekkrthakur for adding the OPUS Books dataset on Hugging Face.
|