minato-ryan commited on
Commit
60a34fb
1 Parent(s): 5c74ea7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +142 -0
README.md CHANGED
@@ -44,3 +44,145 @@ configs:
44
  - split: train
45
  path: 4m/train-*
46
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
  - split: train
45
  path: 4m/train-*
46
  ---
47
+
48
+ # Washi (a kind of traditional Japanese paper)
49
+
50
+ This dataset is sampled from a subset of ja (Japanese) sourced from [uonlp/CulturaX](https://huggingface.co/datasets/uonlp/CulturaX).
51
+ Utilizing DSIR (Data Selection for Language Models via Importance Resampling),
52
+ documents closest to the Japanese subset of csebuetnlp/xlsum and systemk/aozorabunko_chunked
53
+ (cleaned data from the Aozora Bunko collection, containing modern Japanese literature in the public domain) were selected,
54
+ comprising approximately 5% of the corpus.
55
+
56
+ We have noted a qualitative leap in the quantity of low-quality Japanese datasets with the release of several multilingual datasets.
57
+ However, traditional data cleaning methods for Japanese, based on blacklists and rules, continue to produce significant noise.
58
+
59
+ We speculate that, particularly in cases where fine-tune from predominantly English-focused Large Language Model (LLM),
60
+ the quality of data outweighs its quantity. Hence, we have created this dataset to validate this hypothesis.
61
+
62
+ ## Dataset Details
63
+
64
+ ### Dataset Description
65
+
66
+ <!-- Provide a longer summary of what this dataset is. -->
67
+
68
+ - **Language(s) (NLP):** Japanese
69
+ - **License:** ocd-by / cc0-1.0
70
+
71
+ ### License Information
72
+
73
+ The licence terms for Washi strictly follows uonlp/CulturaX.
74
+ Please refer to both below licenses when using this dataset.
75
+
76
+ - [mC4 license](https://huggingface.co/datasets/allenai/c4#license)
77
+ - [OSCAR license](https://huggingface.co/datasets/oscar-corpus/OSCAR-2301#licensing-information)
78
+
79
+
80
+ ## Uses
81
+
82
+ <!-- Address questions around how the dataset is intended to be used. -->
83
+
84
+ ### Direct Use
85
+
86
+ <!-- This section describes suitable use cases for the dataset. -->
87
+
88
+ [More Information Needed]
89
+
90
+ ### Out-of-Scope Use
91
+
92
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
93
+
94
+ [More Information Needed]
95
+
96
+ ## Dataset Structure
97
+
98
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
99
+
100
+ [More Information Needed]
101
+
102
+ ## Dataset Creation
103
+
104
+ ### Curation Rationale
105
+
106
+ <!-- Motivation for the creation of this dataset. -->
107
+
108
+ [More Information Needed]
109
+
110
+ ### Source Data
111
+
112
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
113
+
114
+ #### Data Collection and Processing
115
+
116
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
117
+
118
+ [More Information Needed]
119
+
120
+ #### Who are the source data producers?
121
+
122
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
123
+
124
+ [More Information Needed]
125
+
126
+ ### Annotations [optional]
127
+
128
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
129
+
130
+ #### Annotation process
131
+
132
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
133
+
134
+ [More Information Needed]
135
+
136
+ #### Who are the annotators?
137
+
138
+ <!-- This section describes the people or systems who created the annotations. -->
139
+
140
+ [More Information Needed]
141
+
142
+ #### Personal and Sensitive Information
143
+
144
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
145
+
146
+ [More Information Needed]
147
+
148
+ ## Bias, Risks, and Limitations
149
+
150
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
151
+
152
+ [More Information Needed]
153
+
154
+ ### Recommendations
155
+
156
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
157
+
158
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
159
+
160
+ ## Citation [optional]
161
+
162
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
163
+
164
+ **BibTeX:**
165
+
166
+ [More Information Needed]
167
+
168
+ **APA:**
169
+
170
+ [More Information Needed]
171
+
172
+ ## Glossary [optional]
173
+
174
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
175
+
176
+ [More Information Needed]
177
+
178
+ ## More Information [optional]
179
+
180
+ [More Information Needed]
181
+
182
+ ## Dataset Card Authors [optional]
183
+
184
+ [More Information Needed]
185
+
186
+ ## Dataset Card Contact
187
+
188
+ [More Information Needed]