cd /news/artificial-intelligence/when-entropy-is-not-enough-reclaimin… · home topics artificial-intelligence article
[ARTICLE · art-100927] src=machinebrief.com ↗ pub= topic=artificial-intelligence verified=true sentiment=↑ positive

When Entropy Is Not Enough: Reclaiming Lost Semantics in LLM Output Length Prediction

Researchers introduced ESTP (Entropy-and-Semantic Token Pooling), a lightweight framework that combines entropy with attention-based importance scores to improve LLM output length prediction, outperforming baseline methods on the ForeLen benchmark with better accuracy and lower error rates. Integrated with a length-aware scheduler, ESTP improved throughput and reduced padding ratio in end-to-end tests, offering a practical building block for efficient LLM serving.

read1 min views2 publishedAug 18, 2026

arXiv:2608.15592v1 Announce Type: new Abstract: Efficient LLM serving is often bottlenecked by the need to pad sequences to a fixed maximum length, and this wastes compute and degrades throughput. Predicting output lengths in advance makes it possible to adopt length-aware scheduling, and this reduces the overhead. This advantage is especially pronounced in long-context reasoning and reinforcement learning applications. Existing approaches, such as entropy-guided token pooling, use token-wise entropy as their primary signal, but they tend to ignore differences in semantic content across tokens. So, important tokens are often underweighted, and tokens carrying little information receive disproportionate emphasis. This hurts the reliability of length prediction. We introduce ESTP (Entropy-and-Semantic Token Pooling), a lightweight framework that addresses this issue by combining entropy with attention-based importance scores. These scores are derived directly from the self-attention weights computed during the LLM prefill phase, and this allows ESTP to capture both uncertainty and semantic importance with minimal additional computation. Since the framework reuses prefill activations, it adds almost no extra memory overhead and introduces only minimal latency. On the ForeLen benchmark, ESTP outperforms baseline methods, achieves better prediction accuracy and lower error rates in most scenarios. When integrated with a length-aware scheduler in end-to-end system tests, it further helps improve overall throughput and reduce the padding ratio. Our results offer a practical and effective building block for length-aware LLM serving systems.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @estp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/when-entropy-is-not-…] indexed:0 read:1min 2026-08-18 ·