AIAny
Icon for item

Reinforcement Learning with Evolving Rubrics as Rewards for Audio Reasoning

Supervises audio reasoning by generating per-sample, audio-grounded rubrics that evolve with model rollouts and serve as reinforcement-learning rewards, improving perception and adaptive multi-step reasoning while avoiding reward saturation.

Introduction

Most audio QA systems either supervise only final answers or rely on fixed, hand-crafted process metrics that quickly saturate. AudioRubrics reframes reward design: it synthesizes fine-grained, waveform-anchored rubrics per sample and continually regenerates and reweights criteria conditioned on the model's own rollouts, producing a moving target that focuses training on current weaknesses instead of letting static rewards plateau.

Key Findings
  • Outperforms a broad set of open-source and training-based baselines across three audio reasoning benchmarks, indicating better generalization for both perception-heavy and multi-step tasks — so what: more reliable end-to-end audio understanding without extra labeled reasoning traces.
  • Converges to a stable reasoning length that avoids degenerate collapse or unchecked growth — so what: produces concise yet sufficient reasoning traces, improving interpretability and training stability.
  • Gains scale with the capability of the rubric generator and judge — so what: investing in stronger rubric modules yields proportional policy improvements, making the approach modular and extensible.
  • Anchoring supervision in acoustic evidence improves raw audio perception as well as reasoning — so what: the rubric mechanism serves dual roles of perceptual grounding and process supervision.
Who it's for and tradeoffs

Great fit if you are a researcher or practitioner building RL-based or process-supervised audio reasoning systems, need audio-grounded explainability, or want adaptive rewards that keep training signal informative as models improve. Look elsewhere if you only need simple answer supervision (outcome-only labels), cannot afford the additional compute or infrastructure for rubric-generator/judge components, or lack access to sufficiently rich waveform data for rubric synthesis.

Where it fits

Practically, AudioRubrics sits between outcome-only reward schemes and static process metrics: it keeps the verifiability and interpretability of process supervision while adapting criteria per sample and per training phase, making it a candidate for multimodal reasoning pipelines that require grounded intermediate evidence.

Information

  • Websitearxiv.org
  • AuthorsFangxu Yu, Tao Feng, Dehai Min, Zinan Lin, Weijia Xu, Michael Xu, Philip S. Yu, Ge Liu, Tianyi Zhou
  • Published date2026/08/03

More Items

Introduces a rubric-based approach for video reward modeling that generates explicit, query-adaptive evaluation criteria before scoring to reduce scalar drift; proposes RGPO, a two-stage training (seed warm-up + joint optimization) that achieves strong pointwise and pairwise evaluation with high data efficiency.

Reframes Policy Mirror Descent for autoregressive LLM generation into a critic-free, trajectory-level objective using the Bellman equations to avoid per-token value estimation. Derives a practical token-level loss with a smoothed mismatch-correction weight and shows improved math-reasoning accuracy on benchmarks.

Converts natural-language SVG instructions into instance-aware six-item rubrics and uses a vision–language judge to score rendered SVGs item-by-item as dense RL rewards. Produces stronger human alignment and lifts benchmark rubric scores substantially on MMSVG datasets.