← Search

Ekdeep Singh Lubana

30 accepted papers

2026

Belief Dynamics Reveal the Dual Nature of In-Context Learning and Activation Steering

ICML 2026poster

Large language models (LLMs) can be controlled at inference time through prompts (in-context learning) and internal activations (activation steering). Different accounts have been proposed to explain these methods, yet their common goal of controlling model behavior raises the question of whether th…

Cited by 0SourceScholar
2026

Emergence of Hierarchical Emotion Organization in Large Language Models

ICML 2026poster

As large language models (LLMs) increasingly power conversational agents, understanding how they model users' emotional states is critical for ethical deployment. Inspired by emotion wheels, i.e., a psychological framework that argues emotions organize hierarchically, we analyze probabilistic depend…

Cited by 0SourceScholar
2026

Into the Rabbit Hull: From Task-Relevant Concepts in DINO to Minkowski Geometry

ICLR 2026poster

DINOv2 sees the world well enough to guide robots and segment images, but we still do not know what it sees. We conduct the first comprehensive analysis of DINOv2’s representational structure using overcomplete dictionary learning, extracting over 32,000 visual concepts in what constitutes the large…

Cited by 0SourceScholar
2026

Position: It’s Time to Optimize for Self-Consistency

ICML 2026poster

Despite ever-increasing sophistication in language model (LM) pre- and post-training pipelines, many important failures persist: models overcondition on user framing (“sycophancy”), exhibit incomplete logical generalization, and produce confident but incorrect responses. We argue that these failures…

Cited by 0SourceScholar
2026

Priors in time: Missing inductive biases for language model interpretability

ICLR 2026poster

A central aim of interpretability tools applied to language models is to recover meaningful concepts from model activations. Existing feature extraction methods focus on single activations regardless of the context, implicitly assuming independence (and therefore stationarity). This leaves open whet…

Cited by 0SourcecodeScholar
2026

Uncovering Conceptual Blindspots in Generative Image Models Using Sparse Autoencoders

ICLR 2026poster

Despite their impressive performance, generative image models trained on large-scale datasets frequently fail to produce images with seemingly simple concepts -- e.g., human hands or objects appearing in groups of four -- that are reasonably expected to appear in the training data. These failure mod…

Cited by 0SourceScholar
2025

A Percolation Model of Emergence: Analyzing Transformers Trained on a Formal Language

ICLR 2025poster

Increase in data, size, or compute can lead to sudden learning of specific capabilities by a neural network---a phenomenon often called "emergence". Beyond scientific understanding, establishing the causal factors underlying such emergent capabilities is crucial to enable risk regulation frameworks…

2025

Analyzing (In)Abilities of SAEs via Formal Languages

NAACL 2025long

Autoencoders have been used for finding interpretable and disentangled features underlying neural network representations in both image and text domains. While the efficacy and pitfalls of such methods are well-studied in vision, there is a lack of corresponding results, both qualitative and quantit…

2025

Archetypal SAE: Adaptive and Stable Dictionary Learning for Concept Extraction in Large Vision Models

ICML 2025poster

Sparse Autoencoders (SAEs) have emerged as a powerful framework for machine learning interpretability, enabling the unsupervised decomposition of model representations into a dictionary of abstract, human-interpretable concepts. However, we reveal a fundamental limitation: SAEs exhibit severe instab…

Cited by 2SourcePDFScholar
2025

Competition Dynamics Shape Algorithmic Phases of In-Context Learning

ICLR 2025spotlight

In-Context Learning (ICL) has significantly expanded the general-purpose nature of large language models, allowing them to adapt to novel tasks using merely the inputted context. This has motivated a series of papers that analyze tractable synthetic domains and postulate precise mechanisms that may…

2025

Detecting High-Stakes Interactions with Activation Probes

NeurIPS 2025poster

Monitoring is an important aspect of safely deploying Large Language Models (LLMs). This paper examines activation probes for detecting ``high-stakes'' interactions---where the text indicates that the interaction might lead to significant harm---as a critical, yet underexplored, target for such moni…

Cited by 0SourcecodeScholar
2025

From Flat to Hierarchical: Extracting Sparse Representations with Matching Pursuit

NeurIPS 2025poster

Motivated by the hypothesis that neural network representations encode abstract, interpretable features as linearly accessible, approximately orthogonal directions, sparse autoencoders (SAEs) have become a popular tool in interpretability literature. However, recent work has demonstrated phenomenolo…

Cited by 0SourceScholar
2025

ICLR: In-Context Learning of Representations

ICLR 2025poster

Recent work demonstrates that structured patterns in pretraining data influence how representations of different concepts are organized in a large language model’s (LLM) internals, with such representations then driving downstream abilities. Given the open-ended nature of LLMs, e.g., their ability t…

Cited by 7SourcePDFScholar
2025

In-Context Learning Strategies Emerge Rationally

NeurIPS 2025poster

Recent work analyzing in-context learning (ICL) has identified a broad set of strategies that describe model behavior in different experimental conditions. We aim to unify these findings by asking why a model learns these disparate strategies in the first place. Specifically, we start with the obser…

Cited by 0SourceScholar
2025

Projecting Assumptions: The Duality Between Sparse Autoencoders and Concept Geometry

NeurIPS 2025poster

