← Latest papers
💬 NLP

Measuring Maximum Activations in Open Large Language Models

This paper presents a comprehensive measurement of maximum activation magnitudes across 27 modern open LLM checkpoints, revealing that peak values vary by nearly four orders of magnitude depending on model family and architecture rather than parameter count, with MoE models showing significantly lower peaks than dense counterparts, thereby establishing maximum activation as a critical, non-monotonic property that must be reported to ensure stable low-bit quantization.

Original authors: Luxuan Chen, Han Tian, Xinran Chen, Rui Kong, Fang Wang, Jiamin Chen, Yuchen Li, Jiashu Zhao, Shuaiqiang Wang, Haoyi Xiong, Dawei Yin

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

Original authors: Luxuan Chen, Han Tian, Xinran Chen, Rui Kong, Fang Wang, Jiamin Chen, Yuchen Li, Jiashu Zhao, Shuaiqiang Wang, Haoyi Xiong, Dawei Yin

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 are building a giant, digital library where books are read by a very fast, but somewhat fragile, robot. This robot (the AI model) reads words one by one and passes them through a series of rooms (layers) to understand the story. Inside these rooms, the robot generates "excitement levels" (activations) for every word it processes.

Most of the time, these excitement levels are calm and manageable. But sometimes, for a split second, the robot gets extremely excited about a specific word, creating a massive spike in energy.

This paper is like a safety inspection report for 27 different versions of these robots, ranging from small to huge, and from different manufacturers (like Qwen, Gemma, and GPT-OSS). The researchers wanted to answer a simple but critical question: How high can these energy spikes get, and does the size of the robot determine the height of the spike?

Here is what they found, using simple analogies:

1. The "Volume Knob" Problem

Think of the robot's internal energy as a volume knob. To save space and make the robot run faster on cheap hardware, engineers often try to turn the volume down to a low setting (quantization).

  • The Problem: If the robot suddenly screams at a volume of 1,000,000, but you set your volume knob to only handle up to 10,000, that scream gets "clipped" or distorted. The robot forgets the nuance of that word, and the whole story gets garbled.
  • The Finding: The researchers measured the loudest scream (the maximum activation) across all these robots. They found that the "loudness" varies wildly. Some robots (like Qwen3.5) are like a whisper, while others (like Gemma3) are like a jet engine taking off.

2. Bigger Doesn't Always Mean Louder

You might think a bigger robot (more parameters) would naturally get louder.

  • The Analogy: It's like assuming a bigger car always has a louder engine.
  • The Reality: The researchers found this isn't true. A small robot from one family might scream much louder than a giant robot from a different family. The "loudness" depends more on who built it (the architecture) and how they trained it (the recipe) than just how big it is.
    • Example: A Gemma3 robot was found to be roughly 700,000 times louder than a Qwen3.5 robot of a similar size.

3. The "MoE" Shortcut

Some robots use a special trick called "Mixture of Experts" (MoE). Imagine a library where, instead of one giant librarian reading every book, there are 100 small specialists, and only the right 2 or 3 are called in for each book.

  • The Finding: These "MoE" robots were found to be much quieter. Their loudest screams were 14 to 23 times lower than their "dense" (non-specialist) cousins of the same size. It seems using specialists keeps the energy more contained.

4. Where Does the Scream Happen?

The researchers tracked exactly where in the robot's brain these spikes happened.

  • The Finding: In almost every case (22 out of 24 robots), the loudest scream happened in the main hallway (the residual stream) where the information flows from one room to the next. It wasn't usually in the side rooms (like the attention or math rooms).
  • The Pattern: Some robots spike early and stay loud (like a jump-and-hold), while others build up slowly and get loudest at the very end (like a gradual climb).

5. Training Changes the Volume

They also looked at robots at different stages of training, like a student learning a new skill.

  • The Finding: As the robot trains longer (seeing more books), it tends to get slightly louder. It's not a huge jump, but the "volume" does creep up as the robot gets smarter.

The Bottom Line for Builders

The paper concludes that you cannot guess how loud a robot will be just by looking at its size.

  • The Takeaway: Before you try to shrink these robots to run on small devices (like phones), you must measure their loudest scream first. If you don't, you might set your volume knob too low, and the robot will start hallucinating or making mistakes because it can't handle the sudden spikes in energy.

The authors have released their measuring tools so that anyone building these robots can check this "loudness" before they try to compress them, ensuring the robot stays stable and accurate.

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 →