Skip to content

Commit 1313d8f

Browse files
committed
Add NIST AI RMF cross-reference mapping
1 parent 30ae674 commit 1313d8f

1 file changed

Lines changed: 87 additions & 0 deletions

File tree

docs/nist-rmf-mapping.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
# NIST AI RMF Cross-Reference
2+
3+
This document maps the content in this repository to the corresponding
4+
NIST AI Risk Management Framework (AI RMF 1.0) functions, categories,
5+
and subcategories.
6+
7+
**Full NIST AI RMF implementation guide:** [nist-ai-rmf-implementation-guide](https://github.com/simaba/nist-ai-rmf-implementation-guide)
8+
9+
---
10+
11+
## NIST AI RMF Function Overview
12+
13+
```
14+
┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐
15+
│ GOVERN │ ──► │ MAP │ ──► │ MEASURE │ ──► │ MANAGE │
16+
│ │ │ │ │ │ │ │
17+
│ GV.1–GV.6 │ │ MP.1–MP.5 │ │ MS.1–MS.5 │ │ MG.1–MG.4 │
18+
└─────────────┘ └─────────────┘ └─────────────┘ └─────────────┘
19+
```
20+
21+
---
22+
23+
## How This Repository Implements NIST AI RMF
24+
25+
### GOVERN (GV) — Policies and Accountability
26+
27+
| NIST Subcategory | Implementation in This Repository |
28+
|---|---|
29+
| GV.1.1 — Organizational policies | Governance framework documents serve as organizational policy templates |
30+
| GV.1.3 — Prohibited uses defined | Use case classification includes explicit prohibited patterns |
31+
| GV.4.1 — Human oversight defined | Human-in-the-loop requirements documented per pattern |
32+
| GV.6.1 — AI systems monitored | Monitoring requirements specified per design pattern |
33+
34+
### MAP (MP) — Risk Contextualization
35+
36+
| NIST Subcategory | Implementation in This Repository |
37+
|---|---|
38+
| MP.1.1 — Intended use documented | Each pattern includes intended use scope and limitations |
39+
| MP.2.1 — Scientific basis reviewed | Patterns include evidence of effectiveness and known limitations |
40+
| MP.3.1 — Risk identification | Risk considerations documented per pattern/framework element |
41+
| MP.4.1 — Impact assessment | Stakeholder impact analysis included in high-risk patterns |
42+
| MP.5.1 — Trustworthy AI characteristics | Patterns mapped to NIST's seven trustworthy AI characteristics |
43+
44+
### MEASURE (MS) — Risk Analysis
45+
46+
| NIST Subcategory | Implementation in This Repository |
47+
|---|---|
48+
| MS.1.1 — AI risk identification | Risk categories enumerated with likelihood and impact |
49+
| MS.2.3 — AI system monitoring | Monitoring metrics and alerting thresholds defined |
50+
| MS.3.1 — Evaluation techniques | Evaluation approaches specified per framework element |
51+
| MS.5.1 — Bias evaluation | Fairness and bias considerations documented |
52+
53+
### MANAGE (MG) — Risk Response
54+
55+
| NIST Subcategory | Implementation in This Repository |
56+
|---|---|
57+
| MG.2.1 — Treatments defined | Mitigation strategies specified for each identified risk |
58+
| MG.4.1 — Rollback procedures | Recovery and fallback procedures documented |
59+
| MG.3.2 — Residual risk accepted | Residual risk acknowledgment process defined |
60+
61+
---
62+
63+
## EU AI Act Alignment
64+
65+
For organizations subject to the EU AI Act, see the cross-reference mapping:
66+
[nist-ai-rmf-implementation-guide/docs/eu-ai-act-mapping.md](https://github.com/simaba/nist-ai-rmf-implementation-guide/blob/main/docs/eu-ai-act-mapping.md)
67+
68+
---
69+
70+
## The Seven Characteristics of Trustworthy AI (NIST)
71+
72+
Each component of this repository addresses one or more of these characteristics:
73+
74+
| Characteristic | Addressed By |
75+
|---|---|
76+
| Accountable | Governance framework, role definitions, audit trails |
77+
| Explainable | Documentation requirements, decision logging patterns |
78+
| Interpretable | Output interpretation guidelines, confidence requirements |
79+
| Privacy-Enhanced | Data handling patterns, PII processing guidelines |
80+
| Reliable | Performance monitoring, regression testing requirements |
81+
| Safe | Safety evaluation checklists, failure mode analysis |
82+
| Fair | Bias evaluation requirements, subgroup testing |
83+
84+
---
85+
86+
*Maintained by [Sima Bagheri](https://github.com/simaba) · Not affiliated with NIST.*
87+
*For authoritative guidance, refer to [airc.nist.gov](https://airc.nist.gov)*

0 commit comments

Comments
 (0)