Datasets:
Tasks:
Multiple Choice
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
theory-of-mind
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
size_categories:
|
| 3 |
- 10K<n<100K
|
| 4 |
task_categories:
|
|
@@ -17,10 +20,19 @@ configs:
|
|
| 17 |
path: data/dev_human_subset.parquet
|
| 18 |
- split: test_human_subset
|
| 19 |
path: data/test_human_subset.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
|
| 22 |
# Dataset Card for <span style="font-variant: small-caps;">ToM-in-AMC</span>
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
## Dataset Description
|
| 25 |
|
| 26 |
- **Homepage:** https://shunchizhang.github.io/tom-in-amc/
|
|
@@ -28,6 +40,19 @@ configs:
|
|
| 28 |
- **Paper:** https://huggingface.co/papers/2211.04684
|
| 29 |
- **Point of Contact:** moyumyu@global.tencent.com
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
## Dataset Card Authors
|
| 32 |
|
| 33 |
[Mo Yu](https://sites.google.com/site/moyunlp/)\*, [Qiujing Wang](https://qiujing.wang/)\*, [Shunchi Zhang](https://shunchizhang.github.io/)\*, [Yisi Sang](https://yisisang.github.io/), [Kangsheng Pu](https://www.linkedin.com/in/kspu/), [Zekai Wei](https://www.linkedin.com/in/zekai-wei-a053031a3/), [Han Wang](https://hannight.github.io/), [Liyan Xu](https://lxucs.github.io/), [Jing Li](https://web.njit.edu/~jingli/), [Yue Yu](https://www.lehigh.edu/~yuy214/), and [Jie Zhou](https://openreview.net/profile?id=~Jie_Zhou8).
|
|
|
|
| 1 |
---
|
| 2 |
+
# Template:
|
| 3 |
+
# https://github.com/huggingface/hub-docs/blob/main/datasetcard.md?plain=1
|
| 4 |
+
# https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1
|
| 5 |
size_categories:
|
| 6 |
- 10K<n<100K
|
| 7 |
task_categories:
|
|
|
|
| 20 |
path: data/dev_human_subset.parquet
|
| 21 |
- split: test_human_subset
|
| 22 |
path: data/test_human_subset.parquet
|
| 23 |
+
license: apache-2.0
|
| 24 |
+
language:
|
| 25 |
+
- en
|
| 26 |
+
tags:
|
| 27 |
+
- theory-of-mind
|
| 28 |
---
|
| 29 |
|
| 30 |
# Dataset Card for <span style="font-variant: small-caps;">ToM-in-AMC</span>
|
| 31 |
|
| 32 |
+
The dataset consists of ∼1,000 parsed movie scripts from [IMSDb](https://imsdb.com), each corresponding to a character understanding task.
|
| 33 |
+
|
| 34 |
+

|
| 35 |
+
|
| 36 |
## Dataset Description
|
| 37 |
|
| 38 |
- **Homepage:** https://shunchizhang.github.io/tom-in-amc/
|
|
|
|
| 40 |
- **Paper:** https://huggingface.co/papers/2211.04684
|
| 41 |
- **Point of Contact:** moyumyu@global.tencent.com
|
| 42 |
|
| 43 |
+
## Citation
|
| 44 |
+
|
| 45 |
+
**BibTeX:**
|
| 46 |
+
|
| 47 |
+
```bibtex
|
| 48 |
+
@inproceedings{yu2024few,
|
| 49 |
+
title = {Few-Shot Character Understanding in Movies as an Assessment to Meta-Learning of Theory-of-Mind},
|
| 50 |
+
author = {Yu, Mo and Wang, Qiujing and Zhang, Shunchi and Sang, Yisi and Pu, Kangsheng and Wei, Zekai and Wang, Han and Xu, Liyan and Li, Jing and Yu, Yue and Zhou, Jie},
|
| 51 |
+
booktitle = {Proceedings of the 41st International Conference on Machine Learning},
|
| 52 |
+
year = {2024}
|
| 53 |
+
}
|
| 54 |
+
```
|
| 55 |
+
|
| 56 |
## Dataset Card Authors
|
| 57 |
|
| 58 |
[Mo Yu](https://sites.google.com/site/moyunlp/)\*, [Qiujing Wang](https://qiujing.wang/)\*, [Shunchi Zhang](https://shunchizhang.github.io/)\*, [Yisi Sang](https://yisisang.github.io/), [Kangsheng Pu](https://www.linkedin.com/in/kspu/), [Zekai Wei](https://www.linkedin.com/in/zekai-wei-a053031a3/), [Han Wang](https://hannight.github.io/), [Liyan Xu](https://lxucs.github.io/), [Jing Li](https://web.njit.edu/~jingli/), [Yue Yu](https://www.lehigh.edu/~yuy214/), and [Jie Zhou](https://openreview.net/profile?id=~Jie_Zhou8).
|