← Latest papers
💬 NLP

QuestA: Expanding Reasoning Capacity in LLMs via Question Augmentation

The paper introduces QuestA, a reinforcement learning strategy that enhances large language model reasoning by augmenting training questions with partial solutions, achieving new state-of-the-art results on challenging math benchmarks even with 1.5B-parameter models.

Original authors: Jiazheng Li, Hongzhou Lin, Hong Lu, Kaiyue Wen, Zaiwen Yang, Jiaxuan Gao, Yi Wu, Jingzhao Zhang

Published 2026-04-01
📖 5 min read🧠 Deep dive

Original authors: Jiazheng Li, Hongzhou Lin, Hong Lu, Kaiyue Wen, Zaiwen Yang, Jiaxuan Gao, Yi Wu, Jingzhao Zhang

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

The Big Problem: The "Too Hard" Wall

Imagine you are trying to teach a student (a Large Language Model) how to solve incredibly difficult math problems, like those found in the world's toughest math competitions.

You have two main ways to teach them:

  1. Give them easy problems: They get everything right quickly, but they stop thinking deeply. They just memorize patterns. When you finally give them a hard problem, they crash because they never learned how to struggle or explore new ideas.
  2. Give them hard problems: This is where they need to learn. But here's the catch: if the problem is too hard, the student gets stuck immediately. They guess randomly, get it wrong, and get no feedback. It's like trying to find a needle in a haystack blindfolded. The teacher (the training algorithm) can't help because the student never gets a "correct" answer to reinforce. They just spin their wheels, wasting time and energy.

This is the dilemma researchers faced: Easy problems make the model lazy; hard problems make the model give up.

The Solution: QUESTA (The "Training Wheels" Strategy)

The authors of this paper, QUESTA, came up with a clever trick to fix this. They realized that instead of throwing the student into the deep end, they should give them partial solutions or hints right at the start.

Think of it like this:

  • The Old Way: You hand a student a complex physics equation and say, "Solve this!" If they don't know the first step, they fail.
  • The QUESTA Way: You hand them the same equation, but you write the first half of the solution on the board for them. You say, "Here is the setup. Now, you figure out the rest."

By giving the model a "head start" (a partial solution), the problem becomes manageable. The model can successfully finish the problem, get a "Good Job!" reward, and learn how to think.

How It Works in Practice

The researchers took a dataset of 220,000 math problems. They filtered out the easy ones (because they aren't useful for growth) and the impossible ones (where the model fails 100% of the time).

Then, they created a special training curriculum:

  1. Phase 1 (Heavy Hints): They took the hardest problems and gave the model 50% of the answer as a hint. The model learned to finish the job.
  2. Phase 2 (Light Hints): Once the model got good at that, they reduced the hint to just 25%. The model had to do more of the work, but it still had a safety net.

This is like a video game where you start on "Easy Mode" with a guide, but as you level up, the guide disappears, forcing you to play on "Hard Mode" using the skills you just learned.

The Magic Result: Small Models, Big Brains

The most exciting part of this paper is the result. They tested this on a very small model (only 1.5 billion parameters). Usually, small models are considered "dumb" compared to giant models with 32 billion or more parameters.

However, using QUESTA:

  • The tiny 1.5B model beat the massive 32B models on several difficult math benchmarks.
  • It solved problems that the giant models couldn't solve.
  • It didn't just get better at one type of problem; it became a better reasoner overall.

Why This Matters (The "Aha!" Moment)

Usually, when you train AI on hard problems, it tends to "collapse." It gets so confident in one specific way of solving things that it stops exploring. It becomes rigid.

QUESTA prevents this collapse. Because the model is constantly being challenged with just the right amount of difficulty (thanks to the hints), it keeps its curiosity alive. It learns to explore different paths to the solution, not just the one it memorized.

Summary Analogy

Imagine you are trying to climb a massive, sheer mountain (Reasoning Capacity).

  • Standard Training: You either start at the bottom on a flat path (easy problems) and never reach the peak, or you try to jump straight to the top (hard problems) and fall off.
  • QUESTA: You build a series of scaffolding platforms up the side of the mountain.
    • First, you build a platform halfway up and let the climber practice climbing from there.
    • Once they are strong, you remove the bottom half of the scaffolding, forcing them to climb the lower section themselves.
    • Eventually, the scaffolding is gone, but the climber is strong enough to reach the summit on their own.

The Bottom Line: QUESTA proves that you don't need a bigger brain to solve harder problems; you just need a smarter way to teach it. By giving AI "partial answers" during training, we can turn small, cheap models into reasoning geniuses.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →