de-francophones
commited on
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- sv
|
4 |
+
- pt
|
5 |
+
- et
|
6 |
+
- it
|
7 |
+
- hu
|
8 |
+
- es
|
9 |
+
- pl
|
10 |
+
- lv
|
11 |
+
- nl
|
12 |
+
- fi
|
13 |
+
- sl
|
14 |
+
- fr
|
15 |
+
- en
|
16 |
+
- de
|
17 |
+
- ro
|
18 |
+
- sk
|
19 |
+
multilinguality:
|
20 |
+
- multilingual
|
21 |
+
viewer: false
|
22 |
+
---
|
23 |
+
|
24 |
+
> [!NOTE]
|
25 |
+
> Dataset origin: https://github.com/sharidloaiciga/multilingual-event-pronouns
|
26 |
+
|
27 |
+
|
28 |
+
## Description
|
29 |
+
|
30 |
+
`number of documents in sv: 10304`
|
31 |
+
`number of documents in pt: 10344`
|
32 |
+
`number of documents in et: 9035`
|
33 |
+
`number of documents in it: 10412`
|
34 |
+
`number of documents in hu: 8967`
|
35 |
+
`number of documents in es: 10346`
|
36 |
+
`number of documents in pl: 9041`
|
37 |
+
`number of documents in lv: 8991`
|
38 |
+
`number of documents in nl: 10345`
|
39 |
+
`number of documents in fi: 10227`
|
40 |
+
`number of documents in sl: 8967`
|
41 |
+
`number of documents in fr: 10360`
|
42 |
+
`number of documents in de: 10161`
|
43 |
+
`number of documents in ro: 7502`
|
44 |
+
`number of documents in sk: 8993`
|
45 |
+
`number of common aligned docs: 7004`
|
46 |
+
|
47 |
+
## Citation
|
48 |
+
```
|
49 |
+
@inproceedings{loaiciga-etal-2020-exploiting,
|
50 |
+
title = "Exploiting Cross-Lingual Hints to Discover Event Pronouns",
|
51 |
+
author = "Lo{\'a}iciga, Sharid and
|
52 |
+
Hardmeier, Christian and
|
53 |
+
Sayeed, Asad",
|
54 |
+
editor = "Calzolari, Nicoletta and
|
55 |
+
B{\'e}chet, Fr{\'e}d{\'e}ric and
|
56 |
+
Blache, Philippe and
|
57 |
+
Choukri, Khalid and
|
58 |
+
Cieri, Christopher and
|
59 |
+
Declerck, Thierry and
|
60 |
+
Goggi, Sara and
|
61 |
+
Isahara, Hitoshi and
|
62 |
+
Maegaard, Bente and
|
63 |
+
Mariani, Joseph and
|
64 |
+
Mazo, H{\'e}l{\`e}ne and
|
65 |
+
Moreno, Asuncion and
|
66 |
+
Odijk, Jan and
|
67 |
+
Piperidis, Stelios",
|
68 |
+
booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
|
69 |
+
month = may,
|
70 |
+
year = "2020",
|
71 |
+
address = "Marseille, France",
|
72 |
+
publisher = "European Language Resources Association",
|
73 |
+
url = "https://aclanthology.org/2020.lrec-1.12",
|
74 |
+
pages = "99--103",
|
75 |
+
abstract = "Non-nominal co-reference is much less studied than nominal coreference, partly because of the lack of annotated corpora. We explore the possibility to exploit parallel multilingual corpora as a means of cheap supervision for the classification of three different readings of the English pronoun {`}it{'}: entity, event or pleonastic, from their translation in several languages. We found that the {`}event{'} reading is not very frequent, but can be easily predicted provided that the construction used to translate the {`}it{'} example is a pronoun as well. These cases, nevertheless, are not enough to generalize to other types of non-nominal reference.",
|
76 |
+
language = "English",
|
77 |
+
ISBN = "979-10-95546-34-4",
|
78 |
+
}
|
79 |
+
```
|