← Latest papers
🤖 AI

In LLM Reasoning, there is Irrationality on top of Value Misalignment

This paper introduces and formalizes "rational value risk" as the utility gap between an LLM's deployed reasoning strategy and its optimal rational counterpart, demonstrating through extensive experiments across multiple models and benchmarks that even well-aligned models frequently fail to maximize expected utility due to inference-time reasoning limitations, finite data constraints, and imperfect verification.

Original authors: Kejiang Qian, Fengxiang He

Published 2026-06-23
📖 5 min read🧠 Deep dive

Original authors: Kejiang Qian, Fengxiang He

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 Idea: Having the Map, But Getting Lost

Imagine you have a very smart, well-trained GPS (the AI). Before you even start driving, the GPS has been perfectly aligned with your destination. It knows exactly where you want to go, it understands your preferences, and it has been programmed to avoid dangerous roads. This is what researchers call "Value Alignment."

However, this paper argues that even with a perfect GPS, you can still get lost. Why? Because the GPS might generate a list of possible routes, see the perfect one, but then accidentally pick a terrible, winding path instead.

The authors call this gap "Rational Value Risk." It's the difference between the best possible answer the AI could have found (if it thought perfectly) and the actual answer it gave you.

The Core Problem: The "Irrational" Driver

The paper makes a crucial distinction between two types of failures:

  1. Value Misalignment: The GPS is programmed to take you to the wrong place (e.g., it thinks you want to go to the beach when you wanted the airport).
  2. Irrational Reasoning: The GPS knows you want the airport, and it sees the fastest route on its screen, but it still tells you to take the scenic, 3-hour detour.

The authors found that even when the first problem is fixed (the AI is well-aligned), the second problem remains. The AI is "irrational" in how it chooses its final answer, even if it knows what a good answer looks like.

How They Measured It: The "Taste Test" Analogy

To prove this, the researchers set up a massive experiment. Imagine a chef (the AI) trying to cook a meal.

  1. The Setup: They asked the chef to cook 64 different versions of the same dish (sampling 64 different "reasoning paths").
  2. The Taste Test: A food critic (the "verifier") tasted all 64 dishes.
  3. The Result:
    • REU (Rational Expected Utility): The critic found that at least one of those 64 dishes was a Michelin-star masterpiece. The AI could have made it.
    • AEU (Actual Expected Utility): However, the dish the chef actually served to the customer was just "okay" or even burnt.
    • RVR (Rational Value Risk): The gap between the "Michelin Star" dish the AI could have made and the "okay" dish it actually served.

They found this gap everywhere. Whether the AI was writing code, solving math problems, or chatting, it consistently failed to pick the best option from the ones it generated.

Key Findings (The "What We Learned" Section)

1. The Problem is Everywhere (H1)
It doesn't matter if the AI is small or huge, or if it's talking to you or solving a math problem. The AI often generates a "golden ticket" answer but fails to hand it to you. It's like a lottery player who buys a ticket that wins the jackpot but throws it in the trash by mistake.

2. Training Helps, But Doesn't Fix It (H2)
The researchers tested AI models that had been "trained" to be better (using methods like RLHF, which is like giving the AI a reward for good behavior).

  • Result: Training made the AI better at generating good answers (the chef got better at cooking).
  • But: The AI still struggled to pick the best answer from the ones it cooked. Training reduced the problem, but it didn't eliminate it. The "irrationality" is a separate issue from the training.

3. How You Ask Matters (H3)
The way you ask the AI to think changes the result.

  • Temperature (Randomness): If you tell the AI to be more random (higher "temperature"), it generates more creative and diverse answers. It finds better potential answers, but it also gets worse at picking the right one. The gap (risk) gets bigger.
  • Self-Consistency (Voting): If you tell the AI to generate many answers and then vote on the most common one, it gets better at picking the right answer. This shrinks the gap.

4. Thinking Longer Has Limits (H4)
You might think, "If the AI thinks longer, it will be smarter."

  • Result: Sometimes, yes. Giving the AI more time (more "tokens" or steps) helps it find better answers.
  • The Catch: After a certain point, thinking longer doesn't help much. It's like studying for a test: reading the textbook for 1 hour helps, but reading it for 10 hours doesn't make you twice as smart; you just get tired and might make silly mistakes. The paper found "diminishing returns"—eventually, longer reasoning stops helping.

The Three Reasons for the Error

The authors broke down why this gap exists into three parts:

  1. The Candidate Problem: The AI didn't generate the good answer in its first batch of tries. (It didn't cook the Michelin dish at all).
  2. The Prompt Problem: The AI was tested on too few questions to get a perfect average.
  3. The Verifier Problem: The "food critic" (the tool checking the answer) might be a bit noisy or unsure.

The Conclusion

The paper concludes that we need to stop looking at AI alignment as a "one-and-done" fix. Even if we teach an AI to be "good" (aligned), we still need to teach it to be "smart" (rational) in how it chooses its final answer.

In short: We have built cars with perfect navigation systems (alignment), but the drivers (the reasoning strategies) are still prone to taking wrong turns. We need to fix the driver, not just the map.

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 →