Evaluation using Interface
Input:- Required Inputs:
- input: The text content column to analyse for bias.
- Result: “Passed” / “Failed”
- Passed: Indicates the content is neutral and free from detectable bias.
- Failed: Indicates the presence of gender, racial, cultural, ideological, or other forms of bias in the content.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The text content to analyse for bias. |
Output | Type | Description |
---|---|---|
Result | bool | Returns 1 (indicating neutral content) or 0 (indicating the presence of detectable bias). |