What Matters to an LLM? Behavioral and Computational Evidences from Summarization
Yongxin Zhou, Changshun Wu, Philippe Mulhem, Didier Schwab, Maxime Peyrard
TL;DR
This work addresses what information LLMs prioritize when generating summaries and how that latent notion is encoded. It introduces an empirical importance distribution $I_M(D)$ by generating $k=10$ length‑controlled summaries per document and analyzes both outputs and internal signals through attention and probing. The findings reveal that LLMs exhibit consistent, architecture‑driven importance patterns that cluster by model family, with middle‑to‑late transformer layers and certain attention heads aligning with $I_M(D)$, though the strength of alignment is dataset and language dependent. This provides a path toward interpretable and potentially controllable information selection in LLMs and supplies a substantial dataset of summaries to support further cross‑model analysis.
Abstract
Large Language Models (LLMs) are now state-of-the-art at summarization, yet the internal notion of importance that drives their information selections remains hidden. We propose to investigate this by combining behavioral and computational analyses. Behaviorally, we generate a series of length-controlled summaries for each document and derive empirical importance distributions based on how often each information unit is selected. These reveal that LLMs converge on consistent importance patterns, sharply different from pre-LLM baselines, and that LLMs cluster more by family than by size. Computationally, we identify that certain attention heads align well with empirical importance distributions, and that middle-to-late layers are strongly predictive of importance. Together, these results provide initial insights into what LLMs prioritize in summarization and how this priority is internally represented, opening a path toward interpreting and ultimately controlling information selection in these models.
