EntropyMoE Boosts Tokenizer-Free LLMs with Sparse Expert Routing

Bo Liu, Muxuab Yu, Yu Zhang, Pengfei Gao, Yongping Zhang· August 10, 2026 View original

Key takeaways

  • Tokenizer-free LLMs benefit from adaptive model capacity for varying patch semantics.
  • EntropyMoE uses patch entropy for sparse expert routing in byte-level models.
  • This approach achieves lower bits-per-byte and comparable accuracy to baselines.
  • Patch entropy is an effective coordinate for conditional computation in MoE architectures.

Who benefits

AI/ML DevelopmentNatural Language ProcessingContent GenerationMultilingual Services

Summary

EntropyMoE is a Mixture-of-Experts (MoE) architecture designed for tokenizer-free, byte-level large language models, which uses patch entropy to guide sparse expert routing. This approach adapts model capacity to varying patch semantics, achieving lower bits-per-byte and comparable downstream accuracy compared to dense and sparse baselines.

Recent advancements in byte-level large language models (LLMs) have made tokenizer-free modeling increasingly competitive by dynamically grouping bytes into patches. However, existing architectures typically apply the same dense computational resources to every patch, failing to adapt to the diverse semantic and granular variations among patches. This uniform computation limits efficiency and performance. To address this, researchers introduce EntropyMoE, a Mixture-of-Experts (MoE) architecture specifically tailored for dynamic byte patches. EntropyMoE replaces dense feed-forward modules with Top-K expert layers, where each dynamic patch serves as the unit for expert routing. Crucially, the router selects experts based directly on patch entropy, leveraging the same granularity signal used for dynamic patch construction to organize sparse computation. Patch entropy and length together define the feature space for regulating expert specialization. Experiments show EntropyMoE achieves superior bits-per-byte performance while maintaining strong downstream accuracy, establishing patch entropy as an effective routing mechanism for sparse conditional computation in tokenizer-free LLMs.

Why it matters

This innovation makes large language models more efficient and adaptable, especially for handling diverse, raw text data without relying on traditional tokenizers, which can improve performance and reduce computational costs.

How to implement this in your domain

  1. 1Evaluate the benefits of tokenizer-free LLMs for applications dealing with diverse or low-resource languages.
  2. 2Explore integrating Mixture-of-Experts (MoE) architectures into custom LLM deployments for improved efficiency.
  3. 3Investigate using patch entropy as a routing mechanism for sparse computation in byte-level models.
  4. 4Benchmark EntropyMoE against existing dense and sparse LLM architectures for specific use cases.

Original post by Bo Liu, Muxuab Yu, Yu Zhang, Pengfei Gao, Yongping Zhang

"arXiv:2608.06398v1 Announce Type: new Abstract: Recent byte-level large language models (LLMs) have made tokenizer-free modeling increasingly competitive by grouping bytes into dynamically sized patches. However, existing byte-patch architectures still apply the same dense feed-f…"

View on X

Originally posted by Bo Liu, Muxuab Yu, Yu Zhang, Pengfei Gao, Yongping Zhang on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses