← Search

Andrew M. Dai

15 accepted papers

2023

Brainformers: Trading Simplicity for Efficiency

ICML 2023poster

Transformers are central to recent successes in natural language processing and computer vision. Transformers have a mostly uniform backbone where layers alternate between feed-forward and self-attention in order to build a deep network. Here we investigate this design choice and find that more comp…

Cited by 37SourcePDFScholar
2023

Massively Multilingual Shallow Fusion with Large Language Models

ICASSP 2023accepted

While large language models (LLM) have made impressive progress in natural language processing, it remains unclear how to utilize them in improving automatic speech recognition (ASR). In this work, we propose to train a single multilingual language model (LM) for shallow fusion in multiple languages…

Cited by 0SourceScholar
2023

Mind's Eye: Grounded Language Model Reasoning through Simulation

ICLR 2023poster

Successful and effective communication between humans and AI relies on a shared experience of the world. By training solely on written text, current language models (LMs) miss the grounded experience of humans in the real-world---their failure to relate language to the physical world causes knowledg…

Cited by 84SourcePDFScholar
2023

Order Matters in the Presence of Dataset Imbalance for Multilingual Learning

NeurIPS 2023poster

In this paper, we empirically study the optimization dynamics of multi-task learning, particularly focusing on those that govern a collection of tasks with significant data imbalance. We present a simple yet effective method of pre-training on high-resource tasks, followed by fine-tuning on a mixtur…

Cited by 7SourcePDFScholar
2022

Finetuned Language Models are Zero-Shot Learners

ICLR 2022oral

This paper explores a simple method for improving the zero-shot learning abilities of language models. We show that instruction tuning—finetuning language models on a collection of datasets described via instructions—substantially improves zero-shot performance on unseen tasks. We take a 137B parame…

2022

GLaM: Efficient Scaling of Language Models with Mixture-of-Experts

ICML 2022spotlight

Scaling language models with more data, compute and parameters has driven significant progress in natural language processing. For example, thanks to scaling, GPT-3 was able to achieve strong results on in-context learning tasks. However, training these large dense models requires significant amount…

Cited by 765SourcePDFScholar
2022

Mixture-of-Experts with Expert Choice Routing

NeurIPS 2022accept

Sparsely-activated Mixture-of-experts (MoE) models allow the number of parameters to greatly increase while keeping the amount of computation for a given token or a given sample unchanged. However, a poor expert routing strategy (e.g. one resulting in load imbalance) can cause certain experts to be…

Cited by 336SourcePDFScholar
2021

MUFASA: Multimodal Fusion Architecture Search for Electronic Health Records

AAAI 2021technical

One important challenge of applying deep learning to electronic health records (EHR) is the complexity of their multimodal structure. EHR usually contains a mixture of structured (codes) and unstructured (free-text) data with sparse and irregular longitudinal features -- all of which doctors utilize…

Cited by 69SourcePDFScholar
2020

Flow Contrastive Estimation of Energy-Based Models

CVPR 2020oral

This paper studies a training method to jointly estimate an energy-based model and a flow-based model, in which the two models are iteratively updated based on a shared adversarial value function. This joint training method has the following traits. (1) The update of the energy-based model is based…

Cited by 133PDFScholar
2019

Music Transformer: Generating Music with Long-Term Structure

ICLR 2019poster

Music relies heavily on repetition to build structure and meaning. Self-reference occurs on multiple timescales, from motifs to phrases to reusing of entire sections of music, such as in pieces with ABA structure. The Transformer (Vaswani et al., 2017), a sequence model based on self-attention, ha…

Cited by 0SourcePDFScholar
2018

Many Paths to Equilibrium: GANs Do Not Need to Decrease a Divergence At Every Step

ICLR 2018poster

Generative adversarial networks (GANs) are a family of generative models that do not minimize a single training criterion. Unlike other generative models, the data distribution is learned via a game between a generator (the generative model) and a discriminator (a teacher providing training signal)…

Cited by 265SourcePDFScholar
2017

Adversarial Training Methods for Semi-Supervised Text Classification

ICLR 2017poster

Adversarial training provides a means of regularizing supervised learning algorithms while virtual adversarial training is able to extend supervised learning algorithms to the semi-supervised setting. However, both methods require making small perturbations to numerous entries of the input vector, w…

Cited by 1425SourcecodeScholar
2017

HyperNetworks

ICLR 2017poster

This work explores hypernetworks: an approach of using one network, also known as a hypernetwork, to generate the weights for another network. We apply hypernetworks to generate adaptive weights for recurrent networks. In this case, hypernetworks can be viewed as a relaxed form of weight-sharing ac…

Cited by 1979SourceScholar