← Latest papers
🤖 machine learning

More Correct Mass, Worse Answers: Why Power Sampling Can Fail and How to Fix It

This paper reveals that while Power Sampling increases the probability mass of correct reasoning trajectories, it paradoxically degrades downstream inference accuracy due to dose and coverage mismatches, a problem the authors resolve by introducing a deformation-controlled, support-preserving variant that outperforms standard multi-sample methods.

Original authors: Haohui Yang, Jiaxing Sun, Xiujun Ma

Published 2026-08-17
📖 6 min read🧠 Deep dive

Original authors: Haohui Yang, Jiaxing Sun, Xiujun Ma

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

Imagine you are trying to solve a really tricky riddle. You ask a super-smart robot for the answer, but instead of giving you just one guess, you ask it to write down ten different stories about how it solved the puzzle. This is how modern AI works on hard problems: it doesn't just pick one path; it generates a whole crowd of possible solutions and then looks at the crowd to see what the majority agrees on. This "crowd wisdom" approach is called Self-Consistency. The idea is simple: if the robot is confident, most of its ten stories should lead to the same correct answer. If they all disagree, the robot is probably confused.

Now, imagine you want to make the robot even smarter by tweaking how it thinks. You might try to tell it, "Hey, if you think a certain story is 80% likely, make it feel 99% likely!" This technique is called Power Sampling. It's like turning up the volume on the robot's favorite ideas, hoping that by making the "best" ideas louder, the robot will find the right answer faster. It sounds like a perfect upgrade, right? But what if turning up the volume actually makes the robot shout over the quiet, correct ideas, causing the whole crowd to vote for the wrong answer? That is the surprising twist a team of researchers from Peking University uncovered. They found that this popular trick can sometimes make AI dumber, not smarter, by accidentally silencing the very diversity of thought that makes the "crowd wisdom" work in the first place.


The Paradox: Louder Doesn't Mean Better

The researchers, Haohui Yang, Jiaxing Sun, and Xiujun Ma, discovered a strange contradiction in how AI models reason. They looked at a method called Power Sampling, which is designed to sharpen a model's focus. Think of a model's mind as a landscape with hills and valleys. The high hills represent ideas the model thinks are very likely, and the low valleys are ideas it thinks are unlikely. Power Sampling takes a mathematical "magnifying glass" (an exponent) and makes the high hills even taller and the valleys even deeper. The goal is to make the model pick its "best" ideas more aggressively.

However, the team found that while this sharpening does push more probability mass toward the correct paths, it often ruins the final answer when the model tries to combine multiple guesses. In their tests across nine different setups involving math, code, and physics, this method actually made the AI's performance worse in seven of them. In the worst case, the accuracy dropped by a massive 18.5 percentage points.

The Two Culprits: Dose and Coverage

Why did this happen? The authors identified two main reasons, which they call "mismatches."

1. The Coverage Mismatch (The "One Loud Voice" Problem)
Imagine a town meeting where you need to decide on a new park. There are three different groups (C1, C2, and C3) who all want the same correct location, but they are small, quiet groups. There is also one very loud, aggressive group (W1) that wants the wrong location.

  • Normal AI (Base): The three quiet groups combine their voices. Even though they are individually small, together they outvote the one loud group. The correct answer wins.
  • Power Sampling: This method acts like a megaphone that only amplifies the loudest individual voice. It makes the single loud group (W1) so incredibly loud that it drowns out the three quiet groups combined. The AI now thinks the wrong answer is the only option.
    The researchers showed that while Power Sampling increases the chance of finding a correct path (a metric called pass@k), it destroys the "collective support" needed for the final decision. It concentrates all the attention on a few dominant paths, leaving the broader support network that the "crowd wisdom" needs completely empty.

2. The Dose Mismatch (The "One Size Fits All" Problem)
The second problem is that the "magnifying glass" used in Power Sampling is fixed. It applies the same amount of sharpening to every single problem, regardless of how hard the problem is.

  • Imagine you are adjusting the focus on a camera. For a simple photo, a tiny tweak makes it perfect. But for a complex, blurry photo, that same tiny tweak might make it look like a mess.
  • The researchers found that because every math problem or code challenge has a different "shape" of difficulty, using the same fixed exponent (they tested α = 4) creates wildly different results. For some easy problems, it's a gentle nudge. For others, it's a total collapse of the AI's reasoning, crushing all but one path. This makes the method unpredictable and hard to control.

The Fix: Relative-Rank SoftSat

To fix this, the team invented a new method called Relative-Rank SoftSat. Instead of just making the "tallest" hills taller, this method looks at the ranking of the ideas within each specific problem.

  • The Analogy: Imagine a race. Power Sampling is like giving a huge head start to whoever is currently in first place, regardless of the track. SoftSat is different. It looks at where everyone is relative to the other runners on that specific track. It gives a boost to the runners in the middle of the pack (the moderate-probability paths) but puts a "cap" or a "speed limit" on the runner in first place.
  • How it works: It stops the top path from absorbing all the attention (fixing the Coverage issue) and it adjusts the boost based on how the problem is structured, rather than using a rigid, one-size-fits-all rule (fixing the Dose issue).

The Results: Smarter, Not Just Louder

When they tested this new method, the results were impressive. They didn't need to generate more stories or use more computer power; they just changed how they weighed the stories they already had.

  • On the LiveAoPSBench (a math benchmark) and PHYSICS tests, the old Power Sampling method caused huge drops in accuracy. The new SoftSat method fixed these drops almost entirely. For example, on the LiveAoPSBench with one specific model, the accuracy went from a disastrous drop of 18.474 points down to a tiny, almost negligible drop of 1.004 points.
  • In many cases, SoftSat actually improved the AI's performance compared to the standard "unweighted" crowd wisdom, showing that a little bit of smart weighting is better than no weighting or too much aggressive weighting.

The Takeaway

The paper concludes that simply making an AI "more confident" in its top guesses isn't always the right move. Sometimes, the secret to a better answer isn't shouting the loudest idea, but preserving the quiet, diverse voices that, when combined, lead to the truth. By using a method that respects the relative ranking of ideas and prevents any single path from dominating the conversation, we can get better reasoning from our AI models without needing to train them on new data or spend more money on computing power. It's a reminder that in the world of AI, diversity of thought is just as important as confidence.

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 →