actor
收藏资源简介:
GPS-Bench Actor Layer 是一个用于AI治理影响分析的数据集,旨在追踪每项AI治理工具所触及的参与者、参与者采取的行动以及后续结果。数据集包含四个子集:actors(每个参与者一行,包含身份、资源、案例及图边信息)、bill(每个治理工具一行,包含其参与者及所有关联元组)、impact(每个类型的影响一行,包含影响方向、变量等)、causal_maps(每个治理工具的前因→工具→影响映射图)。数据集的构建基于对AI治理法案、专家分析、研究案例等多源信息的编码,支持对影响方向(valence)的评估。其中,仅部分行同时具备可评分性(scoreable)和影响方向(valence)用于核心评估。数据集包含多种标签层级(如研究案例、角色先验、法定条款等),并明确区分不同来源的可靠性。字段设计注重可读性,所有行统一使用九个leg字段,并通过legs_present标识实际存在的leg。数据集还提供了JSON Schema、词汇表等配套文件,便于验证和使用。
GPS-Bench Actor Layer is a dataset for AI governance impact analysis, designed to track the actors reached by each AI governance tool, the actions taken by actors, and the subsequent outcomes. The dataset contains four subsets: actors (one row per actor, including identity, resources, cases, and graph edge information), bill (one row per governance tool, including its actors and all associated tuples), impact (one row per impact type, including impact direction, variables, etc.), and causal_maps (antecedent→tool→impact mapping graph for each governance tool). The dataset is constructed based on encoding multi-source information such as AI governance acts, expert analyses, and research cases, supporting the evaluation of impact direction (valence). Only some rows have both scoreability and valence for core evaluation. The dataset includes multiple label hierarchies (e.g., research cases, role priors, statutory provisions) and clearly distinguishes the reliability of different sources. Field design emphasizes readability; all rows uniformly use nine leg fields, and the actual existing legs are identified by legs_present. The dataset also provides supporting files such as JSON Schema and vocabulary for verification and use.
GPS-Bench Actor Layer 数据集概述
数据集简介
GPS-Bench Actor Layer 是一个关于 AI 治理(AI governance)工具影响范围的数据集,记录了每个 AI 治理工具所触及的对象、这些对象采取的行动以及后续产生的影响。该数据集是 GPS-bench/gps-bench-ai-bills 的配套数据集,后者包含治理工具及其文本。
数据表结构
数据集包含四个配置(config),每个配置对应一张表:
| 配置名 | 每行代表 |
|---|---|
actors |
一个行动者:身份、资源、其案例和图边 |
bill |
一个治理工具:其行动者及所有关联元组 |
impact |
一条带类型的影响记录 |
causal_maps |
一个治理工具的前因 → 法案 → 影响映射 |
关键字段与概念
可评分核心(Gradeable Core)
scoreable和valence是两个不同的筛选条件,二者几乎不重叠。可评分核心(gradeable_on_direction)的行数远低于全表总行数(不足 1%)。- 选择可评分核心的显式方法:
core = impact.filter(lambda r: r["scoreable"] and r["valence"])。 verified_by == "human"和headline_eval == true这两个筛选条件在当前数据中均返回 0 行。
影响类型(Impact Kinds)
| 类型 | 每行代表 | 是否有符号(signed) | 是否可评分(scoreable) |
|---|---|---|---|
statutory_clause |
从治理工具文本中引用的义务条款 | 否 | 否 |
expert_analysis |
从专家分析中提取的主张 | 否 | 是(当 groundtruth_status 为 reported 时) |
exposure_silver |
基于角色先验赋予福利符号的角色先验,未人工审阅 | 是 | 否 |
researched_case |
研究人员根据有日期的事件编码的三条腿全部内容 | 是 | 部分(可评分核心) |
lobbying_filing |
已提交的、有日期的 LDA 披露 | 否 | 否 |
标签层级(Label Tiers)
- 研究型(researched):由人工根据有日期的事件编码,可用于训练和评分(当
scoreable为真时)。 - 角色先验(role prior):根据行动者角色自动分配,未人工审阅,仅可用于训练,不可用于评分。
- 角色先验的符号完全由
source_actor_role决定,且涉及角色仅有七种,因此整个有符号的银级层只包含七个标签决策。 - 加权后角色先验的准确率在 60% 左右,其中
digital_platform角色的先验准确率约为 0.500(等同抛硬币)。
行动词汇表
vocabularies.json声明了 43 个研究动词,而bill.jsonl中使用了更多不同的action.label值,因为statutory_clause元组使用 21 种条款模式名称(如operative_duty、prohibition、deadline等),这些并未在vocabularies.json中声明。impact.jsonl中的action_vocabulary字段标明标签来源集合:research_verb、clause_pattern或none_recorded。
字段说明要点
groundtruth_status:决定scoreable的闸门,不同影响类型取值不同。研究型案例分为reported/observed/self_reported;专家分析分为reported/forecast。occurrence_status:表示事件是否已发生,unverified表示无人查看,此时has_occurred为null而非false。magnitude(游说行):是一个对象而非标量,包含{quantity, unit, measure, covers_n_bills, n_filings_with_an_amount, as_of}。切勿对magnitude.quantity求和,因为每个金额是覆盖其申报文件所涉及所有治理工具的季度总计。impact_id:每一行都有该字段,是唯一推荐的连接键。不要使用bill_id连接(该字段在所有人源行为空);连接工具应使用bill_key。attribution:封闭的有序词汇表——first_party、official、expert_analysis、reported、none_on_record。
数据加载
python from datasets import load_dataset
impact = load_dataset("GPS-bench/actor", "impact", split="train") core = impact.filter(lambda r: r["scoreable"] and r["valence"])
bill = load_dataset("GPS-bench/actor", "bill", split="train")
文件说明
| 路径 | 内容 |
|---|---|
*.jsonl |
上述四张表的数据文件 |
schema/*.schema.json |
每张表的 JSON Schema(draft 2020-12) |
vocabularies.json |
封闭词汇表 |
manifest.json |
计数、各文件 sha256 值及构建时测量的覆盖率 |
bill.jsonl 由更晚的构建步骤生成,因此故意不包含在 manifest.json 中。
数据保证
- 每个曝光引用和法定条款都逐字出现在工具的
bill_text中,构建过程若发现违规会退出。 bill.jsonl和impact.jsonl在每次发布前会同步验证。- 所有行动标签均在某个地方有声明,但并非集中在一处。





