Skip to content

Commit bcbb63e

Browse files
authored
Merge pull request #2 from nschneid/patch-1
README: paper link/BibTeX
2 parents a21d24e + 716c118 commit bcbb63e

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Modality-Corpus
2-
This repository contains the data used to evaluate the event-based modality task proposed by Pyatkin et al. (2021).
2+
This repository contains the data used to evaluate the event-based modality task proposed by [Pyatkin et al. (2021)](https://aclanthology.org/2021.acl-long.77).
33

4-
We use the Georgetown Gradable Modal Expressions Corpus (GME) as described by [Rubinstein et al. (2013)](https://www.aclweb.org/anthology/W13-0306.pdf). The corpus is available for search through the [ANNIS interface](http://corpling.uis.georgetown.edu/annis/) (please contact Prof. Paul Portner at [email protected] for access).
4+
We use the Georgetown Gradable Modal Expressions Corpus (GME) as described by [Rubinstein et al. (2013)](https://www.aclweb.org/anthology/W13-0306). The corpus is available for search through the [ANNIS interface](http://corpling.uis.georgetown.edu/annis/) (please contact Prof. Paul Portner at [email protected] for access).
55

66
The GME Corpus was obtained by expert annotation of the documents included in the MPQA Opinion Corpus ([Wiebe et al., 2005](https://link.springer.com/article/10.1007/s10579-005-7880-9)).
77
Prior to downloading our data, you are required to first obtain access to the MPQA Corpus at https://mpqa.cs.pitt.edu/corpora/mpqa_corpus/
@@ -16,10 +16,21 @@ Our experiments used a subset of the GME annotations (specifically: modal trigge
1616

1717
## Citation Information
1818
```
19-
@InProceedings{pyatkin2021modality,
20-
author = {Pyatkin, Valentina and Sadde, Shoval and Rubinstein, Aynat and Portner, Paul and Tsarfaty, Reut},
21-
title = {The Possible, the Plausible, and the Desirable: Event-Based Modality Detection for Language Processing},
22-
year = {2021},
19+
@inproceedings{pyatkin-etal-2021-possible,
20+
title = "The Possible, the Plausible, and the Desirable: Event-Based Modality Detection for Language Processing",
21+
author = "Pyatkin, Valentina and
22+
Sadde, Shoval and
23+
Rubinstein, Aynat and
24+
Portner, Paul and
25+
Tsarfaty, Reut",
26+
booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
27+
month = aug,
28+
year = "2021",
29+
address = "Online",
30+
publisher = "Association for Computational Linguistics",
31+
url = "https://aclanthology.org/2021.acl-long.77",
32+
doi = "10.18653/v1/2021.acl-long.77",
33+
pages = "953--965"
2334
}
2435
```
2536
and

0 commit comments

Comments
 (0)