Papers
Topics
Authors
Recent
Search
2000 character limit reached

RACE: Adaptive Reference-Based Evaluation Framework

Updated 9 February 2026
  • RACE is an adaptive framework that generates dynamic evaluation criteria and weights for assessing long-form LLM research outputs.
  • It employs a multi-phase methodology including dimension weighting, criterion generation, and reference scoring to benchmark candidate reports.
  • Empirical evaluations show RACE’s robust alignment with human judgments, outperforming static and ablated scoring baselines.

RACE (Reference-based Adaptive Criteria-driven Evaluation with Dynamic Weighting) is an automated framework designed to deliver human-aligned and task-sensitive evaluation of long-form research outputs generated by LLM-based research agents. RACE adaptively determines which quality dimensions are most critical for each task, dynamically generates granular sub-criteria, and evaluates candidate reports relative to validated high-quality references. Its distinguishing capability lies in leveraging both adaptive criteria generation and dynamic weighting to address the complexity and variability of open-ended research tasks, providing a robust metric that aligns well with expert human judgment (Du et al., 13 Jun 2025).

1. Formalization and Core Principles

RACE is explicitly defined to meet the need for principled, fair, and reproducible assessment of long-form outputs in scenarios where conventional static rubrics or binary checklists fail to capture granular differences in quality. The objectives are threefold: (a) Infer dimension weights that reflect the relative importance of distinct quality aspects (“Comprehensiveness,” “Insight/Depth,” “Instruction-Following,” “Readability”) for each research task, (b) Generate task-specific evaluation criteria within those dimensions, each with an internal sub-weight, and (c) Produce a holistic, relative quality score by benchmarking the candidate report against a carefully curated reference solution. This tri-level adaptivity ensures both domain alignment and discrimination between nuanced research agent outputs.

2. Mathematical Structure

Let tt denote the specific research task, RtgtR_{\mathrm{tgt}} the candidate (target) research report, and RrefR_{\mathrm{ref}} a corresponding high-quality reference. RACE proceeds through the following sequential stages:

a. Dimension Weighting:

For each of four orthogonal dimensions d{Comp,Depth,Inst,Read}d \in \{\mathrm{Comp}, \mathrm{Depth}, \mathrm{Inst}, \mathrm{Read}\}, TT independent LLM-based judgments yield weights wd(j)w_d^{(j)}. Final dimension weights are

Wd=1Tj=1Twd(j),dWd=1.W_d = \frac{1}{T} \sum_{j=1}^T w_d^{(j)}, \qquad \sum_d W_d = 1.

b. Criterion Generation and Scoring:

For each dimension dd, the Judge LLM generates KdK_d task-specific criteria {cd,k}\{c_{d,k}\} with associated weights RtgtR_{\mathrm{tgt}}0, normalized such that

RtgtR_{\mathrm{tgt}}1

The union of criteria across all dimensions forms the set of task criteria RtgtR_{\mathrm{tgt}}2. Each report RtgtR_{\mathrm{tgt}}3 obtains a score RtgtR_{\mathrm{tgt}}4 for every RtgtR_{\mathrm{tgt}}5.

c. Aggregation:

For each dimension, aggregate report scores as

RtgtR_{\mathrm{tgt}}6

Global integration across dimensions:

RtgtR_{\mathrm{tgt}}7

The normalized relative score, expressing target quality against the reference, is:

RtgtR_{\mathrm{tgt}}8

3. Reference Report Selection and Scoring Protocol

Reference reports RtgtR_{\mathrm{tgt}}9 originate from a rigorously validated corpus, specifically Gemini-2.5-Pro Deep Research outputs (April 2025 snapshot), which were independently verified for quality. Before evaluation, citation markers are removed via a cleaning prompt, ensuring that the Judge LLM does not anchor scoring on superficial citation frequency or format. Both RrefR_{\mathrm{ref}}0 and RrefR_{\mathrm{ref}}1, along with task description and generated criteria, are simultaneously presented to the Judge LLM in a single prompt, ensuring direct pairwise criterion-level scoring.

4. Algorithmic Workflow

The RACE framework operates as follows:

RrefR_{\mathrm{ref}}5

5. Hyperparameters and Practical Considerations

Key tunable parameters include:

  • RrefR_{\mathrm{ref}}2 (number of weight-inference trials), typically RrefR_{\mathrm{ref}}3 to balance stability and compute cost,
  • RrefR_{\mathrm{ref}}4 (criteria per dimension), generally 3–5, adaptively specified via Judge LLM prompting,
  • LLM choice and cost-performance tradeoff: Gemini-2.5-Pro for RACE, Gemini-2.5-Flash for related FACT benchmarking,
  • Prompt temperature is kept low to minimize variability, and max token limits are strictly set to ensure uniform LLM behavior.

The scoring pipeline is governed by published prompt templates for dimension weighting, criterion generation, citation cleaning, and score collection.

6. Case Studies and Empirical Performance

Exemplar tasks, such as evaluating the "feasibility of investing in EV charging infrastructure," illustrate RACE’s workflow: Judge LLM assigns nuanced global weights (e.g., Insight 0.35, Comprehensiveness 0.30), generates granular criteria (e.g., “Market Demand Analysis,” “Regulatory Environment Coverage”), and appropriately sub-weights them within the dimensions. Quantitative experiments based on 50 Chinese-language tasks revealed RACE achieves a Pairwise Agreement Rate (PAR) of 71.33% with human judgments, surpassing average inter-human agreement of 68.44%. In the main DeepResearch Bench leaderboard, RACE places Gemini-2.5-Pro Deep Research at an overall score of 48.88—slightly ahead of OpenAI Deep Research (46.98).

RACE was found to outperform ablation baselines lacking criteria weights, dimension weights, or reference-based benchmarking. Correspondence with human assessments was validated across Pearson (99.54% vs. human, higher than vanilla LLM: 98.9%) and Spearman (59.12% vs. vanilla: 43.8%) metrics. These results demonstrate both robust overall and discriminative agreement with expert evaluations.

7. Implementation, Reproducibility, and Open Resources

RACE is fully open source, with code, reference reports, evaluation scripts, and prompt templates provided at https://github.com/Ayanami0730/deep_research_bench. The Judge LLM and workflow API configurations are explicitly documented to support consistent reproduction. All referenced hyperparameters, scoring templates, and task loader mechanisms are accessible. The modular pipeline facilitates extension, embedding into agent training, or further meta-evaluations of LLM-based research workflows (Du et al., 13 Jun 2025).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (1)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to RACE (Reference-Based Adaptive Criteria Evaluation).