Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
sachithgunasekara commited on
Commit
283f126
·
verified ·
1 Parent(s): 1dc8c4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -22,4 +22,26 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
 
 
25
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ license: apache-2.0
26
+ language:
27
+ - en
28
+ pretty_name: Thinking is for Doing
29
  ---
30
+
31
+
32
+ # Dataset Description
33
+
34
+ This dataset is converted from the [ToMi](https://aclanthology.org/2022.emnlp-main.248/) dataset as per the paper [https://arxiv.org/abs/2310.03051](https://arxiv.org/abs/2310.03051). The code used for this conversion can be found here: [https://github.com/sachith-gunasekara/t4d](https://github.com/sachith-gunasekara/t4d).
35
+
36
+
37
+
38
+ In the given ToMi dataset, we filter those examples that has a ToM (Theory of Mind) question from the corresponding story. Despite the original paper claiming that the character holding the false belief (which will also be the answer to the generated question from this code) is the one mentioned in the original question in ToMi, we had to adapt the algorithm slightly to account for questions that have second order false beliefs.
39
+
40
+ NOTE. In the above modification made, an interested researcher may also notice that we could instead use those examples corresponding to first order false beliefs are recorded. However, upon inspection of the ToMi dataset, this criteria does not result in roughly 500 examples as mentioned in the paper.
41
+
42
+ We warmly welcome collaborations to inspect this further.
43
+
44
+
45
+ # License
46
+
47
+ This project is licensed under the Apache License, Version 2.0.