← Latest papers
💻 computer science

SHALA-LLM: Smartly Handling Ambiguous Labels in Aligning LLMs

The paper introduces SHALA-LLM, a reinforcement learning framework that improves LLM alignment by treating annotator label ambiguity as valuable information rather than noise, thereby dynamically prioritizing ambiguous samples to better model human judgment distributions while simultaneously boosting classification performance.

Original authors: Jingyao Wu, Ashley Wang, Keane Ong, Paul Pu Liang, Rosalind Picard

Published 2026-06-05
📖 4 min read☕ Coffee break read

Original authors: Jingyao Wu, Ashley Wang, Keane Ong, Paul Pu Liang, Rosalind Picard

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 Problem: When Everyone Disagrees

Imagine you are a teacher grading a student's essay. You ask five different experts to read the same paragraph and decide if it's "True," "False," or "Maybe."

  • Expert A says: "Definitely True."
  • Expert B says: "Definitely False."
  • Experts C, D, and E say: "It's a bit of both; it's ambiguous."

In the past, when training AI (Large Language Models or LLMs), researchers would look at these five opinions and say, "Okay, three people said 'Maybe,' so the answer is Maybe." They would throw away the fact that two experts strongly disagreed. They treated the disagreement as "noise" or a mistake to be fixed.

The authors of this paper argue that this is a mistake. They say the disagreement isn't noise; it's information. The fact that smart people can't agree tells the AI that the situation is tricky, complex, and open to interpretation.

The Solution: SHALA-LLM

The team created a new method called SHALA-LLM (Smartly Handling Ambiguous Labels in Aligning LLMs). Think of it as a new way to teach the AI to listen to the whole conversation of the experts, not just the loudest voice.

Here is how it works, step-by-step:

1. The "Voting Booth" Instead of a Single Answer

Instead of forcing the AI to pick just one label (like "True"), SHALA-LLM asks the AI to give a probability distribution.

  • Old Way: The AI says, "I am 100% sure this is 'True'."
  • SHALA-LLM Way: The AI says, "I think there is a 40% chance it's 'True', a 40% chance it's 'False', and a 20% chance it's 'Maybe'."

This matches the reality of the human experts, who were split down the middle.

2. The "Confusion Bonus" (The Secret Sauce)

This is the most creative part of the paper. The researchers realized that some questions are easy (everyone agrees), and some are hard (everyone fights).

  • Easy Question: Everyone agrees. The AI gets a standard reward for getting it right.
  • Hard Question: The humans are confused and disagree.

In SHALA-LLM, the AI gets a special "Confusion Bonus." If the human experts are highly confused about a specific example, the AI is rewarded more for learning that specific example.

  • The Analogy: Imagine a coach training a soccer player. If the player scores an easy goal, they get a high-five. But if the player practices on a slippery, muddy field where the ball bounces unpredictably (high ambiguity), and they still manage to score, the coach gives them a huge trophy.
  • The AI learns that the "muddy, confusing" examples are the most valuable for becoming smarter.

3. The Result: A More Human-Like AI

The paper tested this on tasks like:

  • NLI (Natural Language Inference): Deciding if one sentence logically follows another.
  • ER (Emotion Recognition): Guessing if a voice sounds happy, sad, or angry.

What happened?

  • Better Agreement: The AI's "guesses" (distributions) matched the spread of human opinions much better than before. It reduced the gap between what the AI thought and what humans thought by up to 62%.
  • Better Accuracy: Surprisingly, by learning to handle the confusion, the AI also got better at picking the single "best" answer. It improved its accuracy score by up to 16%.
  • Robustness: When the tasks got extremely difficult and confusing, the old AI models fell apart. The SHALA-LLM model stayed steady. It didn't panic when the humans disagreed; it used that disagreement to learn deeper patterns.

The Bottom Line

The paper claims that by treating human disagreement as a feature (a helpful signal) rather than a bug (a mistake), we can build AI that is more honest about uncertainty and more accurate in real-world situations where things aren't black and white.

The AI doesn't just learn what to say; it learns how unsure it should be, which makes it a much better mimic of human judgment.

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 →