ROUGE-L, BERTScore, and LLM-as-judge are on the table for a summarization eval. Which covers what, and which drops first if budget is tight?
Same topic, related formats. Practice these next.
Same topic, related formats. Practice these next.
Drop ROUGE-L first. BERTScore subsumes lexical overlap with semantic similarity, and LLM-as-judge adds coherence and faithfulness that no automated metric captures.
Imagine grading a book report three ways: counting shared phrases with the original (ROUGE-L), checking if the meaning is the same even with different words (BERTScore), and having a teacher read it for quality (LLM-as-judge). If you can only afford two, drop the phrase-counting. The meaning-checker already catches what the phrase-counter catches, plus more. And you definitely need the teacher, because only they can tell if the report makes sense as a whole.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example. Click to expand.
Everything you need to truly understand this topic: intuition, mechanics, step by step explanation, code, formulas, and worked example.
Everything important, quickly.
Open by explaining what each metric measures at its mechanism level. Show that BERTScore subsumes ROUGE-L for paraphrase-heavy summarization. Explain why LLM-as-judge adds unique dimensions (coherence, faithfulness, completeness). Walk the budget tradeoff: drop ROUGE-L, keep BERTScore as fast automated signal and LLM-as-judge on a sample. Close with the production setup.
Real products, models, and research that use this idea.
What an interviewer would ask next. Try answering before peeking at the approach.
Red flags and common mistakes that signal junior thinking. Click to expand.
Keeping ROUGE-L and dropping LLM-as-judge, losing the only metric that measures coherence, faithfulness, and completeness.
The night-before-the-interview bullets. Scan these on the way to the call.
Primary sources. Skim if you want the original framing.