← Latest papers
🤖 machine learning

Learning with Multiple Correct Answers -- Regret Bounds under Different Feedback Models

This paper investigates the online learning problem where instances admit multiple valid labels, characterizing optimal mistake bounds via combinatorial dimensions and analyzing regret rates across three feedback models to derive corresponding sample complexity bounds for both realizable and agnostic settings.

Original authors: Alireza F. Pour, Farnam Mansouri, Shai Ben-David

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

Original authors: Alireza F. Pour, Farnam Mansouri, Shai Ben-David

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 playing a high-stakes guessing game against a tricky opponent. In this game, you are given a prompt (like a question or a sentence starter), and you must provide an answer. The twist? There isn't just one correct answer. Instead, there is a whole list of acceptable answers.

For example, if the prompt is "Name a fruit," the correct list might be {Apple, Banana, Orange}. If you guess "Apple," you win. If you guess "Banana," you also win. But if you guess "Car," you lose.

This paper studies how a computer learner can get better at this game over time, specifically looking at how much information the learner gets after each guess. The authors found that the amount of information you get back changes the game entirely, leading to three very different outcomes.

Here is the breakdown of their findings using simple analogies:

The Three Types of Feedback (The "Referee")

In this game, after you make a guess, a referee tells you something. The paper compares three different ways the referee can speak:

  1. The "Silent Corrector" (Mistake-Unknown):

    • The Scenario: You guess "Car." The referee simply whispers one correct answer, like "Apple."
    • The Problem: You don't know if "Car" was wrong. You only know "Apple" is right. Maybe "Car" was also right, but the referee just didn't tell you. Maybe "Car" was wrong. You are flying blind.
    • The Result: The paper shows that in this scenario, even with a small number of possible answers, the learner can get stuck in a loop. Their "regret" (the number of times they fail compared to the best possible strategy) grows linearly. It's like running on a treadmill that keeps getting faster; no matter how hard you try, you keep falling behind at a steady, frustrating pace.
  2. The "Honest Referee" (Mistake-Known):

    • The Scenario: You guess "Car." The referee says, "Apple" (a correct answer) AND adds a red light: "You were wrong."
    • The Advantage: Now you know for sure you missed. You also know "Apple" is safe.
    • The Result: This is much better. The paper proves that with this feedback, the learner's regret grows much slower (sub-linearly). It's like having a coach who tells you exactly when you messed up. You still make mistakes, but you learn from them quickly enough that your performance improves over time.
  3. The "All-Knowing Oracle" (Set-Valued):

    • The Scenario: You guess "Car." The referee reveals the entire list of correct answers: "The correct answers are {Apple, Banana, Orange}."
    • The Advantage: You have total transparency. You see exactly what you missed and what you could have guessed.
    • The Result: This is the "magic" scenario. For many types of problems, the learner's regret becomes constant. This means that after a certain point, the learner stops making extra mistakes compared to the best possible strategy. It's like having a cheat sheet that eventually lets you play perfectly, regardless of how long the game goes on.

The Big Surprise: "Real" vs. "Agnostic"

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

  • The Realizable Player: The game is fair. There is definitely a "perfect" strategy hidden in the rules that can get 100% of the answers right.
  • The Agnostic Player: The game might be rigged or messy. There might not be a single perfect strategy that fits every single round. The goal is just to do as well as the best possible strategy available, even if that strategy isn't perfect.

The Shocking Discovery:
In many learning problems, if you can solve the "Real" version, you can usually solve the "Messy" version too. Not here.

  • In the Silent Corrector (Mistake-Unknown) game, even if the rules are simple, the "Messy" version is a disaster. The learner fails constantly.
  • In the All-Knowing Oracle (Set-Valued) game, the "Messy" version is a breeze. The learner can achieve a constant, near-perfect score.

This tells us that in the world of "multiple correct answers," having a little bit more information (like knowing you made a mistake, or seeing the full list) changes the difficulty of the game from "impossible" to "easy."

The "Tree" Analogy

To prove these points, the authors use a mathematical tool they call a "Littlestone Dimension," which is essentially a measure of how complex the game tree is.

  • Imagine a tree where every branch represents a possible guess.
  • In the Silent Corrector game, the tree is so tangled that the learner can't find the right path, leading to endless mistakes.
  • In the All-Knowing Oracle game, the tree is pruned and clear. The learner can see the branches that lead to success and avoid the dead ends.

Summary

This paper is about Language Generation (like AI writing text). It argues that because AI often has many valid ways to finish a sentence, we need to rethink how we train it.

  • If we only show the AI one example of a correct answer (Silent Corrector), it might struggle to learn, even if the task seems simple.
  • If we tell the AI "You were wrong" (Honest Referee), it learns reasonably well.
  • If we show the AI the full range of acceptable answers (All-Knowing Oracle), it can master the task almost instantly, even in messy, unpredictable situations.

The core message is: In a world with multiple right answers, the quality of the feedback you get is just as important as the intelligence of the learner.

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 →