← Search

Hunter Lang

16 accepted papers

2025

On the Duality between Gradient Transformations and Adapters

ICML 2025poster

We study memory-efficient optimization of neural networks (in particular language models) with *linear gradient transformations*, where the gradients are linearly mapped to a lower dimensional space than the full parameter space, thus saving memory required for gradient accumulation and optimizer st…

Cited by 0SourcePDFScholar
2024

Learning to Decode Collaboratively with Multiple Language Models

ACL 2024long

We propose a method to teach multiple large language models (LLM) to collaborate by interleaving their generations at the token level. We model the decision of which LLM generates the next token as a latent variable. By optimizing the marginal likelihood of a training set under our latent variable m…

2023

TabLLM: Few-shot Classification of Tabular Data with Large Language Models

AISTATS 2023poster

We study the application of large language models to zero-shot and few-shot classification of tabular data. We prompt the large language model with a serialization of the tabular data to a natural-language string, together with a short description of the classification problem. In the few-shot setti…

2023

Who Should Predict? Exact Algorithms For Learning to Defer to Humans

AISTATS 2023poster

Automated AI classifiers should be able to defer the prediction to a human decision maker to ensure more accurate predictions. In this work, we jointly train a classifier with a rejector, which decides on each data point whether the classifier or the human should predict. We show that prior approach…

2022

Co-training Improves Prompt-based Learning for Large Language Models

ICML 2022spotlight

We demonstrate that co-training (Blum & Mitchell, 1998) can improve the performance of prompt-based learning by using unlabeled data. While prompting has emerged as a promising paradigm for few-shot and zero-shot learning, it is often brittle and requires much larger models compared to the standard…

2022

Large language models are few-shot clinical information extractors

EMNLP 2022main

A long-running goal of the clinical NLP community is the extraction of important variables trapped in clinical notes. However, roadblocks have included dataset shift from the general domain and a lack of public clinical corpora and annotations. In this work, we show that large language models, such…

Cited by 448SourcePDFScholar
2022

Leveraging Time Irreversibility with Order-Contrastive Pre-training

AISTATS 2022poster

Label-scarce, high-dimensional domains such as healthcare present a challenge for modern machine learning techniques. To overcome the difficulties posed by a lack of labeled data, we explore an "order-contrastive" method for self-supervised pre-training on longitudinal data. We sample pairs of time…

Cited by 13SourcePDFScholar
2021

Beyond Perturbation Stability: LP Recovery Guarantees for MAP Inference on Noisy Stable Instances

AISTATS 2021poster

Several works have shown that perturbation stable instances of the MAP inference problem can be solved exactly using a natural linear programming (LP) relaxation. However, most of these works give few (or no) guarantees for the LP solutions on instances that do not satisfy the relatively strict pert…

Cited by 4SourcePDFScholar
2021

Graph Cuts Always Find a Global Optimum for Potts Models (With a Catch)

ICML 2021oral

We prove that the alpha-expansion algorithm for MAP inference always returns a globally optimal assignment for Markov Random Fields with Potts pairwise potentials, with a catch: the returned assignment is only guaranteed to be optimal for an instance within a small perturbation of the original probl…

Cited by 2SourcePDFScholar
2021

Self-Supervised Self-Supervision by Combining Deep Learning and Probabilistic Logic

AAAI 2021technical

Labeling training examples at scale is a perennial challenge in machine learning. Self-supervision methods compensate for the lack of direct supervision by leveraging prior knowledge to automatically generate noisy labeled examples. Deep probabilistic logic (DPL) is a unifying framework for self-sup…

Cited by 17SourcePDFScholar
2019

Understanding the Role of Momentum in Stochastic Gradient Methods

NeurIPS 2019poster

The use of momentum in stochastic gradient methods has become a widespread practice in machine learning. Different variants of momentum, including heavy-ball momentum, Nesterov's accelerated gradient (NAG), and quasi-hyperbolic momentum (QHM), have demonstrated success on various tasks. Despite thes…

2018

Optimality of Approximate Inference Algorithms on Stable Instances

AISTATS 2018poster

Approximate algorithms for structured prediction problems—such as LP relaxations and the popular α-expansion algorithm (Boykov et al. 2001)—typically far exceed their theoretical performance guarantees on real-world instances. These algorithms often find solutions that are very close to optimal. The…

Cited by 0SourcePDFScholar