de-francophones commited on
Commit
82e5b49
·
verified ·
1 Parent(s): 734757e

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ - it
5
+ - pt
6
+ - ro
7
+ - es
8
+ - en
9
+ multilinguality:
10
+ - multilingual
11
+ license: cc-by-4.0
12
+ ---
13
+
14
+ > [!NOTE]
15
+ > Dataset origin: https://lrec2020.lrec-conf.org/sharedlrs2020/180_res_1.zip
16
+
17
+ ## Description
18
+ This lexicon of false friends pairs in 6 languages, includes for each language pair automatically detected pairs of false friends along with a score of falseness.
19
+
20
+ ## Citation
21
+ ```
22
+ @inproceedings{uban-dinu-2020-automatically,
23
+ title = "Automatically Building a Multilingual Lexicon of False {F}riends With No Supervision",
24
+ author = "Uban, Ana Sabina and
25
+ Dinu, Liviu P.",
26
+ editor = "Calzolari, Nicoletta and
27
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
28
+ Blache, Philippe and
29
+ Choukri, Khalid and
30
+ Cieri, Christopher and
31
+ Declerck, Thierry and
32
+ Goggi, Sara and
33
+ Isahara, Hitoshi and
34
+ Maegaard, Bente and
35
+ Mariani, Joseph and
36
+ Mazo, H{\'e}l{\`e}ne and
37
+ Moreno, Asuncion and
38
+ Odijk, Jan and
39
+ Piperidis, Stelios",
40
+ booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
41
+ month = may,
42
+ year = "2020",
43
+ address = "Marseille, France",
44
+ publisher = "European Language Resources Association",
45
+ url = "https://aclanthology.org/2020.lrec-1.367",
46
+ pages = "3001--3007",
47
+ abstract = "Cognate words, defined as words in different languages which derive from a common etymon, can be useful for language learners, who can leverage the orthographical similarity of cognates to more easily understand a text in a foreign language. Deceptive cognates, or false friends, do not share the same meaning anymore; these can be instead deceiving and detrimental for language acquisition or text understanding in a foreign language. We use an automatic method of detecting false friends from a set of cognates, in a fully unsupervised fashion, based on cross-lingual word embeddings. We implement our method for English and five Romance languages, including a low-resource language (Romanian), and evaluate it against two different gold standards. The method can be extended easily to any language pair, requiring only large monolingual corpora for the involved languages and a small bilingual dictionary for the pair. We additionally propose a measure of {``}falseness{''} of a false friends pair. We publish freely the database of false friends in the six languages, along with the falseness scores for each cognate pair. The resource is the largest of the kind that we are aware of, both in terms of languages covered and number of word pairs.",
48
+ language = "English",
49
+ ISBN = "979-10-95546-34-4",
50
+ }
51
+ ```