Evaluates whether a summary effectively captures the main points, maintains factual accuracy, and achieves an appropriate length while preserving the original meaning. It checks for both the inclusion of key information and the exclusion of unnecessary details.
Click here to learn how to setup evaluation using the Python SDK.
Input Type | Parameter | Type | Description |
---|---|---|---|
Required Inputs | output | string | The generated summary. |
Optional Inputs | context | string | Additional background information (if applicable). |
input | string | The original document or source content. | |
Configuration Parameters | check_internet | bool | Whether to verify information using external sources. |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate better summary quality. |