Hi-ToM/Hi-ToM_Dataset
收藏资源简介:
# Hi-ToM Dataset This is the dataset for the paper "Hi-ToM: A Benchmark for Evaluating Higher-Order Theory of Mind Reasoning in Large Language Models". <img src=media/Picture1.png height=430> ### The `Hi-ToM_data` folder Contains ToMh data consisting of story-question pairs and the corresponding answers. The names of subfolder branches have the following meanings: - `Tell` / `No_Tell`: whether or not the stories contain communications among agents. - `MC` / `CoT`: the prompting style. `MC` corresponds to Vanilla Prompting (VP) in the paper, while `CoT` stands for Chain-of-Thought Prompting (CoTP). - `length_n`: the story length, i.e. the number of chapters in a story. From 1 to 3. - `sample_n`: the numbering of different sample stories. - `order_n`: the ToM order of the question. From 0 to 4. ### The `Hi-ToM_prompt` folder Contains prompt files that can be directly input to API. The data in it are almost the same as `Hi-ToM_data`, except that answers are eliminated. ### Generate new data and prompts Run the script `generate_tomh.sh`.
# Hi-ToM 数据集 本数据集配套论文《Hi-ToM:评估大语言模型(Large Language Model, LLM)高阶心理理论推理能力的基准测试集》。 <img src=media/Picture1.png height=430> ### `Hi-ToM_data` 文件夹 该文件夹包含高阶心理理论(Theory of Mind, ToM)数据,由故事-问题对与对应答案组成。子文件夹分支的命名规则说明如下: - `Tell` / `No_Tell`:表示故事中是否存在智能体间的通信交互。 - `MC` / `CoT`:代表提示词范式。其中`MC`对应论文中的 Vanilla 提示(Vanilla Prompting, VP),`CoT`即思维链提示(Chain-of-Thought Prompting, CoTP)。 - `length_n`:表示故事长度,即故事的章节数,取值范围为1至3。 - `sample_n`:不同示例故事的编号。 - `order_n`:问题对应的心理理论阶数,取值范围为0至4。 ### `Hi-ToM_prompt` 文件夹 该文件夹包含可直接输入API的提示词文件。其数据内容与`Hi-ToM_data`基本一致,仅移除了答案字段。 ### 生成新数据与提示词 运行脚本`generate_tomh.sh`即可生成全新数据与提示词。
Hi-ToM 数据集
数据集概述
Hi-ToM 数据集是为论文 "Hi-ToM: A Benchmark for Evaluating Higher-Order Theory of Mind Reasoning in Large Language Models" 创建的。
数据结构
Hi-ToM_data 文件夹
该文件夹包含 ToMh 数据,包括故事-问题对及其对应答案。子文件夹名称的含义如下:
Tell/No_Tell: 故事是否包含代理之间的通信。MC/CoT: 提示风格。MC对应论文中的 Vanilla Prompting (VP),而CoT代表 Chain-of-Thought Prompting (CoTP)。length_n: 故事长度,即故事中的章节数,范围从 1 到 3。sample_n: 不同样本故事的编号。order_n: 问题的 ToM 阶数,范围从 0 到 4。
Hi-ToM_prompt 文件夹
该文件夹包含可以直接输入 API 的提示文件。数据与 Hi-ToM_data 几乎相同,但答案被删除。
数据生成
运行脚本 generate_tomh.sh 可以生成新的数据和提示。



