← Latest papers
💻 computer science

Sumi: Open Uniform Diffusion Language Model from Scratch

The paper introduces Sumi, a fully open 7B uniform diffusion language model pretrained from scratch on 1.5 trillion tokens, which serves as the first large-scale reference point for studying native uniform diffusion and demonstrates competitive performance on knowledge, reasoning, and coding benchmarks.

Original authors: Mengyu Ye, Keito Kudo, Wataru Ikeda, Ryosuke Matsuda, Keisuke Sakaguchi, Jun Suzuki

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

Original authors: Mengyu Ye, Keito Kudo, Wataru Ikeda, Ryosuke Matsuda, Keisuke Sakaguchi, Jun Suzuki

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 Idea: A New Way to Write with AI

Imagine you are trying to write a story.

  • The Old Way (Autoregressive Models): This is like writing with a pen on paper. You write one word, then the next, then the next. Once you write a word, it's done. If you make a mistake, you have to cross it out or start the whole page over. You can't go back and change the first word without rewriting everything that came after it.
  • The New Way (Sumi / Uniform Diffusion): Imagine you are painting a picture on a canvas that is already covered in static noise (like TV snow). Instead of writing word-by-word, you look at the whole canvas at once. You can pick any word in the sentence, erase it, and replace it with a better one. You can do this over and over, refining the whole story simultaneously until it's perfect.

The paper introduces Sumi (which means "ink" in Japanese), a 7-billion-parameter AI model that uses this "painting" method. It is the first time anyone has built a model this big from scratch using this specific technique, rather than just tweaking an old "pen-writing" model.

How They Built It: The "School" Analogy

To train Sumi, the researchers didn't just dump random internet text into it. They curated a very specific "school curriculum."

  1. The Textbook (Pre-training): They fed the model 1.3 trillion words. But they didn't just grab anything. They filtered the data to prioritize high-quality, educational content. Think of it as giving the AI a library full of textbooks, encyclopedias, and code manuals, while filtering out a lot of casual internet chatter, memes, or low-quality blogs.
  2. The Specialized Training (Mid-training): After the general schooling, they gave it a "boot camp" focused on three specific subjects: Coding, Math, and Reasoning. They added even more code and math problems to its diet.
  3. The Result: Because of this "education-heavy" diet, Sumi is very good at knowledge, logic, and writing code. However, because it didn't eat enough "casual conversation" or "common sense" food, it struggles a bit with everyday common sense questions (like "Why do people carry umbrellas when it rains?").

The Performance: How Good is the "Painter"?

The researchers tested Sumi against other famous AI models (like Llama and Falcon) that use the traditional "pen-writing" method.

  • The Wins: On tests involving general knowledge, reasoning, and coding, Sumi performed just as well as the best "pen-writing" models, even though those other models were trained on much more data.
  • The Lows: On tests requiring "common sense" (like understanding social situations), Sumi scored lower. The authors admit this is likely because their training data was too focused on school subjects and not enough on everyday life.

The "Canvas" Experiment: Finding the Sweet Spot

One of the most interesting parts of the paper is how they tested the model's "flexibility."

  • The Canvas Size: In this AI, you have to decide how long the sentence will be before you start generating it. This is called the "canvas length."
  • The Finding: Sumi works best when the canvas is exactly 2048 tokens long.
    • If the canvas is too short, the model gets confused and writes gibberish.
    • If the canvas is too long, it also gets confused.
    • It's like a musician who can play a song perfectly if the stage is a specific size, but if the stage is too small or too big, they lose their rhythm.

The "Commitment" Mystery: How Does It Decide?

Since Sumi can change any word at any time, you might wonder: Does it just guess randomly, or does it have a plan?

  • The Discovery: The researchers found that Sumi doesn't have a fixed order (like "start at the beginning"). Instead, it uses a "confidence" system.
    • It looks at the whole sentence and says, "I'm pretty sure about this word, so I'll lock it in. I'm not sure about that word, so I'll keep working on it."
    • This creates a natural order where it locks in the easy parts first and saves the hard parts for later.
  • Parallel Speed: Because it locks in confident words first, it can actually write multiple words at the same time (parallel decoding) for coding tasks, which is faster than the old "one word at a time" method.

The "Self-Correction" Myth

A major promise of this "painting" method is that the AI should be able to fix its own mistakes easily. The researchers tested this by giving Sumi extra time to revise its answers.

  • The Result: Surprisingly, it didn't help. Even when Sumi was allowed to rewrite its answers multiple times, it mostly just changed a word and then changed it back to the original. It didn't actually "learn" to fix its errors during the generation process. It seems the model hits a ceiling and doesn't know how to improve a committed answer once it's made.

Summary

Sumi is a bold experiment showing that we can build a powerful AI from scratch using a "painting" method (Uniform Diffusion) instead of the traditional "writing" method.

  • It's great at: Math, coding, and facts (because it studied hard).
  • It's okay at: Common sense (because it skipped the "fun" stuff).
  • It's weird at: Changing its mind (it doesn't self-correct well yet).

The authors released the model, the code, and the exact recipe of what they fed it, hoping other scientists will use it to figure out how to make this "painting" method even better.

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 →