Bias
Schema-driven detector documentation.
BIASactiveP25 params2 examples
Detector Metadata
Capability catalog entry from
all_detectors.json.Categories
FAIRNESSCONTENT
Supported Asset Types
TXTTABLEURL
Recommended Model
valurank/distilroberta-biasNotes
Detects biased language patterns for fairness governance and moderation workflows.
Parameters
Configuration parameters for the Bias detector. Shared from `BiasDetectorConfig`.
| Parameter | Type | Required | Description | Default | Constraints |
|---|---|---|---|---|---|
| enabled_patterns | array | No | Specific bias signals to detect | — | — |
| enabled_patterns[] | enum | No | Bias detector pattern types Allowed values: gender_bias, racial_bias, age_bias, religious_bias, political_bias | — | — |
| severity_threshold | enum | null | No | Minimum severity to report | null | — |
| confidence_threshold | number | No | Minimum confidence to report (0-1) | 0.7 | min 0, max 1 |
| max_findings | integer | null | No | Maximum number of findings to return | null | — |