CVJan 26, 2025

SedarEval: Automated Evaluation using Self-Adaptive Rubrics

arXiv:2501.15595v132 citationsh-index: 5Has CodeEMNLP
Originality Highly original
AI Analysis

This addresses the need for more precise and stable automated evaluation in LLM assessments, though it is incremental as it builds on existing LLM-as-judge methods.

The paper tackles the problem of generic scoring rubrics in LLM-as-judge evaluation by proposing a new paradigm based on self-adaptive rubrics, resulting in a specialized evaluator LM that achieves a higher concordance rate with human grading than GPT-4.

The evaluation paradigm of LLM-as-judge gains popularity due to its significant reduction in human labor and time costs. This approach utilizes one or more large language models (LLMs) to assess the quality of outputs from other LLMs. However, existing methods rely on generic scoring rubrics that fail to consider the specificities of each question and its problem-solving process, compromising precision and stability in assessments. Inspired by human examination scoring processes, we propose a new evaluation paradigm based on self-adaptive rubrics. Specifically, we create detailed scoring rubrics for each question, capturing the primary and secondary criteria in a structured format of scoring and deduction points that mimic a human evaluator's analytical process. Building on this paradigm, we further develop a novel benchmark called SedarEval, which covers a range of domains including long-tail knowledge, mathematics, coding, and logical reasoning. SedarEval consists of 1,000 meticulously crafted questions, each with its own self-adaptive rubric. To further streamline the evaluation, we train a specialized evaluator language model (evaluator LM) to supplant human graders. Using the same training data, our evaluator LM achieves a higher concordance rate with human grading results than other paradigms, including GPT-4, highlighting the superiority and efficiency of our approach. We release our dataset at https://github.com/wwn1233/sedareval.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes