Nicolas-BZRD commited on
Commit
18fdc8a
1 Parent(s): 35927fb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: odbl
3
+ task_categories:
4
+ - translation
5
+ language:
6
+ - en
7
+ - fr
8
+ tags:
9
+ - webpages
10
+ - parallel
11
+ - parallel data
12
+ size_categories:
13
+ - 10M<n<100M
14
+ ---
15
+
16
+ # English French Webpages Scraped Translated
17
+
18
+ ### Dataset Summary
19
+
20
+ French/English parallel texts for training translation models. Over 17.1 million sentences in French and English. Dataset created by Chris Callison-Burch, who crawled millions of web pages and then used a set of simple heuristics to transform French URLs onto English URLs, and assumed that these documents are translations of each other. This is the main dataset of Workshop on Statistical Machine Translation (WML) 2015 Dataset that can be used for Machine Translation and Language Models. Refer to the paper here: http://www.statmt.org/wmt15/pdf/WMT01.pdf
21
+
22
+ ### Dataset Summary
23
+
24
+ This dataset has been post-processed to remove all duplicates, empty fields and phrases containing less than 5 words.
25
+
26
+ ### Original Dataset Citation
27
+
28
+ '''
29
+ @InProceedings{bojar-EtAl:2015:WMT,
30
+ author = {Bojar, Ond\v{r}ej and Chatterjee, Rajen and Federmann, Christian and Haddow, Barry and Huck, Matthias and Hokamp, Chris and Koehn, Philipp and Logacheva, Varvara and Monz, Christof and Negri, Matteo and Post, Matt and Scarton, Carolina and Specia, Lucia and Turchi, Marco},
31
+ title = {Findings of the 2015 Workshop on Statistical Machine Translation},
32
+ booktitle = {Proceedings of the Tenth Workshop on Statistical Machine Translation},
33
+ month = {September},
34
+ year = {2015},
35
+ address = {Lisbon, Portugal},
36
+ publisher = {Association for Computational Linguistics},
37
+ pages = {1--46},
38
+ url = {http://aclweb.org/anthology/W15-3001}
39
+ }
40
+
41
+ '''