paper-with-me

홈 › Papers

RubricHub: A Comprehensive and Highly Discriminative Rubric Dataset via Automated Coarse-to-Fine Generation

2026-01-13 · Sunzhu Li, Jiale Zhao, Miteto Wei, Huimin Ren, Yang Zhou, Jingwen Yang, Shunyu Liu, Kaike Zhang, Wei Chen arxiv

Reinforcement Learning with Verifiable Rewards (RLVR) has driven substantial progress in reasoning-intensive domains like mathematics. However, optimizing open-ended generation remains challenging due to the lack of ground truth. While rubric-based evaluation offers a structured proxy for verification, existing methods suffer from scalability bottlenecks and coarse criteria, resulting in a supervision ceiling effect. To address this, we propose an automated Coarse-to-Fine Rubric Generation framework. By synergizing principle-guided synthesis, multi-model aggregation, and difficulty evolution, our approach produces comprehensive and highly discriminative criteria capable of capturing the subtle nuances. Based on this framework, we introduce RubricHub, a large-scale ($\sim$110k) and multi-domain dataset. We validate its utility through a two-stage post-training pipeline comprising Rubric-based Rejection Sampling Fine-Tuning (RuFT) and Reinforcement Learning (RuRL). Experimental results demonstrate that RubricHub unlocks significant performance gains: our post-trained Qwen3-14B achieves state-of-the-art (SOTA) results on HealthBench (69.3), surpassing proprietary frontier models such as GPT-5. Our code is available at \href{https://github.com/teqkilla/RubricHub}{ this URL}.

📄 PDF Abstract BibTeX arXiv:2601.08430

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PaperGym: Rubric-Centered Evolution for Research-Plan Generation

2026-08-31 · Yuhan Wang, Zhengxi Lu, Yuchen Yan, Kaitao Song 외 hf

Research planning is the decisive capability of AI scientists. Yet a research plan admits no verifiable answer, so reinforcement learning lacks the environment it requires: tasks paired with a critic. Rubrics extracted f…

Reinforcement Learning

RubricBench: Aligning Model-Generated Rubrics with Human Standards

2026-03-02 · Qiyuan Zhang, Junyi Zhou, Yufei Wang, Fuyuan Lyu 외 arxiv

As Large Language Model (LLM) alignment evolves from simple completions to complex, highly sophisticated generation, Reward Models are increasingly shifting toward rubric-guided evaluation to mitigate surface-level biase…

Rethinking Rubric Generation for Improving LLM Judge and Reward Modeling for Open-ended Tasks

2026-02-04 · William F. Shen, Xinchi Qiu, Chenxi Whitehouse, Lisa Alazraki 외 arxiv

Recently, rubrics have been used to guide LLM judges in capturing subjective, nuanced, multi-dimensional human preferences, and have been extended from evaluation to reward signals for reinforcement fine-tuning (RFT). Ho…

SibylSense: Adaptive Rubric Learning via Memory Tuning and Adversarial Probing

2026-02-24 · Yifei Xu, Guilherme Potje, Shivam Shandilya, Tiancheng Yuan 외 arxiv

Designing aligned and robust rewards for open-ended generation remains a key barrier to RL post-training. Rubrics provide structured, interpretable supervision, but scaling rubric construction is difficult: expert rubric…

OpenRubrics: Towards Scalable Synthetic Rubric Generation for Reward Modeling and LLM Alignment

2025-10-09 · Tianci Liu, Ran Xu, Tony Yu, Ilgee Hong 외 arxiv

Reward modeling lies at the core of reinforcement learning from human feedback (RLHF), yet most existing reward models rely on scalar or pairwise judgments that fail to capture the multifaceted nature of human preference…

Reinforcement Learning