CLLGNov 18, 2025

Hierarchical Token Prepending: Enhancing Information Flow in Decoder-based LLM Embeddings

arXiv:2511.14868v13 citations
Originality Highly original
AI Analysis

This addresses the issue of poor embedding quality for long documents in LLMs, offering a scalable improvement for retrieval and general embedding tasks, though it is incremental as it builds on existing prepending methods.

The paper tackled the problem of degraded text embedding quality in decoder-based LLMs due to restricted information flow from later to earlier tokens, proposing Hierarchical Token Prepending (HTP) which achieved consistent performance gains across 11 retrieval datasets and 30 general embedding benchmarks, especially in long-context settings.

Large language models produce powerful text embeddings, but their causal attention mechanism restricts the flow of information from later to earlier tokens, degrading representation quality. While recent methods attempt to solve this by prepending a single summary token, they over-compress information, hence harming performance on long documents. We propose Hierarchical Token Prepending (HTP), a method that resolves two critical bottlenecks. To mitigate attention-level compression, HTP partitions the input into blocks and prepends block-level summary tokens to subsequent blocks, creating multiple pathways for backward information flow. To address readout-level over-squashing, we replace last-token pooling with mean-pooling, a choice supported by theoretical analysis. HTP achieves consistent performance gains across 11 retrieval datasets and 30 general embedding benchmarks, especially in long-context settings. As a simple, architecture-agnostic method, HTP enhances both zero-shot and finetuned models, offering a scalable route to superior long-document embeddings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes