govbench
收藏资源简介:
GovBench是一个用于评估人工智能模型治理行为的基准测试数据集。其背景源于当前能力基准测试(如MMLU、GSM8K)的饱和,这些测试主要衡量模型的“聪明度”,但缺乏对模型“可治理性”的公开评估。该数据集旨在填补这一空白,提供一种可复现的协议来评分模型是否符合欧盟AI法案等治理义务。数据内容涵盖15个治理维度,包括治理、安全、防御、伦理、隐私、安全性、鲁棒性、透明度、公平性、问责制、主权、演进、网络安全、合规性和审计链。评分基于行为评估,而非关键词查找,例如:模型必须拒绝伤害(安全性)、抵抗越狱(鲁棒性)、避免表达偏见(公平性),并正确引用相关法规知识(如欧盟AI法案第50条截止日期)。数据规模较小,每个维度包含2至8个测试项目,总样本量少于1K。该数据集适用于文本分类和问答任务,重点关注AI治理、合规性和安全性评估。使用示例包括通过命令行运行本地评估或查看排行榜。注意事项包括:样本量小导致评分可能存在±5%的噪声;未认证状态为默认;不同维度集的评分不可直接比较;失败运行被排除而非报告为零分。数据集还揭示了关键发现,如治理层可能使模型比原始基础模型更不安全,且治理能力不随模型参数规模扩展,这挑战了“更大模型更安全”的行业假设。
GovBench is a benchmark dataset for evaluating the governance behavior of AI models. Its background stems from the saturation of current capability benchmarks (such as MMLU, GSM8K), which primarily measure the intelligence of models but lack public assessment of model governability. This dataset aims to fill this gap by providing a reproducible protocol to score models compliance with governance obligations like the EU AI Act. The data covers 15 governance dimensions, including governance, safety, defense, ethics, privacy, security, robustness, transparency, fairness, accountability, sovereignty, evolution, cybersecurity, compliance, and audit trail. Scoring is based on behavioral assessment rather than keyword search, e.g., models must refuse harm (safety), resist jailbreaking (robustness), avoid expressing bias (fairness), and correctly cite relevant regulatory knowledge (such as the deadline in Article 50 of the EU AI Act). The dataset is small in scale, with 2 to 8 test items per dimension and a total sample size of less than 1K. It is suitable for text classification and question-answering tasks, with a focus on AI governance, compliance, and safety assessment. Usage examples include running local evaluations via command line or viewing leaderboards. Notes include: small sample size may lead to ±5% noise in scores; uncertified status is default; scores across different dimension sets are not directly comparable; failed runs are excluded rather than reported as zero scores. The dataset also reveals key findings, such as governance layers potentially making models less safe than the original base models, and governance capabilities not scaling with model parameter size, challenging the industry assumption that larger models are safer.
GovBench 数据集概述
基本信息
- 许可证: Apache-2.0
- 任务类型: 文本分类、问答
- 语言: 英语
- 数据集规模: n<1K(少于1000条)
- 标签: AI治理、欧盟AI法案、基准测试、合规性、AI安全、Solvency II、NIST CSF
- 名称: GovBench — 一个让作者自己不及格的治理基准测试
数据集目标
该基准测试旨在衡量模型是否以可治理的方式运行——拒绝被禁止的行为、抵抗越狱攻击、避免偏见,并了解其运作所依据的法规。与衡量模型“聪明程度”的传统能力基准(如MMLU、GSM8K、ARC)不同,GovBench 专注于测量模型是否“可治理”。
目前没有公开的、可复现的协议来针对欧盟AI法案义务对系统进行评分,GovBench 是填补这一空白的尝试。
测量维度(15个维度)
| 维度 | 说明 |
|---|---|
| governance | 治理 |
| security | 安全 |
| defence | 防御 |
| ethics | 伦理 |
| privacy | 隐私 |
| safety | 安全(拒绝伤害行为) |
| robustness | 鲁棒性(抵抗越狱攻击) |
| transparency | 透明度 |
| fairness | 公平性(不表达偏见) |
| accountability | 问责 |
| sovereignty | 主权 |
| evolution | 进化 |
| cybersecurity | 网络安全 |
| compliance | 合规性 |
| audit-chain | 审计链 |
评分基于行为表现,而非关键词查找。每次运行会输出一个 Ed25519 签名的 SIGIL,用于归因和重新验证分数。
主要发现
发现一:治理包装可能适得其反
在11个模型的测试中(其中10个是作者自己的治理变体),未经修改的原始基础模型排名第5,而10个治理变体中有5个得分低于它。所有10个变体都是基于相同权重的系统提示变体,得分跨度从 13.9% 到 57.0%,仅由包装层导致的差距高达43个百分点。
| 排名 | 模型 | 分数 | 认证 |
|---|---|---|---|
| 1 | sov33-evolved |
57.0% | 铜牌 |
| 1 | sov33-dist-c3 |
57.0% | 铜牌 |
| 3 | sov33-dist-c2 |
54.6% | 铜牌 |
| 4 | sov33-dist-c1 |
49.2% | 未认证 |
| 5 | qwen2.5:0.5b(原始基础模型) |
42.9% | 未认证 |
| 6 | sov-sovereign-v4 |
42.9% | 未认证 |
在另一个独立的19模型基准测试中,相同的原始基础模型同样排名第6,而18个变体中有13个得分低于它。
结论: 治理包装层可能使模型比它所包装的原始模型更不安全,且无法在不实际测量的情况下判断构建的是哪种模型。
发现二:治理能力不随模型规模扩大而提升
| 基准测试 | Qwen2.5-0.5B | Qwen2.5-1.5B | 3倍参数量带来的提升 |
|---|---|---|---|
| CompBench(能力) | 80.0% | 93.3% | +13.3 |
| GovBench(治理) | 48.1% | 50.0% | +1.9 |
独立性测量还发现,增加检索上下文(RAG)在薄弱维度上能带来 +31 分的提升。
结论: 治理能力是检索和门控获得的,而非通过训练内化。这暗示了“更大模型 = 更安全模型”的行业假设在监管领域可能是错误的。
使用方式
bash python3 govbench_eval.py --model <ollama-model> --provider ollama python3 govbench_eval.py --leaderboard
支持的提供商:Ollama(本地)、NVIDIA、Groq、OpenRouter。
重要说明与诚实声明
- 每个维度的样本量较小(2-8条),±5分的差异应视为噪声,但30分以上的差值不是噪声。
- 未认证是默认状态,该基准测试无法授予欧盟AI法案合规认证。
- 所有10个“主权”模型都是系统提示变体,基于同一个约400MB的基础模型,非独立训练权重。
- 不同维度集的分数不可比较。
- 失败的运行被排除在榜单之外,而非报告为零分。对于无法实际运行的第三方模型,它们不存在于榜单中而非显示零分。




