← Latest papers
💬 NLP

When Should LLMs Be Less Specific? Selective Abstraction for Reliable Long-Form Text Generation

This paper introduces Selective Abstraction, a framework that enhances the reliability of long-form LLM generation by replacing uncertain atomic claims with less specific, higher-confidence abstractions, thereby significantly improving accuracy while preserving the overall informational content of the response.

Original authors: Shani Goren, Ido Galil, Ran El-Yaniv

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

Original authors: Shani Goren, Ido Galil, Ran El-Yaniv

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 Problem: The "Overconfident Chef"

Imagine you hire a very talented chef (a Large Language Model, or LLM) to write a detailed biography of a famous person. The chef is great at writing, but sometimes they get a little too confident about specific details they aren't 100% sure of.

  • The Old Way (The "All-or-Nothing" Approach): If the chef isn't sure about one ingredient (e.g., the exact date of birth), the current safety rule says: "Throw away the whole dish." The chef refuses to serve the biography at all. This is safe, but it's wasteful. You lose all the good information about the person's life just because of one shaky detail.
  • The Real-World Consequence: In high-stakes situations (like law or medicine), a single wrong fact can ruin trust. But in long stories, throwing away the whole story is too extreme.

The New Solution: "Selective Abstraction"

The authors propose a new strategy called Selective Abstraction (SA). Instead of throwing the whole dish away, the chef learns to simplify the uncertain parts while keeping the rest of the meal delicious.

Think of it like a cartographer (map-maker) drawing a map of a new territory:

  • Too Specific (Risky): "This path leads to a red oak tree with a squirrel named Steve." (If the chef is wrong about the squirrel, the whole map is a lie.)
  • Too Vague (Useless): "There is a forest somewhere." (This is safe, but tells you nothing.)
  • Selective Abstraction (The Sweet Spot): "There is a forest with trees." (If the chef isn't sure about the specific type of tree or the squirrel, they just say "trees." The map is still useful, but now it's reliable.)

How It Works: The "Atom" Assembly Line

The paper breaks this process down into four steps, like a factory assembly line:

  1. Generation (The Draft): The AI writes the full story first.
  2. Atomization (Breaking it Down): The AI breaks the story into tiny, single-fact "atoms."
    • Example: Instead of one sentence saying "Amelia Earhart was born in Chicago, Illinois, on July 24, 1897," it breaks this into three separate atoms:
      • Atom A: Born in the US.
      • Atom B: Born in Illinois.
      • Atom C: Born on July 24, 1897.
  3. The Confidence Check & Abstraction (The Safety Filter): The AI asks itself, "How sure am I about each atom?"
    • If it's 99% sure about "Born in the US," it keeps it.
    • If it's only 60% sure about the exact date "July 24," it doesn't delete the sentence. Instead, it abstracts it. It changes "July 24, 1897" to "in the 1890s" or "in the 20th century."
    • The Analogy: It's like zooming out on a camera. If the focus is blurry on the specific face, you zoom out until the whole head is in focus. The image is less detailed, but it's no longer blurry.
  4. Reconstruction (Putting it Back Together): The AI stitches these simplified, safe atoms back into a coherent story.

The Results: More Truth, Less Detail

The researchers tested this on six different AI models using two big datasets (one about biographies, one about general facts). They compared their method to other ways of handling uncertainty, like just deleting uncertain sentences (Redaction).

  • The Metric: They measured the trade-off between Risk (how many lies are in the text) and Coverage (how much useful information is left).
  • The Finding: Selective Abstraction was the clear winner. It reduced the "Risk" (lies) significantly without throwing away as much "Coverage" (useful info) as the other methods.
    • The Analogy: Imagine you have a bucket of water with some mud in it.
      • Redaction is like pouring the whole bucket out because of the mud. You have no water left.
      • Selective Abstraction is like filtering the water. You lose a little bit of volume, but you get a clean, drinkable glass of water.
    • The paper found that this method improved the balance between safety and usefulness by up to 27.73% compared to just deleting sentences.

Why This Matters

The paper argues that in the real world, we don't always need the most specific answer; we need the most reliable answer.

  • The Bard Incident: The paper mentions a real-world example where Google's AI (Bard) confidently claimed a space telescope took the "very first pictures" of an exoplanet. This was wrong by nearly 20 years.
  • The Fix: If the AI had used Selective Abstraction, it might have said, "The telescope has taken pictures of exoplanets," or "It has contributed to major discoveries." It would have been less specific, but it would have been true.

Summary

This paper introduces a way for AI to say, "I'm not 100% sure about this specific detail, so I'm going to say something slightly more general that I am sure about," instead of either lying confidently or staying completely silent. It turns the AI from a rigid "all-or-nothing" robot into a flexible, honest storyteller.

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 →