File size: 1,754 Bytes
1523ac4
 
 
9d01b5c
d6a6a40
 
9d01b5c
 
 
 
 
1523ac4
497783c
 
1523ac4
 
 
 
 
 
d6a6a40
1523ac4
3121411
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9d01b5c
3121411
 
 
 
 
 
 
 
 
 
 
 
 
 
9d01b5c
3121411
 
9d01b5c
3121411
 
9d01b5c
3121411
9d01b5c
 
 
 
 
 
 
 
 
 
 
1523ac4
 
be0686a
 
 
a6055b7
dc3656e
5105cd1
1523ac4
7ef529f
 
 
 
 
1523ac4
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
---
language:
- en
license: apache-2.0
multilinguality:
- monolingual
task_categories:
- text-classification
task_ids:
- natural-language-inference
- multi-input-text-classification
tags:
- theory of mind
- tom
- Logical-Reasoning
- Modal-Logic
- Reasoning
- Logics
- Logic
- nli
- model-checking
- natural language inference
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: smcdel_problem
    dtype: string
  - name: n_announcements
    dtype: int64
  - name: pbcheck
    dtype: string
  - name: hypothesis
    dtype: string
  - name: setup
    dtype: string
  - name: hypothesis_depth
    dtype: int64
  - name: n_agents
    dtype: int64
  - name: label
    dtype: string
  - name: names
    sequence: string
  - name: index
    dtype: int64
  - name: s-l
    dtype: string
  - name: deberta_pred
    dtype: int64
  - name: deberta_confidence
    dtype: float64
  - name: difficulty
    dtype: float64
  splits:
  - name: train
    num_bytes: 8702021
    num_examples: 11174
  - name: validation
    num_bytes: 2904084
    num_examples: 3725
  - name: test
    num_bytes: 2909341
    num_examples: 3725
  download_size: 2989857
  dataset_size: 14515446
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---
Mindgame dataset

Code:
https://github.com/sileod/llm-theory-of-mind

Article (Accepted at EMNLP 2023 Findings):
https://arxiv.org/abs/2305.03353
```
@article{sileo2023mindgames,
  title={MindGames: Targeting Theory of Mind in Large Language Models with Dynamic Epistemic Modal Logic},
  author={Sileo, Damien and Lernould, Antoine},
  journal={arXiv preprint arXiv:2305.03353},
  year={2023}
}
```