← Latest papers
🤖 AI

Second Guess: Detecting Uncertainty Through Abstention and Answer Stability in Small Language Models

The paper introduces "Second Guess," a lightweight, parameter-free prompting technique for small language models that detects uncertainty and improves reliability in multiple-choice question answering by leveraging answer stability when an "I don't know" option is included.

Original authors: Ashwath Vaithinathan Aravindan, Mayank Kejriwal

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

Original authors: Ashwath Vaithinathan Aravindan, Mayank Kejriwal

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 taking a multiple-choice test. Usually, if you are unsure of an answer, you might just guess anyway because you're afraid to leave it blank. But what if you had a special trick that let you say, "I don't know," only when you were truly confused, and stick with your answer only when you were confident?

That is exactly what the paper "Second Guess" proposes for small computer brains (called Small Language Models or SLMs).

Here is the simple breakdown of how it works, using a few everyday analogies:

The Problem: The Overconfident Guess

Small language models are like students who are eager to please but sometimes lack deep knowledge. When they don't know the answer, they often confidently pick the wrong option rather than admitting they are stuck. In the real world, this is dangerous. If a small AI on a mobile phone or a robot is making decisions, it's better for it to say "I don't know" than to confidently give you wrong advice.

The Solution: The "Second Guess" Trick

The authors created a simple, free method called Second Guess. It doesn't require retraining the model or changing its internal code. It just asks the model to take the test twice, with a tiny twist.

The Analogy: The "Honesty Option"
Imagine you are taking a quiz.

  1. First Pass: You see the question with four normal answers (A, B, C, D). You pick one. Let's say you pick A.
  2. Second Pass: The teacher adds a fifth option: "E) I don't know." You see the same question again.
    • Scenario 1 (Confident): You still pick A. The teacher says, "Great, you're consistent. Stick with A."
    • Scenario 2 (Confused): You suddenly change your mind and pick B, or maybe you pick E. The teacher says, "Wait, you changed your mind! You must be unsure. Let's mark this as 'I don't know' and skip it."

The paper claims that if a model truly knows the answer, it will pick the same letter both times. If it is unsure, it will get confused by the new "I don't know" option and start jumping between answers.

Why This is Special

  • It's Lightweight: It only asks the computer to think twice per question. It doesn't need to run complex calculations or look at the model's internal "brain waves" (which is often impossible with closed models).
  • It Works Best on Struggling Students: The paper found that this trick helps the most with models that are already not very good at the task. If a model is already an expert, it doesn't need the trick as much. But for the smaller, less powerful models, this method significantly reduces the number of wrong answers they confidently give.
  • It Catches "Wobbly" Thinking: The researchers discovered that the models rarely actually picked the "I don't know" option. Instead, the magic happened because the models kept switching between the wrong answers when the "I don't know" option was added. The method catches this "wobbling" and treats it as a sign of uncertainty.

The Results

When they tested this on four different small models across various difficult quizzes (like science and common sense questions), the "Second Guess" method reduced the overall risk of bad outcomes by about 10.8%.

Even when they "fine-tuned" (taught) the models to be better at the specific tasks, this trick still worked, whereas other complex methods stopped working.

The Bottom Line

The paper argues that you don't need a massive, expensive supercomputer to make AI safer. Sometimes, you just need to ask the AI, "Are you sure?" a second time with a different set of choices. If it changes its answer, it's a sign to stop and say, "I don't know," rather than guessing blindly.

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 →