← Search

Omer Levy

35 accepted papers

2025

Keep Guessing? When Considering Inference Scaling, Mind the Baselines

NAACL 2025findings

Scaling inference compute in large language models (LLMs) through repeated sampling consistently increases the coverage (fraction of problems solved) as the number of samples increases. We conjecture that this observed improvement is partially due to the answer distribution of standard evaluation be…

2025

Transfusion: Predict the Next Token and Diffuse Images with One Multi-Modal Model

ICLR 2025oral

We introduce Transfusion, a recipe for training a multi-modal model over discrete and continuous data. Transfusion combines the language modeling loss function (next token prediction) with diffusion to train a single transformer over mixed-modality sequences. We pretrain multiple Transfusion models…

Cited by 150SourcePDFScholar
2024

Altogether: Image Captioning via Re-aligning Alt-text

EMNLP 2024main

This paper focuses on creating synthetic data to improve the quality of image captions. Existing works typically have two shortcomings. First, they caption images from scratch, ignoring existing alt-text metadata, and second, lack transparency if the captioners’ training data (e.g. GPT) is unknown.…

2024

Branch-Solve-Merge Improves Large Language Model Evaluation and Generation

NAACL 2024long

Large Language Models (LLMs) are frequently used for multi-faceted language generation and evaluation tasks that involve satisfying intricate user constraints or taking into account multiple aspects and criteria. However, their performance can fall short, due to the model’s lack of coherence and ina…

2024

Megalodon: Efficient LLM Pretraining and Inference with Unlimited Context Length

NeurIPS 2024poster

The quadratic complexity and weak length extrapolation of Transformers limits their ability to scale to long sequences, and while sub-quadratic solutions like linear attention and state space models exist, they empirically underperform Transformers in pretraining efficiency and downstream task accur…

2024

Self-Alignment with Instruction Backtranslation

ICLR 2024oral

We present a scalable method to build a high quality instruction following language model by automatically labelling human-written text with corresponding instructions. Our approach, named instruction backtranslation, starts with a language model finetuned on a small amount of seed data, and a given…

Cited by 230SourcePDFScholar
2023

Causes and Cures for Interference in Multilingual Translation

ACL 2023long

Multilingual machine translation models can benefit from synergy between different language pairs, but also suffer from interference. While there is a growing number of sophisticated methods that aim to eliminate interference, our understanding of interference as a phenomenon is still limited. This…

Cited by 21SourcePDFScholar
2023

Instruction Induction: From Few Examples to Natural Language Task Descriptions

ACL 2023long

Large language models are able to perform a task by conditioning on a few input-output demonstrations - a paradigm known as in-context learning. We show that language models can explicitly infer an underlying task from a few demonstrations by prompting them to generate a natural language instruction…

2023

LMentry: A Language Model Benchmark of Elementary Language Tasks

ACL 2023findings

As the performance of large language models rapidly improves, benchmarks are getting larger and more complex as well. We present LMentry, a benchmark that avoids this “arms race” by focusing on a compact set of tasks that are trivial to humans, e.g. writing a sentence containing a specific word, ide…

2023

Pick-a-Pic: An Open Dataset of User Preferences for Text-to-Image Generation

NeurIPS 2023poster

The ability to collect a large dataset of human preferences from text-to-image users is usually limited to companies, making such datasets inaccessible to the public. To address this issue, we create a web app that enables text-to-image users to generate images and specify their preferences. Using t…

2023

Scaling Laws for Generative Mixed-Modal Language Models

ICML 2023poster

Generative language models define distributions over sequences of tokens that can represent essentially any combination of data modalities (e.g., any permutation of image tokens from VQ-VAEs, speech tokens from HuBERT, BPE tokens for language or code, and so on). To better understand the scaling pro…

Cited by 104SourcePDFScholar
2023

Unnatural Instructions: Tuning Language Models with (Almost) No Human Labor

ACL 2023long

Instruction tuning enables pretrained language models to perform new tasks from inference-time natural language descriptions. These approaches rely on vast amounts of human supervision in the form of crowdsourced datasets or user interactions. In this work, we introduce Unnatural Instructions: a lar…

2023

ZeroSCROLLS: A Zero-Shot Benchmark for Long Text Understanding

EMNLP 2023long findings

We introduce ZeroSCROLLS, a zero-shot benchmark for natural language understanding over long texts, which contains only test and small validation sets, without training data. We adapt six tasks from the SCROLLS benchmark, and add four new datasets, including two novel information fusing tasks, such…

Cited by 0SourcecodeScholar
2022

A Few More Examples May Be Worth Billions of Parameters

EMNLP 2022finding

We investigate the dynamics of increasing the number of model parameters versus the number of labeled examples across a wide variety of tasks. Our exploration reveals that while scaling parameters consistently yields performance improvements, the contribution of additional examples highly depends on…

