← Search

Edward Grefenstette

30 accepted papers

2025

Procedural Knowledge in Pretraining Drives Reasoning in Large Language Models

ICLR 2025poster

The capabilities and limitations of Large Language Models (LLMs) have been sketched out in great detail in recent years, providing an intriguing yet conflicting picture. On the one hand, LLMs demonstrate a general ability to solve problems. On the other hand, they show surprising reasoning gaps when…

2024

Debating with More Persuasive LLMs Leads to More Truthful Answers

ICML 2024oral

Common methods for aligning large language models (LLMs) with desired behaviour heavily rely on human-labelled data. However, as models grow increasingly sophisticated, they will surpass human expertise, and the role of human evaluation will evolve into non-experts overseeing experts. In anticipatio…

2024

H-GAP: Humanoid Control with a Generalist Planner

ICLR 2024spotlight

Humanoid control is an important research challenge offering avenues for integration into human-centric infrastructures and enabling physics-driven humanoid animations. The daunting challenges in this field stem from the difficulty of optimizing in high-dimensional action spaces and the instability…

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

Understanding the Effects of RLHF on LLM Generalisation and Diversity

ICLR 2024poster

Large language models (LLMs) fine-tuned with reinforcement learning from human feedback (RLHF) have been used in some of the most widely deployed AI models to date, such as OpenAI's ChatGPT or Anthropic's Claude. While there has been significant work developing these methods, our understanding of th…

2023

Efficient Planning in a Compact Latent Action Space

ICLR 2023poster

Planning-based reinforcement learning has shown strong performance in tasks in discrete and low-dimensional continuous action spaces. However, planning usually brings significant computational overhead for decision making, so scaling such methods to high-dimensional action spaces remains challenging…

2023

Optimal Transport for Offline Imitation Learning

ICLR 2023top-25%

With the advent of large datasets, offline reinforcement learning is a promising framework for learning good decision-making policies without the need to interact with the real environment. However, offline RL requires the dataset to be reward-annotated, which presents practical challenges when rewa…

2023

The Goldilocks of Pragmatic Understanding: Fine-Tuning Strategy Matters for Implicature Resolution by LLMs

NeurIPS 2023spotlight

Despite widespread use of LLMs as conversational agents, evaluations of performance fail to capture a crucial aspect of communication: interpreting language in context---incorporating its pragmatics. Humans interpret language using beliefs and prior knowledge about the world. For example, we intuiti…

2022

Evolving Curricula with Regret-Based Environment Design

ICML 2022spotlight

Training generally-capable agents with reinforcement learning (RL) remains a significant challenge. A promising avenue for improving the robustness of RL agents is through the use of curricula. One such class of methods frames environment design as a game between a student and a teacher, using regre…

2022

Grounding Aleatoric Uncertainty for Unsupervised Environment Design

NeurIPS 2022accept

Adaptive curricula in reinforcement learning (RL) have proven effective for producing policies robust to discrepancies between the train and test environment. Recently, the Unsupervised Environment Design (UED) framework generalized RL curricula to generating sequences of entire environments, leadin…

Cited by 19SourcePDFScholar
2022

Improving Intrinsic Exploration with Language Abstractions

NeurIPS 2022accept

Reinforcement learning (RL) agents are particularly hard to train when rewards are sparse. One common solution is to use intrinsic rewards to encourage agents to explore their environment. However, recent intrinsic exploration methods often use state-based novelty measures which reward low-level exp…

Cited by 71SourcePDFScholar
2022

Improving Policy Learning via Language Dynamics Distillation

NeurIPS 2022accept

Recent work has shown that augmenting environments with language descriptions improves policy learning. However, for environments with complex language abstractions, learning how to ground language to observations is difficult due to sparse, delayed rewards. We propose Language Dynamics Distillation…

2022

Learning General World Models in a Handful of Reward-Free Deployments

NeurIPS 2022accept

Building generally capable agents is a grand challenge for deep reinforcement learning (RL). To approach this challenge practically, we outline two key desiderata: 1) to facilitate generalization, exploration should be task agnostic; 2) to facilitate scalability, exploration policies should collect…

2021

Learning with AMIGo: Adversarially Motivated Intrinsic Goals

ICLR 2021poster

A key challenge for reinforcement learning (RL) consists of learning in environments with sparse extrinsic rewards. In contrast to current RL methods, humans are able to learn new skills with little or no reward by using various forms of intrinsic motivation. We propose AMIGo, a novel agent incorpor…

