Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
natural-language-inference
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,29 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: gpl-3.0
|
3 |
+
task_ids:
|
4 |
+
- natural-language-inference
|
5 |
+
task_categories:
|
6 |
+
- text-classification
|
7 |
+
language:
|
8 |
+
- en
|
9 |
---
|
10 |
+
tomi dataset (theory of mind question answering) recasted as natural language inference
|
11 |
+
|
12 |
+
https://colab.research.google.com/drive/1J_RqDSw9iPxJSBvCJu-VRbjXnrEjKVvr?usp=sharing
|
13 |
+
|
14 |
+
```
|
15 |
+
@inproceedings{le-etal-2019-revisiting,
|
16 |
+
title = "Revisiting the Evaluation of Theory of Mind through Question Answering",
|
17 |
+
author = "Le, Matthew and
|
18 |
+
Boureau, Y-Lan and
|
19 |
+
Nickel, Maximilian",
|
20 |
+
booktitle = "Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP)",
|
21 |
+
month = nov,
|
22 |
+
year = "2019",
|
23 |
+
address = "Hong Kong, China",
|
24 |
+
publisher = "Association for Computational Linguistics",
|
25 |
+
url = "https://www.aclweb.org/anthology/D19-1598",
|
26 |
+
doi = "10.18653/v1/D19-1598",
|
27 |
+
pages = "5872--5877"
|
28 |
+
}
|
29 |
+
```
|