← Search

Michael Zhang

24 accepted papers

2026

AppWorld-UL: Benchmarking Diverse Agent-User Interactions for Tool-Use

ICML 2026poster

Tool-use agents that address day-to-day digital tasks such as ordering groceries must not only operate applications, but also interact with the user, e.g., to ask clarification questions, prompt for confirmation, and inform the user when the instruction is infeasible. However, current benchmarks for…

Cited by 0SourceScholar
2025

LoLCATs: On Low-Rank Linearizing of Large Language Models

ICLR 2025poster

Recent works show we can linearize large language models (LLMs)—swapping the quadratic attentions of popular Transformer-based LLMs with subquadratic analogs, such as linear attention—avoiding the expensive pretraining costs. However, linearizing LLMs often significantly degrades model quality, stil…

2024

Simple linear attention language models balance the recall-throughput tradeoff

ICML 2024spotlight

Recent work has shown that attention-based language models excel at "recall", the ability to ground generations in tokens previously seen in context. However, the efficiency of attention-based models is bottle-necked during inference by the KV-cache's aggressive memory consumption. In this work, we…

Cited by 72SourcePDFScholar
2024

The Hedgehog & the Porcupine: Expressive Linear Attentions with Softmax Mimicry

ICLR 2024poster

Linear attentions have shown promise for improving Transformer efficiency, reducing attention's quadratic complexity to linear in sequence length. This holds exciting promise for (1) training linear Transformers from scratch, (2) `inetuned-conversion of task-specific Transformers into linear version…

Cited by 48SourcePDFScholar
2023

Can LMs Learn New Entities from Descriptions? Challenges in Propagating Injected Knowledge

ACL 2023long

Pre-trained language models (LMs) are used for knowledge intensive tasks like question answering, but their knowledge gets continuously outdated as the world changes. Prior work has studied targeted updates to LMs, injecting individual facts and evaluating whether the model learns these facts while…

2023

Effectively Modeling Time Series with Simple Discrete State Spaces

ICLR 2023poster

Time series modeling is a well-established problem, which often requires that methods (1) expressively represent complicated dependencies, (2) forecast long horizons, and (3) efficiently train over long sequences. State-space models (SSMs) are classical models for time series, and prior works combin…

2023

Simple Hardware-Efficient Long Convolutions for Sequence Modeling

ICML 2023poster

State space models (SSMs) have high performance on long sequence modeling but require sophisticated initialization techniques and specialized implementations for high quality and runtime performance. We study whether a simple alternative can match SSMs in performance and efficiency: directly learnin…

2022

Correct-N-Contrast: a Contrastive Approach for Improving Robustness to Spurious Correlations

ICML 2022oral

Spurious correlations pose a major challenge for robust machine learning. Models trained with empirical risk minimization (ERM) may learn to rely on correlations between class labels and spurious attributes, leading to poor performance on data groups without these correlations. This is challenging t…

2022

Entity Cloze By Date: What LMs Know About Unseen Entities

NAACL 2022findings

Language models (LMs) are typically trained once on a large-scale corpus and used for years without being updated. However, in a dynamic world, new entities constantly arise. We propose a framework to analyze what LMs can infer about new entities that did not exist when the LMs were pretrained. We d…

2022

Perfectly Balanced: Improving Transfer and Robustness of Supervised Contrastive Learning

ICML 2022spotlight

An ideal learned representation should display transferability and robustness. Supervised contrastive learning (SupCon) is a promising method for training accurate models, but produces representations that do not capture these properties due to class collapse—when all points in a class map to the sa…

2022

Rich Knowledge Sources Bring Complex Knowledge Conflicts: Recalibrating Models to Reflect Conflicting Evidence

EMNLP 2022main

Question answering models can use rich knowledge sources — up to one hundred retrieved passages and parametric knowledge in the large-scale language model (LM). Prior work assumes information in such knowledge sources is consistent with each other, paying little attention to how models blend informa…

2022

Shoring up the foundations: fusing model embeddings and weak supervision

UAI 2022poster

Foundation models offer an exciting new paradigm for constructing models with out-of-the-box embeddings and a few labeled examples. However, it is not clear how to best apply foundation models without labeled data. A potential approach is to fuse foundation models with weak supervision frameworks, w…

2022

Triangle and Four Cycle Counting with Predictions in Graph Streams

ICLR 2022poster

We propose data-driven one-pass streaming algorithms for estimating the number of triangles and four cycles, two fundamental problems in graph analytics that are widely studied in the graph data stream literature. Recently, Hsu et al. (2019) and Jiang et al. (2020) applied machine learning technique…

Cited by 35SourcePDFScholar
2021

Personalized Federated Learning with First Order Model Optimization

ICLR 2021poster

While federated learning traditionally aims to train a single global model across decentralized local datasets, one model may not always be ideal for all participating clients. Here we propose an alternative, where each client only federates with other relevant clients to obtain a stronger model per…

2020

Distributed, partially collapsed MCMC for Bayesian Nonparametrics

AISTATS 2020poster

Bayesian nonparametric (BNP) models provide elegant methods for discovering underlying latent features within a data set, but inference in such models can be slow. We exploit the fact that completely random measures, which commonly-used models like the Dirichlet process and the beta-Bernoulli proces…

2020

Patient-Specific Effects of Medication Using Latent Force Models with Gaussian Processes

AISTATS 2020poster

A multi-output Gaussian process (GP) is a flexible Bayesian nonparametric framework that has proven useful in jointly modeling the physiological states of patients in medical time series data. However, capturing the short-term effects of drugs and therapeutic interventions on patient physiological s…

2020

Soft Multicopter Control Using Neural Dynamics Identification

CoRL 2020

We propose a data-driven method to automatically generate feedback controllers for soft multicopters featuring deformable materials, non-conventional geometries, and asymmetric rotor layouts, to deliver compliant deformation and agile locomotion. Our approach coordinates two sub-systems: a physics-i

Cited by 0SourcePDFScholar
2019

Lookahead Optimizer: k steps forward, 1 step back

NeurIPS 2019poster

The vast majority of successful deep neural networks are trained using variants of stochastic gradient descent (SGD) algorithms. Recent attempts to improve SGD can be broadly categorized into two approaches: (1) adaptive learning rate schemes, such as AdaGrad and Adam and (2) accelerated schemes, su…

2018

Communication Efficient Parallel Algorithms for Optimization on Manifolds

NeurIPS 2018poster

The last decade has witnessed an explosion in the development of models, theory and computational algorithms for ``big data'' analysis. In particular, distributed inference has served as a natural and dominating paradigm for statistical inference. However, the existing literature on parallel inferen…

2017

Reverse Curriculum Generation for Reinforcement Learning

CoRL 2017

Many relevant tasks require an agent to reach a certain state, or to manipulate objects into a desired configuration. For example, we might want a robot to align and assemble a gear onto an axle or insert and turn a key in a lock. These goal-oriented tasks present a considerable challenge for reinfo

Cited by 0SourcePDFScholar