2021

MiniHack the Planet: A Sandbox for Open-Ended Reinforcement Learning Research

NeurIPS 2021poster

Progress in deep reinforcement learning (RL) is heavily driven by the availability of challenging benchmarks used for training agents. However, benchmarks that are widely adopted by the community are not explicitly designed for evaluating specific capabilities of RL methods. While there exist enviro…

Cited by 108SourcecodeScholar
2021

Replay-Guided Adversarial Environment Design

NeurIPS 2021poster

Deep reinforcement learning (RL) agents may successfully generalize to new settings if trained on an appropriately diverse set of environment and task configurations. Unsupervised Environment Design (UED) is a promising self-supervised RL paradigm, wherein the free parameters of an underspecified en…

Cited by 119SourcePDFScholar
2020

Learning Reasoning Strategies in End-to-End Differentiable Proving

ICML 2020poster

Attempts to render deep learning models interpretable, data-efficient, and robust have seen some success through hybridisation with rule-based systems, for example, in Neural Theorem Provers (NTPs). These neuro-symbolic models can induce interpretable rules and learn representations from data via ba…

2020

The NetHack Learning Environment

NeurIPS 2020poster

Progress in Reinforcement Learning (RL) algorithms goes hand-in-hand with the development of challenging environments that test the limits of current methods. While existing RL environments are either sufficiently complex or based on fast simulation, they are rarely both. Here, we present the NetHac…

2019

Analysing Mathematical Reasoning Abilities of Neural Models

ICLR 2019poster

Mathematical reasoning---a core ability within human intelligence---presents some unique challenges as a domain: we do not come to understand and solve mathematical problems primarily on the back of experience and evidence, but on the basis of inferring, learning, and exploiting laws, axioms, and sy…

Cited by 496SourcePDFScholar
2019

CompILE: Compositional Imitation Learning and Execution

ICML 2019oral

We introduce Compositional Imitation Learning and Execution (CompILE): a framework for learning reusable, variable-length segments of hierarchically-structured behavior from demonstration data. CompILE uses a novel unsupervised, fully-differentiable sequence segmentation module to learn latent encod…

2019

Knowing When to Stop: Evaluation and Verification of Conformity to Output-Size Specifications

CVPR 2019poster

Neural architectures able to generate variable-length outputs are extremely effective for applications like Machine Translation and Image Captioning. In this paper, we study the vulnerability of these models to attacks aimed at changing the output-size that can have undesirable consequences includin…

Cited by 13PDFScholar
2019

Learning to Understand Goal Specifications by Modelling Reward

ICLR 2019poster

Recent work has shown that deep reinforcement-learning agents can learn to follow language-like instructions from infrequent environment rewards. However, this places on environment designers the onus of designing language-conditional reward functions which may not be easily or tractably implemented…

Cited by 175SourcePDFScholar
2018

Can Neural Networks Understand Logical Entailment?

ICLR 2018poster

We introduce a new dataset of logical entailments for the purpose of measuring models' ability to capture and exploit the structure of logical expressions against an entailment prediction task. We use this task to compare a series of architectures which are ubiquitous in the sequence-processing lite…

Cited by 154SourcePDFScholar
2017

Discovering Discrete Latent Topics with Neural Variational Inference

ICML 2017poster

Topic models have been widely explored as probabilistic generative models of documents. Traditional inference methods have sought closed-form derivations for updating the models, however as the expressiveness of these models grows, so does the difficulty of performing fast and accurate inference ove…

Cited by 399SourcePDFScholar
2017

Learning to Compose Words into Sentences with Reinforcement Learning

ICLR 2017poster

We use reinforcement learning to learn tree-structured neural networks for computing representations of natural language sentences. In contrast with prior work on tree-structured models, in which the trees are either provided as input or predicted using supervision from explicit treebank annotations…

Cited by 208SourceScholar
2015

Learning to Transduce with Unbounded Memory

NeurIPS 2015poster

Recently, strong results have been demonstrated by Deep Recurrent Neural Networks on natural language transduction problems. In this paper we explore the representational power of these models using synthetic grammars designed to exhibit phenomena similar to those found in real transduction problems…

Cited by 353SourcePDFScholar
2015

Teaching Machines to Read and Comprehend

NeurIPS 2015poster

Teaching machines to read natural language documents remains an elusive challenge. Machine reading systems can be tested on their ability to answer questions posed on the contents of documents that they have seen, but until now large scale training and test datasets have been missing for this type o…