π Assistant Message GroundednessΒΆ
metrics.llm_as_judge.direct.criteria.assistant_message_groundedness
CriteriaWithOptions(
name="assistant_message_groundedness",
description="Assistant message is not grounded or faithful to the information provided in the Context.",
options=[
CriteriaOption(
name="Yes",
description="",
),
CriteriaOption(
name="No",
description="",
),
],
option_map={
"Yes": 1.0,
"No": 0.0,
},
)
[source]from unitxt.llm_as_judge_constants import CriteriaOption
Read more about catalog usage here.