What is LLM-as-a-judge? What are its risks?medium

Type
conceptual
Topic
is-llm-as-a-judge-what-are-its-risks
Frequency
common
Tags
mlops, what, llm, judge, are
Answer

LLM-as-judge uses a capable LLM to score other LLM outputs — cheaper than human annotation at scale.

Explanation

LLM-as-judge uses a capable LLM to score other LLM outputs — cheaper than human annotation at scale. Risks: self-serving bias (models prefer their own style), position bias (prefers earlier responses), verbosity bias (rewards longer answers). Mitigations: use a different model as judge, swap option order and average scores, define explicit rubrics, calibrate against human labels.

Follow-upCan you give a production example?