← Search

Peter Shaw

13 accepted papers

2026

Bridging Kolmogorov Complexity and Deep Learning: Asymptotically Optimal Description Length Objectives for Transformers

ICLR 2026poster

The Minimum Description Length (MDL) principle offers a formal framework for applying Occam's razor in machine learning. However, its application to neural networks such as Transformers is challenging due to the lack of a principled, universal measure for model complexity. This paper introduces the…

Cited by 0SourceScholar
2026

Effective Reasoning Chains Reduce Intrinsic Dimensionality

ICML 2026spotlight

Chain-of-thought (CoT) reasoning and its variants have substantially improved the performance of language models on complex reasoning tasks, yet the precise mechanisms by which different strategies facilitate generalization remain poorly understood. While current explanations often point to increase…

Cited by 0SourceScholar
2024

BAGEL: Bootstrapping Agents by Guiding Exploration with Language

ICML 2024poster

Following natural language instructions by executing actions in digital environments (e.g. web-browsers and REST APIs) is a challenging task for language model (LM) agents. Unfortunately, LM agents often fail to generalize to new environments without human demonstrations. This work presents BAGEL, a…

Cited by 12SourcePDFScholar
2023

From Pixels to UI Actions: Learning to Follow Instructions via Graphical User Interfaces

NeurIPS 2023spotlight

Much of the previous work towards digital agents for graphical user interfaces (GUIs) has relied on text-based representations (derived from HTML or other structured data sources), which are not always readily available. These input representations have been often coupled with custom, task-specific…

2023

Pix2Struct: Screenshot Parsing as Pretraining for Visual Language Understanding

ICML 2023oral

Visually-situated language is ubiquitous---sources range from textbooks with diagrams to web pages with images and tables, to mobile apps with buttons and forms. Perhaps due to this diversity, previous work has typically relied on domain-specific recipes with limited sharing of the underlying data,…

2023

QUEST: A Retrieval Dataset of Entity-Seeking Queries with Implicit Set Operations

ACL 2023long

Formulating selective information needs results in queries that implicitly specify set operations, such as intersection, union, and difference. For instance, one might search for “shorebirds that are not sandpipers” or “science-fiction films shot in England”. To study the ability of retrieval system…

2022

Evaluating the Impact of Model Scale for Compositional Generalization in Semantic Parsing

EMNLP 2022main

Despite their strong performance on many tasks, pre-trained language models have been shown to struggle on out-of-distribution compositional generalization. Meanwhile, recent work has shown considerable improvements on many NLP tasks from model scaling. Can scaling up model size also improve composi…

Cited by 56SourcePDFScholar
2022

Generate-and-Retrieve: Use Your Predictions to Improve Retrieval for Semantic Parsing

COLING 2022main

A common recent approach to semantic parsing augments sequence-to-sequence models by retrieving and appending a set of training samples, called exemplars. The effectiveness of this recipe is limited by the ability to retrieve informative exemplars that help produce the correct parse, which is especi…

Cited by 17SourcePDFScholar
2022

Improving Compositional Generalization with Latent Structure and Data Augmentation

NAACL 2022long

Generic unstructured neural networks have been shown to struggle on out-of-distribution compositional generalization. Compositional data augmentation via example recombination has transferred some prior knowledge about compositionality to such black-box neural models for several semantic parsing tas…

2021

Compositional Generalization and Natural Language Variation: Can a Semantic Parsing Approach Handle Both?

ACL 2021long

Sequence-to-sequence models excel at handling natural language variation, but have been shown to struggle with out-of-distribution compositional generalization. This has motivated new specialized architectures with stronger compositional biases, but most of these approaches have only been evaluated…

2021

Graph-Based Decoding for Task Oriented Semantic Parsing

EMNLP 2021finding

The dominant paradigm for semantic parsing in recent years is to formulate parsing as a sequence-to-sequence task, generating predictions with auto-regressive sequence decoders. In this work, we explore an alternative paradigm. We formulate semantic parsing as a dependency parsing task, applying gra…

2021

Systematic Generalization on gSCAN: What is Nearly Solved and What is Next?

EMNLP 2021main

We analyze the grounded SCAN (gSCAN) benchmark, which was recently proposed to study systematic generalization for grounded language understanding. First, we study which aspects of the original benchmark can be solved by commonly used methods in multi-modal research. We find that a general-purpose T…