← Search

Max Tegmark

21 accepted papers

2026

Sycophancy Towards Researchers Drives Performative Misalignment

ICML 2026spotlight

The increasing situational awareness of language models raises safety concerns: models might be aware when they are evaluated, and adjust their behavior to evade monitoring and resist modification, e.g., pretending to be aligned only in evaluation. This \emph{alignment faking} behavior is often inte…

Cited by 0SourceScholar
2025

Are Sparse Autoencoders Useful? A Case Study in Sparse Probing

ICML 2025poster

Sparse autoencoders (SAEs) are a popular method for interpreting concepts represented in large language model (LLM) activations. However, there is a lack of evidence regarding the validity of their interpretations due to the lack of a ground truth for the concepts used by an LLM, and a growing numbe…

2025

Dense SAE Latents Are Features, Not Bugs

NeurIPS 2025poster

Sparse autoencoders (SAEs) are designed to extract interpretable features from language models by enforcing a sparsity constraint. Ideally, training an SAE would yield latents that are both sparse and semantically meaningful. However, many SAE latents activate frequently (i.e., are *dense*), raising…

Cited by 0SourceScholar
2025

Efficient Dictionary Learning with Switch Sparse Autoencoders

ICLR 2025poster

Sparse autoencoders (SAEs) are a recent technique for decomposing neural network activations into human-interpretable features. However, in order for SAEs to identify all features represented in frontier models, it will be necessary to scale them up to very high width, posing a computational challen…

2025

KAN: Kolmogorov–Arnold Networks

ICLR 2025oral

Inspired by the Kolmogorov-Arnold representation theorem, we propose Kolmogorov-Arnold Networks (KANs) as promising alternatives to Multi-Layer Perceptrons (MLPs). While MLPs have fixed activation functions on nodes ("neurons''), KANs have learnable activation functions on edges ("weights''). KANs h…

2025

Not All Language Model Features Are One-Dimensionally Linear

ICLR 2025poster

Recent work has proposed that language models perform computation by manipulating one-dimensional representations of concepts ("features") in activation space. In contrast, we explore whether some language model representations may be inherently multi-dimensional. We begin by developing a rigorous d…

Cited by 0SourcePDFScholar
2025

On the creation of narrow AI: hierarchy and nonlocality of neural network skills

NeurIPS 2025poster

We study the problem of creating strong, yet narrow, AI systems. While recent AI progress has been driven by the training of large general-purpose foundation models, the creation of smaller models specialized for narrow domains could be valuable for both efficiency and safety. In this work, we explo…

Cited by 0SourcecodeScholar
2023

PFGM++: Unlocking the Potential of Physics-Inspired Generative Models

ICML 2023poster

We introduce a new family of physics-inspired generative models termed PFGM++ that unifies diffusion models and Poisson Flow Generative Models (PFGM). These models realize generative trajectories for N dimensional data by embedding paths in N+D dimensional space while still controlling the progressi…

2023

The Clock and the Pizza: Two Stories in Mechanistic Explanation of Neural Networks

NeurIPS 2023oral

Do neural networks, trained on well-understood algorithmic tasks, reliably rediscover known algorithms? Several recent studies, on tasks ranging from group operations to in-context linear regression, have suggested that the answer is yes. Using modular addition as a prototypical problem, we show tha…

2022

Towards Understanding Grokking: An Effective Theory of Representation Learning

NeurIPS 2022accept

We aim to understand grokking, a phenomenon where models generalize long after overfitting their training set. We present both a microscopic analysis anchored by an effective theory and a macroscopic analysis of phase diagrams describing learning performance across hyperparameters. We find that gene…

2020

AI Feynman 2.0: Pareto-optimal symbolic regression exploiting graph modularity

NeurIPS 2020oral

We present an improved method for symbolic regression that seeks to fit data to formulas that are Pareto-optimal, in the sense of having the best accuracy for a given complexity. It improves on the previous state-of-the-art by typically being orders of magnitude more robust toward noise and bad data…

Cited by 272SourcePDFScholar
2017

Tunable Efficient Unitary Neural Networks (EUNN) and their application to RNNs

ICML 2017poster

Using unitary (instead of general) matrices in artificial neural networks (ANNs) is a promising way to solve the gradient explosion/vanishing problem, as well as to enable ANNs to learn long-term correlations in the data. This approach appears particularly promising for Recurrent Neural Networks (RN…