Roihn commited on
Commit
7660e41
1 Parent(s): 30720bd

Update: Include arxiv link and bibtex

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -12,7 +12,7 @@ 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
 
@@ -22,6 +22,16 @@ We introduce **2D-ATOMS** dataset, a novel text-based dataset that evaluates a m
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
 
 
 
 
 
 
 
 
 
 
 
25
  ## Download
26
 
27
  ```python
 
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**](https://arxiv.org/abs/2310.19619). Ziqiao Ma, Jacob Sansom, Run Peng, Joyce Chai. EMNLP Findings, 2023.
16
 
17
  ## Overview
18
 
 
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
 
25
+ If you find our work useful, please give us credit by citing:
26
+ ```bibtex
27
+ @inproceedings{ma2023towards,
28
+ title={Towards A Holistic Landscape of Situated Theory of Mind in Large Language Models},
29
+ author={Ma, Ziqiao and Sansom, Jacob and Peng, Run and Chai, Joyce},
30
+ booktitle={Findings of the Association for Computational Linguistics: EMNLP 2023},
31
+ year={2023}
32
+ }
33
+ ```
34
+
35
  ## Download
36
 
37
  ```python