πŸ“„ Funny JokeΒΆ

metrics.llm_as_judge.pairwise.criteria.funny_joke

Criteria(
    name="funny_joke",
    description="Is the response funny?",
    prediction_field="response",
    context_fields=[],
)
[source]

Explanation about CriteriaΒΆ

Criteria used by PairwiseLLMJudge to run evaluations.

Read more about catalog usage here.