Samsung · Filed Jul 8, 2025 · Published Jun 25, 2026 · verified — real USPTO data

New Samsung Patent Boosts AI Word Order Tracking

AI language models sometimes lose track of where a word sits in a sentence, and that small mistake can ripple into wrong answers. Samsung's new patent tackles that problem at the attention layer, the part of the AI that decides which words to focus on.

Samsung Patent: Fixing AI Position Errors in Language Models — figure from US 2026/0178621 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0178621 A1
Applicant SAMSUNG ELECTRONICS CO., LTD.
Filing date Jul 8, 2025
Publication date Jun 25, 2026
Inventors Seungjun SHIN, Jaehoon OH, Dongwon JANG, Dasol HAN
CPC classification 704/9
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Aug 13, 2025)
Document 20 claims

What Samsung's word-position fix actually does for AI

Imagine reading a sentence where you can't quite tell whether 'the bank' means a riverbank or a financial institution. The surrounding words give you context, but you need to know where those words appear in the sentence to get it right. AI language models face the same challenge, and small errors in tracking word position can throw off their answers.

Samsung's patent describes a method that gives the AI multiple guesses about where a word might sit in a sentence, then scores those guesses to find the most reliable one. Instead of committing to a single position estimate that might be wrong, the system generates several candidates and picks the best-supported answer.

The goal is more accurate AI reasoning, especially in cases where the model is uncertain about word order or context. This kind of fix is most useful when running AI directly on a device like a phone rather than on a remote server, where every bit of accuracy counts.

How the augmented position scoring system works

Language models process text as a sequence of tokens (roughly, word fragments). Each token carries position information that tells the model where it sits in the input sequence. That positional signal matters a lot: "The dog bit the man" and "The man bit the dog" use the same words, but position changes the meaning entirely.

Samsung's patent describes a technique called position augmentation. For each token, the system generates several different versions of its positional encoding (a numerical tag that represents location in the sequence). This produces a set of candidate positions rather than a single fixed one.

Each candidate position feeds into a separate query, which is the part of the AI's attention mechanism (the system that decides which other words are relevant to the current word) that scans the rest of the sentence. The model then computes an attention score for each query, measuring how well that candidate position aligns with the surrounding context.

Finally, the system selects a target attention score from the pool of candidates, essentially voting on the most contextually supported position estimate, and uses that score to drive the final inference step. The result is a position-aware attention calculation that is more resistant to positional uncertainty than a standard single-pass approach.

What this means for Samsung's on-device AI ambitions

Position encoding is one of the quieter pain points in language model accuracy, and errors there compound across long documents or complex sentences. A method that generates and validates multiple position candidates before committing could reduce the kind of subtle reasoning mistakes that users notice as wrong summaries, confused references, or misread instructions.

For Samsung, the practical angle is on-device AI. Galaxy phones and tablets increasingly run language models locally, where there is no room to fall back on a larger cloud model to correct mistakes. A more reliable position-tracking mechanism would make those local models more trustworthy without requiring bigger, slower models that drain the battery.

Editorial take

This is quiet but genuinely useful foundational work. Position encoding errors are a known weakness in transformer-based models, and Samsung is addressing it at the right level: inside the attention mechanism itself, rather than bolting on a post-processing patch. It's not a headline feature, but it's the kind of improvement that makes every AI answer slightly more trustworthy.

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.