bennexx commited on
Commit
d3c1408
·
verified ·
1 Parent(s): 7361795

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -1
README.md CHANGED
@@ -12,4 +12,48 @@ license_name: license
12
  license_link: LICENSE
13
  size_categories:
14
  - 10M<n<100M
15
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  license_link: LICENSE
13
  size_categories:
14
  - 10M<n<100M
15
+ ---
16
+
17
+ ### Summary
18
+ This dataset contains Japanese sentences, obtained from various online sources and processed in a way to make them more fit as example sentences for L2 Japanese (Japanese as a second language) learners.
19
+
20
+ ### Data Fields
21
+
22
+ In the main configuration:
23
+ - `sentence` (`str`): a Japanese sentence.
24
+ - `level` (`str`): JLPT level of the sentence (attributed by a [text classifier](https://huggingface.co/bennexx/cl-tohoku-bert-base-japanese-v3-jlpt-classifier). The label has limitations)
25
+
26
+ In the `sources.csv` file:
27
+ - `source`: from this element's index and the next, sentences are found in `source`.
28
+
29
+ ### Sources
30
+
31
+ Japanese Web as Corpus 1.0. [jpWaC page](https://www.clarin.si/repository/xmlui/handle/11356/1047)
32
+ Tatoeba sentences downloaded on 20/12/2023. [Tatoeba Project](https://tatoeba.org/en/downloads)
33
+ Wikipedia dump downloaded on 01/12/2023. [jawiki-20231201-pages-articles-multistream.xml.bz2](https://dumps.wikimedia.org/jawiki/20231201/jawiki-20231201-pages-articles-multistream.xml.bz2)
34
+
35
+ ### Dataset construction
36
+ Processing filters:
37
+ - Entries with multiple sentences have been expanded
38
+ - Removal of duplicates
39
+ - No more than 20% punctuation
40
+ - No more than 20% numbers
41
+ Additionally, processing applied only to Wikipedia sentences:
42
+ - No Latin/Russian/Arabic characters
43
+ - End in punctuation, and the last word is an adjective, verb, or auxilliary
44
+
45
+ The library used was spaCy and the japanese model `ja_ginza`.
46
+
47
+ ### Stats
48
+
49
+ - 97% of sentences are from Japanese Wikipedia
50
+ - The average sentence length is 26 tokens
51
+ - The average Kanji ratio is 37%
52
+
53
+ ### Licenses
54
+
55
+ The same licenses as the original works apply [WIP]
56
+
57
+ Cite
58
+
59
+ [WIP]