← Search

Matthew Finlayson

8 accepted papers

2025

Better Language Model Inversion by Compactly Representing Next-Token Distributions

NeurIPS 2025poster

Language model inversion seeks to recover hidden prompts using only language model outputs. This capability has implications for security and accountability in language model deployments, such as leaking private information from an API-protected language model’s system message. We propose a new meth…

Cited by 0SourcecodeScholar
2024

Closing the Curious Case of Neural Text Degeneration

ICLR 2024poster

Despite their ubiquity in language generation, it remains unknown why truncation sampling heuristics like nucleus sampling are so effective. We provide a theoretical explanation for the effectiveness of the truncation sampling by proving that truncation methods that discard tokens below some probabi…

2023

Decomposed Prompting: A Modular Approach for Solving Complex Tasks

ICLR 2023poster

Few-shot prompting is a surprisingly powerful way to use Large Language Models (LLMs) to solve various tasks. However, this approach struggles as the task complexity increases or when the individual reasoning steps of the task themselves are hard to learn, especially when embedded in more complex ta…

2023

Increasing Probability Mass on Answer Choices Does Not Always Improve Accuracy

EMNLP 2023long main

When pretrained language models (LMs) are applied to discriminative tasks such as multiple-choice questions, they place probability mass on vocabulary tokens that aren't among the given answer choices. Spreading probability mass across multiple surface forms with identical meaning (such as "bath" an…

Cited by 0SourcecodeScholar
2022

LILA: A Unified Benchmark for Mathematical Reasoning

EMNLP 2022main

Mathematical reasoning skills are essential for general-purpose intelligentsystems to perform tasks from grocery shopping to climate modeling.Towards evaluating and improving AI systems in this domain, we proposeLILA, a unified mathematical reasoning benchmark consisting of 23 diversetasks along fou…

2022

What Makes Instruction Learning Hard? An Investigation and a New Challenge in a Synthetic Environment

EMNLP 2022main

The instruction learning paradigm—where a model learns to perform new tasks from task descriptions alone—has become popular in research on general-purpose models. The capabilities of large transformer models as instruction learners, however, remain poorly understood. We use a controlled synthetic en…

2021

Causal Analysis of Syntactic Agreement Mechanisms in Neural Language Models

ACL 2021long

Targeted syntactic evaluations have demonstrated the ability of language models to perform subject-verb agreement given difficult contexts. To elucidate the mechanisms by which the models accomplish this behavior, this study applies causal mediation analysis to pre-trained neural language models. We…