2026.RA.Fairness-Counterfactual-Pairs
收藏资源简介:
该数据集名为 2026.RA.Fairness-Counterfactual-Pairs,来源于五项私人信息谈判场景,旨在提供动作级别的反事实对比对,用于研究多智能体谈判中的公平性、动机和信息效应。每个数据样本对应一个(episode, turn, counterfactual_type)元组,包含 LLM 实际采取的动作(rejected_action)和一个可计算理想智能体在同一决策点应采取的动作(chosen_action),两者均为结构化动作(atype, offer_id, deal),非自然语言。数据集共 52,084 行,其中 41,269 行(79%)存在分歧,即反事实智能体有不同的动作。这些行来自 13,021 个不同的(episode_id, turn_idx)决策点,每个决策点根据反事实类型最多贡献一行。数据来源包括两个策略:41,132 行来自 Claude Opus(thinking on,原始五臂研究),10,952 行来自 Qwen3-32B(thinking off,专为该模型添加的 on-policy 数据)。两者在相同的 24 个固定游戏银行上运行,可一一对应。数据集包含四种反事实类型:fairness_oracle(信息泄漏)、fairness_private(无信息泄漏)、oracle_omniscient(信息泄漏)、rational_private(无信息泄漏),构成 2x2 设计(信息 x 目标)。字段包括状态完备信息(如 issues, own_sheet, offers, standing_offer_id, round, min_accept, deadline, n_parties)以及 counterfactual_value、table_optimum、protocol_version、turn_token_budget、diverges、experiment-name 等。适用任务包括偏好学习、反事实推理、多智能体谈判分析、公平性研究等。注意:Claude Opus 行对除 Opus 外的所有模型均为 off-policy;Qwen3-32B 行对该模型为 on-policy,应单独过滤使用。存在重要勘误:部分源臂(one_oracle 和 all_oracle)的强制最终投票存在协议错误,导致相关行中的 oracle_omniscient 类型的 chosen_action 在特定投票轮次中可能不可靠。此外,信息泄漏的行(如 oracle_omniscient 和 fairness_oracle)不能用于诚实模仿,因为模型看不到隐藏信息。协议版本(protocol_version)和代币预算(turn_token_budget)是关键的过滤键,不同版本不能混合。
The dataset named 2026.RA.Fairness-Counterfactual-Pairs originates from five-party private-information negotiation scenarios, designed to provide action-level counterfactual comparisons for studying fairness, motivation, and information effects in multi-agent negotiations. Each data sample corresponds to a tuple (episode, turn, counterfactual_type), containing the actual action taken by an LLM (rejected_action) and a computable action that an ideal agent would take at the same decision point (chosen_action), both represented as structured actions (atype, offer_id, deal) rather than natural language. The dataset contains 52,084 rows, of which 41,269 rows (79%) exhibit divergence, meaning the counterfactual agent takes a different action. These rows originate from 13,021 distinct decision points (episode_id, turn_idx), with each decision point contributing at most one row per counterfactual type. Data sources include two strategies: 41,132 rows from Claude Opus (thinking on, original five-arm study) and 10,952 rows from Qwen3-32B (thinking off, on-policy data added specifically for that model). Both run on the same 24 fixed game banks and can be matched one-to-one. The dataset includes four counterfactual types: fairness_oracle (information leakage), fairness_private (no information leakage), oracle_omniscient (information leakage), and rational_private (no information leakage), forming a 2x2 design (information x goal). Fields include complete state information (e.g., issues, own_sheet, offers, standing_offer_id, round, min_accept, deadline, n_parties) as well as counterfactual_value, table_optimum, protocol_version, turn_token_budget, diverges, experiment-name, etc. Applicable tasks include preference learning, counterfactual reasoning, multi-agent negotiation analysis, and fairness research. Note: Claude Opus rows are off-policy for all models except Opus itself; Qwen3-32B rows are on-policy for that model and should be filtered separately. There is an important erratum: some source arms (one_oracle and all_oracle) have a protocol error in the forced final vote, causing the chosen_action of oracle_omniscient type in related rows to be unreliable in certain voting rounds. Additionally, information leakage rows (e.g., oracle_omniscient and fairness_oracle) cannot be used for honest imitation because the model cannot see hidden information. The protocol version (protocol_version) and turn token budget (turn_token_budget) are critical filtering keys; different versions should not be mixed.
数据集概述:2026.RA.Fairness-Counterfactual-Pairs
数据集简介
该数据集包含来自五方私有信息谈判的动作级对比对。在每一轮对话中,记录了LLM实际采取的动作(rejected_action)与一个可计算的理想智能体在同一决策点上应采取的动作(chosen_action)。两者均为结构化动作({atype, offer_id, deal}),而非自然语言。
- 总行数:52,084行,其中41,269行(79%)存在分歧(即反事实智能体会采取不同动作)。
- 独立决策点:13,021个不同的
(episode_id, turn_idx)组合。每个决策点最多为每种请求类型贡献一行。 - 语言:英语(en)
- 标签:谈判(negotiation)、多智能体(multi-agent)、偏好对(preference-pairs)、公平性(fairness)、纳什谈判(nash-bargaining)、在线策略(on-policy)
数据来源与策略
数据集包含来自两种策略的回合,两者的用途有显著差异:
-
Claude Opus 回合(41,132行):
- 来源:
anthropic:claude-opus-5(开启思考) - 这是原始五项研究的数据
- 对于除Claude Opus以外的任何模型都是离线策略(off-policy)——对Opus以外的模型进行训练是误设的
- 来源:
-
Qwen3-32B 回合(10,952行):
- 来源:
Qwen/Qwen3-32B(关闭思考) - 对Qwen3-32B是在线策略(on-policy)——专门为弥补离线策略差距而生成
- 生成条件与GRPO rollout配置一致(关闭思考)
- 120个回合(24个游戏实例 × 5个种子),2,738轮对话,运行成本约$11.40
- 质量指标:0/2,738次虚构尝试,120/120个回合完成,95.80%的解析成功率
- 来源:
重要:两种策略在相同的24个冻结游戏库上进行五方私有信息谈判,因此可以在 (instance_id, episode_seed) 上一对一配对。
反事实类型
| 类型 | 行数 | 信息泄漏 |
|---|---|---|
fairness_oracle |
13,021 | 是 |
fairness_private |
13,021 | 否 |
oracle_omniscient |
13,021 | 是 |
rational_private |
13,021 | 否 |
rational_private 与 fairness_private 仅目标函数不同;*_oracle 变体与其私有对应变体仅信息不同。这个2x2设计是刻意为之。
实验设置
| 实验名称 | 行数 | 策略 | 表格组成 |
|---|---|---|---|
five_seat_private_v1__all_llm |
8,660 | Opus | 五个Claude Opus席位(参考表格) |
five_seat_private_v1__one_oracle |
8,536 | Opus | 四个Opus席位+一个全知自私席位 |
five_seat_private_v1__one_rational |
8,512 | Opus | 四个Opus席位+一个私有信息贝叶斯席位 |
fivepriv_opus_fairness_v2__one_fairness_algorithmic |
7,984 | Opus | 四个Opus席位+一个私有信息公平席位 |
fivepriv_opus_fairness_v2__one_fairness_oracle |
7,440 | Opus | 四个Opus席位+一个全知公平席位 |
2026.RA.Qwen3-32B-OnPolicy-FiveSeat |
10,952 | Qwen3-32B | 五个Qwen3-32B席位(关闭思考),与all_llm对应 |
协议版本
five-seat-private-v1:冻结协议——每轮2,048个token(动作轮)和2,560个token(强制最终投票),无覆盖。five-seat-uncapped-turn<N>-v1:使用--turn-max-tokens <N>运行的协议。- 重要:
turn_token_budget字段与版本标签分离。在冻结版本内,Opus策略以16,384的有效预算运行,而开源权重策略以2,048/2,560运行——配对前必须检查此字段。
注意:来自不同协议版本的行不能合并。预算提升会改变每轮保留的内容,混淆策略效果与预算效果。
主要勘误(2026-08-10)
one_oracle 和 all_oracle 策略臂携带损坏的选票:全知最佳响应策略在强制最终投票中投给了其估值最高的活跃提议,而非协议指定的提议。修复提交(ca20157)日期晚于数据集中所有回合。
对行数据的影响:
- 行数据本身不受影响(是各代理行为的忠实记录)
- 但
one_oracle与all_llm的功利得分差异为 −0.068 [−0.136, −0.001](而非−0.412) all_oracle关闭概率为 1.000(而非0.875)- +0.389目标交换对比被夸大,不得引用
- "信息放大动机"的声明已撤回
oracle_omniscient类型在one_oracle和all_oracle分片上的强制最终投票轮中的chosen_action应视为可疑- 其他所有策略臂均无问题——在9,589个重新导出的回合中0个不匹配
训练注意事项
- 逐轮模仿自私的预言机在该项目中反追踪结果——
oracle_omniscient用于测量而非作为训练目标。 information_leaky = true的行无法被诚实地模仿——模型在提示中看不到隐藏记分表,训练它会学会自信猜测。fairness_private是新颖的目标,但未经训练测试——它只看到LLM所见的数据,优化表格的归一化纳什福利。建议与其匹配对照rational_private进行比较。- 没有推理理由(rationales),这是刻意设计——P4通道测得95.5%的逐轮信号是风格而非实质。
- 不要混合两种策略臂而不加标注——混合语料库混淆了"从自身错误中学习"与"学习模仿Opus"。
规模提示
在 p4_pairs 定义下,Qwen3-32B 策略臂为519对(约为Opus行的1.2%)。这是正确的在线策略语料库,但规模较小。实际用途是评估集或带强正则化的DPO臂。增加规模的经济杠杆是在同一冻结游戏库上增加更多种子(每6个回合约6.1分钟)。





