Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,28 @@ configs:
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
# Dataset Card for "med"
|
25 |
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
data_files:
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
+
license: cc-by-sa-4.0
|
24 |
+
task_categories:
|
25 |
+
- text-classification
|
26 |
+
language:
|
27 |
+
- en
|
28 |
---
|
29 |
# Dataset Card for "med"
|
30 |
|
31 |
+
Crowsourced (=original part) of the MED dataset for Monotonicity Entailment
|
32 |
+
https://github.com/verypluming/MED
|
33 |
+
```
|
34 |
+
@inproceedings{yanaka-etal-2019-neural,
|
35 |
+
title = "Can Neural Networks Understand Monotonicity Reasoning?",
|
36 |
+
author = "Yanaka, Hitomi and
|
37 |
+
Mineshima, Koji and
|
38 |
+
Bekki, Daisuke and
|
39 |
+
Inui, Kentaro and
|
40 |
+
Sekine, Satoshi and
|
41 |
+
Abzianidze, Lasha and
|
42 |
+
Bos, Johan",
|
43 |
+
booktitle = "Proceedings of the 2019 ACL Workshop BlackboxNLP: Analyzing and Interpreting Neural Networks for NLP",
|
44 |
+
year = "2019",
|
45 |
+
pages = "31--40",
|
46 |
+
}
|
47 |
+
```
|