Research area: NLP Authors: Yuhang Lai, Jiazhan Feng, Yee Whye Teh Release date: 2025-05-09 arXiv: 2505.03482
Overview
Large Language Models (LLMs) demonstrate strong capabilities for solving scientific and mathematical problems, yet they struggle to produce valid, challenging, and novel problems—an essential component for advancing LLM training and enabling autonomous scientific research. Existing problem generation approaches either depend on expensive human expert involvement or adopt naive self-play paradigms, which frequently yield invalid problems due to reward hacking.
Key Contribution: VHG
This work introduces VHG, a verifier-enhanced hard problem generation framework built upon three-party self-play. By integrating an independent verifier into the conventional setter-solver duality, the design constrains the setter's reward to be jointly determined by:
- Problem validity — evaluated by the verifier
- Difficulty — evaluated by the solver
- A hard symbolic verifier
- A soft LLM-based verifier
Two verifier variants are instantiated:
Results
VHG was evaluated on indefinite integration and general mathematical reasoning tasks. Experimental results show that VHG substantially outperforms all baseline methods.
---
*Auto-collected on 2026-05-09*