Position: Current Model Cards Are Insufficient for Downstream Governance of Open-Weight Foundation Models
抽查Hugging Face上500个热门模型发现,光靠模型卡片管不住开放权重AI的安全风险
论文分析了Hugging Face上下载量最高的500个开放权重基础模型(OWFM)的模型卡片、可接受使用政策(AUP)和许可证。几乎所有模型都有模型卡片,但安全相关内容很薄弱,只有21.2%的模型明确标注了AUP,而且不少许可证本身与这些使用限制相冲突。作者提出了信息、规范、法律三层结合的治理框架,包括安全卡片、标准化AUP和为开放权重模型量身定制的许可证。
METAL MEDIA 解读图
抽查Hugging Face上500个热门模型发现,光靠模型卡片管不住开放权重AI的安全风险
- 01依据NIST生成式AI风险管理框架的安全关键词分类,对Hugging Face下载量前500的开放权重基础模型的模型卡片、AUP和许可证进行了系统调查
- 0299.6%的模型提供了模型卡片,但只有75.2%包含安全相关字段,只有21.2%的模型卡片中明确引用了AUP
- 03文档详尽程度与模型下载量几乎无关(多种回归模型的解释力R²均小于0.01),反而更取决于开发商是谁——Meta和Google披露密度较高,Qwen较低
- 04指出Apache 2.0、MIT等常见开源许可证在结构上无法容纳基于用途的限制条款,这会削弱甚至覆盖同时存在的AUP的法律效力
- 05提出了标准化的安全卡片模板,强调模型血统(上游模型、数据、AI反馈来源)和可操作的安全评测,并设计了将AUP作为附件纳入法律条款的开放权重专用许可证方案
他们做了什么
- 依据NIST生成式AI风险管理框架的安全关键词分类,对Hugging Face下载量前500的开放权重基础模型的模型卡片、AUP和许可证进行了系统调查
- 99.6%的模型提供了模型卡片,但只有75.2%包含安全相关字段,只有21.2%的模型卡片中明确引用了AUP
- 文档详尽程度与模型下载量几乎无关(多种回归模型的解释力R²均小于0.01),反而更取决于开发商是谁——Meta和Google披露密度较高,Qwen较低
- 指出Apache 2.0、MIT等常见开源许可证在结构上无法容纳基于用途的限制条款,这会削弱甚至覆盖同时存在的AUP的法律效力
- 提出了标准化的安全卡片模板,强调模型血统(上游模型、数据、AI反馈来源)和可操作的安全评测,并设计了将AUP作为附件纳入法律条款的开放权重专用许可证方案
| Artifact Type | Count | Percentage |
|---|---|---|
| Model card (any form) | 498 | 99.6% |
| Safety-specific fields | 376 | 75.2% |
| AUPs | 106 | 21.2% |
| Explicit license | 425 | 85.0% |
| Models | Structure | Restricted Uses | Violation triggers | |||
|---|---|---|---|---|---|---|
| Infringement / Harm | Breach of law | Deceit / Misinformation | Others | |||
| Llama 4 | AUP (part of community license) | ✓ | ✓ | ✓ | Failure to disclose; interaction with third-party tools | Termination |
| Gemma | Prohibited Use Policy (part of Terms of Use) | ✓ | ✓ | ✓ | Sexually explicit | Restricting usage |
| DeepSeek | Use Restrictions (part of DeepSeek license agreement) | ✓ | ✓ | ✓ | Military; inappropriate; personal data; automated; discriminating; exploitative | Restricting usage |
| Qwen | Usage Policy (not referenced in model cards) + Apache 2.0 | ✓ | ✓ | ✓ | High-risk use cases; platform abuse; minor protection | Warnings, removal, etc. |
| Stable Diffusion | CreativeML Open RAIL-M | ✓ | ✓ | ✓ | Personal data; automated; exploitative; discriminating; medical; legal | Restricting usage |
| Permissive | Copyleft | ||||
|---|---|---|---|---|---|
| Apache | MIT | AFL | GPL-3 | GPL-2 | |
| Copy / Modify / Redistribute / Commercial | ✓ | ✓ | ✓ | ✓ | ✓ |
| Retain notice | ✓ | ✓ | ✓ | ✓ | ✓ |
| Explicit patent license | ✓ | ✗ | ✓ | ✓ | ✗ |
| Patent retaliation | ✓ | ✗ | ✓ | ✓ | ✗ |
| Source codes | ✗ | ✗ | ✗ | ✓ | ✓ |
| Copyleft | ✗ | ✗ | ✗ | ✓ | ✓ |
| Disclaimer / limitation | ✓ | ✓ | ✓ | ✓ | ✓ |
为什么重要
这项研究用数据证明,当前的模型卡片不足以支撑下游开发者对开放权重模型做出可靠的安全判断。它为部署、审计开放权重模型的从业者和政策制定者提供了具体可行的治理设计方向。
本文术语
- 开放权重基础模型(OWFM) · 只公开模型权重、不公开训练代码和数据的AI模型
- 模型卡片 · 描述模型能力、局限和风险的标准文档
- AUP(可接受使用政策) · 规定模型禁止或限制用途的规范性文件
- 开源许可证(OSL) · Apache 2.0、MIT等最初为软件代码设计的著作权许可规则
- NIST生成式AI风险管理框架 · 美国国家标准与技术研究院制定的生成式AI风险分类标准
无法转载的图表
- Figure 1: A Three-Layered Approach to Downstream Governance of Open-Weight Foundation Models. (Left) AS-IS: The current fragmented system, where model cards focus on performance rather than safety, AUPs are often missing or non-binding, and model licenses frequently conflict with stated usage restrictions. (Right) TO-BE: The proposed unified framework integrating three complementary layers for more resilient downstream safety control: informational (safety cards), normative (standardized AUPs), and legal (OWFM-tailored licenses).
- Figure 2: Prevalence of Safety-Related Keywords Across the Top 500 Downloaded Models. Each bar represents the number of models whose documentation contains at least one keyword from the corresponding safety category, based on the NIST GenAI Risk Management Framework taxonomy.
- Figure 3: Safety-Related Keyword Coverage by Vendor (Top 12 by Model Count). Stacked bars show the number of models in each keyword-count range (0, 1–5, 6–10, 11–20, 21+). Vendors such as meta (including Llama and facebook OPT models) and google exhibit higher keyword density, while Qwen models are concentrated in lower-frequency ranges, highlighting systematic differences in disclosure practices.
- Figure 4: Vendor-Level Clustering of Model Card Embeddings. Each point represents a model, positioned using PCA on sentence embeddings of model card text. Colors indicate developer affiliation, and point size reflects total governance-related keyword counts. k-means clustering yields several distinct developer-level documentation patterns, while a heterogeneous set of other developers remains broadly dispersed across the embedding space.
- Figure 5: Relationship Between Model Popularity and Governance Documentation Depth. Each point represents a model, with total downloads (millions) on the x-axis and governance-related keyword counts on the y-axis. Regression lines across multiple functional forms are not explanatory (R2<0.01), hinting that ecosystem utility does not predict documentation quality.
- Figure 6: Governance Artifact Flows Across the Top 500 OWFMs. The Sankey diagram traces each model across download rank, safety-keyword coverage, developer, license, and AUP status. Flow widths indicate model counts, showing that permissive OSLs, notably Apache 2.0 and MIT, lead to "no AUP", while custom licenses such as Llama and Gemma are associated with AUP presence.
论文原文摘要(英文)
The growth of open-weight foundation models (OWFMs) has prompted the AI community to re-evaluate strategies for effective downstream governance. Although model cards have been widely adopted as transparency artifacts in model repositories, existing frameworks often fail to adequately inform downstream developers and users about the distinct safety challenges posed by OWFMs. This position paper analyzes 500 model cards hosted on Hugging Face and argues that effective governance of OWFMs requires a multi-layered approach integrating three complementary components: (i) model cards, (ii) acceptable use policies (AUPs), and (iii) licenses. To motivate this claim, we identify a safety gap left by existing regulatory approaches, including model heritage, alignment provenance, and empirically observed behaviors, through an analysis of model cards with safety-critical information. We further argue that standard open-source licenses (OSLs) are not well suited for OWFMs and may weaken the enforceability of AUPs. Building on these observations, we outline directions for evolving model cards, AUPs, and licenses into integrated safety artifacts to enable a more comprehensive governance framework that coherently integrates informational, normative, and legal dimensions.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressAI模仿老师模型学习时,会误伤本来推理正确的步骤,新方法专门过滤掉这种误伤
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调