Newcomb-like问题决策理论推理问题数据集
收藏资源简介:
Newcomb-like问题决策理论推理问题数据集由卡内基梅隆大学等机构的研究人员创建,包含537个自然语言问题,涉及决策理论中的Newcomb-like问题。数据集大小适中,涵盖了能力问题和态度问题,旨在评估语言模型在决策理论推理中的表现。数据集的创建过程经过数百小时的手动生成和验证,确保了问题的高质量。该数据集主要应用于评估和改进语言模型在复杂决策场景中的推理能力,特别是在涉及多模型交互和合作的问题上。
The dataset of decision-theoretic reasoning problems modeled after Newcomb-like problems was created by researchers from Carnegie Mellon University and other institutions. It contains 537 natural language questions focused on Newcomb-like problems within decision theory. With a moderate scale, the dataset covers both competency-related questions and attitudinal questions, and aims to evaluate the performance of large language models (LLMs) in decision-theoretic reasoning tasks. The dataset was developed via hundreds of hours of manual generation and validation, ensuring the high quality of all included questions. This dataset is primarily applied to evaluate and improve the reasoning abilities of language models in complex decision-making scenarios, especially those involving multi-model interaction and collaboration.
Newcomblike Questions Dataset
数据集概述
- 数据格式:
- 主要格式:
setting*.json - 易用格式:
.jsonl
- 主要格式:
- 数据位置:
data/data.zip(密码: onebox)
数据分析
- 分析脚本:
print_dataset_analysis.py - 分析内容: 数据集的标签计数等,如论文中所述。
结果与分析
- 结果存储:
results_db_new(.zip)(密码: onebox) - 结果生成流程:
run_benchmarks.py: 处理setting*.json文件中的问题,并将结果保存为单独的json文件。generate_subject_question_df.py: 将结果编译为两个pandas数据框,分别用于态度和能力问题。- 结果存储在
dataframes文件夹中。 - 生成结果图表:
generate_difficulty_distribution.py: 生成难度分布图。generate_two_scores_csv.py: 生成散点图数据。R_plotting中的R文件: 生成散点图。result_analysis_pandas.ipynb: 生成分数表和线性模型拟合,创建低质量散点图。generate_barplots.py: 生成论文中的条形图。
fitting_linear_models.py: 拟合线性模型并打印模型摘要。

- 1A dataset of questions on decision-theoretic reasoning in Newcomb-like problems卡内基梅隆大学 · 2024年



