← Search

Sebastian Farquhar

14 accepted papers

2025

MONA: Myopic Optimization with Non-myopic Approval Can Mitigate Multi-step Reward Hacking

ICML 2025poster

Future advanced AI systems may learn sophisticated strategies through reinforcement learning (RL) that humans cannot understand well enough to safely evaluate. We propose a training method which avoids agents learning undesired multi-step plans that receive high reward (multi-step "reward hacks") ev…

Cited by 1SourcePDFScholar
2024

Discovering Agents (Abstract Reprint)

AAAI 2024technical

Causal models of agents have been used to analyse the safety aspects of machine learning systems. But identifying agents is non-trivial – often the causal model is just assumed by the modeller without much justification – and modelling failures can lead to mistakes in the safety analysis. This paper…

Cited by 0SourcePDFScholar
2023

Do Bayesian Neural Networks Need To Be Fully Stochastic?

AISTATS 2023poster

We investigate the benefit of treating all the parameters in a Bayesian neural network stochastically and find compelling theoretical and empirical evidence that this standard construction may be unnecessary. To this end, we prove that expressive predictive distributions require only small amounts o…

2023

Prediction-Oriented Bayesian Active Learning

AISTATS 2023poster

Information-theoretic approaches to active learning have traditionally focused on maximising the information gathered about the model parameters, most commonly by optimising the BALD score. We highlight that this can be suboptimal from the perspective of predictive performance. For example, BALD lac…

2023

Semantic Uncertainty: Linguistic Invariances for Uncertainty Estimation in Natural Language Generation

ICLR 2023top-25%

We introduce a method to measure uncertainty in large language models. For tasks like question answering, it is essential to know when we can trust the natural language outputs of foundation models. We show that measuring uncertainty in natural language is challenging because of "semantic equivalenc…

2023

Tracr: Compiled Transformers as a Laboratory for Interpretability

NeurIPS 2023spotlight

We show how to "compile" human-readable programs into standard decoder-only transformer models. Our compiler, Tracr, generates models with known structure. This structure can be used to design experiments. For example, we use it to study "superposition" in transformers that execute multi-step algori…

2022

Active Surrogate Estimators: An Active Learning Approach to Label-Efficient Model Evaluation

NeurIPS 2022accept

We propose Active Surrogate Estimators (ASEs), a new method for label-efficient model evaluation. Evaluating model performance is a challenging and important problem when labels are expensive. ASEs address this active testing problem using a surrogate-based estimation approach that interpolates the…

2022

Prioritized Training on Points that are Learnable, Worth Learning, and not yet Learnt

ICML 2022spotlight

Training on web-scale data can take months. But much computation and time is wasted on redundant and noisy points that are already learnt or not learnable. To accelerate training, we introduce Reducible Holdout Loss Selection (RHO-LOSS), a simple but principled technique which selects approximately…

2022

Prospect Pruning: Finding Trainable Weights at Initialization using Meta-Gradients

ICLR 2022poster

Pruning neural networks at initialization would enable us to find sparse models that retain the accuracy of the original network while consuming fewer computational resources for training and inference. However, current methods are insufficient to enable this optimization and lead to a large degrada…

2021

Active Testing: Sample-Efficient Model Evaluation

ICML 2021spotlight

We introduce a new framework for sample-efficient model evaluation that we call active testing. While approaches like active learning reduce the number of labels needed for model training, existing literature largely ignores the cost of labeling test data, typically unrealistically assuming large te…

2020

Liberty or Depth: Deep Bayesian Neural Nets Do Not Need Complex Weight Posterior Approximations

NeurIPS 2020poster

We challenge the longstanding assumption that the mean-field approximation for variational inference in Bayesian neural networks is severely restrictive, and show this is not the case in deep networks. We prove several results indicating that deep mean-field variational weight posteriors can induce…

Cited by 64SourcePDFScholar
2020

Radial Bayesian Neural Networks: Beyond Discrete Support In Large-Scale Bayesian Deep Learning

AISTATS 2020poster

We propose Radial Bayesian Neural Networks (BNNs): a variational approximate posterior for BNNs which scales well to large models. Unlike scalable Bayesian deep learning methods like deep ensembles that have discrete support (assign exactly zero probability almost everywhere in weight-space) Radial…