← Search

Brian Lester

8 accepted papers

2026

TokSuite: Measuring the Impact of Tokenizer Choice on Language Model Behavior

ICML 2026oral

Tokenizers provide the fundamental basis through which text is represented and processed by language models (LMs). Despite the importance of tokenization, its role in LM performance and behavior is poorly understood due to the challenge of measuring the impact of tokenization in isolation. To addres…

Cited by 0SourceScholar
2025

The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text

NeurIPS 2025poster

Large language models (LLMs) are typically trained on enormous quantities of unlicensed text, a practice that has led to scrutiny due to possible intellectual property infringement and ethical concerns. Training LLMs on openly licensed text presents a first step towards addressing these issues, but…

Cited by 0SourceScholar
2023

Git-Theta: A Git Extension for Collaborative Development of Machine Learning Models

ICML 2023poster

Currently, most machine learning models are trained by centralized teams and are rarely updated. In contrast, open-source software development involves the iterative development of a shared artifact through distributed collaboration using a version control system. In the interest of enabling collabo…

2022

Finetuned Language Models are Zero-Shot Learners

ICLR 2022oral

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning—finetuning language models on a collection of datasets described via instructions—substantially improves zero-shot performance on unseen tasks. We take a 137B parame…

2022

Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation

EMNLP 2022main

In this paper, we explore the challenging problem of performing a generative task in a target language when labeled data is only available in English, using summarization as a case study. We assume a strict setting with no access to parallel data or machine translation and find that common transfer…

2022

SPoT: Better Frozen Model Adaptation through Soft Prompt Transfer

ACL 2022long

There has been growing interest in parameter-efficient methods to apply pre-trained language models to downstream tasks. Building on the Prompt Tuning approach of Lester et al. (2021), which learns task-specific soft prompts to condition a frozen pre-trained model to perform different tasks, we prop…

Cited by 308SourcePDFScholar
2021

Intent Features for Rich Natural Language Understanding

NAACL 2021industry

Complex natural language understanding modules in dialog systems have a richer understanding of user utterances, and thus are critical in providing a better user experience. However, these models are often created from scratch, for specific clients and use cases and require the annotation of large d…

2021

The Power of Scale for Parameter-Efficient Prompt Tuning

EMNLP 2021main

In this work, we explore “prompt tuning,” a simple yet effective mechanism for learning “soft prompts” to condition frozen language models to perform specific downstream tasks. Unlike the discrete text prompts used by GPT-3, soft prompts are learned through backpropagation and can be tuned to incorp…