← Search

Tieyan Liu

6 accepted papers

2020

Incorporating BERT into Neural Machine Translation

ICLR 2020poster

The recently proposed BERT (Devlin et al., 2019) has shown great power on a variety of natural language understanding tasks, such as text classification, reading comprehension, etc. However, how to effectively apply BERT to neural machine translation (NMT) lacks enough exploration. While BERT is mor…

Cited by 522SourcecodeScholar
2020

On Layer Normalization in the Transformer Architecture

ICML 2020poster

The Transformer is widely used in natural language processing tasks. To train a Transformer however, one usually needs a carefully designed learning rate warm-up stage, which is shown to be crucial to the final performance but will slow down the optimization and bring more hyper-parameter tunings. I…

Cited by 1272SourcePDFScholar
2020

Sequence Generation with Mixed Representations

ICML 2020poster

Tokenization is the first step of many natural language processing (NLP) tasks and plays an important role for neural NLP models. Tokenizaton method such as byte-pair encoding (BPE), which can greatly reduce the large vocabulary and deal with out-of-vocabulary words, has shown to be effective and is…

2019

Efficient Training of BERT by Progressively Stacking

ICML 2019oral

Unsupervised pre-training is popularly used in natural language processing. By designing proper unsupervised prediction tasks, a deep neural network can be trained and shown to be effective in many downstream tasks. As the data is usually adequate, the model for pre-training is generally huge and co…

2019

Representation Degeneration Problem in Training Natural Language Generation Models

ICLR 2019poster

We study an interesting problem in training neural network-based models for natural language generation tasks, which we call the \emph{representation degeneration problem}. We observe that when training a model for natural language generation tasks through likelihood maximization with the weight tyi…

Cited by 311SourcePDFScholar
2018

Towards Binary-Valued Gates for Robust LSTM Training

ICML 2018oral

Long Short-Term Memory (LSTM) is one of the most widely used recurrent structures in sequence modeling. It aims to use gates to control information flow (e.g., whether to skip some information or not) in the recurrent computations, although its practical implementation based on soft gates only parti…