R-Diverse: Mitigating Diversity Illusion in Self-Play LLM Training

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

Summary

R-Diverse is a new self-play training framework for large language models (LLMs) designed to mitigate "Diversity Illusion," a key failure mode in existing methods like R-Zero. Diversity Illusion occurs when training signals appear varied but collapse into recurring underlying patterns, manifesting as "Local Diversity Illusion" (within-batch diversity only) and "Surface Diversity Illusion" (superficial question variation). R-Diverse addresses these issues with two innovations: Memory-Augmented Penalty (MAP), which uses a persistent memory bank to prevent recycling questions across iterations, and Skill-Aware Measurement (SAM), which assesses diversity based on the reasoning skills required rather than just surface-level question differences. Across 10 math and general reasoning benchmarks, R-Diverse consistently outperforms prior self-play methods and sustains performance gains over more training iterations.

Key takeaway

For AI engineers developing self-play LLM training pipelines, R-Diverse offers a robust approach to overcome performance plateaus. Your current self-play methods might be suffering from Diversity Illusion, leading to non-sustained improvements. Consider integrating Memory-Augmented Penalty (MAP) and Skill-Aware Measurement (SAM) to ensure more effective and sustained reasoning skill expansion in your models, particularly for complex reasoning tasks.

Key insights

Diversity Illusion hinders LLM self-play, where training data appears diverse but lacks true underlying skill variation.

Principles

Method

R-Diverse uses Memory-Augmented Penalty (MAP) to discourage question recycling and Skill-Aware Measurement (SAM) to evaluate diversity based on reasoning skills, not just surface variation.

In practice

Topics

Code references

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Machine Learning.