← Latest papers
🤖 machine learning

The Representation-Rationalizability Tradeoff in Reward Learning

This paper reframes the social choice impossibility of consistent reward learning from heterogeneous pairwise preferences as a fundamental tradeoff in modern RLHF pipelines, demonstrating that richer response representations reduce representational error while simultaneously increasing aggregation error by exposing more inconsistent comparisons that no scalar reward can resolve.

Original authors: Jing Dong, Yaoliang Yu, Pascal Pourpart

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

Original authors: Jing Dong, Yaoliang Yu, Pascal Pourpart

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 Picture: The "Human Taste" Problem

Imagine you are trying to build a robot chef. To teach it what food is "good," you ask 1,000 different people to taste two dishes (Dish A and Dish B) and vote on which one they prefer.

In the world of AI (specifically RLHF), this is exactly what happens. We have a prompt (the recipe request) and two responses (the dishes). Humans vote on which is better. The goal is to create a single "Scorekeeper" (a reward model) that assigns a number to every dish, predicting what the group of humans would prefer.

The Paper's Core Insight:
The authors argue that the way we organize these dishes into categories (the "representation") creates a fundamental trap. If you make the categories too simple, you lose detail. If you make them too detailed, you create a logical paradox that no single score can solve.


Analogy 1: The "Blurry vs. Hyper-Sharp" Camera

Imagine you are taking a photo of a crowd of people to decide who is the "best" dancer.

Option A: The Blurry Lens (Simple Representation)
You use a very blurry camera. In this photo, three distinct dancers (Alice, Bob, and Charlie) all look like the exact same blob of color.

  • The Result: Your scorekeeper sees them as identical. It gives them all the same score.
  • The Problem: You lost information. Maybe Alice is actually amazing, but because she looks like Bob (who is terrible) in your blurry photo, you can't tell the difference. This is the Embedding Loss. You discarded useful details.

Option B: The 4K Ultra-HD Lens (Rich Representation)
You switch to a super-sharp camera. Now you can see every freckle and hair strand. Alice, Bob, and Charlie look completely different.

  • The Result: Your scorekeeper can see everyone clearly.
  • The New Problem: Because you can see them so clearly, you notice a contradiction in the crowd's votes.
    • The crowd says: "Alice is better than Bob."
    • The crowd says: "Bob is better than Charlie."
    • The crowd also says: "Charlie is better than Alice."
  • The Paradox: This is called a Condorcet Cycle (a voting loop). It's like Rock-Paper-Scissors. No matter what number you assign to Alice, Bob, and Charlie, you cannot satisfy all three votes at once. If you give Alice a high score, you contradict the vote that says Charlie is better.
  • The Paper's Term: This is the Agreement Cost. The more detail you show, the more of these impossible loops you reveal.

The Tradeoff: The "Goldilocks" Zone

The paper proves that you cannot just keep making your camera sharper and sharper to get a perfect score.

  1. Too Simple: You miss the differences (High Embedding Loss).
  2. Too Complex: You expose too many contradictions that a single number can't fix (High Agreement Cost).
  3. Just Right: There is a "sweet spot" in the middle. You want enough detail to tell the dancers apart, but not so much detail that you trigger a logical loop that breaks the scoring system.

The Surprising Finding:
The paper shows that the "perfect" amount of detail depends entirely on the specific group of people you are asking. What works for a group of jazz lovers might fail for a group of classical music fans. There is no universal "best" setting.

Analogy 2: The "Group Project" Manager

Imagine you are a manager trying to rank your employees based on feedback from a committee.

  • The "Coarse" Manager: You group employees by "Department." You tell the committee, "Who is better: The Marketing Dept or the Engineering Dept?"

    • Pros: Easy to decide.
    • Cons: You ignore that the best marketer might be worse than the best engineer. You lose nuance.
  • The "Hyper-Detailed" Manager: You group employees by "Name, Shoe Size, and Favorite Color."

    • Pros: You have perfect data.
    • Cons: The committee's feedback is messy. They say "John (who likes blue) is better than Mary," "Mary is better than Steve," but "Steve is better than John."
    • The Crash: You try to write a single performance review score for everyone. You can't. The math breaks because the preferences form a circle. The more specific you get, the more circles you find.

What About AI Training? (The "Joint Training" Trap)

In modern AI, we often try to train the "Camera" (the representation) and the "Scorekeeper" (the reward) at the same time, hoping they will figure out the perfect balance on their own.

The Paper's Warning:
The authors show that this "joint training" doesn't automatically find the sweet spot.

  • Imagine trying to walk a tightrope while juggling. The paper proves that if you try to adjust the rope (the representation) and the juggling (the reward) simultaneously, you might just end up spinning in circles or falling off.
  • The system can get stuck in a state where the "Scorekeeper" stops giving different scores to anyone (becoming a constant), effectively giving up on the task because the contradictions are too messy.

Summary of Results

  1. The Decomposition: The error in AI reward models is made of two parts:
    • Information Loss: What you missed because you were too vague.
    • Agreement Cost: The penalty for revealing contradictions that a single score can't solve.
  2. The Tradeoff: As you make the AI "smarter" (more detailed), the first error goes down, but the second error goes up.
  3. The Conclusion: You cannot simply throw more computing power or more complex models at the problem. You have to find the specific level of detail that matches the specific dataset you are working with. Sometimes, being slightly "blurry" is actually better for the final score than being perfectly sharp.

In short: In the quest to teach AI human preferences, more detail isn't always better. Sometimes, seeing too clearly reveals a mess that a simple score can't fix.

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 →