← Search

Alexander Rush

27 accepted papers

2026

How much can language models memorize?

ICML 2026oral

We propose a new method for estimating how much a model knows about a datapoint and use it to measure the capacity of modern language models. Prior studies of language model memorization have struggled to disentangle memorization from generalization. We formally separate memorization into two compon…

Cited by 0SourceScholar
2024

Entity Disambiguation via Fusion Entity Decoding

NAACL 2024long

Entity disambiguation (ED), which links the mentions of ambiguous entities to their referent entities in a knowledge base, serves as a core component in entity linking (EL). Existing generative approaches demonstrate improved accuracy compared to classification approaches under the standardized ZELD…

Cited by 3SourcePDFScholar
2024

Predicting Text Preference Via Structured Comparative Reasoning

ACL 2024long

Comparative reasoning plays a crucial role in predicting text preferences; however, large language models (LLMs) often demonstrate inconsistencies in their reasoning, leading to incorrect preference predictions. While approaches like Chain-of-Thought improve accuracy in many settings, they struggle…

Cited by 6SourcePDFScholar
2023

Abductive Commonsense Reasoning Exploiting Mutually Exclusive Explanations

ACL 2023long

Abductive reasoning aims to find plausible explanations for an event. This style of reasoning is critical for commonsense tasks where there are often multiple plausible explanations. Existing approaches for abductive reasoning in natural language processing (NLP) often rely on manually generated ann…

Cited by 17SourcePDFScholar
2021

Datasets: A Community Library for Natural Language Processing

EMNLP 2021system demonstrations

The scale, variety, and quantity of publicly-available NLP datasets has grown rapidly as researchers propose new tasks, larger models, and novel benchmarks. Datasets is a community library for contemporary NLP designed to support this ecosystem. Datasets aims to standardize end-user interfaces, vers…

2020

Latent Template Induction with Gumbel-CRFs

NeurIPS 2020poster

Learning to control the structure of sentences is a challenging problem in text generation. Existing work either relies on simple deterministic approaches or RL-based hard structures. We explore the use of structured variational autoencoders to infer latent templates for sentence generation using a…

2019

Tensor Variable Elimination for Plated Factor Graphs

ICML 2019oral

A wide class of machine learning algorithms can be reduced to variable elimination on factor graphs. While factor graphs provide a unifying notation for these algorithms, they do not provide a compact way to express repeated structure when compared to plate diagrams for directed graphical models. To…

2018

Latent Alignment and Variational Attention

NeurIPS 2018poster

Neural attention has become central to many state-of-the-art models in natural language processing and related domains. Attention networks are an easy-to-train and effective method for softly simulating alignment; however, the approach does not marginalize over latent alignments in a probabilistic s…

2018

Semi-Amortized Variational Autoencoders

ICML 2018oral

Amortized variational inference (AVI) replaces instance-specific local inference with a global inference network. While AVI has enabled efficient training of deep generative models such as variational autoencoders (VAE), recent empirical work suggests that inference networks can produce suboptimal v…

2018

Weightless: Lossy Weight Encoding For Deep Neural Network Compression

ICLR 2018workshop

The large memory requirements of deep neural networks strain the capabilities of many devices, limiting their deployment and adoption. Model compression methods effectively reduce the memory requirements of these models, usually through applying transformations such as weight pruning or quantization…

Cited by 58SourceScholar
2018

Weightless: Lossy weight encoding for deep neural network compression

ICML 2018oral

The large memory requirements of deep neural networks limit their deployment and adoption on many devices. Model compression methods effectively reduce the memory requirements of these models, usually through applying transformations such as weight pruning or quantization. In this paper, we present…

Cited by 58SourcePDFScholar
2015

A Fast Variational Approach for Learning Markov Random Field Language Models

ICML 2015poster

Language modelling is a fundamental building block of natural language processing. However, in practice the size of the vocabulary limits the distributions applicable for this task: specifically, one has to either resort to local optimization methods, such as those used in neural language models, or…

Cited by 26SourcePDFScholar