Rubrics to Tokens: Token-Level Rewards for Instruction Following (April 2026)
FreeRubric-based RL with Token-Level Relevance Discriminator — solves credit assignment for instruction following by predicting which tokens satisfy specific constraints; fine-grained optimization
About Rubrics to Tokens: Token-Level Rewards for Instruction Following (April 2026)
Rubrics to Tokens (RTT) is a novel rubric-based Reinforcement Learning (RL) framework designed to align Large Language Models (LLMs) with complex, open-domain instruction-following tasks. It addresses the severe reward sparsity and reward ambiguity problems of existing response-level reward methods by introducing a Token-Level Relevance Discriminator. This discriminator predicts which individual tokens in the response are responsible for satisfying a specific constraint. The policy is optimized via RTT-GRPO, which unifies response-level and token-level advantages within a single framework. Additionally, RTT proposes Intra-sample Token Group Normalization to handle the shift from one-dimensional outcome-level rewards to a three-dimensional reward space in token-level rubric-based RL. Extensive experiments show that RTT consistently outperforms baselines in both instruction-level and rubric-level accuracy across different models.
Key Features
Pros & Cons
- Provides fine-grained token-level credit assignment, overcoming reward sparsity and ambiguity.
- Clearly outperforms response-level reward baselines in both instruction-level and rubric-level accuracy.
- Intra-sample Token Group Normalization effectively handles multi-dimensional reward spaces.
- Open-source framework with publicly available paper and likely code (no code link found on arXiv page but typical for such papers).
- Requires training an additional Token-Level Relevance Discriminator, increasing computational overhead.
- Complexity of implementing the three-dimensional reward space and group normalization may be a barrier for some practitioners.
- Experiments only reported on specific benchmarks; generalization to other domains not fully explored in this paper.