Evaluation Using Interface
Input:- Required Inputs:
- output: The generated response column from the model.
- input: The user-provided input column to the model (acting as the source context).
- Configuration Parameters:
- None specified for this evaluation.
- Score: Percentage score between 0 and 100
- Higher scores: Indicate that the
output
is well-grounded in theinput
. - Lower scores: Suggest that the
output
includes information not present in or supported by theinput
.
Evaluation Using SDK
Click here to learn how to setup evaluation using SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | output | string | The generated response from the model. |
input | string | The user-provided input to the model (acting as the source context). |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate better grounding in the input. |