← Search

Sam Wiseman

13 accepted papers

2026

Revisiting the Scaling Properties of Downstream Metrics in Large Language Model Training

ICLR 2026poster

While scaling laws for Large Language Models (LLMs) traditionally focus on proxy metrics like pretraining loss, predicting downstream task performance has been considered unreliable. This paper challenges that view by proposing a direct framework to model the scaling of downstream accuracy from the…

Cited by 0SourcecodeScholar
2024

"MM1: Methods, Analysis & Insights from Multimodal LLM Pre-training"

ECCV 2024poster

"In this work, we discuss building performant Multimodal Large Language Models (MLLMs). In particular, we study the importance of various architecture components and data choices. Through careful and comprehensive ablations of the image encoder, the vision language connector, and various pre-trainin…

2024

Sequence Reducible Holdout Loss for Language Model Pretraining

COLING 2024main

Data selection techniques, which adaptively select datapoints inside the training loop, have demonstrated empirical benefits in reducing the number of gradient steps to train neural models. However, these techniques have so far largely been applied to classification. In this work, we study their app…

2023

The Mechanical Bard: An Interpretable Machine Learning Approach to Shakespearean Sonnet Generation

ACL 2023short

We consider the automated generation of sonnets, a poetic form constrained according to meter, rhyme scheme, and length. Sonnets generally also use rhetorical figures, expressive language, and a consistent theme or narrative. Our constrained decoding approach allows for the generation of sonnets wit…

2022

Chess as a Testbed for Language Model State Tracking

AAAI 2022technical

Transformer language models have made tremendous strides in natural language understanding tasks. However, the complexity of natural language makes it challenging to ascertain how accurately these models are tracking the world state underlying the text. Motivated by this issue, we consider the task…

2022

SummScreen: A Dataset for Abstractive Screenplay Summarization

ACL 2022long

We introduce SummScreen, a summarization dataset comprised of pairs of TV series transcripts and human written recaps. The dataset provides a challenging testbed for abstractive summarization for several reasons. Plot details are often expressed indirectly in character dialogues and may be scattered…

2021

Data-to-text Generation by Splicing Together Nearest Neighbors

EMNLP 2021main

We propose to tackle data-to-text generation tasks by directly splicing together retrieved segments of text from “neighbor” source-target pairs. Unlike recent work that conditions on retrieved neighbors but generates text token-by-token, left-to-right, we learn a policy that directly manipulates seg…

2020

Learning Discrete Structured Representations by Adversarially Maximizing Mutual Information

ICML 2020poster

We propose learning discrete structured representations from unlabeled data by maximizing the mutual information between a structured latent variable and a target variable. Calculating mutual information is intractable in this setting. Our key technical contribution is an adversarial objective that…

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…