πŸ“„ TruthfulnessΒΆ

metrics.llm_as_judge.direct.criteria.truthfulness

type: CriteriaWithOptions
name: truthfulness
description: Is the response true?
options: 
  - type: CriteriaOption
    name: Yes
    description: The response is true.
  - type: CriteriaOption
    name: No
    description: The response is false.
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.