arXiv ScienceSearch

arXiv subjects

Jessica Rumbelow

Publications and source records attributed to Jessica Rumbelow.

6 recordsLinked to original sources

Exemplar Partitioning for Mechanistic Interpretability

We introduce Exemplar Partitioning (EP), an unsupervised method for building interpretable feature dictionaries from large language model activations. An EP dictionary is a Voronoi partition of activation space, built by leader-clustering streamed activations within a distance threshold. Each region is defined by an observed exemplar and an average of its member activations, which define region membership and provide directions for intervention. Dictionary size is determined by the activation stream at the chosen threshold rather than pre-selected. Exemplars link regions to observed inputs, allowing dictionaries built from the same input stream to be compared across layers, training checkpoints, and architectures. We demonstrate how EP can be used to interpret and intervene on model behaviour, track changes in activation space through training, and detect hidden concepts. Comparing EP dictionaries on base and instruction-tuned Gemma-2-2B and Llama-3.1-8B reveals that instruction tuning reorganises harmful prompt activations similarly across the two models, but at different granularities. Interventions on these regions make both models answer harmful requests they previously refused. In 19 of 21 Taboo models trained to hide a secret word, EP finds new regions that do not exist in the base model, whose decoded tokens relate to the known secret on inspection. Although EP assigns each token to a single region, linear probes built from EP regions achieve up to $90.5\%$ of full-activation probe accuracy. On AxBench concept detection at Gemma-2-2B-it layer 20, EP achieves the highest mean AUROC of all unsupervised methods ($0.937$), outperforming SAE-A ($0.911$) and approaching supervised probes ($0.946$). Building EP dictionaries is fast and cheap: EP uses $\sim 10^3$ times fewer construction tokens than comparable SAEs.

cs.LG

Explaining Surface Layer Theory Departures in Marine Flux Profiles with Data-Driven Discovery

Monin--Obukhov Similarity Theory (MOST), which underpins nearly all bulk estimates of surface fluxes in the atmospheric surface layer, assumes monotonic wind profiles and vertically uniform momentum and heat fluxes. Here, we show that conditions frequently arise in coastal marine settings where these assumptions do not hold. Using flux measurements from the Coastal Land-Air-Sea Interaction (CLASI) project's Air-Sea Interaction Spar (ASIS) buoys with wind and flux measurements at typically ~3m and ~5m above the sea surface, we find that wind speed decreases with height in nearly 20% of observations, and that large vertical gradients in sensible heat flux occur near the surface, contrary to what would be predicted by MOST. Both anomalies are strongly modulated by coastal proximity and wind direction, with the highest occurrence rates near shore under offshore winds. These patterns were found using the Discovery Engine, a general-purpose automated system for scientific discovery, which identifies complex relationships in data without prior hypotheses. The Discovery Engine uncovered three distinct mechanisms responsible for breakdowns in MOST assumptions: internal boundary layers formed by offshore continental flow, wave-driven wind jets associated with high wave age, and thermally stable boundary layers over cold sea surfaces where warm, moist air overlies cooler water far from shore. These findings highlight the limitations of current flux algorithms and suggest directions for improved parameterisation in coastal and open-ocean conditions.

physics.ao-ph

Benchmarking the Discovery Engine

The Discovery Engine is a general purpose automated system for scientific discovery, which combines machine learning with state-of-the-art ML interpretability to enable rapid and robust scientific insight across diverse datasets. In this paper, we benchmark the Discovery Engine against five recent peer-reviewed scientific publications applying machine learning across medicine, materials science, social science, and environmental science. In each case, the Discovery Engine matches or exceeds prior predictive performance while also generating deeper, more actionable insights through rich interpretability artefacts. These results demonstrate its potential as a new standard for automated, interpretable scientific modelling that enables complex knowledge discovery from data.

cs.LG

Open Problems in Mechanistic Interpretability

Mechanistic interpretability aims to understand the computational mechanisms underlying neural networks' capabilities in order to accomplish concrete scientific and engineering goals. Progress in this field thus promises to provide greater assurance over AI system behavior and shed light on exciting scientific questions about the nature of intelligence. Despite recent progress toward these goals, there are many open problems in the field that require solutions before many scientific and practical benefits can be realized: Our methods require both conceptual and practical improvements to reveal deeper insights; we must figure out how best to apply our methods in pursuit of specific goals; and the field must grapple with socio-technical challenges that influence and are influenced by our work. This forward-facing review discusses the current frontier of mechanistic interpretability and the open problems that the field may benefit from prioritizing.

cs.LG

The SaTML '24 CNN Interpretability Competition: New Innovations for Concept-Level Interpretability

Interpretability techniques are valuable for helping humans understand and oversee AI systems. The SaTML 2024 CNN Interpretability Competition solicited novel methods for studying convolutional neural networks (CNNs) at the ImageNet scale. The objective of the competition was to help human crowd-workers identify trojans in CNNs. This report showcases the methods and results of four featured competition entries. It remains challenging to help humans reliably diagnose trojans via interpretability tools. However, the competition's entries have contributed new techniques and set a new record on the benchmark from Casper et al., 2023.

cs.LG

Prototype Generation: Robust Feature Visualisation for Data Independent Interpretability

We introduce Prototype Generation, a stricter and more robust form of feature visualisation for model-agnostic, data-independent interpretability of image classification models. We demonstrate its ability to generate inputs that result in natural activation paths, countering previous claims that feature visualisation algorithms are untrustworthy due to the unnatural internal activations. We substantiate these claims by quantitatively measuring similarity between the internal activations of our generated prototypes and natural images. We also demonstrate how the interpretation of generated prototypes yields important insights, highlighting spurious correlations and biases learned by models which quantitative methods over test-sets cannot identify.

cs.CV