ResearchPod Summary
Mechanistic interpretability research seeks to understand when concepts emerge during model training and whether linear probes accurately reflect true underlying data structure. However, in large language models (LLMs), these claims are notoriously difficult to validate because natural language lacks a strict, known ground-truth hierarchy of concepts and relationships. To overcome this limitation, the authors propose using astronomy as a controlled calibration sandbox via AstroPT, a transformer-based foundation model trained on millions of galaxy images.
AstroPT mimics the architecture and training objectives of modern LLMs—such as causal autoregressive (GPT-like) and masked autoencoding (BERT-like) approaches—by treating image patches as tokens. Because astronomy possesses well-established physical laws, empirical scaling relations, and a clear hierarchy of conceptual difficulty, it provides a rigorous ground-truth testbed. Simple pixel-level properties like apparent magnitude are straightforward, whereas integrated or inferred properties like redshift and specific star formation rate (sSFR) require complex physical context and multi-band data. This setup allows researchers to test whether hidden representations actually internalize known scientific geometry.
By probing frozen checkpoints across various network layers, model sizes, and training objectives, the study tracks the decodability of three key galaxy properties: r-band magnitude, redshift, and sSFR. The results reveal that these properties do not emerge simultaneously. Instead, they follow a strict difficulty-ordered sequence. Quantities tied directly to raw pixel values become linearly decodable early in training and in the shallowest layers of the network. Conversely, integrated quantities like redshift emerge later in training and deeper in the architecture, while highly indirect properties like sSFR remain weak within a single epoch.
Crucially, this emergence sequence remains invariant to changes in the training objective (comparing autoregressive and masked autoencoding objectives). Furthermore, scaling model capacity from 1 million to 100 million parameters increases the magnitude of probe performance (R-squared scores) but does not alter the sequence of property emergence. This demonstrates that the ordering is a fundamental property of learning the data structure rather than an artifact of a specific training recipe.
Beyond checking individual variables, the authors examine whether the linear probe directions capture the known physical relationships among galaxy properties. By computing cosine similarities between probe vectors, they find that the model successfully recovers the correct physical sign structure: luminosity and stellar mass are strongly aligned, sSFR and mass are anti-aligned, and redshift and mass show positive alignment due to survey selection effects. Additionally, analyzing the residual mass independent of luminosity reveals that larger models represent mass-at-fixed-luminosity as an orthogonal, distinct factor rather than a mere luminosity shortcut. These findings confirm that LLM-like models internalize structured, physically coherent representations when trained on domains with rich ground truth.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.