Skip to content

Commit 7b491d1

Browse files
committed
pushed function word data from Kim et al. StarSem 2019
1 parent 3fd3397 commit 7b491d1

20 files changed

+107428
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ There are three subdirectories, one for each part of the data split: `train`, `d
88

99
Each subdirectory contains 2 json files for each recast dataset: one data file and one metadata file (except for the recast relation extraction which does not have a metadata file).
1010

11+
The directory [function_words](https://github.com/decompositional-semantics-initiative/DNC/tree/master/function_words) contains the data associated and released as part of [*Probing What Different NLP Tasks Teach Machines about Function Word Comprehension*](https://www.aclweb.org/anthology/S19-1026) (Kim et al. StarSem 2019).
12+
1113
## Structure of json files:
1214

1315
#### Data files:
@@ -58,7 +60,7 @@ If you find any issues in the DNC, please create an issue on this repo. If you f
5860

5961
## Bibligoraphy
6062

61-
If you make use of our dataset or the models released here, please cite us using the following citation:
63+
If you make use of our dataset or the models released here, please cite us using the following citations:
6264

6365
```
6466
@inproceedings{poliak2018emnlp-DNC,
@@ -67,6 +69,19 @@ If you make use of our dataset or the models released here, please cite us using
6769
booktitle = {Empirical Methods in Natural Language Processing (EMNLP)},
6870
year = {2018}
6971
}
72+
73+
@inproceedings{kim-etal-2019-probing,
74+
title = "Probing What Different {NLP} Tasks Teach Machines about Function Word Comprehension",
75+
author = "Kim, Najoung and Patel, Roma and Poliak, Adam and Xia, Patrick and Wang, Alex and McCoy, Tom and
76+
Tenney, Ian and Ross, Alexis and Linzen, Tal and Van Durme, Benjamin and Bowman, Samuel R. and Pavlick, Ellie",
77+
booktitle = "Proceedings of the Eighth Joint Conference on Lexical and Computational Semantics (*{SEM} 2019)",
78+
month = jun,
79+
year = "2019",
80+
address = "Minneapolis, Minnesota",
81+
publisher = "Association for Computational Linguistics",
82+
url = "https://www.aclweb.org/anthology/S19-1026",
83+
pages = "235--249",
84+
}
7085
```
7186

7287
When using specific datasets within the DNC, we ask that you also cite the original dataset that we recast. We include a bibtex entry for each of the original dataset that we recast in [additional_references.md](https://github.com/decompositional-semantics-initiative/DNC/blob/master/additional_references.md)

0 commit comments

Comments
 (0)