跳至主要内容
最新研究:当电路消解时 →12 vIndexes on Hugging Face
注册
由 vIndex 提供支持

合规,带凭证。

大多数"AI合规"止步于访问日志和提示级护栏。Divinci 深入到模型内部。每一个实体关联都是可查询的特征;每一次编辑都是可移植、可审计的补丁 — vIndex 就是监管机构即将开始索取的技术文档制品。

看一个事实从权重中消失

九十秒:什么是 vIndex,秩-1 补丁如何从冻结模型中移除一个关联,以及凭证是什么样子。

August 2nd: the EU AI Act technical documentation deadline

完整实例: 从语言模型中删除巴黎

What the regulation requires

The same artifact answers transparency, oversight, documentation, and erasure requirements.

RegulationRequirementCompetitorsvIndex
欧盟人工智能法案 §13欧盟人工智能法案 §13 透明度"足以让用户解读输出结果的透明度"模型卡片、文字化系统描述依据发布记录与模型编辑日志生成附件 IV 文档,并逐项标明缺口
欧盟人工智能法案 §14欧盟人工智能法案 §14 人类监督运营方必须进行实质性介入提示级护栏(可被越狱绕过)在特征上而非提示上的权重级 DELETE 补丁 — 无法通过越狱绕过
欧盟人工智能法案 附录 IV欧盟人工智能法案 附录 IV 技术文档"AI 系统的一般逻辑"架构图 + 训练数据摘要比特级精确的机制文档:每个特征的投影词汇、每一层的结构指标 (C1–C5)
GDPR 第 17 条GDPR 第 17 条 被遗忘权可验证地删除个人数据为"遗忘"而做的微调 — 不可验证;数据可能在对抗性条件下重新浮现带审计跟踪的 DELETE 补丁 = 在 +0.02% 困惑度下,对特定命名实体关联的可证明的抑制。补丁文件就是凭证。
HIPAA · PCI · GDPRHIPAA · PCI · GDPR 去标识化从数据产品中移除 PIII/O 处的 token 过滤(可能泄漏)以部署遥测作为证据输入 —— Divinci 尚未通过 SOC 2 认证
NIST AI RMFNIST AI RMF 管理量化并管理残留风险凭感觉的风险评估以 vIndex 作为记录系统 —— 尚未取得认证

"凭证"实际是什么样

vIndex 补丁是一个带 SHA-256 校验和的可移植 JSON 文件。应用它来压制一个事实;移除它则让模型逐位恢复。补丁本身就是审计日志 — 运营方、监管者和下游消费者都可以独立验证同一次操作。

下面是该格式的示意:一个 Gate-3 DELETE 补丁包含哪些字段,以及使其可验证的校验和。这是凭证形态的示例,而非我们在此发布的测量结果。

{
  "name": "gdpr-art17-paris-capital",
  "version": 1,
  "base_model": "google/gemma-4-E2B-it",
  "created_at": "2026-04-22T22:34:00Z",
  "operations": [{
    "op": "delete",
    "entity": "Paris",
    "relation": "capital",
    "target": "서울",
    "weight": -1.0,
    "layer": 27,
    "feature": 11179
  }]
}

Bring an erasure request. Leave with the dossier.

Pick a single fact you need removed from a model you run. We apply the edit, run the probe, and hand back two artifacts: the signed vIndex patch that performed the erasure, and an EU AI Act Annex IV dossier assembled from your release records — with every section we could not complete named explicitly.

Two limits worth stating up front. Weight-level erasure requires an open-weight served model — GPT, Claude and Gemini cannot be edited this way, only retrieved-context can. And the dossier is a draft for your assessment, not a declaration of conformity: that is a judgement only you can make.

研究覆盖
  • GemmaGemma
  • QwenQwen
  • Meta (Llama)Llama
  • Mistral AIMistral
  • OpenAI
  • MicrosoftMicrosoft

已发布的 12 个 vIndex — 在 Hugging Face 上浏览

可证明的合规。在任何开放 transformer 上。