How Uncertain Is the Grade? A Benchmark of Uncertainty Metrics for LLM-Based Automatic Assessment

· Source: cs.AI updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing, Data Science & Analytics · Depth: Advanced, extended

Summary

This study benchmarks various uncertainty quantification (UQ) methods for Large Language Model (LLM)-based automatic assessment in educational settings. LLMs are increasingly used for grading, but their probabilistic nature introduces output uncertainty, which can negatively impact pedagogical decisions. The research systematically evaluates a range of UQ methods across multiple assessment datasets, LLM families (including 7 closed-source and 7 open-source models), and generation control settings (zero-shot, zero-shot + CoT, few-shot + CoT). The benchmark focuses on repetition-based methods that do not require access to LLM internal states, categorizing them into categorical-based (Numset, Max-Agree-Rate, Categorical-Entropy, First-Second Distance) and relation-based (Jaccard Similarity, Embedding Cosine Similarity, Entailment Score, and graph property-driven methods like NAD, GE, Eigen, DSE). The study analyzes the effectiveness, stability, and correlations of these UQ methods, providing insights into their applicability and reliability for automatic grading.

Key takeaway

For research scientists developing LLM-based grading systems, understanding the trade-offs between UQ method effectiveness and stability is crucial. You should initially favor categorical-based uncertainty metrics like Categorical-Entropy for their strong discriminative ability, especially with less accurate models. As your LLM's grading performance improves, explore relation-based methods, carefully designing their graph construction strategies to leverage semantically richer outputs for enhanced reliability and stability in uncertainty estimates. This nuanced approach will lead to more trustworthy and effective automated assessment tools.

Key insights

Categorical uncertainty metrics are generally more effective for LLM-based automatic assessment, while relation-based methods offer superior stability.

Principles

Method

The study benchmarks repetition-based UQ methods by generating multiple LLM responses, then calculating uncertainty from categorical frequency or semantic relationships among outputs.

In practice

Topics

Best for: Research Scientist, AI Researcher, AI Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.