Datasets:
File size: 1,081 Bytes
909b9e9 e99628b 909b9e9 e99628b 909b9e9 e99628b 909b9e9 e99628b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
license: cc0-1.0
task_categories:
- translation
language:
- en
- ja
---
# Wikidata parallel descriptions en-ja
- Parallel corpus for machine translation generated from [wikidata dump](https://dumps.wikimedia.org/wikidatawiki/entities/) (2024-05-06).
- Currently we processed only English/Japanese pair.
- The `jsonl` file is ready-to-train by Hugging Face transformers trainer for translation tasks.
# Dataset Details
- https://www.wikidata.org/wiki/Wikidata:Database_download
## Dataset Creation
- As Wikidata description field does not represent exact direct translation, filtering is required for machine translation task.
- We did word count based filtering by using Japanese tokenizer MeCab and did some word-based filtering like `ウィキメディア`
- We also did deduplication.
## Bias, Risks, and Limitations
- The data is still noisy and might not be very parallel.
# License
- [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/)
- Note : All structured data in Wikidata is also licensed under CC0.
- https://www.wikidata.org/wiki/Wikidata:Licensing |