Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: gpl
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- Logical-Reasoning
|
9 |
+
- Modal-Logic
|
10 |
+
- Reasoning
|
11 |
+
- Logics
|
12 |
+
- Logic
|
13 |
+
- nli
|
14 |
+
- natural language inference
|
15 |
+
- tom
|
16 |
+
- theory of mind
|
17 |
+
---
|
18 |
+
Mindgame dataset
|
19 |
+
|
20 |
+
```
|
21 |
+
@misc{sileo2023mindgames,
|
22 |
+
title={MindGames: Targeting Theory of Mind in Large Language Models with Dynamic Epistemic Modal Logic},
|
23 |
+
author={Damien Sileo and Antoine Lernould},
|
24 |
+
year={2023},
|
25 |
+
eprint={2305.03353},
|
26 |
+
archivePrefix={arXiv},
|
27 |
+
primaryClass={cs.CL}
|
28 |
+
}
|
29 |
+
```
|