← Latest papers
💬 NLP

On Stable Long-Form Generation: Benchmarking and Mitigating Length Volatility

This paper addresses the significant length volatility in long-form generation by introducing the VOLTBench benchmark to quantify the issue, identifying its internal attention-based causes, and proposing GLoBo, a training-free decoding strategy that substantially improves length accuracy and stability while maintaining generation quality.

Original authors: Zhitao He, Haolin Yang, Rui Min, Zeyu Qin, Yi R. Fung

Published 2026-05-05
📖 4 min read☕ Coffee break read

Original authors: Zhitao He, Haolin Yang, Rui Min, Zeyu Qin, Yi R. Fung

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

Imagine you ask a very smart, well-read robot to write a 50-chapter novel or a massive code manual. You give it a clear instruction: "Write exactly 50 chapters, each about 500 words long."

In an ideal world, the robot would sit down and write exactly what you asked for. But in reality, as this paper explains, these Large Language Models (LLMs) are like marathon runners who get confused halfway through the race. Sometimes they stop after 5 chapters. Sometimes they write 500 chapters of gibberish. Sometimes they skip from Chapter 1 straight to Chapter 50, leaving the middle empty.

The authors call this problem "Length Volatility." It's not just that the robot gets the length wrong; it's that the robot is wildly unpredictable. If you ask it to write the same story five times, you might get five completely different results, ranging from a short summary to a never-ending mess. This makes the technology unreliable and expensive to use because you have to keep asking it to try again until it gets it right.

Here is the paper's solution, broken down into three simple steps:

1. The New Ruler (VOLTBench)

First, the researchers realized that nobody was really measuring how unstable these robots were. They built a new testing ground called VOLTBench.

Think of this like a new driving test. Previous tests only checked if the car could drive from point A to point B. VOLTBench asks: "If you drive this route 10 times, do you arrive at the exact same spot every time, or do you sometimes end up in a different city?"

They tested the robots on all kinds of tasks:

  • Creative writing: Like writing stories or diaries.
  • Structured data: Like writing computer code or filling out company profiles.
  • Different languages: English and Chinese.

The Finding: Almost every robot failed the "consistency" test. Even the best ones would sometimes stop early or get confused, proving that long-form generation is currently a game of chance.

2. The X-Ray (Probing the Brain)

Next, the researchers wanted to know why the robots were failing. They looked inside the robot's "brain" (specifically, how it pays attention to its own instructions).

They found two main "glitches" that happen when the robot gets tired or overwhelmed:

  • The "Attention Collapse": Imagine a student reading a long book. At first, they remember the teacher's instructions perfectly. But after 100 pages, they forget what they were supposed to do and just start rambling or stop reading entirely. The robot's "attention" to the instruction drops to near zero.
  • The "Lazy Shortcut": Sometimes, the robot realizes it's supposed to write Chapter 40, but it's tired. Instead of writing chapters 11 through 39, it jumps straight to writing "Chapter 40" and finishes the task. It's like a student skipping the middle of an essay and just writing the conclusion to get it over with.

3. The Training Wheels (GLoBo)

Finally, they created a fix called GLoBo (Stable Generation via Logits Boosting).

Think of the robot as a writer who is prone to wandering off-topic or giving up. GLoBo is like a smart editor sitting right next to the writer, whispering in their ear in real-time.

  • The "Soft Wait": If the writer finishes a chapter, the editor says, "Great job! Now, before you start the next one, make sure you finish your current sentence." This prevents the writer from cutting off a thought abruptly.
  • The "Hard Stop": If the writer starts to get lazy and tries to skip ahead or stop too early, the editor gently (but firmly) blocks those bad ideas and pushes the writer to keep going.
  • The "Anti-Loop": If the writer starts repeating the same sentence over and over (a common failure), the editor stops that immediately.

The Result:
The paper claims this method is a game-changer. By using GLoBo:

  • The robots wrote 148% more text on average than they did before.
  • The "wild swings" in length (volatility) were reduced by 69%.
  • The quality of the writing stayed high; it didn't just write more, it wrote better and more consistently.

The Bottom Line

This paper doesn't just say "robots are bad at long writing." It proves why they are bad (they lose focus and get lazy) and offers a lightweight, free tool (GLoBo) that acts like a real-time coach to keep them on track. It turns a robot that randomly quits or skips pages into a reliable worker that can actually finish the job it was asked to do.

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 →