Datasets:
Update: overview & Readme
Browse files
README.md
CHANGED
@@ -1,12 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# 2D-ATOMS: 2D Abilities in Theory of Mind Space dataset
|
2 |
|
3 |
-
Official dataset for **Towards A Holistic Landscape of Situated Theory of Mind in Large Language Models**. Ziqiao Ma, Jacob
|
4 |
|
5 |
## Overview
|
6 |
|
7 |
![image](overview_hf.png)
|
8 |
|
9 |
-
We introduce **2D-ATOMS** dataset, a novel text-based dataset that evaluates machine's reasoning process under situated theory-of-mind setting.
|
10 |
|
11 |
Our dataset includes 9 different ToM evaluation tasks for each mental state under ATOMS[1], and 1 reality-checking task to test LLMs’ understanding of the world. It is important to acknowledge that our experiment serves as a proof of concept and does not aim to cover the entire spectrum of machine ToM, as our case studies are far from being exhaustive or systematic. Here we release the zero-shot version of our dataset, which is used in our paper.
|
12 |
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- zero-shot-classification
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
tags:
|
7 |
+
- LLM
|
8 |
+
- Theory-Of-Mind
|
9 |
+
size_categories:
|
10 |
+
- 1K<n<10K
|
11 |
+
license: mit
|
12 |
+
---
|
13 |
# 2D-ATOMS: 2D Abilities in Theory of Mind Space dataset
|
14 |
|
15 |
+
Official dataset for **Towards A Holistic Landscape of Situated Theory of Mind in Large Language Models**. Ziqiao Ma, Jacob Sansom, Run Peng, Joyce Chai. EMNLP Findings, 2023.
|
16 |
|
17 |
## Overview
|
18 |
|
19 |
![image](overview_hf.png)
|
20 |
|
21 |
+
We introduce **2D-ATOMS** dataset, a novel text-based dataset that evaluates a machine's reasoning process under a situated theory-of-mind setting.
|
22 |
|
23 |
Our dataset includes 9 different ToM evaluation tasks for each mental state under ATOMS[1], and 1 reality-checking task to test LLMs’ understanding of the world. It is important to acknowledge that our experiment serves as a proof of concept and does not aim to cover the entire spectrum of machine ToM, as our case studies are far from being exhaustive or systematic. Here we release the zero-shot version of our dataset, which is used in our paper.
|
24 |
|