AI Terms Dictionary

A comprehensive multilingual AI terminology dictionary

Definition

LLM-as-a-Judge is an evaluation paradigm where a Large Language Model serves as an automated evaluator for the quality of outputs from other models. Instead of relying solely on human annotators or rigid metrics like BLEU scores, a ‘judge’ LLM is prompted to assess responses based on specific criteria such as helpfulness, correctness, or safety. This approach scales evaluation efforts significantly and captures nuanced qualitative aspects of language generation, though it requires careful prompt engineering to mitigate biases inherent in the judge model itself.

Summary

A method for evaluating Large Language Model outputs by using another LLM to score or rank responses against criteria.

Key Concepts

Use Cases