paper-with-me

홈 › Papers

Verifier-Backed Hard Problem Generation for Mathematical Reasoning

2026-05-07 · Yuhang Lai, Jiazhan Feng, Yee Whye Teh, Ning Miao arxiv

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. 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, our design constrains the setter's reward to be jointly determined by problem validity (evaluated by the verifier) and difficulty (assessed by the solver). We instantiate two verifier variants: a Hard symbolic verifier and a Soft LLM-based verifier, with evaluations conducted on indefinite integral tasks and general mathematical reasoning tasks. Experimental results show that VHG substantially outperforms all baseline methods by a clear margin.

📄 PDF Abstract BibTeX arXiv:2605.06660

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

Hard2Verify: A Step-Level Verification Benchmark for Open-Ended Frontier Math

2025-10-15 · Shrey Pandit, Austin Xu, Xuan-Phi Nguyen, Yifei Ming 외 arxiv

Large language model (LLM)-based reasoning systems have recently achieved gold medal-level performance in the IMO 2025 competition, writing mathematical proofs where, to receive full credit, each step must be not only co…

DeepSeekMath-V2: Towards Self-Verifiable Mathematical Reasoning

2025-11-27 · Zhihong Shao, Yuxiang Luo, Chengda Lu, Z. Z. Ren 외 arxiv

Large language models have made significant progress in mathematical reasoning, which serves as an important testbed for AI and could impact scientific research if further advanced. By scaling reasoning with reinforcemen…

Reinforcement LearningMathematical Reasoning

Evidence-Driven LLM Agent for C-to-Synthesizable-C Conversion and Verification

2026-06-25 · Zhe Zhao, Hongbing Lang, Zhihan Xiao, Luke Ztz Hu 외 arxiv

Software-compilable C programs routinely fail to complete the four-stage pipeline of a high-level synthesis (HLS) toolchain -- compilation, C simulation (CSim), synthesis, and C/RTL co-simulation (CoSim) -- because HLS a…

Code Repair

VeriEvol: Scaling Multimodal Mathematical Reasoning via Verifiable Evol-Instruct

2026-06-22 · Haoling Li, Kai Zheng, Jie Wu, Can Xu 외 arxiv

Scaling reinforcement learning for visual mathematical reasoning requires more than generating harder questions: as data volume grows, the reward labels themselves must remain reliable. Yet existing data pipelines scale …

Reinforcement LearningMathematical Reasoning

On the Query Complexity of Verifier-Assisted Language Generation

2025-02-17 · Edoardo Botta, Yuchen Li, Aashay Mehta, Jordan T. Ash 외

Recently, a plethora of works have proposed inference-time algorithms (e.g. best-of-n), which incorporate verifiers to assist the generation process. Their quality-efficiency trade-offs have been empirically benchmarked …

Computational EfficiencyText Generation