Mitsua commited on
Commit
909b9e9
1 Parent(s): 7e28229

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - en
7
+ - ja
8
+ ---
9
+ # Wikidata parallel descriptions en-ja
10
+ - Parallel corpus for machine translation generated from wikidata dump (2024-05-06).
11
+ - Currently we processed only English/Japanese pair.
12
+ - The `jsonl` file is ready-to-train by Hugging Face transformers translation task trainer.
13
+
14
+ # Dataset Details
15
+ - https://www.wikidata.org/wiki/Wikidata:Database_download
16
+
17
+ ## Dataset Creation
18
+ - As Wikidata description field is noisy and does not represent exact direct translation, filtering is required for machine translation task.
19
+ - We did word count based filtering by using Japanese tokenizer Mecab and did some word-based filtering like `ウィキメディア`
20
+ - We also did deduplication.
21
+
22
+ ## Bias, Risks, and Limitations
23
+ - The data is still noisy and might not be very parallel.
24
+
25
+ # License
26
+ - CC0
27
+ - Because all structured data in Wikidata is originally licensed in CC0, this dataset can be also licensed in same license.