paper-with-me

Papers

QueST: Incentivizing LLMs to Generate Difficult Problems

2025-10-20 · Hanxu Hu, Xingxing Zhang, Jannis Vamvas, Rico Sennrich, Furu Wei arxiv

Large Language Models have achieved strong performance on reasoning tasks, solving competition-level coding and math problems. However, their scalability is limited by human-labeled datasets and the lack of large-scale, challenging coding problem training data. Existing competitive coding datasets contain only thousands to tens of thousands of problems. Previous synthetic data generation methods rely on either augmenting existing instruction datasets or selecting challenging problems from human-labeled data. In this paper, we propose QueST, a novel framework which combines difficulty-aware graph sampling and difficulty-aware rejection fine-tuning that directly optimizes specialized generators to create challenging coding problems. Our trained generators demonstrate superior capability compared to even GPT-4o at creating challenging problems that benefit downstream performance. We leverage QueST to generate large-scale synthetic coding problems, which we then use to distill from strong teacher models with long chain-of-thought or to conduct reinforcement learning for smaller models, proving effective in both scenarios. Our distillation experiments demonstrate significant performance gains. Specifically, after fine-tuning Qwen3-8B-base on 100K difficult problems generated by QueST, we surpass the performance of the original Qwen3-8B on LiveCodeBench. With an additional 112K examples (i.e., 28K human-written problems paired with multiple synthetic solutions), our 8B model matches the performance of the much larger DeepSeek-R1-671B. These findings indicate that generating complex problems via QueST offers an effective and scalable approach to advancing the frontiers of competitive coding and reasoning for large language models.

📄 PDF Abstract BibTeX arXiv:2510.17715

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationReinforcement Learning

Similar Papers 제목 키워드 기반

Instruction-tuned Self-Questioning Framework for Multimodal Reasoning

2025-09-25 · You-Won Jang, Yu-Jung Heo, Jaeseok Kim, Minsu Lee 외 arxiv

The field of vision-language understanding has been actively researched in recent years, thanks to the development of Large Language Models~(LLMs). However, it still needs help with problems requiring multi-step reasonin…

Multimodal Reasoning

Stochastic Streets: A Walk Through Random LLM Address Generation in four European Cities

2025-09-16 · Tairan Fu, David Campo-Nazareno, Javier Coronado-Blázquez, Javier Conde 외 arxiv

Large Language Models (LLMs) are capable of solving complex math problems or answer difficult questions on almost any topic, but can they generate random street addresses for European cities?

Wiki-R1: Incentivizing Multimodal Reasoning for Knowledge-based VQA via Data and Sampling Curriculum

2026-03-05 · Shan Ning, Longtian Qiu, Xuming He arxiv

Knowledge-Based Visual Question Answering (KB-VQA) requires models to answer questions about an image by integrating external knowledge, posing significant challenges due to noisy retrieval and the structured, encycloped…

Visual Question AnsweringReinforcement LearningMultimodal ReasoningDomain Adaptation

RIDE: Difficulty Evolving Perturbation with Item Response Theory for Mathematical Reasoning

2025-11-06 · Xinyuan Li, Murong Xu, Wenbiao Tao, Hanlun Zhu 외 arxiv

Large language models (LLMs) achieve high performance on mathematical reasoning, but these results can be inflated by training data leakage or superficial pattern matching rather than genuine reasoning. To this end, an a…

Reinforcement LearningMathematical Reasoning

R1-Searcher: Incentivizing the Search Capability in LLMs via Reinforcement Learning

2025-03-07 · Huatong Song, Jinhao Jiang, Yingqian Min, Jie Chen 외

Existing Large Reasoning Models (LRMs) have shown the potential of reinforcement learning (RL) to enhance the complex reasoning capabilities of Large Language Models~(LLMs). While they achieve remarkable performance on c…

RAGReinforcement Learning (RL)