← Latest papers
💬 NLP

Context Compression Is Not One Thing: Readable Symbolic Re-expression vs. Coherent Summary at Matched Budget

This paper demonstrates that for multi-hop question answering with small language models, a readable symbolic format called Telegraph English, which rewrites retrieved passages into structured entity-relation statements, significantly outperforms both matched-budget compression baselines and coherent prose summaries by preserving entity content more densely.

Original authors: Sisong Bei, Mikhail L. Arbuzov, Ziwei Dong, Dmitri Kalaev, Alexey Shvets

Published 2026-06-16
📖 4 min read☕ Coffee break read

Original authors: Sisong Bei, Mikhail L. Arbuzov, Ziwei Dong, Dmitri Kalaev, Alexey Shvets

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: Too Much Noise, Not Enough Signal

Imagine you are trying to solve a complex riddle (a "multi-hop question"). To solve it, you are given a massive stack of newspaper clippings (retrieved text). The problem is that the clippings are full of fluff, long sentences, and connecting words like "however," "therefore," and "in addition to."

If you try to read all of it, your brain (the AI model) gets overwhelmed. If you try to cut the text down by just chopping off the end or deleting random words, you might accidentally throw away the crucial clues you need to solve the riddle.

The Solution: "Telegraph English"

The researchers propose a new way to handle this text called Telegraph English (TE).

Think of it like sending a message via an old-school telegraph. In a telegraph, you pay by the word, so you strip away all the polite greetings, the grammar, and the flowery language. You only keep the essential nouns and verbs, connected by simple symbols.

  • Normal Text: "Barack Obama was born in Honolulu, Hawaii. Honolulu is the capital of the state of Hawaii. Hawaii is a state in the United States."
  • Telegraph English: "Barack Obama @born Honolulu | Honolulu @capital_of Hawaii | Hawaii @state_in United States."

The AI that reads the message doesn't need to understand the grammar; it just needs to see the entities (names of people/places) and the relationships (born in, capital of).

The Experiment: The "Same Budget" Challenge

The researchers wanted to know: Is this "Telegraph" style actually better, or is it just better because it's shorter?

To find out, they set up a strict rule: Everything must use the exact same amount of "space" (token budget).

They compared their "Telegraph" method against three other ways of shrinking the text, all forced to fit into the same small box:

  1. The "Chop Shop" (Character Deletion): Randomly deleting letters to save space.
  2. The "Paper Cutter" (Truncation): Just cutting off the end of the text.
  3. The "Scissors" (Random Subsampling): Randomly picking words to keep.

The Result:
The "Telegraph" method won every single time. It scored 13 to 20 points higher on the tests than the other methods.

Why? Because the other methods were like trying to solve a puzzle by throwing away random pieces. The Telegraph method was like taking the puzzle pieces and arranging them neatly on a table, removing the empty space between them so you could see the picture clearly without needing a bigger table.

The "Summary" Test

They also tested if a normal, well-written summary (like a news summary) would work better.

  • The Result: Even a good summary failed when forced into the same small space. Why? Because a summary still has to use words like "the," "is," and "and." These words take up space but don't carry the specific "clue" information. Telegraph English saves space by removing those filler words entirely.

The Surprising Twist: Depth Doesn't Matter

The researchers had a hunch: Maybe this method gets even better as the questions get harder and require more steps of thinking (deeper reasoning).

They tested this, and they were wrong.
The Telegraph method was better than normal text, but it didn't get extra better as the questions got harder. The advantage was a flat, steady boost, not a growing one. It's like having a better flashlight: it helps you see in the dark, but it doesn't suddenly become a laser beam just because the cave gets deeper.

The Bottom Line

The paper claims that Telegraph English is a superior way to compress information for small AI models because it packs more "clues" (entities) into the same amount of space than normal language or summaries can.

  • It's not magic: It doesn't make the AI smarter.
  • It's not just about size: It's about density. It removes the "noise" (grammar, connecting words) so the AI can focus entirely on the "signal" (the facts).
  • It works: It consistently beats other compression methods when the space limit is the same.

The researchers also noted that they used a very smart AI to write the "Telegraph" messages, but they suspect even a smaller, cheaper AI could do the job if it was trained specifically to strip away the fluff. However, they haven't fully proven that yet in this paper.

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 →