CLAIFeb 14, 2025

Prediction hubs are context-informed frequent tokens in LLMs

arXiv:2502.10201v22 citationsh-index: 5ACL
Originality Incremental advance
AI Analysis

This work clarifies hubness effects in LLMs, showing it is not problematic for token prediction but is a risk in representation comparisons, impacting practitioners using distance-based analysis.

The paper investigates hubness in autoregressive large language models (LLMs), proving that the context-unembedding vector comparison for next token prediction avoids nuisance hubs, as hubs are context-informed frequent tokens, but finds that other distance measures like Euclidean or cosine distance introduce nuisance hubs requiring mitigation.

Hubness, the tendency for a few points to be among the nearest neighbours of a disproportionate number of other points, commonly arises when applying standard distance measures to high-dimensional data, often negatively impacting distance-based analysis. As autoregressive large language models (LLMs) operate on high-dimensional representations, we ask whether they are also affected by hubness. We first prove that the only large-scale representation comparison operation performed by LLMs, namely that between context and unembedding vectors to determine continuation probabilities, is not characterized by the concentration of distances phenomenon that typically causes the appearance of nuisance hubness. We then empirically show that this comparison still leads to a high degree of hubness, but the hubs in this case do not constitute a disturbance. They are rather the result of context-modulated frequent tokens often appearing in the pool of likely candidates for next token prediction. However, when other distances are used to compare LLM representations, we do not have the same theoretical guarantees, and, indeed, we see nuisance hubs appear. There are two main takeaways. First, hubness, while omnipresent in high-dimensional spaces, is not a negative property that needs to be mitigated when LLMs are being used for next token prediction. Second, when comparing representations from LLMs using Euclidean or cosine distance, there is a high risk of nuisance hubs and practitioners should use mitigation techniques if relevant.

Foundations

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

Your Notes