目录文档-技术白皮书(V5.05)44-EFT.WP.Data.ModelCards v1.0

第5章 可选扩展字段


I. 章节目的与范围

禁用中文的语义、触发条件与约束,覆盖:explainability、compression、privacy_preserving、audit_trails、license_constraints、observability、fallbacks、ablation 等;遵循本卷命名与引用口径,存在即校验,不存在不报错;数学表达用反引号并加括号,可选扩展字段定义

II. 分层与触发原则


III. 可选扩展字段总表

键名

类型

约束/正则

典型适用情形

交叉引用/锚点

explainability

object

schema

需要可解释性/可视化证据

评测/质量口径一致。

compression

object

schema

剪枝/蒸馏/量化等模型压缩

质量与指标对齐。

privacy_preserving

object

schema

差分隐私/安全推理/同态加密

与隐私/合规对接。

audit_trails

object

artifacts

审计日志/评测工件追溯

导出清单映射。

license_constraints

object

enum/policy

许可限制/地域合规/用途限制

与合规模块一致。

observability

object

schema

线上指标/告警/SLO/SLA

与部署/质量对齐。

fallbacks

object

schema

降级/兜底/路由策略

部署策略一致。

ablation

object

schema

消融实验记录与影响量化

评测协议一致。


IV. 字段规范与示例

1) explainability

2) compression

3) privacy_preserving

4) audit_trails

5) license_constraints

6) observability

7) fallbacks

8) ablation


V. 机器可读 Schema 片段(规范性)

# I15-5 Optional Extensions (excerpt)

properties:

explainability:

type: object

properties:

methods: {type: array, items: {type: string}}

coverage: {type: object, properties:{fraction:{type:number}, policy:{type:string}}}

faithfulness_tests: {type: array, items:{type:string}}

artifacts: {type: array, items:{type: object, properties:{path:{type:string}, sha256:{type:string}}}}

compression:

type: object

properties:

pruning: {type: object}

quantization: {type: object}

distillation: {type: object}

impact: {type: object, properties:{accuracy_drop_rel:{type:number}, latency_gain_rel:{type:number}, power_drop_rel:{type:number}}}

privacy_preserving:

type: object

properties:

training: {type: object, properties:{dp:{type: object, properties:{epsilon:{type:number}, delta:{type:number}}}}}

inference: {type: object, properties:{secure_mode:{type: array, items:{type:string}}, pii_scan:{type:boolean}}}

data_minimization: {type: boolean}

audit_trails:

type: object

properties:

lineage: {type: object, properties:{code_sha256:{type:string}, data_refs:{type: array, items:{type:string}}}}

reports: {type: array, items:{type: object, properties:{path:{type:string}, sha256:{type:string}}}}

dag: {type: object, properties:{path:{type:string}, sha256:{type:string}}}

license_constraints:

type: object

properties:

license: {type: string}

allowed_use: {type: array, items:{type:string}}

prohibited_use: {type: array, items:{type:string}}

regional_limits: {type: array, items:{type:string}}

observability:

type: object

properties:

metrics: {type: array}

alerts: {type: array}

dashboards: {type: array, items:{type:string}}

fallbacks:

type: object

properties:

routes: {type: array}

baseline_ref: {type: string}

ablation:

type: object

properties:

factors: {type: array}

protocol: {type: object}

artifacts: {type: array}

(Schema 中的引用/工件需在导出清单体现并可校验;量纲由计量章统一校核。)


VI. 与导出清单的耦合(export_manifest 补充)

export_manifest:

artifacts:

- {path:"explain/report.md", sha256:"..."}

- {path:"compression/impact.csv", sha256:"..."}

- {path:"privacy/dp_config.yaml", sha256:"..."}

references:

- "EFT.WP.Core.DataSpec v1.0:EXPORT"

- "EFT.WP.Core.Metrology v1.0:check_dim"

(所有启用的扩展字段,若引入跨卷依赖或新增工件,必须在 references[] 与 artifacts[] 中体现。)


VII. 计量与路径依赖一致性(如适用)

  1. 涉及 T_arr 等路径量时,模型卡中仍需登记 delta_form、path="gamma(ell)"、measure="d ell";两种等价表达并存:
    • T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. 相关数值与单位通过 check_dim 校核;公式/符号/定义禁用中文

VIII. 本章合规自检


版权与许可:除另有说明外,《能量丝理论》(含文本、图表、插图、符号与公式)的著作权由作者(屠广林)享有。
许可方式(CC BY 4.0):在注明作者与来源的前提下,允许复制、转载、节选、改编与再分发。
署名格式(建议):作者:屠广林|作品:《能量丝理论》|来源:energyfilament.org|许可证:CC BY 4.0
验证召集: 作者独立自费、无雇主无资助;下一阶段将优先在最愿意公开讨论、公开复现、公开挑错的环境中推进落地,不限国家。欢迎各国媒体与同行抓住窗口组织验证,并与我们联系。
版本信息: 首次发布:2025-11-11 | 当前版本:v6.0+5.05