← Search

Minh-Thang Luong

6 accepted papers

2021

Beyond Distillation: Task-level Mixture-of-Experts for Efficient Inference

EMNLP 2021finding

Sparse Mixture-of-Experts (MoE) has been a successful approach for scaling multilingual translation models to billions of parameters without a proportional increase in training computation. However, MoE models are prohibitively large and practitioners often resort to methods such as distillation for…

Cited by 122SourcePDFScholar
2021

STraTA: Self-Training with Task Augmentation for Better Few-shot Learning

EMNLP 2021main

Despite their recent successes in tackling many NLP tasks, large-scale pre-trained language models do not perform as well in few-shot settings where only a handful of training examples are available. To address this shortcoming, we propose STraTA, which stands for Self-Training with Task Augmentatio…

2020

ELECTRA: Pre-training Text Encoders as Discriminators Rather Than Generators

ICLR 2020poster

Masked language modeling (MLM) pre-training methods such as BERT corrupt the input by replacing some tokens with [MASK] and then train a model to reconstruct the original tokens. While they produce good results when transferred to downstream NLP tasks, they generally require large amounts of compute…

Cited by 4882SourcecodeScholar
2018

QANet: Combining Local Convolution with Global Self-Attention for Reading Comprehension

ICLR 2018poster

Current end-to-end machine reading and question answering (Q\&A) models are primarily based on recurrent neural networks (RNNs) with attention. Despite their success, these models are often slow for both training and inference due to the sequential nature of RNNs. We propose a new Q\&A architecture…

Cited by 1263SourceScholar
2017

Online and Linear-Time Attention by Enforcing Monotonic Alignments

ICML 2017poster

Recurrent neural network models with an attention mechanism have proven to be extremely effective on a wide variety of sequence-to-sequence problems. However, the fact that soft attention mechanisms perform a pass over the entire input sequence when producing each element in the output sequence prec…