Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Self-Questioning Language Models

About

Can large language models improve without external data -- by generating their own questions and answers? We hypothesize that a pre-trained language model can improve its reasoning skills given only a single prompt specifying the topic (e.g., algebra word problems) and asking the model to generate its own questions. To do this, we propose Self-Questioning Language Models (SQLM): an asymmetric self-play framework where a proposer is given the topic and generates a question for a solver, who tries to answer it. Both the proposer and solver are trained via reinforcement learning. The proposer receives a reward if the problem is not too easy or too difficult, and the solver receives a reward based on majority voting, a proxy for correctness in the absence of ground-truth answers. For coding, the proposer can instead generate unit tests which are used for verification. We study this asymmetric self-play framework on three benchmarks: three-digit multiplication, algebra problems from the OMEGA benchmark, and programming problems from Codeforces. By continually generating more interesting problems and attempting to solve them, language models can improve on downstream benchmarks without access to any curated training datasets.

Lili Chen, Mihir Prabhudesai, Katerina Fragkiadaki, Hao Liu, Deepak Pathak• 2025

Related benchmarks

TaskDatasetResultRank
Science Question AnsweringScienceQA (test)
Average Accuracy87.98
245
Multi-hop Question Answering2WikiMQA--
161
Multimodal UnderstandingMMMU (val)--
152
Diagram UnderstandingAI2D (test)
Accuracy82.18
131
Chart UnderstandingChartQA (test)
Accuracy84.62
92
Mathematical ReasoningMathVista (test)
Accuracy68.88
59
Mathematical ReasoningMathVision (test)
Accuracy22.52
53
General Question AnsweringNQ
Exact Match (EM)39.9
52
General Question AnsweringTriviaQA
Score62.2
16
Multi-hop Question AnsweringMuSiQue
Score10.8
16
Showing 10 of 15 rows

Other info

Follow for update