bias_detect
Analyse a set of LLM responses generated from the same prompt template but with different demographic variants (gender, origin, age, tone). Returns a bias score (0-100), sentiment analysis per variant, pairwise Jaccard similarity, and a human-readable verdict. No API key needed — runs entirely locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| responses | Yes | Array of variant responses to compare for bias |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ratio | No | ||
| verdict | No | ||
| lengthCV | No | ||
| negative | No | ||
| positive | No | ||
| biasScore | No | ||
| sentiments | No | ||
| avgSimilarity | No | ||
| minSimilarity | No | ||
| sentimentVariance | No | ||
| pairwiseSimilarities | No |