← Search

Ethan Dyer

9 accepted papers

2022

Block-Recurrent Transformers

NeurIPS 2022accept

We introduce the Block-Recurrent Transformer, which applies a transformer layer in a recurrent fashion along a sequence, and has linear complexity with respect to sequence length. Our recurrent cell operates on blocks of tokens rather than single tokens during training, and leverages parallel comput…

2022

Effect of scale on catastrophic forgetting in neural networks

ICLR 2022poster

Catastrophic forgetting presents a challenge in developing deep learning models capable of continual learning, i.e. learning tasks sequentially. Recently, both computer vision and natural-language processing have witnessed great progress through the use of large-scale pretrained models. In this work…

Cited by 204SourcePDFScholar
2022

Exploring Length Generalization in Large Language Models

NeurIPS 2022accept

The ability to extrapolate from short problem instances to longer ones is an important form of out-of-distribution generalization in reasoning tasks, and is crucial when learning from datasets where longer problem instances are rare. These include theorem proving, solving quantitative mathematics pr…

Cited by 226SourcePDFScholar
2022

Solving Quantitative Reasoning Problems with Language Models

NeurIPS 2022accept

Language models have achieved remarkable performance on a wide range of tasks that require natural language understanding. Nevertheless, state-of-the-art models have generally struggled with tasks that require quantitative reasoning, such as solving mathematics, science, and engineering questions at…

Cited by 815SourcePDFScholar
2021

Anatomy of Catastrophic Forgetting: Hidden Representations and Task Semantics

ICLR 2021poster

Catastrophic forgetting is a recurring challenge to developing versatile deep learning models. Despite its ubiquity, there is limited understanding of its connections to neural network (hidden) representations and task semantics. In this paper, we address this important knowledge gap. Through quanti…

Cited by 211SourcePDFScholar
2021

Tradeoffs in Data Augmentation: An Empirical Study

ICLR 2021poster

Though data augmentation has become a standard component of deep neural network training, the underlying mechanism behind the effectiveness of these techniques remains poorly understood. In practice, augmentation policies are often chosen using heuristics of distribution shift or augmentation divers…

Cited by 62SourcePDFScholar
2021

Whitening and Second Order Optimization Both Make Information in the Dataset Unusable During Training, and Can Reduce or Prevent Generalization

ICML 2021spotlight

Machine learning is predicated on the concept of generalization: a model achieving low error on a sufficiently large training set should also perform well on novel samples from the same distribution. We show that both data whitening and second order optimization can harm or entirely prevent generali…

Cited by 19SourcePDFScholar