← Search

Lukasz Kaiser

12 accepted papers

2022

Hierarchical Transformers Are More Efficient Language Models

NAACL 2022findings

Transformer models yield impressive results on many NLP and sequence modeling tasks. Remarkably, Transformers can handle long sequences, which allows them to produce long coherent outputs: entire paragraphs produced by GPT-3 or well-structured images produced by DALL-E. These large language models a…

2021

Rethinking Attention with Performers

ICLR 2021oral

We introduce Performers, Transformer architectures which can estimate regular (softmax) full-rank-attention Transformers with provable accuracy, but using only linear (as opposed to quadratic) space and time complexity, without relying on any priors such as sparsity or low-rankness. To approximate s…

2021

Sparse is Enough in Scaling Transformers

NeurIPS 2021poster

Large Transformer models yield impressive results on many tasks, but are expensive to train, or even fine-tune, and so slow at decoding that their use and study becomes out of reach. We address this problem by leveraging sparsity. We study sparse variants for all layers in the Transformer and propos…

Cited by 101SourcePDFScholar
2018

Depthwise Separable Convolutions for Neural Machine Translation

ICLR 2018poster

Depthwise separable convolutions reduce the number of parameters and computation used in convolutional operations while increasing representational efficiency. They have been shown to be successful in image classification models, both in obtaining better models than previously possible for a given p…

2018

Fast Decoding in Sequence Models Using Discrete Latent Variables

ICML 2018oral

Autoregressive sequence models based on deep neural networks, such as RNNs, Wavenet and Transformer are the state-of-the-art on many tasks. However, they lack parallelism and are thus slow for long sequences. RNNs lack parallelism both during training and decoding, while architectures like WaveNet a…

Cited by 149SourcePDFScholar
2018

Generating Wikipedia by Summarizing Long Sequences

ICLR 2018poster

We show that generating English Wikipedia articles can be approached as a multi- document summarization of source documents. We use extractive summarization to coarsely identify salient information and a neural abstractive model to generate the article. For the abstractive model, we introduce a deco…

2018

Unsupervised Cipher Cracking Using Discrete GANs

ICLR 2018poster

This work details CipherGAN, an architecture inspired by CycleGAN used for inferring the underlying cipher mapping given banks of unpaired ciphertext and plaintext. We demonstrate that CipherGAN is capable of cracking language data enciphered using shift and Vigenere ciphers to a high degree of fide…