Co-Evolving LLM Evaluators and Policies via DynamicRubric

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

DynamicRubric is a novel co-evolution framework designed to improve large language models (LLMs) by dynamically evolving evaluators alongside the policies they supervise. It addresses the bottleneck in post-training where improving policies lead to similar-quality responses, causing collapsed relative evaluator score gaps that yield weak policy supervision. The framework generates weighted binary rubric items for each candidate response set and aggregates judgments into response-level scores. Experiments with 8B LLM backbones demonstrate that DynamicRubric enhances evaluator performance and provides stronger policy supervision compared to baselines using a 70B reward model or a 235B static rubric generator. Policies optimized with DynamicRubric also show gains on verifiable reasoning and coding tasks. A DynamicRubric-optimized model is fully deployed in WeChat Search's AI answering scenario, handling tens of millions of requests daily and improving key online metrics.

Key takeaway

For Machine Learning Engineers optimizing LLMs with evaluator feedback, you should consider implementing dynamic evaluator-policy co-evolution frameworks like DynamicRubric. This approach directly addresses the issue of diminishing supervision signals as model quality improves, ensuring your policy updates remain effective. By adopting dynamic rubrics, you can achieve stronger policy supervision, leading to improved performance on tasks like verifiable reasoning and coding, and better online metrics in production environments.

Key insights

Evaluators must co-evolve with policies to provide effective supervision for improving large language models.

Principles

Method

DynamicRubric generates weighted binary rubric items per candidate set, aggregating judgments into response-level scores for co-evolution.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.