Quantifying Semantic Emergence in Language Models
Hang Chen, Xinyu Yang, Jiaying Zhu, Wenya Wang
TL;DR
This work introduces Information Emergence (IE), a principled, task-agnostic metric designed to quantify how effectively large language models extract semantics from token sequences. IE compares entropy reductions at macro (semantic) versus micro (token) levels across transformer blocks, estimated with a lightweight mutual-information estimator to accommodate large models. Through synthetic in-context learning (ICL) and natural-sentence experiments, the authors show IE tracks semantic determinability, scales with model size, and reveals distinct patterns for ICL versus natural text, including links to hallucination and generation-origin signals. The proposed framework offers a tractable and interpretable lens on semantic emergence in LLMs, with potential applications in model comparison, hallucination analysis, and authorship attribution among generated texts.
Abstract
Large language models (LLMs) are widely recognized for their exceptional capacity to capture semantics meaning. Yet, there remains no established metric to quantify this capability. In this work, we introduce a quantitative metric, Information Emergence (IE), designed to measure LLMs' ability to extract semantics from input tokens. We formalize ``semantics'' as the meaningful information abstracted from a sequence of tokens and quantify this by comparing the entropy reduction observed for a sequence of tokens (macro-level) and individual tokens (micro-level). To achieve this, we design a lightweight estimator to compute the mutual information at each transformer layer, which is agnostic to different tasks and language model architectures. We apply IE in both synthetic in-context learning (ICL) scenarios and natural sentence contexts. Experiments demonstrate informativeness and patterns about semantics. While some of these patterns confirm the conventional prior linguistic knowledge, the rest are relatively unexpected, which may provide new insights.
