Enum: GaiRiskSourceEnum
The source(s) from which a GAI risk may emerge (Section 2).
URI: nist_ai_rmf:GaiRiskSourceEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| DESIGN | None | From decisions made during model or system design |
| TRAINING | None | From the training data or training process |
| OPERATION | None | From operating the GAI model or system |
| MODEL_INPUTS | None | From inputs supplied to the model at inference time |
| MODEL_OUTPUTS | None | From the GAI system's generated outputs |
| HUMAN_BEHAVIOR | None | From human behaviour - abuse, misuse, or unsafe repurposing |
| HUMAN_AI_INTERACTION | None | From interactions between a human and the AI system |
Slots
| Name | Description |
|---|---|
| risk_sources | Sources from which the risk may emerge |
In Subsets
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/nist-ai-rmf
LinkML Source
name: GaiRiskSourceEnum
description: The source(s) from which a GAI risk may emerge (Section 2).
in_subset:
- gai_core
from_schema: https://w3id.org/lmodel/nist-ai-rmf
rank: 1000
permissible_values:
DESIGN:
text: DESIGN
description: From decisions made during model or system design.
TRAINING:
text: TRAINING
description: From the training data or training process.
OPERATION:
text: OPERATION
description: From operating the GAI model or system.
MODEL_INPUTS:
text: MODEL_INPUTS
description: From inputs supplied to the model at inference time.
MODEL_OUTPUTS:
text: MODEL_OUTPUTS
description: From the GAI system's generated outputs.
HUMAN_BEHAVIOR:
text: HUMAN_BEHAVIOR
description: 'From human behaviour - abuse, misuse, or unsafe repurposing
by humans (adversarial or not).'
HUMAN_AI_INTERACTION:
text: HUMAN_AI_INTERACTION
description: From interactions between a human and the AI system.