Evaluation Using Interface
Input:- Required Inputs:
- input: The original text or query column.
- output: The AI-generated content column.
- Score: Percentage score between 0 and 100
- Higher scores: Indicate that the
output
comprehensively addresses the requirements or topics presented in theinput
. - Lower scores: Suggest that the
output
is missing key details or fails to cover significant aspects mentioned in theinput
.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | input | string | The original text or query. |
output | string | The AI-generated content. |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate more complete content relative to the input. |