πŸ“„ Grammar And PunctuationΒΆ

metrics.llm_as_judge.direct.criteria.grammar_and_punctuation

type: CriteriaWithOptions
name: grammar_and_punctuation
description: Does the response exhibit proper grammar and punctuation?
options: 
  - type: CriteriaOption
    name: Yes
    description: The response is free from grammatical and punctuation errors.
  - type: CriteriaOption
    name: No
    description: The response contains grammatical or punctuation errors.
option_map: 
  Yes: 1.0
  No: 0.0
[source]

Read more about catalog usage here.