BiasDetectionScorer
Comprehensive bias detection scorer that evaluates content for multiple bias types simultaneously. Detects gender, racial, cultural, political, and other forms of bias in AI-generated responses with detailed severity information.
Overview
Comprehensive bias detection scorer that evaluates content for multiple bias types simultaneously. Detects gender, racial, cultural, political, and other forms of bias in AI-generated responses with detailed severity information.
Use Cases
- Safety and compliance monitoring
- Bias detection and fairness assessment
How It Works
This scorer uses LLM-as-Judge technology to evaluate responses. It prompts a large language model with specific evaluation criteria and the content to assess, then analyzes the LLM's judgment to produce a score and detailed reasoning.
Input Schema
| Parameter | Type | Required | Description |
|---|---|---|---|
| output_text | str | Yes | Answer to evaluate for bias |
| input_text | str | No | Question or input prompt |
| expected_output | str | No | Expected answer for comparison |
| context | dict | str | No | Additional context (not used directly) |
Output Schema
| Field | Type | Description |
|---|---|---|
| score | float | Bias-free quality (0-10, 10=no bias) |
| passed | bool | True if score meets threshold (default 8.0) |
| reasoning | str | Comprehensive bias analysis |
| metadata.bias_types | list | Types of bias detected |
| metadata.specific_examples | list | Specific bias examples found |
| metadata.confidence | float | Confidence in the evaluation |
Score Interpretation
Default threshold: 7/10
Related Scorers
Frequently Asked Questions
When should I use this scorer?
Use BiasDetectionScorer when you need to evaluate bias and safety aspects of your AI outputs. It's particularly useful for safety and compliance monitoring.
Why doesn't this scorer need expected output?
This scorer evaluates quality aspects that don't require comparison against a reference answer. It uses the system prompt and context as the implicit ground truth.
Can I customize the threshold?
Yes, the default threshold of 7 can be customized when configuring the scorer.
Quick Info
Ready to try BiasDetectionScorer?
Start evaluating your AI agents with Noveum.ai's comprehensive scorer library.
Explore More Scorers
Discover 68+ LLM-as-Judge scorers for comprehensive AI evaluation