SHSK0118 commited on
Commit
e90b05c
·
verified ·
1 Parent(s): 270ea24

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +184 -0
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ </h1>
2
+
3
+ <div class="section">
4
+ <h2>1. Dataset Summary</h2>
5
+
6
+ <p>
7
+ This dataset provides parallel corpora for pivot-based neural machine translation research.
8
+ It contains Polish–Czech, Czech–German, and Polish–German parallel sentence pairs,
9
+ derived from the JRC-Acquis corpus and preprocessed for reproducible experiments.
10
+ </p>
11
+
12
+ <p>
13
+ The dataset was created to support research on pivot translation,
14
+ particularly investigating Czech as an intermediate language for Polish–German translation.
15
+ </p>
16
+ </div>
17
+
18
+ <div class="section">
19
+ <h2>2. Languages</h2>
20
+
21
+ <ul>
22
+ <li>Polish (pl)</li>
23
+ <li>Czech (cs)</li>
24
+ <li>German (de)</li>
25
+ </ul>
26
+
27
+ <p><strong>Language Pairs:</strong></p>
28
+ <ul>
29
+ <li>pl–cs</li>
30
+ <li>cs–de</li>
31
+ <li>pl–de</li>
32
+ </ul>
33
+ </div>
34
+
35
+ <div class="section">
36
+ <h2>3. Dataset Structure</h2>
37
+
38
+ <p>
39
+ Each language pair is split into training, validation, and test sets
40
+ with the following ratio:
41
+ </p>
42
+
43
+ <pre>9 : 0.5 : 0.5</pre>
44
+
45
+ <p>
46
+ Directory structure:
47
+ </p>
48
+
49
+ <pre>
50
+ ./
51
+ ├ JRC-Acquis.cs-de.*
52
+ ├ JRC-Acquis.cs-pl.*
53
+ └ JRC-Acquis.de-pl.*
54
+ </pre>
55
+
56
+ <p>
57
+ Each file contains aligned parallel sentence pairs.
58
+ </p>
59
+ </div>
60
+
61
+ <div class="section">
62
+ <h2>4. Data Source</h2>
63
+
64
+ <p>
65
+ The dataset is derived from the <strong>JRC-Acquis Parallel Corpus</strong>,
66
+ which consists of European Union legislative texts.
67
+ </p>
68
+
69
+ <p>
70
+ The original corpus is widely used in multilingual NLP research.
71
+ </p>
72
+ </div>
73
+
74
+ <div class="section">
75
+ <h2>5. Preprocessing</h2>
76
+
77
+ <p>The following preprocessing steps were applied:</p>
78
+
79
+ <ul>
80
+ <li>Sentence alignment verification</li>
81
+ <li>Basic normalization</li>
82
+ <li>Train/validation/test splitting (9:0.5:0.5)</li>
83
+ </ul>
84
+
85
+ <p>
86
+ No subword segmentation (e.g., BPE or SentencePiece) is applied in this dataset version.
87
+ </p>
88
+ </div>
89
+
90
+ <div class="section">
91
+ <h2>6. Intended Use</h2>
92
+
93
+ <p>This dataset is intended for:</p>
94
+
95
+ <ul>
96
+ <li>Pivot-based neural machine translation research</li>
97
+ <li>Low-resource translation experiments</li>
98
+ <li>Comparative evaluation of pivot language selection</li>
99
+ <li>Evaluation using BLEU, GLEU, and CHRF metrics</li>
100
+ </ul>
101
+
102
+ <p>
103
+ It is not specifically designed for commercial deployment.
104
+ </p>
105
+ </div>
106
+
107
+ <div class="section">
108
+ <h2>7. Reproducibility</h2>
109
+
110
+ <p>
111
+ The dataset includes pre-split files identical to those used in the original experiments.
112
+ </p>
113
+
114
+ <p>
115
+ In the original study:
116
+ </p>
117
+
118
+ <ul>
119
+ <li>60,000 sentence pairs were used for training per translation model</li>
120
+ <li>10,000 sentences were used for testing</li>
121
+ <li>Transformer-based models were applied</li>
122
+ </ul>
123
+ </div>
124
+
125
+ <div class="section">
126
+ <h2>8. Evaluation Metrics</h2>
127
+
128
+ <ul>
129
+ <li>BLEU</li>
130
+ <li>GLEU</li>
131
+ <li>CHRF</li>
132
+ </ul>
133
+ </div>
134
+
135
+ <div class="section">
136
+ <h2>9. Ethical Considerations</h2>
137
+
138
+ <p>
139
+ The dataset is based on publicly available legislative texts from the European Union.
140
+ No personally identifiable information (PII) is intentionally included.
141
+ </p>
142
+
143
+ <p>
144
+ Users should verify compliance with the original JRC-Acquis license before use.
145
+ </p>
146
+ </div>
147
+
148
+ <div class="section">
149
+ <h2>10. Citation</h2>
150
+
151
+ <p>If you use this dataset, please cite:</p>
152
+
153
+ <pre>
154
+ Tokunaga, N., Ninomiya, T., & Tamura, A. (2020).
155
+ Neural Machine Translation for Polish–German via Czech as a Pivot Language.
156
+ </pre>
157
+
158
+ <p>Dataset citation:</p>
159
+
160
+ <pre>
161
+ Tokunaga, N., Ninomiya, T., & Tamura, A. (2020).
162
+ TransformerPivotTranslation Dataset.
163
+ Hugging Face.
164
+ https://huggingface.co/datasets/SHSK0118/TransformerPivotTranslation
165
+ </pre>
166
+
167
+ </div>
168
+
169
+ <div class="section">
170
+ <h2>11. License</h2>
171
+
172
+ <p>
173
+ This dataset inherits the licensing conditions of the original JRC-Acquis corpus.
174
+ Users must ensure compliance with the original terms of use.
175
+ </p>
176
+ </div>
177
+
178
+ <div class="section">
179
+ <h2>12. Contact</h2>
180
+
181
+ <p>
182
+ For academic inquiries, please contact the dataset authors.
183
+ </p>
184
+ </div>