datarobot_genai.eval.benchmarks.answer_quality
answer_quality
Answer Quality — general-purpose response quality (LLM-as-judge).
The catch-all "is this a good answer?" benchmark. An LLM judge scores each response on a 1-5 Likert scale for helpfulness, coherence, and relevance to the question. Use it for open-ended tasks where there is no single correct answer.
Scoring (judge-based): likert_5 -> 1..5 mapped to 0.2..1.0; pass threshold is 0.5 (grade >= 3).
Dataset fields (user_datasets/*.json): input (required) the prompt sent to the agent notes (optional) extra grading criteria injected into the judge prompt
Configure the judge in the pipeline YAML's judge: block. See sibling
judge-free benchmarks (answer_correctness, instruction_following, …) if you want
to avoid a judge model entirely.
score
Likert-5 quality judge over the agent's free-form response.