de-francophones commited on
Commit
12b7073
·
verified ·
1 Parent(s): 2066e36

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -51
README.md CHANGED
@@ -1,52 +1,52 @@
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
- viewer: false
13
- ---
14
-
15
- > [!NOTE]
16
- > Dataset origin: https://lrec2020.lrec-conf.org/sharedlrs2020/180_res_1.zip
17
-
18
- ## Description
19
- 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.
20
-
21
- ## Citation
22
- ```
23
- @inproceedings{uban-dinu-2020-automatically,
24
- title = "Automatically Building a Multilingual Lexicon of False {F}riends With No Supervision",
25
- author = "Uban, Ana Sabina and
26
- Dinu, Liviu P.",
27
- editor = "Calzolari, Nicoletta and
28
- B{\'e}chet, Fr{\'e}d{\'e}ric and
29
- Blache, Philippe and
30
- Choukri, Khalid and
31
- Cieri, Christopher and
32
- Declerck, Thierry and
33
- Goggi, Sara and
34
- Isahara, Hitoshi and
35
- Maegaard, Bente and
36
- Mariani, Joseph and
37
- Mazo, H{\'e}l{\`e}ne and
38
- Moreno, Asuncion and
39
- Odijk, Jan and
40
- Piperidis, Stelios",
41
- booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
42
- month = may,
43
- year = "2020",
44
- address = "Marseille, France",
45
- publisher = "European Language Resources Association",
46
- url = "https://aclanthology.org/2020.lrec-1.367",
47
- pages = "3001--3007",
48
- 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.",
49
- language = "English",
50
- ISBN = "979-10-95546-34-4",
51
- }
52
  ```
 
1
+ ---
2
+ language:
3
+ - fra
4
+ - ita
5
+ - por
6
+ - ron
7
+ - spa
8
+ - eng
9
+ multilinguality:
10
+ - multilingual
11
+ license: cc-by-4.0
12
+ viewer: false
13
+ ---
14
+
15
+ > [!NOTE]
16
+ > Dataset origin: https://lrec2020.lrec-conf.org/sharedlrs2020/180_res_1.zip
17
+
18
+ ## Description
19
+ 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.
20
+
21
+ ## Citation
22
+ ```
23
+ @inproceedings{uban-dinu-2020-automatically,
24
+ title = "Automatically Building a Multilingual Lexicon of False {F}riends With No Supervision",
25
+ author = "Uban, Ana Sabina and
26
+ Dinu, Liviu P.",
27
+ editor = "Calzolari, Nicoletta and
28
+ B{\'e}chet, Fr{\'e}d{\'e}ric and
29
+ Blache, Philippe and
30
+ Choukri, Khalid and
31
+ Cieri, Christopher and
32
+ Declerck, Thierry and
33
+ Goggi, Sara and
34
+ Isahara, Hitoshi and
35
+ Maegaard, Bente and
36
+ Mariani, Joseph and
37
+ Mazo, H{\'e}l{\`e}ne and
38
+ Moreno, Asuncion and
39
+ Odijk, Jan and
40
+ Piperidis, Stelios",
41
+ booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
42
+ month = may,
43
+ year = "2020",
44
+ address = "Marseille, France",
45
+ publisher = "European Language Resources Association",
46
+ url = "https://aclanthology.org/2020.lrec-1.367",
47
+ pages = "3001--3007",
48
+ 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.",
49
+ language = "English",
50
+ ISBN = "979-10-95546-34-4",
51
+ }
52
  ```