FutureAGI
Ranking Evaluation
Ranking evaluation assesses how well the context is ranked with respect to the input query or criteria.
Ranking evaluation assesses how well a ranking model ranks or orders items to meet specified criteria. This evaluation type is particularly useful when you need to validate whether your model can effectively prioritize or sort items according to given parameters.
Required Parameters
Parameter | Description | Required |
---|---|---|
input | The input query or criteria for ranking | Yes |
context | List of items to be ranked | Yes |
Required Configuration
The evaluation accepts the following configuration:
Parameter | Description | Required |
---|---|---|
criteria | The evaluation criteria for ranking | Yes |