Datasets:
Commit
•
1f9a191
1
Parent(s):
7d08c77
Warn about issues with the Common Crawl corpus data (#2)
Browse files- Warn about issues with the Common Crawl corpus data (4cc00e6a393c4b32a70a118b2e9a064759bbdfc9)
README.md
CHANGED
@@ -167,6 +167,15 @@ dataset_info:
|
|
167 |
|
168 |
### Dataset Summary
|
169 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
Translation dataset based on the data from statmt.org.
|
171 |
|
172 |
Versions exist for different years using a combination of data
|
|
|
167 |
|
168 |
### Dataset Summary
|
169 |
|
170 |
+
<div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
|
171 |
+
<p><b>Warning:</b> There are issues with the Common Crawl corpus data (<a href="https://www.statmt.org/wmt13/training-parallel-commoncrawl.tgz">training-parallel-commoncrawl.tgz</a>):</p>
|
172 |
+
<ul>
|
173 |
+
<li>Non-English files contain many English sentences.</li>
|
174 |
+
<li>Their "parallel" sentences in English are not aligned: they are uncorrelated with their counterpart.</li>
|
175 |
+
</ul>
|
176 |
+
<p>We have contacted the WMT organizers.</p>
|
177 |
+
</div>
|
178 |
+
|
179 |
Translation dataset based on the data from statmt.org.
|
180 |
|
181 |
Versions exist for different years using a combination of data
|