← Search

Robert P. Dick

13 accepted papers

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…

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

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

Once Read is Enough: Domain-specific Pretraining-free Language Models with Cluster-guided Sparse Experts for Long-tail Domain Knowledge

NeurIPS 2024poster

Language models (LMs) only pretrained on a general and massive corpus usually cannot attain satisfying performance on domain-specific downstream tasks, and hence, applying domain-specific pretraining to LMs is a common and indispensable practice. However, domain-specific pretraining can be costly an…

Cited by 0SourcePDFScholar
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
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

Over-parameterized Model Optimization with Polyak-{\L}ojasiewicz Condition

ICLR 2023poster

This work pursues the optimization of over-parameterized deep models for superior training efficiency and test performance. We first theoretically emphasize the importance of two properties of over-parameterized models, i.e., the convergence gap and the generalization gap. Subsequent analyses unveil…

Cited by 2SourcePDFScholar
2023

Train Faster, Perform Better: Modular Adaptive Training in Over-Parameterized Models

NeurIPS 2023poster

Despite their prevalence in deep-learning communities, over-parameterized models convey high demands of computational costs for proper training. This work studies the fine-grained, modular-level learning dynamics of over-parameterized models to attain a more efficient and fruitful training strategy.…

Cited by 3SourcePDFScholar
2022

Recursive Disentanglement Network

ICLR 2022poster

Disentangled feature representation is essential for data-efficient learning. The feature space of deep models is inherently compositional. Existing $\beta$-VAE-based methods, which only apply disentanglement regularization to the resulting embedding space of deep models, cannot effectively regulari…

Cited by 4SourcePDFScholar
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…