File size: 8,502 Bytes
3accf1a 67559d3 3accf1a 67559d3 9771c44 3accf1a 1e77290 628ee7f 017357c 4a127f8 3accf1a 628ee7f 3accf1a 628ee7f 3accf1a ea40760 3accf1a ea40760 4a127f8 |
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 |
---
annotations_creators:
- crowdsourced
- other
language_creators:
- found
language:
- en
- ja
license:
- cc-by-4.0
multilinguality:
- translation
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- translation
task_ids: []
paperswithcode_id: null
pretty_name: SNOW T15 and T23 (simplified Japanese corpus)
dataset_info:
- config_name: snow_t15
features:
- name: ID
dtype: string
- name: original_ja
dtype: string
- name: simplified_ja
dtype: string
- name: original_en
dtype: string
splits:
- name: train
num_bytes: 7218115
num_examples: 50000
download_size: 3634132
dataset_size: 7218115
- config_name: snow_t23
features:
- name: ID
dtype: string
- name: original_ja
dtype: string
- name: simplified_ja
dtype: string
- name: original_en
dtype: string
- name: proper_noun
dtype: string
splits:
- name: train
num_bytes: 6704695
num_examples: 34300
download_size: 3641507
dataset_size: 6704695
---
# Dataset Card for SNOW T15 and T23 (simplified Japanese corpus)
## Table of Contents
- [Dataset Description](#dataset-description)
- [Dataset Summary](#dataset-summary)
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
- [Languages](#languages)
- [Dataset Structure](#dataset-structure)
- [Data Instances](#data-instances)
- [Data Fields](#data-fields)
- [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Curation Rationale](#curation-rationale)
- [Source Data](#source-data)
- [Annotations](#annotations)
- [Personal and Sensitive Information](#personal-and-sensitive-information)
- [Considerations for Using the Data](#considerations-for-using-the-data)
- [Social Impact of Dataset](#social-impact-of-dataset)
- [Discussion of Biases](#discussion-of-biases)
- [Other Known Limitations](#other-known-limitations)
- [Additional Information](#additional-information)
- [Dataset Curators](#dataset-curators)
- [Licensing Information](#licensing-information)
- [Citation Information](#citation-information)
- [Contributions](#contributions)
## Dataset Description
- **Homepage:** [SNOW T15](http://www.jnlp.org/SNOW/T15), [SNOW T23](http://www.jnlp.org/SNOW/T23)
- **Repository:** [N/A]
- **Paper:** ["Simplified Corpus with Core Vocabulary"](https://www.aclweb.org/anthology/L18-1185), ["やさしい⽇本語対訳コーパスの構築"](https://www.anlp.jp/proceedings/annual_meeting/2017/pdf_dir/B5-1.pdf), ["Crowdsourced Corpus of Sentence Simplification with Core Vocabulary"](https://www.aclweb.org/anthology/L18-1072)
- **Leaderboard:** [N/A]
- **Point of Contact:** Check the homepage.
### Dataset Summary
- **SNOW T15:**
The simplified corpus for the Japanese language. The corpus has 50,000 manually simplified and aligned sentences.
This corpus contains the original sentences, simplified sentences and English translation of the original sentences.
It can be used for automatic text simplification as well as translating simple Japanese into English and vice-versa.
The core vocabulary is restricted to 2,000 words where it is selected by accounting for several factors such as meaning preservation, variation, simplicity and the UniDic word segmentation criterion.
For details, refer to the explanation page of Japanese simplification (http://www.jnlp.org/research/Japanese_simplification).
The original texts are from "small_parallel_enja: 50k En/Ja Parallel Corpus for Testing SMT Methods", which is a bilingual corpus for machine translation.
- **SNOW T23:**
An expansion corpus of 35,000 sentences rewritten in easy Japanese (simple Japanese vocabulary) based on SNOW T15.
The original texts are from "Tanaka Corpus" (http://www.edrdg.org/wiki/index.php/Tanaka_Corpus).
### Supported Tasks and Leaderboards
It can be used for automatic text simplification in Japanese as well as translating simple Japanese into English and vice-versa.
### Languages
Japanese, simplified Japanese, and English.
## Dataset Structure
### Data Instances
SNOW T15 is xlsx file with ID, "#日本語(原文)" (Japanese (original)), "#やさしい日本語" (simplified Japanese), "#英語(原文)" (English (original)).
SNOW T23 is xlsx file with ID, "#日本語(原文)" (Japanese (original)), "#やさしい日本語" (simplified Japanese), "#英語(原文)" (English (original)), and "#固有名詞" (proper noun).
### Data Fields
- `ID`: sentence ID.
- `original_ja`: original Japanese sentence.
- `simplified_ja`: simplified Japanese sentence.
- `original_en`: original English sentence.
- `proper_noun`: (included only in SNOW T23) Proper nowus that the workers has extracted as proper nouns. The authors instructed workers not to rewrite proper nouns, leaving the determination of proper nouns to the workers.
### Data Splits
The data is not split.
## Dataset Creation
### Curation Rationale
A dataset on the study of automatic conversion to simplified Japanese (Japanese simplification).
### Source Data
#### Initial Data Collection and Normalization
- **SNOW T15:**
The original texts are from "small_parallel_enja: 50k En/Ja Parallel Corpus for Testing SMT Methods", which is a bilingual corpus for machine translation.
- **SNOW T23:**
The original texts are from "Tanaka Corpus" (http://www.edrdg.org/wiki/index.php/Tanaka_Corpus).
#### Who are the source language producers?
[N/A]
### Annotations
#### Annotation process
- **SNOW T15:**
Five students in the laboratory rewrote the original Japanese sentences to simplified Japanese all by hand.
The core vocabulary is restricted to 2,000 words where it is selected by accounting for several factors such as meaning preservation, variation, simplicity and the UniDic word segmentation criterion.
- **SNOW T23:**
Seven people, gathered through crowdsourcing, rewrote all the sentences manually.
Each worker rewrote 5,000 sentences, of which 100 sentences were rewritten to be common among the workers.
The average length of the sentences was kept as close to the same as possible so that the amount of work was not varied among the workers.
#### Who are the annotators?
Five students for SNOW T15, seven crowd workers for SNOW T23.
### Personal and Sensitive Information
[More Information Needed]
## Considerations for Using the Data
### Social Impact of Dataset
[More Information Needed]
### Discussion of Biases
[More Information Needed]
### Other Known Limitations
[More Information Needed]
## Additional Information
### Dataset Curators
The datasets are part of SNOW, Japanese language resources/tools created by Natural Language Processing Laboratory, Nagaoka University of Technology, Japan.
### Licensing Information
CC BY 4.0
### Citation Information
```
@inproceedings{maruyama-yamamoto-2018-simplified,
title = "Simplified Corpus with Core Vocabulary",
author = "Maruyama, Takumi and
Yamamoto, Kazuhide",
booktitle = "Proceedings of the Eleventh International Conference on Language Resources and Evaluation ({LREC} 2018)",
month = may,
year = "2018",
address = "Miyazaki, Japan",
publisher = "European Language Resources Association (ELRA)",
url = "https://www.aclweb.org/anthology/L18-1185",
}
@inproceedings{yamamoto-2017-simplified-japanese,
title = "やさしい⽇本語対訳コーパスの構築",
author = "⼭本 和英 and
丸⼭ 拓海 and
⾓張 ⻯晴 and
稲岡 夢⼈ and
⼩川 耀⼀朗 and
勝⽥ 哲弘 and
髙橋 寛治",
booktitle = "言語処理学会第23回年次大会",
month = 3月,
year = "2017",
address = "茨城, 日本",
publisher = "言語処理学会",
url = "https://www.anlp.jp/proceedings/annual_meeting/2017/pdf_dir/B5-1.pdf",
}
@inproceedings{katsuta-yamamoto-2018-crowdsourced,
title = "Crowdsourced Corpus of Sentence Simplification with Core Vocabulary",
author = "Katsuta, Akihiro and
Yamamoto, Kazuhide",
booktitle = "Proceedings of the Eleventh International Conference on Language Resources and Evaluation ({LREC} 2018)",
month = may,
year = "2018",
address = "Miyazaki, Japan",
publisher = "European Language Resources Association (ELRA)",
url = "https://www.aclweb.org/anthology/L18-1072",
}
```
### Contributions
Thanks to [@forest1988](https://github.com/forest1988), [@lhoestq](https://github.com/lhoestq) for adding this dataset. |