Sparse Autoencoders (SAEs) are widely used to interpret neural networks by identifying meaningful concepts from their representations. However, do SAEs truly uncover all concepts a model relies on, or are they inherently biased toward certain kinds of concepts? We introduce a unified framework that…

Cited by 0SourceScholar
2025

Representation Shattering in Transformers: A Synthetic Study with Knowledge Editing

ICML 2025poster

Knowledge Editing (KE) algorithms alter models' weights to perform targeted updates to incorrect, outdated, or otherwise unwanted factual associations. However, recent work has shown that applying KE can adversely affect models' broader factual recall accuracy and diminish their reasoning abilities.…

Cited by 0SourcePDFScholar
2025

Swing-by Dynamics in Concept Learning and Compositional Generalization

ICLR 2025poster

Prior work has shown that text-conditioned diffusion models can learn to identify and manipulate primitive concepts underlying a compositional data-generating process, enabling generalization to entirely novel, out-of-distribution compositions. Beyond performance evaluations, these studies develop…

Cited by 0SourcePDFScholar
2024

Abrupt Learning in Transformers: A Case Study on Matrix Completion

NeurIPS 2024poster

Recent analysis on the training dynamics of Transformers has unveiled an interesting characteristic: the training loss plateaus for a significant number of training steps, and then suddenly (and sharply) drops to near--optimal values. To understand this phenomenon in depth, we formulate the low-rank…

Cited by 1SourcePDFScholar
2024

Compositional Capabilities of Autoregressive Transformers: A Study on Synthetic, Interpretable Tasks

ICML 2024poster

Transformers trained on huge text corpora exhibit a remarkable set of capabilities, e.g., performing simple logical operations. Given the inherent compositional nature of language, one can expect the model to learn to compose these capabilities, potentially yielding a combinatorial explosion of what…

2024

Emergence of Hidden Capabilities: Exploring Learning Dynamics in Concept Space

NeurIPS 2024spotlight

Modern generative models demonstrate impressive capabilities, likely stemming from an ability to identify and manipulate abstract concepts underlying their training data. However, fundamental questions remain: what determines the concepts a model learns, the order in which it learns them, and its ab…

2024

In-Context Learning Dynamics with Random Binary Sequences

ICLR 2024poster

Large language models (LLMs) trained on huge text datasets demonstrate intriguing capabilities, achieving state-of-the-art performance on tasks they were not explicitly trained for. The precise nature of LLM capabilities is often mysterious, and different prompts can elicit different capabilities th…

2024

Mechanistically analyzing the effects of fine-tuning on procedurally defined tasks

ICLR 2024poster

Fine-tuning large pre-trained models has become the de facto strategy for developing both task-specific and general-purpose machine learning systems, including developing models that are safe to deploy. Despite its clear importance, there has been minimal work that explains how fine-tuning alters th…

Cited by 62SourcePDFScholar
2024

Towards an Understanding of Stepwise Inference in Transformers: A Synthetic Graph Navigation Model

ICML 2024poster

Stepwise inference protocols, such as scratchpads and chain-of-thought, help language models solve complex problems by decomposing them into a sequence of simpler subproblems. To unravel the underlying mechanisms of stepwise inference we propose to study autoregressive Transformer models on a synthe…

Cited by 4SourcePDFScholar
2024

What Makes and Breaks Safety Fine-tuning? A Mechanistic Study

NeurIPS 2024poster

Safety fine-tuning helps align Large Language Models (LLMs) with human preferences for their safe deployment. To better understand the underlying factors that make models safe via safety fine-tuning, we design a synthetic data generation framework that captures salient aspects of an unsafe input by…

2023

Compositional Abilities Emerge Multiplicatively: Exploring Diffusion Models on a Synthetic Task

NeurIPS 2023poster

Modern generative models exhibit unprecedented capabilities to generate extremely realistic data. However, given the inherent compositionality of the real world, reliable use of these models in practical applications requires that they exhibit the capability to compose a novel set of concepts to gen…

2023

Mechanistic Mode Connectivity

ICML 2023poster

We study neural network loss landscapes through the lens of mode connectivity, the observation that minimizers of neural networks retrieved via training on a dataset are connected via simple paths of low loss. Specifically, we ask the following question: are minimizers that rely on different mechani…

2023

What shapes the loss landscape of self supervised learning?

ICLR 2023poster

Prevention of complete and dimensional collapse of representations has recently become a design principle for self-supervised learning (SSL). However, questions remain in our theoretical understanding: When do those collapses occur? What are the mechanisms and causes? We answer these questions by de…

Cited by 25SourcePDFScholar
2022

Analyzing Data-Centric Properties for Graph Contrastive Learning

NeurIPS 2022accept

Recent analyses of self-supervised learning (SSL) find the following data-centric properties to be critical for learning good representations: invariance to task-irrelevant semantics, separability of classes in some latent space, and recoverability of labels from augmented samples. However, given th…

2021

Beyond BatchNorm: Towards a Unified Understanding of Normalization in Deep Learning

NeurIPS 2021poster

Inspired by BatchNorm, there has been an explosion of normalization layers in deep learning. Recent works have identified a multitude of beneficial properties in BatchNorm to explain its success. However, given the pursuit of alternative normalization layers, these properties need to be generalized…