← Search

Zachary C. Lipton

17 accepted papers

2024

Scaling Laws for Data Filtering-- Data Curation cannot be Compute Agnostic

CVPR 2024poster

Vision-language models (VLMs) are trained for thousands of GPU hours on carefully selected subsets of massive web scrapes. For instance the LAION public dataset retained only about 10 percent of the total crawled data. In recent times data curation has gained prominence with several works developing…

2022

Explain, Edit, and Understand: Rethinking User Study Design for Evaluating Model Explanations

AAAI 2022technical

In attempts to "explain" predictions of machine learning models, researchers have proposed hundreds of techniques for attributing predictions to features that are deemed important. While these attributions are often claimed to hold the potential to improve human "understanding" of the models, surpri…

2022

Modeling Attrition in Recommender Systems with Departing Bandits

AAAI 2022technical

Traditionally, when recommender systems are formalized as multi-armed bandits, the policy of the recommender system influences the rewards accrued, but not the length of interaction. However, in real-world systems, dissatisfied users may depart (and never come back). In this work, we propose a novel…

Cited by 17SourcePDFScholar
2021

Does Pretraining for Summarization Require Knowledge Transfer?

EMNLP 2021finding

Pretraining techniques leveraging enormous datasets have driven recent advances in text summarization. While folk explanations suggest that knowledge transfer accounts for pretraining’s benefits, little is known about why it works or what makes a pretraining task or dataset suitable. In this paper,…

Cited by 45SourcePDFScholar
2021

Estimating treatment effects with observed confounders and mediators

UAI 2021poster

Given a causal graph, the do-calculus can express treatment effects as functionals of the observational joint distribution that can be estimated empirically. Sometimes the do-calculus identifies multiple valid formulae, prompting us to compare the statistical properties of the corresponding estimato…

2021

Generating SOAP Notes from Doctor-Patient Conversations Using Modular Summarization Techniques

ACL 2021long

Following each patient visit, physicians draft long semi-structured clinical summaries called SOAP notes. While invaluable to clinicians and researchers, creating digital SOAP notes is burdensome, contributing to physician burnout. In this paper, we introduce the first complete pipelines to leverage…

Cited by 132SourcePDFScholar
2021

On the Efficacy of Adversarial Data Collection for Question Answering: Results from a Large-Scale Randomized Study

ACL 2021long

In adversarial data collection (ADC), a human workforce interacts with a model in real time, attempting to produce examples that elicit incorrect predictions. Researchers hope that models trained on these more challenging datasets will rely less on superficial patterns, and thus be less brittle. How…

2021

Symbolic Music Generation with Transformer-GANs

AAAI 2021technical

Autoregressive models using Transformers have emerged as the dominant approach for music generation with the goal of synthesizing minute-long compositions that exhibit large-scale musical structure. These models are commonly trained by minimizing the negative log-likelihood (NLL) of the obse…

Cited by 84SourcePDFScholar
2021

Unsupervised Data Augmentation with Naive Augmentation and without Unlabeled Data

EMNLP 2021main

Unsupervised Data Augmentation (UDA) is a semisupervised technique that applies a consistency loss to penalize differences between a model’s predictions on (a) observed (unlabeled) examples; and (b) corresponding ‘noised’ examples produced via data augmentation. While UDA has gained popularity for t…

Cited by 27SourcePDFScholar
2019

Learning Robust Representations by Projecting Superficial Statistics Out

ICLR 2019oral

Despite impressive performance as evaluated on i.i.d. holdout data, deep neural networks depend heavily on superficial statistics of the training data and are liable to break under distribution shift. For example, subtle changes to the background or texture of an image can break a seemingly powerful…

Cited by 270SourcePDFScholar
2018

Deep Active Learning for Named Entity Recognition

ICLR 2018poster

Deep learning has yielded state-of-the-art performance on many natural language processing tasks including named entity recognition (NER). However, this typically requires large amounts of labeled data. In this work, we demonstrate that the amount of labeled training data can be drastically reduced…

Cited by 596SourcePDFScholar
2018

Semantically Decomposing the Latent Spaces of Generative Adversarial Networks

ICLR 2018poster

We propose a new algorithm for training generative adversarial networks to jointly learn latent codes for both identities (e.g. individual humans) and observations (e.g. specific photographs). In practice, this means that by fixing the identity portion of latent codes, we can generate diverse images…

2018

Stochastic Activation Pruning for Robust Adversarial Defense

ICLR 2018poster

Neural networks are known to be vulnerable to adversarial examples. Carefully chosen perturbations to real images, while imperceptible to humans, induce misclassification and threaten the reliability of deep learning systems in the wild. To guard against adversarial examples, we take inspiration fro…