neulab/behavioral-lift
收藏资源简介:
该数据集名为Behavioral Lift Annotations,包含15,282个行为注释,涵盖了15个模型和6个基准测试。每个注释包括模型响应、基准元数据、正确性以及JSON编码的行为注释,涉及推理行为、失败模式和恢复信号。数据集的主要发现是思维训练与正确性信号之间的放大不匹配现象:思维训练增加了自我纠正、假设测试和不确定性确认,而最强的正确性信号是信心校准、知识对齐和自我意识。数据集还提供了详细的加载方法、分割信息、模型列表、行模式结构、注释结构以及重要注意事项。
The dataset is named Behavioral Lift Annotations and contains 15,282 behavioral annotations of LLM and VLM reasoning traces across 15 models and 6 benchmarks. Each row includes model response, benchmark metadata, correctness, and a JSON-encoded behavioral annotation covering reasoning behaviors, failure modes, and recovery signals. The main finding is an amplification mismatch: thinking training increases self-correction, hypothesis testing, and uncertainty acknowledgment, while the strongest correctness signals are confidence calibration, knowledge alignment, and self-awareness. The dataset also provides detailed loading instructions, split information, model lists, row schema, annotation structure, and important caveats.
数据集概述:Behavioral Lift Annotations
该数据集名为 Behavioral Lift Annotations,由 NeuLab @ LTI/CMU 创建。它用于研究“推理行为”,并支持一项名为 Amplified Does Not Mean Predictive: Reasoning Behaviors in Thinking Models 的研究。其核心发现是:思考模型虽能放大可见的推理过程,但并未放大与正确答案最相关的行为。
核心信息
- 任务类型: 文本分类、问答
- 数据类型: 表格、文本
- 文件格式: Parquet, optimized-parquet
- 语言: 英语
- 数据集大小: 10K - 100K 行
- 许可证: mixed (混合)
数据集规模与划分
该数据集包含 15,282 条行为注释,涵盖 15 个模型和 6 个基准。具体分为两个子集:
| 子集 | 行数 | 模型 | 基准 (Benchmarks) |
|---|---|---|---|
llm |
8,282 行 | 8 个 LLMs | LogiQA2, MATH-500, MMLU-Pro |
vlm |
7,000 行 | 7 个 VLMs | MMMU, MathVista, VisualPuzzles |
模型列表
- LLMs: DeepSeek-R1-Distill-Qwen-7B, NVIDIA-Nemotron-Nano-9B-v2-Base, NVIDIA-Nemotron-Nano-9B-v2, Olmo-3-7B-Instruct, Olmo-3-7B-Think, Qwen2.5-7B-Instruct, Qwen3-4B-Instruct-2507, Qwen3-4B-Thinking-2507
- VLMs: GLM-4-1V-9B-Thinking, InternVL3_5-8B, InternVL3_5-8B-Instruct, Kimi-VL-A3B-Instruct, Kimi-VL-A3B-Thinking-2506, Qwen3-VL-8B-Instruct, Qwen3-VL-8B-Thinking
数据行结构 (Row Schema)
数据集的每一行包含以下字段:
| 字段 | 类型 | 描述 |
|---|---|---|
doc_id |
int | 源文件中的问题索引 |
modality |
str | 模式 (llm 或 vlm) |
model |
str | 模型名称 |
model_family |
str | 模型系列 |
training_type |
str | 训练类型 (thinking, instruct, 或 base) |
benchmark |
str | 基准名称 |
correct |
bool | 最终答案是否正确 |
question |
str | 基准测试的问题文本 |
ground_truth |
str | 真实答案 |
model_cot |
str | 模型的推理链 (chain-of-thought) 回复 |
evaluation |
str | JSON 编码的行为注释 |
evaluator_notes |
str | 评估者的自由文本评论 |
annotation_timestamp |
str | 注释的 ISO 时间戳 |
source_file |
str | 原始注释文件名 |
exact_match |
float | 程序性精确匹配分数(主要针对 LLM 子集) |
math_verify |
float | 数学等价性验证分数(主要针对 MATH-500) |
注释结构 (Annotation Structure)
evaluation 字段是 JSON 编码的字符串,包含多个评估维度,主要分为推理质量和高级/元认知行为。
- 推理质量:
reasoning_present,logical_steps_valid,reaches_correct_conclusion,context_understanding - 高级和元认知行为 (9 个核心行为):
planning_present,hypothesis_testing,self_correction,uncertainty_acknowledgment,evidence_citation,confidence_calibration,self_awareness,goal_tracking,knowledge_alignment - 推理类型: 包含数学等类型的标签。




