← Latest papers
💬 NLP

The Announcement Carries the Cue: Markup, Boundaries, and the Notation of Pre-Training Corpora

This paper argues that the presence of structural announcements, rather than their specific notation, is the critical variable influencing model behavior in pre-training corpora, proposing a new data format that separates these announcements into reversible sidecars while prioritizing capability-driven format choices over fidelity preservation.

Original authors: E. M. Freeburg

Published 2026-08-11
📖 7 min read🧠 Deep dive

Original authors: E. M. Freeburg

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 Invisible Map and the Robot Reader

Imagine you are teaching a robot to read. You don't just hand it a book; you feed it a massive, endless stream of text, chopped up into tiny chunks, so the robot can learn how words fit together. This is how modern AI models are trained. But there's a hidden problem: the way we prepare that text matters more than we thought.

Think of a book like a city. The words are the buildings, but the chapter titles, page numbers, and "Chapter 1" headers are the street signs and map markers. They tell you where you are and when you've moved to a new neighborhood. For a long time, scientists assumed that if they just cleaned up the text—removing the messy formatting to make it a smooth, plain stream of words—the robot would learn just fine. They thought the "signs" were just decoration. But what if those signs are actually the most important part of the lesson? What if the robot isn't learning the story, but just memorizing the signs to guess what comes next? This paper investigates whether we've been accidentally teaching our robots to ignore the story's structure by stripping away its map.


The Great "Clean-Up" Mistake

The author of this paper, E. M. Freeburg, decided to investigate a strange gap in how we train AI. They noticed that while we know which tools we use to turn books into text, we never actually measure what those tools leave behind. It's like a chef who knows exactly which knife they used to chop vegetables but never checks if the vegetables are still whole or if they've been mashed into a paste.

To understand the problem, the author looked at a classic book, Moby-Dick. In its original form, the book has 143 lines of "furniture"—chapter numbers, titles, and headers. If you delete all of that, you are left with a smooth, continuous stream of 283,267 words. To a human reader, this looks fine; you can still follow the story. But to a robot, this is a nightmare. The robot is used to seeing a sign that says "New Chapter Here!" every few thousand words. When that sign is gone, the robot has to guess where the story changes just by looking at the words. It's like trying to drive through a city where all the street signs have been painted over.

The paper introduces a new way to measure this called "Clean-Window Survival." Imagine a window that is 8,192 words wide. If you slide this window across a text, "survival" is the percentage of times the window slides over a section of text that has no structural signs (like headers or bullet points) inside it.

  • In the famous C4 dataset (a huge collection of web text), the survival rate is 0.889. This means the robot sees long stretches of text without any signposts.
  • In a newer dataset made from PDFs converted by vision models (Dolma 3), the survival rate drops to 0.153. Here, the robot is constantly bombarded with signs, headers, and formatting.

The author found that the "scarce resource" isn't text without signs; it's long text without signs. Most web text is short and messy. But books are long and coherent. The problem is that modern AI training is losing access to those long, sign-free stretches of text, replacing them with text that is constantly shouting "Look at me!" with formatting.

The Big Discovery: It's the Sign, Not the Symbol

The author ran a series of clever experiments to figure out what the robot actually cares about. They tested three different versions of the same text:

  1. Marked: The text with full formatting (e.g., ## Chapter 1).
  2. Flat: The text with the formatting symbols removed, but the words kept (e.g., just the words "Chapter 1" on their own line).
  3. Silent: The text with the "Chapter 1" line deleted entirely, leaving a blank space.

Here is the surprising result: The robot didn't care about the symbols.
When they swapped the fancy ## for a plain line of text, the robot's performance didn't change at all. It didn't matter if the sign was a hashtag or just a sentence. The robot was happy either way.

However, when they deleted the line entirely (the "Silent" version), the robot got confused. Predicting the next words became measurably harder. The robot needed that little "announcement" line to know a new section was starting.

This led to a major realization: The robot isn't learning from the style of the sign (the Markdown symbols); it's learning from the presence of the announcement itself. The sign acts as a cue that says, "Stop what you're doing; a new boundary is here." If you remove the sign, the robot has to work much harder to figure out the structure on its own.

The "Pure Frame" Solution

The author proposes a new way to prepare data called the "Pure Frame."
Imagine you have a book. You keep all the paragraphs in the right order. But you delete every single chapter title, header, and "Part One" label. You replace them with nothing—just a blank line.

  • Why do this? To force the robot to actually infer the structure from the story, rather than just reading the signpost.
  • Is it safe? Yes. The author created a "sidecar" file that saves every deleted line. This means you can perfectly reconstruct the original book later. It's reversible.

They tested this on 27 public domain books. The "Pure Frame" version had 0.713% fewer tokens than the original because they deleted the headers. But more importantly, the "Clean-Window Survival" rate jumped to 1.000. This means the robot is now forced to navigate a long, unbroken stream of thought, which is exactly what the author believes it needs to learn better.

What the Robots Don't Do

The paper also checked if the robots would "fix" the text themselves. If you give a robot a story with no chapter titles, will it start writing them back in?

  • The Answer: No.
    When the researchers asked base models (the raw, un-tuned robots) to continue writing after a deleted chapter title, they didn't put the title back. They didn't even try to recreate the structure. They just kept writing. This suggests that the habit of seeing headers is something we give them during training, not something they naturally invent.

The Verdict: Choose What You Want to Teach

The paper concludes with a bold suggestion for the future of AI training. Currently, data scientists choose tools based on fidelity—how perfectly the tool preserves the original look of the document. The author argues we should choose tools based on capability—what specific skill we want the robot to learn.

If we want robots that can understand long, complex stories, we should stop feeding them text that is constantly shouting "New Section!" with formatting. Instead, we should feed them the "Pure Frame"—clean, unbroken text that forces them to do the hard work of figuring out the story's structure themselves.

The author admits this is a hypothesis that needs one final, expensive test: training a robot on this new format to see if it actually gets smarter. But the evidence so far suggests that the "signposts" we've been adding might be doing more harm than good, acting as a crutch that prevents the robot from learning to walk on its own.

In short: The paper argues that by stripping away the visual "signs" of a book's structure, we might actually be teaching AI to understand the story better, rather than just memorizing the table of contents.

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 →