de-francophones commited on
Commit
523eed2
·
verified ·
1 Parent(s): 2b1e82d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ - en
5
+ - es
6
+ categories:
7
+ - translation
8
+ multilinguality:
9
+ - multilingual
10
+ ---
11
+
12
+ > [!NOTE]
13
+ > Dataset origin: http://lrec2016.lrec-conf.org/en/shared-lrs/
14
+
15
+ ## Description
16
+
17
+
18
+ This dataset is made available for evaluation of cross-lingual similarity detection algorithms.
19
+ The characteristics of the dataset are the following:
20
+ - it is multilingual: French, English and Spanish;
21
+ - it proposes cross-language alignment information at different granularities: document-level, sentence-level and chunk-level;
22
+ - it is based on both parallel and comparable corpora;
23
+ - it contains both human and machine translated text;
24
+ - part of it has been altered (to make the cross-language similarity detection more complicated) while the rest remains without noise;
25
+ - documents were written by multiple types of authors: from average to professionals.
26
+
27
+ ## Citation
28
+ ```
29
+ @InProceedings{FERRERO16.304,
30
+ author = {Jérémy Ferrero and Frédéric Agnès and Laurent Besacier and Didier Schwab},
31
+ title = {A Multilingual, Multi-style and Multi-granularity Dataset for Cross-language Textual Similarity Detection},
32
+ booktitle = {Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016)},
33
+ year = {2016},
34
+ month = {may},
35
+ date = {23-28},
36
+ location = {Portorož, Slovenia},
37
+ editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Sara Goggi and Marko Grobelnik and Bente Maegaard and Joseph Mariani and Helene Mazo and Asuncion Moreno and Jan Odijk and Stelios Piperidis},
38
+ publisher = {European Language Resources Association (ELRA)},
39
+ address = {Paris, France},
40
+ isbn = {978-2-9517408-9-1},
41
+ language = {english}
42
+ }
43
+ ```