AI Model Portfolio Benchmarking:模型组合评测与选型治理架构
AI model portfolio governance 解决的不是“哪个模型最好”,而是对每个业务任务、风险等级、数据边界、延迟约束、成本约束、安全要求和审计要求,哪个模型家族在当前证据下被批准使用,什么时候需要 challenger,什么时候必须退役。它把模型选择从 vendor demo 和 leaderboard 偏好,升级为持续的组合治理。
AI 模型组合基准评测 / 能力评分卡 / 选型治理架构:Model Portfolio Benchmarking / Capability Scorecard / Selection Governance Architecture
配对阅读:本篇的操作手册版(模板/RACI/门禁/runbook)是
docs/AI_MODEL_PORTFOLIO_BENCHMARKING_CAPABILITY_SCORECARD_SELECTION_GOVERNANCE_PLAYBOOK.md。第一遍读本篇建立原理与架构判断;第二遍做案例时再用 playbook 查表落地,两者不需要重复精读。
Date: 2026-06-30
Status: evergreen
Audience: experienced CBAP / 金融零售 AI 产品与架构从业者 / AI governance lead
核心导读
AI model portfolio governance 解决的不是“哪个模型最好”,而是对每个业务任务、风险等级、数据边界、延迟约束、成本约束、安全要求和审计要求,哪个模型家族在当前证据下被批准使用,什么时候需要 challenger,什么时候必须退役。它把模型选择从 vendor demo 和 leaderboard 偏好,升级为持续的组合治理。
金融零售企业的 AI 系统通常不是一个模型,而是 generation、embedding、reranker、extractor、classifier、speech、judge、safety、fallback、fine-tuned 和 legacy ML 的组合。模型选择会改变数据驻留、客户影响、自动化边界、工具权限、可解释性、供应集中、成本/延迟、事故响应和证据可得性;因此 approved use 必须绑定具体 task、workflow、risk tier、data boundary 和 benchmark evidence,而不是绑定某个模型品牌或公开排行榜。
系统价值来自 capability scorecard:把通用能力、领域任务、政策遵循、安全/滥用、稳健性、公平性、隐私、成本、延迟、可观测性、供应风险和退出能力放进同一张可挑战的证据表。Public benchmark 只能作为弱先验;真正的选择证据来自 context-of-use benchmark pack、红队样本、生产 shadow run、人工复核、失败分析、fallback 演练、model card、decision record 和 exception 记录。
治理边界要能阻止“平均分更高”掩盖关键失败。某模型可以适合内部摘要,但不适合 regulated advice;可以适合 document extraction,但不适合客户拒绝原因;可以作为 challenger shadow run,但不能越过数据、权限或供应商条件进入生产。Portfolio governance 的核心证据,是 challenger promotion、review expiry、drift trigger、incident trigger、policy change trigger、vendor change trigger 和 retirement path 能否在模型能力变化时及时重新打开决策。
问题定义
金融零售企业不会长期只用一个 AI 模型。实际环境通常同时存在 frontier model、small model、embedding model、reranker、domain-tuned classifier、document extraction model、speech model、judge model、open-weight model、managed proprietary model 和 legacy ML model。问题从单点选型变成 portfolio governance:每个模型必须绑定 approved use、prohibited use、benchmark evidence、risk tier、change trigger 和 retirement path。
| 治理问题 | 架构含义 | 金融零售后果 |
|---|---|---|
| 模型能力如何分类 | 需要统一 capability taxonomy,避免每个团队用自己的“好用”定义 | 客服、AML、KYC、信贷和支付团队无法比较证据 |
| 分数如何进入决策 | scorecard 必须绑定任务、阈值、风险层级和证据,而不是平均分排名 | 高风险场景不能被通用 leaderboard 或低风险 FAQ 分数掩盖 |
| 模型家族如何管理 | proprietary、open-weight、fine-tuned、small、specialist、judge 各有不同控制面 | 避免供应集中、黑盒不可审计、开源权重无补丁流程 |
| challenger 如何运行 | 新模型必须在同一 benchmark pack、同一 rubric、同一成本/延迟测量下比较 | 避免“新模型更强”的口号绕过 release gate |
| 何时退役 | 需要 drift、事故、政策变化、成本失控、安全退步、供应风险等触发器 | 避免旧模型继续服务 regulated workflow |
| 审计如何复核 | 每次选型要留下 model card、scorecard、benchmark run、decision record 和 exception | 支撑模型风险、内审、监管、产品复盘和管理层问责 |
边界说明:本文不做模型路由策略设计,不做采购沙盒,不做董事会投资叙事,也不做 AI FinOps 成本管理。这里聚焦持续性的模型组合治理:模型能力分类、基准评测、能力评分卡、选型委员会、champion/challenger、风险分层、退役触发和证据链。
架构模型/核心原理
flowchart TB
A[Business capability map] --> B[AI task taxonomy]
B --> C[Model portfolio inventory]
C --> D[Model cards and approved-use boundaries]
B --> E[Benchmark packs]
E --> E1[Quality and task metrics]
E --> E2[Safety and red-team tests]
E --> E3[Domain and policy tests]
E --> E4[Cost, latency and resilience tests]
D --> F[Capability scorecard]
E1 --> F
E2 --> F
E3 --> F
E4 --> F
F --> G{Model selection council}
G -->|Approve| H[Champion model for approved use]
G -->|Constrain| I[Conditional use with controls]
G -->|Reject| J[Do not use or return to lab]
G -->|Challenge| K[Challenger backlog]
H --> L[Release and production monitoring]
I --> L
L --> M[Evidence packet]
L --> N[Drift, incident and policy-change signals]
N --> K
N --> O[Retirement trigger]
O --> P[Replacement / fallback / decommission]
M --> Q[Audit, model risk, product decision record]
Q --> C
核心思想:
model portfolio governance
= inventory + capability taxonomy + benchmark pack + scorecard
+ selection council + champion/challenger + retirement trigger
+ auditable evidence
核心架构模型
1. Portfolio layers
| Layer | 责任 | 关键对象 | 常见 owner |
|---|---|---|---|
| Business capability layer | 说明模型服务哪个业务能力和流程节点 | contact servicing、KYC onboarding、AML triage、credit policy support、fraud intervention | business owner / 业务与产品负责人 |
| AI task layer | 把业务能力拆成可评测任务 | classify、extract、summarize、retrieve-answer、draft、detect anomaly、recommend escalation | 业务、产品与架构负责人 |
| Model inventory layer | 记录所有候选与批准模型 | model family、provider、version、deployment mode、data route、approved use、restriction | AI platform / governance |
| Benchmark layer | 为任务准备可复现评测包 | dataset version、rubric、red-team set、domain set、run config、judge config | EvalOps / SME / model risk |
| Scorecard layer | 将多维结果转成选型证据 | task score、domain score、red-team score、latency/cost/security score、confidence | 产品、架构与治理负责人 |
| Decision layer | 做批准、限制、挑战、退役和例外处理 | model selection record、risk acceptance、conditions、expiry、fallback | model selection council |
| Evidence layer | 留存可审计证据 | model card、benchmark manifest、scorecard, traces、approval、exception、retirement record | release / GRC / audit |
2. Model portfolio inventory as a governed asset
模型清单不是技术团队的 spreadsheet。它要支持业务、架构、风险、审计和运营共同判断。
| Field | 说明 | Example |
|---|---|---|
| model_id | 企业内部唯一编号 | LLM-GP-PROP-A-2026-06 |
| model_family | general LLM / reasoning / small LLM / embedding / reranker / classifier / OCR / speech / judge / safety model | general LLM |
| provider_mode | proprietary API / managed cloud / open-weight self-hosted / internal fine-tune / vendor application component | proprietary API |
| version_boundary | 模型版本、snapshot、API date、fine-tune id、guardrail version | 2026-06 snapshot, guardrail v4 |
| approved_use | 允许任务、场景和风险等级 | contact center agent assist, draft only |
| prohibited_use | 禁止直接决策或禁止客户可见输出 | no autonomous credit decision, no SAR conclusion |
| data_boundary | PII、PCI、交易、文档、语音、日志、跨境、训练使用、retention | no provider training, EU data route, 30-day logs |
| benchmark_status | last run、benchmark pack、pass/fail、open gaps | passed CONTACT-RAG-v2026.06 with 2 accepted gaps |
| operational_slo | latency、availability、rate limit、fallback | p95 < 4s for agent assist |
| control_status | DLP、prompt injection、access、logging、red-team、human review | DLP and trace export approved |
| lifecycle_status | candidate / challenger / champion / constrained / watchlisted / retired | champion |
| retirement_trigger | triggers that invalidate current approval | critical safety regression, policy citation fail, supplier exit |
3. Capability scorecard as decision interface
Scorecard 的目标不是替代判断,而是把不同角色的判断放到同一张证据表里。
public benchmark tells us generic capability.
domain benchmark tells us task fit.
red-team benchmark tells us unacceptable behavior.
architecture score tells us operability.
governance score tells us whether evidence can survive audit.
selection council turns all of that into approved-use boundaries.
关键机制
Capability taxonomy
| Capability family | What to evaluate | Financial retail examples |
|---|---|---|
| Language and reasoning | instruction following、multi-step reasoning、ambiguity handling、calibration | contact center policy explanation, credit memo critique |
| Retrieval-grounded answer | source recall、citation support、stale-source handling、entitlement respect | credit policy RAG, enterprise knowledge assistant |
| Information extraction | field accuracy、table understanding、layout robustness、confidence and exception detection | KYC document extraction, income proof review |
| Summarization and narrative | completeness、material omission、tone、traceability to evidence | AML case narrative draft, complaint root cause summary |
| Classification and triage | precision/recall by severity、false negative control、threshold behavior | AML alert triage, payment fraud queue priority |
| Action recommendation | policy compliance、escalation quality、human approval fit | payments fraud intervention, collections hardship next action |
| Safety and security | prompt injection、PII leakage、unsafe advice、tool misuse、jailbreak resistance | customer-facing chatbot, analyst copilot, internal RAG |
| Domain and policy | product rules、regulatory boundaries、jurisdictional nuance、effective dates | credit policy, KYC policy, AML typology, Reg E dispute rules |
| Operability | latency、availability、trace export、rate limit、fallback、observability | contact center p95 latency, fraud real-time queue |
| Governance readiness | model card quality、version control、audit evidence、change notice、retirement support | all regulated use cases |
Scorecard dimensions
Score each dimension 1-5, but apply hard blockers for high-risk use cases. A strong average cannot compensate for a critical failure.
| Dimension | Weight | 1 | 3 | 5 | Evidence |
|---|---|---|---|---|---|
| Task quality | 14 | fails common cases | acceptable average | strong pass rate with slice stability | benchmark results and SME review |
| Domain score | 14 | generic language only | handles common policy | handles edge cases, effective dates and product nuance | domain benchmark pack |
| Red-team / safety score | 14 | critical failures | mitigations partial | no critical failures in approved set | adversarial run, safety report |
| Grounding and citation | 10 | unsupported claims | citations sometimes weak | claims trace to allowed sources | RAG/citation eval |
| Robustness | 8 | brittle to wording/noise | stable on common variants | stable across language, channel, missing evidence and ambiguity | mutation tests |
| Security and data boundary | 10 | unclear logs/training/access | basic controls | enforceable data route, DLP, IAM, audit export | security review |
| Latency and reliability | 8 | unusable p95 or rate limits | acceptable with fallback | meets workflow SLO under stress | load and resilience test |
| Cost fitness | 6 | unit cost blocks scale | usable for limited scope | cost fits approved use and fallback policy | unit cost sheet |
| Human oversight fit | 6 | encourages overtrust | review possible | supports review, escalation and override evidence | workflow simulation |
| Governance readiness | 10 | no version/evidence | partial records | model card, run manifest, decision record, retirement support | evidence packet |
Hard blockers:
- Any critical customer harm, privacy, security, regulated advice or unauthorized action failure in approved high-risk scope.
- No reproducible benchmark run for the task.
- No model/version boundary or provider configuration boundary.
- No trace export for regulated workflows requiring review.
- Model behavior materially changed without change notice or re-benchmark.
- Open model cannot be patched, scanned, hosted or access-controlled to enterprise policy.
Model family comparison
| Model family | Strength | Weakness | Good fit | Governance emphasis |
|---|---|---|---|---|
| Frontier proprietary | strong reasoning, language, tool use | cost, latency, data route, black-box change risk | complex contact center, credit policy RAG, knowledge assistant | version boundary, logs, supplier change notice, red-team |
| Small proprietary | fast and cheaper | weaker long reasoning and edge cases | high-volume FAQ, simple classification, draft suggestions | task boundary, escalation, challenger monitoring |
| Open-weight general | deployment control, inspectable hosting choices | ops burden, safety patching, weaker managed controls | internal knowledge assistant, constrained extraction, sovereign data | hosting, patch cadence, safety layer, license review |
| Domain-tuned model | better terminology and stable task behavior | narrow scope, data/version governance | AML typology classification, KYC extraction, fraud intervention | training data lineage, drift, revalidation |
| Specialist extractor/OCR | document/layout accuracy | less flexible reasoning | KYC document extraction, income proof extraction | field-level accuracy, exception routing, confidence calibration |
| Embedding/reranker | retrieval quality and entitlement | invisible failure if not evaluated | RAG for policy and knowledge assistant | source recall, access filtering, index/version |
| Judge/evaluator model | scalable rubric support | bias, instability, circular evaluation | regression triage, large eval runs | judge calibration, human audit sample, version control |
Benchmark and challenger lifecycle
Lifecycle states
| State | Meaning | Allowed decisions |
|---|---|---|
| Candidate | model has been proposed or discovered but not approved | lab testing only |
| Baseline | current comparator or no-AI process | compare, keep as fallback |
| Challenger | model is tested against champion for a defined use case | no production use unless separately approved |
| Champion | model approved for specific use boundary | release with controls |
| Constrained champion | approved only for limited channel, segment, risk tier or human-review mode | pilot or limited production |
| Watchlisted | production signals, supplier changes or benchmark regressions require review | freeze expansion, run additional benchmark |
| Retired | no new use, replaced or decommissioned | archive evidence, keep historical records |
Benchmark pack design
| Pack element | Required content | Example |
|---|---|---|
| Task definition | AI role, input, expected output, unacceptable output | credit policy RAG answers policy questions with citations, no credit decision |
| Dataset manifest | source, version, hash, slice coverage, privacy class | 420 cases, English/Spanish, policy v2026.05 |
| Rubric | scoring dimensions, severity, thresholds | groundedness 0-5, critical fail if unsupported adverse action reason |
| Domain set | business policy, product nuance, jurisdiction, effective date | KYC address proof exceptions, AML typology ambiguity |
| Red-team set | prompt injection, PII, unsafe advice, tool misuse, jailbreak | customer asks agent to reveal another account |
| Operational test | p50/p95 latency, timeout, rate limit, failover | contact center p95 under 800 concurrent agents |
| Security test | access control, data retention, logging, DLP | restricted HR policy not retrievable by branch user |
| Run protocol | model version, prompt version, temperature, repeats, judge version | fixed prompt v12, 3 repeated runs on unstable cases |
| Evidence output | traces, scorecard, failure taxonomy, decision memo | evidence binder object id |
Champion/challenger cadence
| Trigger | Action | Decision path |
|---|---|---|
| New model version available | run benchmark pack against challenger | approve, reject, keep challenger, constrain |
| Production complaints or overrides increase | mine failures into regression set and re-run champion | watchlist or remediate |
| Business policy changes | re-run impacted domain and RAG packs | keep, update prompt/RAG, suspend use |
| Red-team failure appears | run safety pack and incident review | freeze expansion, hotfix, retire if unresolved |
| Cost or latency becomes unfit | compare smaller or local challenger | constrained use or replacement |
| Supplier changes data/log/retention terms | architecture and governance review | suspend new use until evidence is updated |
| Open model patch or vulnerability | patch, scan, rerun critical packs | keep or retire |
证据与控制
Metrics
| Metric class | Examples | Decision use |
|---|---|---|
| Capability | pass rate, extraction F1, citation support, narrative completeness, triage precision/recall | determine task fitness |
| Domain | policy compliance, typology coverage, effective-date correctness, jurisdictional nuance | approve business scope |
| Safety | critical failure rate, jailbreak violation, PII leakage, unsafe advice, over-refusal | hard gate for risk tiers |
| Operational | p50/p95 latency, timeout, availability, rate limit, fallback success | decide workflow fit |
| Human system | reviewer agreement, override rate, review time, escalation quality, automation bias signal | validate HITL design |
| Governance | model card completeness, trace completeness, version reproducibility, approval freshness | audit readiness |
| Portfolio | model concentration, open/proprietary mix, challenger freshness, retirement backlog age | management oversight |
Controls
| Control | Purpose | Evidence |
|---|---|---|
| Approved-use boundary | Prevent model reuse beyond evaluated scope | model card, selection record, API policy |
| Benchmark gate | Stop promotion without task evidence | benchmark manifest, run report |
| Red-team gate | Stop release with unacceptable behavior | adversarial run, issue log |
| Domain SME review | Keep scores tied to policy and workflow reality | reviewer log, rubric decisions |
| Version lock and change impact | Prevent silent behavior changes | model version, prompt/version registry, supplier notice |
| Human oversight control | Prevent AI from becoming hidden decision-maker | reviewer action logs, override samples |
| Evidence retention | Support audit and model risk review | evidence packet, GRC record |
| Retirement trigger | Remove models when evidence no longer supports use | watchlist record, decommission decision |
Evidence packet
model card
+ approved-use boundary
+ benchmark pack manifest
+ run configuration
+ scorecard
+ slice and failure analysis
+ red-team report
+ latency/cost/security results
+ model selection record
+ exception or risk acceptance
+ monitoring and retirement triggers
金融零售/AI产品场景
1. Contact center agent assist
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| Frontier proprietary champion for complex policy questions; small model challenger for routine FAQ | grounding, latency, tone, vulnerable customer escalation, PII safety | no critical unsupported fee reversal promise; p95 under workflow SLO |
Evidence:
- contact policy RAG pack with current and stale policy conflicts.
- red-team set for customer pressure, prompt injection, and account privacy.
- trace showing retrieved sources, model output, agent edits, escalation and final disposition.
2. AML triage and investigation narrative
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| Domain-tuned classifier for alert prioritization; LLM only drafts narrative after analyst evidence selection | false negative control, typology coverage, no final SAR conclusion | zero critical missed high-risk typology in challenge set |
Evidence:
- AML typology benchmark by structuring, mule activity, funnel account, rapid movement and benign lookalikes.
- narrative rubric for material omission and evidence citation.
- human review log proving analyst retains final decision.
3. KYC document extraction
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| Specialist OCR/extractor champion; LLM challenger for exception explanation and missing-document summary | field accuracy, confidence calibration, layout robustness, exception routing | document type and expiry date accuracy above approved threshold; low-confidence routed to human |
Evidence:
- document pack with passports, IDs, utility bills, bank statements, low-quality scans and non-English layouts.
- field-level confusion matrix.
- exception evidence for missing address, expired document and name mismatch.
4. Credit policy RAG
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| RAG plus large model for underwriter policy support; no autonomous credit approval or adverse action | citation support, effective date, jurisdiction, protected-class boundary | no unsupported decline reason; every policy statement cites approved source |
Evidence:
- policy question pack across product, state, effective date and exception rules.
- stale policy and conflicting source challenge set.
- model selection record that separates advice support from credit decisioning.
5. Payments fraud intervention
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| Real-time fraud model remains champion for scoring; LLM assists intervention script and case summary | latency, false negative severity, customer harm, script compliance | intervention script cannot encourage unsafe action or reveal detection rules |
Evidence:
- fraud typology pack for APP scam, account takeover, mule transfer, false-positive customer friction.
- p95 latency test for operational queue.
- red-team tests for social engineering and disclosure of fraud controls.
6. Enterprise knowledge assistant
| Portfolio decision | Scorecard emphasis | Example threshold |
|---|---|---|
| open-weight or managed model depending on data residency; embedding/reranker benchmarked separately | entitlement, source freshness, hallucination, knowledge coverage | no restricted document leakage across role boundaries |
Evidence:
- knowledge coverage map by HR, operations, product, risk, technology and policy domains.
- entitlement test with users from branch, contact center, risk and engineering.
- benchmark that separates retriever failure from generator failure.
反模式
| Anti-pattern | Why it fails | Better architecture |
|---|---|---|
| Leaderboard-driven selection | Public benchmark does not represent workflow, data, risk and controls | use public benchmark as weak prior, then run task benchmark |
| One model for everything | Ignores task/risk differences and creates concentration risk | portfolio by capability, approved use and risk tier |
| Average score hides critical failure | High average can coexist with one unacceptable AML, KYC or credit failure | hard blockers and severity-weighted scoring |
| No challenger cadence | Champion becomes stale while model market and policy change | quarterly and trigger-based champion/challenger review |
| Model card as static document | Model behavior, provider terms and business policy change | model card with version, evidence and review expiry |
| Open model treated as automatically safer | Hosting control does not solve patching, safety, license, eval or ops | open-weight governance pack and patch lifecycle |
| Proprietary model treated as unknowable | Black-box does not excuse missing evidence | require trace, version boundary, change notice and task eval |
| Judge model trusted blindly | Evaluator bias and instability corrupt scorecard | calibrate judge with human audit and versioned rubric |
| Retirement never happens | Legacy models persist after risk, cost, policy or supplier evidence changes | explicit retirement triggers and owner accountability |
| Model selection council becomes ceremony | Decision board approves without evidence or conditions | decision record, conditions, expiry and post-release monitoring |
最终心智模型
模型治理的对象不是“一个 chatbot model”,而是能在特定工作流中产生行为的 AI system model portfolio。一个用例可以同时有 generation model、embedding model、reranker、extractor、classifier、safety model、evaluator/judge model 和 fallback model;approved use 必须绑定 task、workflow、risk tier、data boundary 和 benchmark evidence,而不是绑定模型品牌。
| Architecture area | Model portfolio governance question | Example design decision |
|---|---|---|
| RAG | 哪个 embedding model、reranker 和 generator 被批准用于该 corpus 与 entitlement model? | Credit policy RAG 使用已批准 embedding v3,reranker 作为 challenger,generator 被限制为 cited answer |
| Agent | 哪个模型家族可以 plan 或 call tools,在什么人工审批边界下运行? | Payments fraud assistant 可草拟 intervention script,但不能绕过 rules engine 和 human approval 执行冻结 |
| Copilot | 哪个模型可以在 human workflow 内 draft、summarize 或 recommend? | AML copilot 只在 analyst-selected evidence 后生成 narrative,final disposition 仍由人类拥有 |
| Eval | 哪些 benchmark packs 证明 task、domain、safety 和 operational fitness? | KYC extraction pack 分离 OCR field accuracy 与 LLM exception summary quality |
| Governance | 谁批准 model use、exception、challenger promotion 和 retirement? | Model selection council 批准 champion scope 和 review expiry,model risk 可要求 independent challenge |
最终判断标准:public benchmark 只能作为弱先验,不能替代 context-of-use evidence。强平均分不能抵消 critical privacy、security、regulated advice 或 unauthorized action failure。Champion/challenger 机制让组织持续吸收新模型;retirement trigger 防止旧模型在政策、供应、成本、延迟或安全证据失效后继续服务高风险流程。
Source Anchors
| Source | Link | How this note uses it |
|---|---|---|
| Stanford HELM latest | https://crfm.stanford.edu/helm/latest/ | Holistic and living benchmark mindset for multi-scenario, multi-metric model evaluation(持续更新榜单,访问日期: 2026-07-01;HELM 框架已于 2026-06-01 进入 maintenance mode,见文末 SOTA 检查) |
| HELM paper | https://arxiv.org/abs/2211.09110 | Multi-metric evaluation idea: accuracy, calibration, robustness, fairness, bias, toxicity and efficiency are decision inputs, not one score(论文 2022-11) |
| MLCommons AI Safety / AILuminate | https://mlcommons.org/benchmarks/ai-safety/ | Safety benchmark and system-under-test framing; useful for red-team score and safety hard blockers(AILuminate v1.0 论文 arXiv:2503.05731,2025-03;访问日期: 2026-07-01) |
| NIST AI RMF | https://www.nist.gov/itl/ai-risk-management-framework | Govern / Map / Measure / Manage language for risk-based AI governance(访问日期: 2026-07-01) |
| NIST AI RMF resources and TEVV anchors | https://www.nist.gov/itl/ai-risk-management-framework/ai-risk-management-framework-resources | Links model portfolio evidence to testing, evaluation, verification, validation, GenAI profile and AI RMF playbook resources(访问日期: 2026-07-01) |
| ISO/IEC 42001 | https://www.iso.org/standard/81230.html | AI management system anchor for policies, objectives, operating controls, performance evaluation and continual improvement(标准版本 ISO/IEC 42001:2023;访问日期: 2026-07-01) |
| ISO/IEC 23894 | https://www.iso.org/standard/77304.html | AI risk management guidance anchor for integrating risk management into AI-related activities and functions(标准版本 2023;访问日期: 2026-07-01) |
SOTA 检查 (2026-07-01)
- HELM 本身已退居维护线:Stanford CRFM 的 HELM 框架/榜单于 2026-06-01 进入 maintenance mode(见 stanford-crfm/helm README 的 Maintenance Mode Policy)。这不推翻本篇结论,反而强化它——连最权威的"living benchmark"也会退役,说明选型证据绝不能长期挂在任何单一公共榜单上;本篇"public benchmark 只能作弱先验,context-of-use benchmark pack 才是选择证据"的主线在 2026-07 仍然成立。
- 安全基准现役主线是 MLCommons AILuminate:v1.0 论文发布于 2025-03(arXiv:2503.05731,12 个 hazard 类别、每语言 2.4 万条 prompt),GitHub 套件已迭代到 v1.1;2026-02 MLCommons 宣布 AILuminate Global Assurance Program(KPMG、Google、Microsoft、Qualcomm 等参与),并有 Jailbreak Benchmark v0.5 草案覆盖多模态越狱。本篇的 red-team gate / safety hard blocker 机制可直接挂接这条现役标准线。
- 美国银行业模型风险监管锚点已换代:Fed/OCC/FDIC 于 2026-04-17 发布修订版 interagency model risk management guidance,取代 2011 年 SR 11-7 框架。本篇的 champion/challenger、drift/incident trigger、retirement path 与 evidence packet 设计与新指引的持续监督期望方向一致;金融机构落地时引用锚点应更新为 2026 新指引而非 SR 11-7 原文。另注意 EU AI Act Annex III 高风险义务已推迟至 2027-12-02(Omnibus,2026-05-07),涉及 EU 场景的 review expiry 与合规排期应按新时间线设置。
- 2026 年评测行业叙事与本篇一致:主流综述(Kili Technology、LXT 的 2026 benchmark 盘点)指出当前约 15 个活跃主流 benchmark 中仅少数能可靠预测生产表现,评测重心已从 static leaderboard 转向 dynamic、multi-dimensional、context-of-use 评测;AI model risk management 市场 2026 年约 83 亿美元规模且监管审查加强。本篇"平均分不能掩盖 critical failure、approved use 绑定 task/risk tier/data boundary"的判断是当前主流实践方向。
- 框架性结论不随模型版本过时:capability taxonomy、scorecard hard blockers、model portfolio inventory 字段、champion/challenger lifecycle states、retirement trigger、evidence packet 是治理结构,不绑定任何具体模型或榜单版本;换掉 HELM/AILuminate 这层"证据供给",结构照常运转。
- 库内落地参考:eval gate 的 CI 阻断实现见
docs/aipa/day19-blocking-ci-eval-gate.md(2026-07-03),失败分类到评测类型的映射见docs/aipa/day13-taxonomy-eval-mapping.md(2026-06-27),可作为本篇 benchmark gate / failure taxonomy 机制的工程化样例。