Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling
- lab CatalyzeX
- lab DagsHub
- lab Gotit.pub
- lab Hugging Face
- lab ScienceCast
- lab alphaXiv
- lab arXivLabs
A new method called Eval-Skill synthesizes reusable evaluation skills for reward modeling, using only 100 cases per domain to improve large language model judges without per-query rubric generation, according to research published on arXiv [1]. The approach, detailed in a paper titled "Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling," reframes reward guidance as context evolution rather than parameter training or generating criteria online for each query [1]. Eval-Skill builds domain-level evaluation skills through two progressive stages: workflow generation followed by principle generation, with exploration and selection interleaved across both stages [1]. Once generated, a skill is directly injected into the judge context [1]. On the RewardBench 2 benchmark, Eval-Skill yielded gains of 13.44% for the Qwen3-8B backbone and 18.51% for DeepSeek-V4-Flash over vanilla judging [1]. The researchers report that the method consistently improves diverse judge backbones across multiple reward modeling benchmarks [1]. Existing rubric-based methods often generate criteria online for each query, a step that can add inference overhead and produce rigid or misaligned guidance [1]. Other recent work has explored rubric-grounded reinforcement learning, where reward is decomposed into weighted, verifiable criteria scored by an LLM judge, with applications spanning technical Q&A, clinical summarization, legal drafting, and code review [4]. Rubric-based evaluation approaches have also emerged in medical and code domains, and researchers have applied rubrics as reward signals in RL for tasks lacking ground truth [5]. A separate framework, Rubric-ARM, jointly optimizes a rubric generator and a judge via alternating reinforcement learning, treating rubric generation as a latent action to recover underlying preference signals [9]. That work reported 4.7% gains across diverse benchmarks and noted that early-stage exploration by the rubric generator can dominate learning dynamics, requiring a stabilization schedule [9]. Another recent study, QUBRIC, co-designs queries and rubrics, rewriting open-ended queries into scenario-based questions and applying contrastive rubric generation to extract teacher-policy gaps into precise criteria [11]. QUBRIC achieved a 5.5-point gain on ArenaHard and transferred improvements to held-out legal, moral, and narrative reasoning benchmarks [11]. The Eval-Skill authors further analyzed evolution-time scaling, generalizability, and transferability, concluding that compact evaluation skills offer an efficient new paradigm for LLM-based evaluation [1]. Code for the method is publicly available on GitHub [1].
model-releaseresearch-paperproduct-launchinfrastructuretool-release
Background sources we checked (10)
- arxiv.org ↗ Open-ended reward modeling requires judges that can follow subtle, domain-specific preferences when verifiable answers are unavailable. Existing rubric-based methods often address this by generating criteria online for each query, but the extra generation step can add inference o…
- arxiv.org ↗ [2606.07040] Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling [...] # Title:Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling [...] > Abstract:Open-ended reward modeling requires judges that can follow subtle, domain-specific prefere…
- arxiv.org ↗ We study a general principle: decompose reward into weighted, verifiable criteria, use an LLM judge to score them, and optimize the policy with Group Relative Policy Optimization (GRPO) (Shao et al., 2024). We call this rubric-grounded reinforcement learning. The framework is dom…
- openreview.net ↗ 025) has [...] Rubric-based Methods. Rubrics are structured evaluation frameworks that decompose complex assessment tasks into specific, verifiable criteria. To address general task evaluation, rubric-based evaluation approaches have emerged across medical (Arora et al., 2025), c…
- en.wikipedia.org ↗ Flow in positive psychology, also known colloquially as being in the zone or focused, is the mental state in which a person performing some activity is fully immersed in a feeling of energized focus, full involvement, and enjoyment in the process of the activity. In essence, flow…
- en.wikipedia.org ↗ Risk assessment is a process for identifying hazards, potential (future) events which may negatively impact (harm) an individual(s), asset(s), and/or the environment likelihood (probability) of those hazards occurring consequences of those hazards actions (risk reduction methods…
- en.wikipedia.org ↗ Sharia (; Arabic: شَرِيعَة, romanized: šarīʿa, lit. 'path [to water]', IPA: [ʃaˈriːʕa]), also transliterated as Sharī'ah, Shari'a, or Shariah, is a body of religious law that form the Islamic tradition based on scriptures of Islam, particularly the Qur'an and hadith. In Islamic…
- arxiv.org ↗ do not update [...] are still challenging [...] In this work, we propose Rubric-ARM, an end-to-end framework that jointly optimizes the rubric generator and the judge via alternating reinforcement learning (RL), enabling the two components to co-evolve and mutually reinforce one …
- arxiv.org ↗ Despite recent progress [...] , end- [...] on verifiable terminal rewards such as whether all unit [...] little guidance for shaping intermediate behaviors during multi-step interactions, thereby limiting improvements [...] . To address [...] introduce a rubric [...] . The GR [..…
- arxiv.org ↗ Rubric-based RL is a promising route for extending reinforcement learning beyond verifiable rewards, yet existing methods optimize rubrics while treating the query distribution as fixed. We identify a structural bottleneck: rubric quality is constrained by query structure. Open-e…
Sources
- export.arxiv.org — Beyond Rubrics: Exploration-Guided Evaluation Skills for Reward Modeling ↗