Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,84 +1,84 @@
|
|
| 1 |
-
---
|
| 2 |
-
language:
|
| 3 |
-
-
|
| 4 |
-
license: cc-by-nc-4.0
|
| 5 |
-
configs:
|
| 6 |
-
- config_name: game_annotation
|
| 7 |
-
data_files:
|
| 8 |
-
- split: train
|
| 9 |
-
path: "RigorMortis_game_annotation.txt"
|
| 10 |
-
- config_name: bonus_annotation
|
| 11 |
-
data_files:
|
| 12 |
-
- split: train
|
| 13 |
-
path: "RigorMortis_bonus_annotation.txt"
|
| 14 |
-
---
|
| 15 |
-
|
| 16 |
-
> [!NOTE]
|
| 17 |
-
> Dataset origin: https://github.com/gwaps4nlp/rigor-mortis/tree/master/LREC_2020
|
| 18 |
-
|
| 19 |
-
## Description
|
| 20 |
-
This page presents the annotated data described in the paper [**Rigor Mortis:Annotating MWEs with a Gamified Platform**](https://github.com/gwaps4nlp/rigor-mortis/blob/master/LREC_2020/LREC2020_RM.pdf) presented at LREC 2020 in Marseille.
|
| 21 |
-
|
| 22 |
-
The annotation are described in two files:
|
| 23 |
-
* `RigorMortis_game_annotation.txt` with the 504 sentences of the Annotation part
|
| 24 |
-
* `RigorMortis_bonus_annotation.txt` with the 743 sentences of the Bonus Annotation part
|
| 25 |
-
|
| 26 |
-
The annotations are presented by sentences, separated by a empty line with the format below:
|
| 27 |
-
|
| 28 |
-
```
|
| 29 |
-
# text : Lui et Bonassoli sont férus de science et avides de publicité .
|
| 30 |
-
# number of players : 13
|
| 31 |
-
# no mwe - 8 players (61.54%)
|
| 32 |
-
# 1 : sont férus - 3 players (23.08%)
|
| 33 |
-
# 2 : férus de - 2 players (15.38%)
|
| 34 |
-
# 3 : avides de - 2 players (15.38%)
|
| 35 |
-
1 Lui _
|
| 36 |
-
2 et _
|
| 37 |
-
3 Bonassoli _
|
| 38 |
-
4 sont _ 1
|
| 39 |
-
5 férus _ 1;2
|
| 40 |
-
6 de _ 2
|
| 41 |
-
7 science _
|
| 42 |
-
8 et _
|
| 43 |
-
9 avides _ 3
|
| 44 |
-
10 de _ 3
|
| 45 |
-
11 publicité _
|
| 46 |
-
12 . _
|
| 47 |
-
```
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
## Citation
|
| 51 |
-
```
|
| 52 |
-
@inproceedings{fort-etal-2020-rigor,
|
| 53 |
-
title = "Rigor Mortis: Annotating {MWE}s with a Gamified Platform",
|
| 54 |
-
author = {Fort, Kar{\"e}n and
|
| 55 |
-
Guillaume, Bruno and
|
| 56 |
-
Pilatte, Yann-Alan and
|
| 57 |
-
Constant, Mathieu and
|
| 58 |
-
Lef{\`e}bvre, Nicolas},
|
| 59 |
-
editor = "Calzolari, Nicoletta and
|
| 60 |
-
B{\'e}chet, Fr{\'e}d{\'e}ric and
|
| 61 |
-
Blache, Philippe and
|
| 62 |
-
Choukri, Khalid and
|
| 63 |
-
Cieri, Christopher and
|
| 64 |
-
Declerck, Thierry and
|
| 65 |
-
Goggi, Sara and
|
| 66 |
-
Isahara, Hitoshi and
|
| 67 |
-
Maegaard, Bente and
|
| 68 |
-
Mariani, Joseph and
|
| 69 |
-
Mazo, H{\'e}l{\`e}ne and
|
| 70 |
-
Moreno, Asuncion and
|
| 71 |
-
Odijk, Jan and
|
| 72 |
-
Piperidis, Stelios",
|
| 73 |
-
booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
|
| 74 |
-
month = may,
|
| 75 |
-
year = "2020",
|
| 76 |
-
address = "Marseille, France",
|
| 77 |
-
publisher = "European Language Resources Association",
|
| 78 |
-
url = "https://aclanthology.org/2020.lrec-1.541",
|
| 79 |
-
pages = "4395--4401",
|
| 80 |
-
abstract = "We present here Rigor Mortis, a gamified crowdsourcing platform designed to evaluate the intuition of the speakers, then train them to annotate multi-word expressions (MWEs) in French corpora. We previously showed that the speakers{'} intuition is reasonably good (65{\%} in recall on non-fixed MWE). We detail here the annotation results, after a training phase using some of the tests developed in the PARSEME-FR project.",
|
| 81 |
-
language = "English",
|
| 82 |
-
ISBN = "979-10-95546-34-4",
|
| 83 |
-
}
|
| 84 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- fra
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
configs:
|
| 6 |
+
- config_name: game_annotation
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: "RigorMortis_game_annotation.txt"
|
| 10 |
+
- config_name: bonus_annotation
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: "RigorMortis_bonus_annotation.txt"
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
> [!NOTE]
|
| 17 |
+
> Dataset origin: https://github.com/gwaps4nlp/rigor-mortis/tree/master/LREC_2020
|
| 18 |
+
|
| 19 |
+
## Description
|
| 20 |
+
This page presents the annotated data described in the paper [**Rigor Mortis:Annotating MWEs with a Gamified Platform**](https://github.com/gwaps4nlp/rigor-mortis/blob/master/LREC_2020/LREC2020_RM.pdf) presented at LREC 2020 in Marseille.
|
| 21 |
+
|
| 22 |
+
The annotation are described in two files:
|
| 23 |
+
* `RigorMortis_game_annotation.txt` with the 504 sentences of the Annotation part
|
| 24 |
+
* `RigorMortis_bonus_annotation.txt` with the 743 sentences of the Bonus Annotation part
|
| 25 |
+
|
| 26 |
+
The annotations are presented by sentences, separated by a empty line with the format below:
|
| 27 |
+
|
| 28 |
+
```
|
| 29 |
+
# text : Lui et Bonassoli sont férus de science et avides de publicité .
|
| 30 |
+
# number of players : 13
|
| 31 |
+
# no mwe - 8 players (61.54%)
|
| 32 |
+
# 1 : sont férus - 3 players (23.08%)
|
| 33 |
+
# 2 : férus de - 2 players (15.38%)
|
| 34 |
+
# 3 : avides de - 2 players (15.38%)
|
| 35 |
+
1 Lui _
|
| 36 |
+
2 et _
|
| 37 |
+
3 Bonassoli _
|
| 38 |
+
4 sont _ 1
|
| 39 |
+
5 férus _ 1;2
|
| 40 |
+
6 de _ 2
|
| 41 |
+
7 science _
|
| 42 |
+
8 et _
|
| 43 |
+
9 avides _ 3
|
| 44 |
+
10 de _ 3
|
| 45 |
+
11 publicité _
|
| 46 |
+
12 . _
|
| 47 |
+
```
|
| 48 |
+
|
| 49 |
+
|
| 50 |
+
## Citation
|
| 51 |
+
```
|
| 52 |
+
@inproceedings{fort-etal-2020-rigor,
|
| 53 |
+
title = "Rigor Mortis: Annotating {MWE}s with a Gamified Platform",
|
| 54 |
+
author = {Fort, Kar{\"e}n and
|
| 55 |
+
Guillaume, Bruno and
|
| 56 |
+
Pilatte, Yann-Alan and
|
| 57 |
+
Constant, Mathieu and
|
| 58 |
+
Lef{\`e}bvre, Nicolas},
|
| 59 |
+
editor = "Calzolari, Nicoletta and
|
| 60 |
+
B{\'e}chet, Fr{\'e}d{\'e}ric and
|
| 61 |
+
Blache, Philippe and
|
| 62 |
+
Choukri, Khalid and
|
| 63 |
+
Cieri, Christopher and
|
| 64 |
+
Declerck, Thierry and
|
| 65 |
+
Goggi, Sara and
|
| 66 |
+
Isahara, Hitoshi and
|
| 67 |
+
Maegaard, Bente and
|
| 68 |
+
Mariani, Joseph and
|
| 69 |
+
Mazo, H{\'e}l{\`e}ne and
|
| 70 |
+
Moreno, Asuncion and
|
| 71 |
+
Odijk, Jan and
|
| 72 |
+
Piperidis, Stelios",
|
| 73 |
+
booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
|
| 74 |
+
month = may,
|
| 75 |
+
year = "2020",
|
| 76 |
+
address = "Marseille, France",
|
| 77 |
+
publisher = "European Language Resources Association",
|
| 78 |
+
url = "https://aclanthology.org/2020.lrec-1.541",
|
| 79 |
+
pages = "4395--4401",
|
| 80 |
+
abstract = "We present here Rigor Mortis, a gamified crowdsourcing platform designed to evaluate the intuition of the speakers, then train them to annotate multi-word expressions (MWEs) in French corpora. We previously showed that the speakers{'} intuition is reasonably good (65{\%} in recall on non-fixed MWE). We detail here the annotation results, after a training phase using some of the tests developed in the PARSEME-FR project.",
|
| 81 |
+
language = "English",
|
| 82 |
+
ISBN = "979-10-95546-34-4",
|
| 83 |
+
}
|
| 84 |
```
|