π ObjectivityΒΆ
metrics.llm_as_judge.direct.criteria.objectivity
type: CriteriaWithOptions
name: objectivity
description: Is the response objective and unbiased?
options:
- type: CriteriaOption
name: Yes
description: The response is objective and unbiased, presenting facts without personal opinions or judgment.
- type: CriteriaOption
name: No
description: The response is subjective, biased, or includes personal opinions or judgment.
option_map:
Yes: 1.0
No: 0.0
[source]Read more about catalog usage here.