2022

Learning to Retrieve Passages without Supervision

NAACL 2022long

Dense retrievers for open-domain question answering (ODQA) have been shown to achieve impressive performance by training on large datasets of question-passage pairs. In this work we ask whether this dependence on labeled data can be reduced via unsupervised pretraining that is geared towards ODQA. W…

2022

Models In a Spelling Bee: Language Models Implicitly Learn the Character Composition of Tokens

NAACL 2022long

Standard pretrained language models operate on sequences of subword tokens without direct access to the characters that compose each token’s string representation. We probe the embedding layer of pretrained language models and show that models learn the internal character composition of whole word a…

2022

SCROLLS: Standardized CompaRison Over Long Language Sequences

EMNLP 2022main

NLP benchmarks have largely focused on short texts, such as sentences and paragraphs, even though long texts comprise a considerable amount of natural language in the wild. We introduce SCROLLS, a suite of tasks that require reasoning over long texts. We examine existing long-text datasets, and hand…

2022

Simple Local Attentions Remain Competitive for Long-Context Tasks

NAACL 2022long

Many NLP tasks require processing long contexts beyond the length limit of pretrained models. In order to scale these models to longer text sequences, many efficient long-range attention variants have been proposed. Despite the abundance of research along this direction, it is still difficult to gau…

2022

Transformer Language Models without Positional Encodings Still Learn Positional Information

EMNLP 2022finding

Causal transformer language models (LMs), such as GPT-3, typically require some form of positional encoding, such as positional embeddings. However, we show that LMs without any explicit positional encoding are still competitive with standard models and that this phenomenon is robust across differen…

2021

Cryptonite: A Cryptic Crossword Benchmark for Extreme Ambiguity in Language

EMNLP 2021main

Current NLP datasets targeting ambiguity can be solved by a native speaker with relative ease. We present Cryptonite, a large-scale dataset based on cryptic crosswords, which is both linguistically complex and naturally sourced. Each example in Cryptonite is a cryptic clue, a short phrase or sentenc…

2021

Few-Shot Question Answering by Pretraining Span Selection

ACL 2021long

In several question answering benchmarks, pretrained models have reached human parity through fine-tuning on an order of 100,000 annotated questions and answers. We explore the more realistic few-shot setting, where only a few hundred training examples are available, and observe that standard models…

2021

Transformer Feed-Forward Layers Are Key-Value Memories

EMNLP 2021main

Feed-forward layers constitute two-thirds of a transformer model’s parameters, yet their role in the network remains under-explored. We show that feed-forward layers in transformer-based language models operate as key-value memories, where each key correlates with textual patterns in the training ex…

2020

Aligned Cross Entropy for Non-Autoregressive Machine Translation

ICML 2020poster

Non-autoregressive machine translation models significantly speed up decoding by allowing for parallel prediction of the entire target sequence. However, modeling word order is more challenging due to the lack of autoregressive factors in the model. This difficultly is compounded during training wit…

Cited by 120SourcePDFScholar
2020

Generalization through Memorization: Nearest Neighbor Language Models

ICLR 2020poster

We introduce $k$NN-LMs, which extend a pre-trained neural language model (LM) by linearly interpolating it with a $k$-nearest neighbors ($k$NN) model. The nearest neighbors are computed according to distance in the pre-trained LM embedding space, and can be drawn from any text collection, including…

Cited by 952SourcecodeScholar
2019

GLUE: A Multi-Task Benchmark and Analysis Platform for Natural Language Understanding

ICLR 2019poster

For natural language understanding (NLU) technology to be maximally useful, it must be able to process language in a way that is not exclusive to a single task, genre, or dataset. In pursuit of this objective, we introduce the General Language Understanding Evaluation (GLUE) benchmark, a collection…

Cited by 8516SourcePDFScholar
2019

SuperGLUE: A Stickier Benchmark for General-Purpose Language Understanding Systems

NeurIPS 2019spotlight

In the last year, new models and methods for pretraining and transfer learning have driven striking performance improvements across a range of language understanding tasks. The GLUE benchmark, introduced a little over one year ago, offers a single-number metric that summarizes progress on a diverse…

2019

code2seq: Generating Sequences from Structured Representations of Code

ICLR 2019poster

The ability to generate natural language sequences from source code snippets has a variety of applications such as code summarization, documentation, and retrieval. Sequence-to-sequence (seq2seq) models, adopted from neural machine translation (NMT), have achieved state-of-the-art performance on the…

2018

Simulating Action Dynamics with Neural Process Networks

ICLR 2018poster

Understanding procedural language requires anticipating the causal effects of actions, even when they are not explicitly stated. In this work, we introduce Neural Process Networks to understand procedural text through (neural) simulation of action dynamics. Our model complements existing memory ar…

Cited by 143SourcePDFScholar