You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ There are three subdirectories, one for each part of the data split: `train`, `d
8
8
9
9
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).
10
10
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
+
11
13
## Structure of json files:
12
14
13
15
#### Data files:
@@ -58,7 +60,7 @@ If you find any issues in the DNC, please create an issue on this repo. If you f
58
60
59
61
## Bibligoraphy
60
62
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:
62
64
63
65
```
64
66
@inproceedings{poliak2018emnlp-DNC,
@@ -67,6 +69,19 @@ If you make use of our dataset or the models released here, please cite us using
67
69
booktitle = {Empirical Methods in Natural Language Processing (EMNLP)},
68
70
year = {2018}
69
71
}
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",
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