IBM · Filed Jan 17, 2025 · Published Jul 23, 2026 · verified — real USPTO data

IBM Patent Teaches AI Models to Learn From Their Own Probability Uncertainty

Every time an AI writes a word, it secretly has opinions about all the other words it could have written instead. IBM wants to stop throwing that information away.

IBM Patent: Full Probability Distribution in AI Text Generation — figure from US 2026/0212119 A1
Figure from the official USPTO publication.
See all 13 drawings from this filing ↓
Publication number US 2026/0212119 A1
Applicant International Business Machines Corporation
Filing date Jan 17, 2025
Publication date Jul 23, 2026
Inventors Ulrich Alfons Finkler, Xiaojie Guo
CPC classification 704/9
Grant likelihood Medium
Examiner BLANKENAGEL, BRYAN S (Art Unit 2658)
Status Non Final Action Counted, Not Yet Mailed (Jul 21, 2026)
Document 20 claims

What IBM's probability-loop AI generation actually does

When an AI model like a chatbot generates text, it works one word (or word-piece) at a time. At each step, it produces a ranked list of every possible next word along with a score for each one. Right now, most systems just pick the top word and move on, discarding the rest of those scores entirely.

IBM's patent describes a different approach: instead of feeding only the winning word back into the model for the next step, you feed back the entire scored list, every word and its probability. The model then uses that richer picture of its own uncertainty to decide what comes next.

Think of it like a chef who, instead of just writing down "add salt" in the recipe, also notes "I considered pepper, cumin, and lemon." The next instruction can be written with that full context in mind. IBM's idea is that keeping all that uncertainty in the loop could help the model make more consistent, better-informed choices across a long piece of text.

How the full distribution feeds back into each generation step

Standard autoregressive generation (the step-by-step process most large language models use to produce text) works like this: the model looks at everything written so far, assigns a probability score to every possible next token (a token is roughly a word or word fragment), picks one, appends it, and repeats.

The key discard happens right after that pick. The full probability distribution (the ranked list of all V possible tokens with their scores) is thrown away, and only the single chosen token travels forward as input to the next step.

IBM's patent changes that loop. After each step, the entire probability distribution is passed back into the model as part of the input for the next iteration. The next step therefore sees not just "the model said 'bank'" but "the model said 'bank' with 42% confidence, while 'river' got 31%, 'shore' got 15%..." and so on across all V tokens.

  • Each generated token is represented as a full distribution, not a single value
  • That distribution becomes part of the model's context for the following step
  • The final output is derived from the chain of these distributions, not a chain of hard token picks

The practical effect is that the model retains a continuous signal about its own confidence at every point, which could influence how it resolves ambiguity later in a sequence.

What this means for how AI models produce text

Most improvements to AI text generation focus on what happens after the model produces its distribution (smarter sampling, better filtering). IBM's approach instead changes what the model sees as its own history. By making uncertainty a first-class input rather than a discarded byproduct, the model could potentially produce more coherent long-form text and be less likely to confidently compound an early mistake.

For IBM, which sells enterprise AI services and contributes heavily to open model research, this is the kind of architectural tweak that could differentiate a model's quality on complex reasoning or document-generation tasks without requiring more parameters or training data. Whether the gains are meaningful in practice is a question for benchmarks, not a patent filing.

Editorial take

This is a genuinely interesting idea at the architecture level, not a routine incremental filing. Feeding the full output distribution back as input is a clean conceptual change that could have real effects on coherence, though IBM still has to prove it out empirically. Worth watching if you follow large language model research.

The drawings

13 drawing sheets from US 2026/0212119 A1 · click any drawing to enlarge

Patent filing page

Which company should we read for you?

We track 17 companies here. Pro is the same weekly breakdown for any company you choose, delivered privately. Type a name and we'll scope it and send you a quote.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.