πŸ“„ NaturalnessΒΆ

metrics.llm_as_judge.direct.criteria.naturalness

type: CriteriaWithOptions
name: naturalness
description: Is the user response natural?
options: 
  - type: CriteriaOption
    name: Yes
    description: The user response is natural.
  - type: CriteriaOption
    name: No
    description: The user response isn't natural.
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.