Discussion Topics — Use these prompts for class discussion, online forums, or personal reflection.
BLEU and ROUGE scores are convenient and reproducible, but research has repeatedly shown they correlate poorly with human judgments of translation and summarization quality. A system can achieve a high BLEU score by closely matching surface-level word patterns while producing output that is semantically incoherent or factually wrong. At the same time, a creative but accurate paraphrase will score poorly because it does not match reference n-grams.
Try: Show students two model outputs side by side — one with a high BLEU score and one with a low BLEU score — and have the class vote on which is higher quality before revealing the scores. Discuss the surprise factor.
Benchmark suites like GLUE, SuperGLUE, and BIG-bench were introduced to provide standardized, challenging tests for LLMs. However, frontier models now approach or exceed human-level performance on many of these benchmarks, sometimes through contamination of training data rather than genuine understanding. This phenomenon — often called "benchmark saturation" — raises questions about what benchmarks actually measure and how to keep evaluation meaningful as models improve.
Try: Split the class into two groups — one argues that benchmark saturation proves models truly understand language, the other argues it proves the benchmarks are flawed. Hold a structured four-minute debate, then debrief together.
Human evaluation is considered the gold standard for assessing LLM output quality, but it is expensive, slow, and susceptible to annotator bias and inconsistency. Protocols based on Likert scales, A/B comparisons, and expert review each have different trade-offs in reliability and cost. Inter-rater reliability measured by Cohen's kappa can reveal significant disagreement even among trained annotators, especially for subjective qualities like creativity or coherence.
Try: Give small groups of three students the same three LLM outputs to rate independently on a 1-5 scale for quality, then calculate the inter-rater agreement in class. Use the results to illustrate why annotation guidelines and training matter.
Traditional NLP metrics evaluate language in isolation, scoring individual sentences or n-grams without regard for the broader discourse. Yet language is inherently context-dependent: the same sentence can be coherent or absurd depending on what came before it. LLMs used in dialogue, story generation, or long-form writing need to maintain consistency and relevance across hundreds or thousands of tokens, which token-level metrics like perplexity completely miss.
Try: Present the class with a passage from a long generated story where a character's name or trait is inconsistent with an earlier paragraph. Ask students to identify what kind of metric would catch this error and what data you would need to build it.
LLM-specific evaluation goes beyond text quality to probe whether models genuinely reason, retain factual knowledge, and behave consistently when prompts are rephrased. Chain-of-thought accuracy, knowledge probing, and instruction-following assessments reveal that models can give correct final answers through flawed reasoning, "hallucinate" facts with high confidence, and respond differently to semantically identical questions depending on phrasing.
Try: Live demo — ask a public LLM the same factual question five different ways and display all responses. Have students classify each response as consistent or inconsistent, then discuss what the variation implies for deployment in a high-stakes setting.