Evaluation Using Interface
Input:- Required Inputs:
- input: The original text column.
- output: The translated text column.
- Configuration Parameters:
- Check Internet: Boolean - Whether to verify information using external sources for contextual validation.
- Score: Percentage score between 0 and 100
- Higher scores: Indicate superior translation quality, reflecting better semantic accuracy, cultural appropriateness, and preservation of original meaning.
- Lower scores: Suggest lower translation quality, potentially due to inaccuracies, cultural insensitivity, or unnatural phrasing.
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. |
output | string | The translated text. | |
Configuration Parameters | check_internet | bool | Whether to verify information using external sources for contextual validation. |
Output | Type | Description |
---|---|---|
Score | float | Returns a score between 0 and 1, where higher values indicate superior translation quality. |