BeliefUpdateSimulation
收藏资源简介:
Belief Updates数据集是一个用于研究信念更新和说服力的人类与大型语言模型(LLM)代理对比数据集。它收集了391名人类参与者对三个社会议题(全民基本收入UBI、点球大战、减肥药物)的信念变化数据。参与者首先对议题给出初始信念(评分范围从-2到2),然后阅读三条相关评论,之后提供更新后的信念,并对评论的说服力进行排序(1表示最具说服力)。同样的实验材料被用于条件化LLM模型,模型基于参与者的个人特征(如人口统计信息)生成相应响应。数据集包含三个独立的分拆集:main分拆(8211行)包括人类响应和6个LLM模型的响应,这些模型以参与者的真实初始信念为条件;simulated_initial分拆(7038行)包含相同模型的响应,但以模型生成的初始信念为条件;ablations分拆(24633行)包括后训练、温度和提示组件消融实验的结果。数据字段涵盖参与者伪ID、议题主题、信念表述和极性、原始和标准化信念评分(标准化后正值表示支持议题)、初始信念来源、说服力排名、推理文本、展示的评论信息、人口统计信息和原始模型输出等。数据集特别设计了信念标准化处理,以统一不同表述方式的信念,确保跨表述的可比性。它适用于信念更新机制研究、说服力建模、社会模拟、LLM代理行为分析以及人机交互对比研究等任务。数据集采用CC BY 4.0许可证发布,已通过伦理审查,参与者信息经过伪匿名化处理,并包含明确的使用伦理限制。
The Belief Updates dataset is a human vs. LLM agent comparison dataset designed for studying belief updates and persuasiveness. It collects belief change data from 391 human participants on three social issues (Universal Basic Income UBI, penalty shootouts, weight-loss drugs). Each participant first provides an initial belief (rating from -2 to 2) on the issue, then reads three related comments, after which they give an updated belief and rank the persuasiveness of the comments (1 being the most persuasive). The same experimental materials are used to condition LLM models, which generate responses based on participants personal characteristics (demographic information). The dataset includes three independent splits: the main split (8,211 rows) contains human responses and responses from 6 LLM models conditioned on the participants true initial beliefs; the simulated_initial split (7,038 rows) contains responses from the same models but conditioned on model-generated initial beliefs; and the ablations split (24,633 rows) includes results from post-training, temperature, and prompt component ablation experiments. Data fields include participant pseudo-ID (persona_id), topic, statement formulation/polarity, raw and normalized belief scores (normalized positive values indicate support for the issue), initial belief source, persuasiveness rankings, reasoning text, shown messages information, demographic details, and raw model output. The dataset features a belief normalization process to unify beliefs across different formulations, ensuring comparability. It is suitable for tasks such as belief update mechanism research, persuasiveness modeling, social simulation, LLM agent behavior analysis, and human-machine interaction comparison studies. The dataset is released under the CC BY 4.0 license, has passed ethical review, with participant information pseudonymized and includes clear ethical usage restrictions.
数据集名称
Belief Updates: Humans and Simulated LLM Agents
许可证
CC BY 4.0
语言
英语 (en)
标注来源
众包 (crowdsourced)
标签
- 信念更新 (belief-update)
- 说服 (persuasion)
- 社会模拟 (social-simulation)
- 大语言模型智能体 (llm-agents)
- 人类受试者 (human-subjects)
数据集描述
该数据集包含391名人类参与者和多种大语言模型(LLM)在相同信念更新任务上的响应。每位参与者针对三个主题(全民基本收入UBI、点球大战、减肥药)给出初始信念,阅读三条评论后给出更新后的信念,并按说服力对评论进行排序。相同的材料也提供给LLM,并基于每位参与者的人设进行条件设定。
数据划分
| 划分 | 行数 | 内容 |
|---|---|---|
main |
8211 | 人类响应 + 6个模型(以参与者真实初始信念为种子) |
simulated_initial |
7038 | 相同模型(以模型生成的初始信念为种子) |
ablations |
24633 | 后训练(OLMo-3)、温度、提示组件的消融实验 |
划分之间互不相交。source字段为human或llm;model字段在人类行上为Human。
字段说明
| 字段 | 说明 |
|---|---|
persona_id |
假名(P0001-P0429),用于连接人类和模型行 |
topic |
主题:UBI、penalty、weight_loss |
statement_formulation, statement_polarity |
呈现的措辞及其极性 |
raw_init_belief / normalized_init_belief |
阅读评论前的信念(范围-2到2) |
raw_new_belief / normalized_new_belief |
阅读评论后的信念 |
raw_general_public_stance / normalized_general_public_stance |
模型对公众舆论的估计;人类行中为null |
init_belief_source |
初始信念来源:participant或simulated |
rank_1/2/3 |
对槽位N的评论排名(1=最具说服力) |
reasoning |
模型的自由文本推理或参与者的文本响应 |
shown_messages, message_order, package |
展示的评论、顺序和组别 |
demographic |
参与者属性;是否展示给模型取决于condition |
raw_response |
模型原始输出(解析前) |
ablation_type, condition, temperature |
仅填充于ablations划分 |
信念符号约定
每个主题的措辞可能支持或反对该主题。信念字段提供两种形式:
raw_*:按原始措辞记录的值normalized_*:转换为支持主题的框架,正值表示支持主题
通过statement_polarity(+1/-1)关联:normalized_x == raw_x * statement_polarity。在不同措辞间汇总或比较时,应使用标准化字段。
排名约定
rank_N表示受访者对槽位N中评论的排名(1=最具说服力,3=最不具说服力)。槽位N对应shown_messages[N-1]。模型行的排名在导出时已转换为与人类行一致的约定。
已知局限
- OLMo-3 Think检查点的结构化字段最初为null,已从
raw_response中恢复,但仍有3行未能恢复。 - 一个OLMo-3-32B-Think响应因Excel每单元格32,767字符限制而被截断。
- 温度2.0运行存在解析失败(Llama 2.0%,Qwen 0.9%),保留为null。
- Gemini-3-Flash-Preview在
main中有一个null响应。
参与者隐私
persona_id为假名(P0001-P0429),通过种子随机分配,不携带任何参与者信息。已删除原始平台标识符和会话令牌。自我报告的人口统计学信息保留,但为实验条件变量。自由文本字段已筛查自识别内容。
未包含内容
- 初始信念探测运行(信念出现在
simulated_initial中) - 陈述框架消融实验
- 人设极端性和提示模板变体
- 30行冒烟测试
- 逐行的完整提示模板(可从源仓库的
prompt_templates/重建)
伦理与同意
该项目已通过跨学科转型大学奥地利分校研究伦理委员会审查(案号2025-09)。参与者通过Prolific招募,并给予知情同意。他们被告知研究目的,且数据将以化名形式公开发布。未同意的参与者未记录响应(400名参与者中保留391名)。
使用注意事项
- 不要试图重新识别参与者,无论是直接还是通过与其他数据集关联。
- 人口统计学字段为准标识符,自由文本为参与者自己的写作。
- 数据集遵循CC BY 4.0许可,产生它的代码在源仓库中采用MIT许可。





