SocialMaze
收藏资源简介:
SocialMaze数据集是用于评估大型语言模型社会推理能力的基准测试,特别包含隐藏角色推理任务。该数据集以问题回答的形式组织,包括游戏上下文、规则说明、游戏进展、角色身份和推理过程等信息。数据集分为简单和困难两种配置,并提供了Player 1角色的分布情况。可以直接使用数据集中的字段来评估模型在识别罪犯和Player 1角色方面的性能。
The SocialMaze dataset is a benchmark for evaluating the social reasoning capabilities of large language models (LLMs), which specifically incorporates the hidden role reasoning task. Organized in the format of question answering, the dataset includes information such as game context, rule descriptions, game progress, character identities, and reasoning processes. The dataset is split into two configurations: easy and hard, and provides the distribution of the Player 1 character. Fields within the dataset can be directly utilized to evaluate model performance in identifying culprits and the Player 1 character.
SocialMaze Benchmark 数据集概述
数据集基本信息
- 语言:英语 (en)
- 许可证:CC-BY-4.0
- 标签:社会推理、大语言模型、基准测试、问答、逻辑推理、心智理论
- 任务类别:问答
- 规模类别:1M<n<10M
数据集结构
数据字段
system_prompt(string):提供游戏背景、规则和LLM指令的系统提示。prompt(string):用户提示,详细描述游戏进程,包括所有玩家在各轮次的陈述,并提出两个关键问题(识别罪犯和玩家1的真实角色)。answer(string):正确答案,指定真正的罪犯和玩家1的实际角色。reasoning_process(string):算法生成的逐步推理链,逻辑推导出正确答案。round 1(string):第一轮所有玩家陈述的汇总字符串。round 2(string):第二轮所有玩家陈述的汇总字符串。round 3(string):第三轮所有玩家陈述的汇总字符串。
数据分割
easy分割:包含6个玩家的场景(3名调查员、1名罪犯、1名谣言传播者、1名疯子)。hard分割:包含10个玩家的场景(5名调查员、1名罪犯、2名谣言传播者、2名疯子)。
玩家1角色分布
- 调查员:3%
- 罪犯:2%
- 谣言传播者:60%
- 疯子:35%
任务描述:隐藏角色推理
角色定义
- 调查员:总是说真话。
- 罪犯:可以选择说谎或说真话,目标是保持不被发现。
- 谣言传播者:自认为是调查员,但关于其他玩家的陈述随机为真或假。
- 疯子:自认为是罪犯,但关于其他玩家的陈述随机为真或假。
游戏目标
- 识别真正的罪犯。
- 推断玩家1的真实角色。
使用方法
- 直接评估模型:提供
system_prompt和prompt字段,生成响应并与answer字段比较。 reasoning_process字段可用于错误分析、开发思维链策略或作为训练数据。
引用
bibtex @article{xu2025socialmaze, title={SocialMaze: A Benchmark for Evaluating Social Reasoning in Large Language Models}, author={Xu, Zixiang and Wang, Yanbo and Huang, Yue and Ye, Jiayi and Zhuang, Haomin and Song, Zirui and Gao, Lang and Wang, Chenxi and Chen, Zhaorun and Zhou, Yujun and Li, Sixian and Pan, Wang and Zhao, Yue and Zhao, Jieyu and Zhang, Xiangliang and Chen, Xiuying}, year={2025}, note={Under review} }
相关资源
- 完整SocialMaze基准测试:https://github.com/xzx34/SocialMaze




