← Search

Qiuhui Liu

7 accepted papers

2024

Rewiring the Transformer with Depth-Wise LSTMs

COLING 2024main

Stacking non-linear layers allows deep neural networks to model complicated functions, and including residual connections in Transformer layers is beneficial for convergence and performance. However, residual connections may make the model “forget” distant layers and fail to fuse information from pr…

Cited by 2SourcePDFScholar
2021

Learning Hard Retrieval Decoder Attention for Transformers

EMNLP 2021finding

The Transformer translation model is based on the multi-head attention mechanism, which can be parallelized easily. The multi-head attention network performs the scaled dot-product attention function in parallel, empowering the model by jointly attending to information from different representation…

Cited by 2SourcePDFScholar
2021

Modeling Task-Aware MIMO Cardinality for Efficient Multilingual Neural Machine Translation

ACL 2021short

Neural machine translation has achieved great success in bilingual settings, as well as in multilingual settings. With the increase of the number of languages, multilingual systems tend to underperform their bilingual counterparts. Model capacity has been found crucial for massively multilingual NMT…

Cited by 8SourcePDFScholar
2021

Multi-Head Highly Parallelized LSTM Decoder for Neural Machine Translation

ACL 2021long

One of the reasons Transformer translation models are popular is that self-attention networks for context modelling can be easily parallelized at sequence level. However, the computational complexity of a self-attention network is O(n2), increasing quadratically with sequence length. By contrast, th…

Cited by 15SourcePDFScholar
2021

Probing Word Translations in the Transformer and Trading Decoder for Encoder Layers

NAACL 2021long

Due to its effectiveness and performance, the Transformer translation model has attracted wide attention, most recently in terms of probing-based approaches. Previous work focuses on using or probing source linguistic features in the encoder. To date, the way word translation evolves in Transformer…

Cited by 13SourcePDFScholar
2020

Efficient Context-Aware Neural Machine Translation with Layer-Wise Weighting and Input-Aware Gating

IJCAI 2020poster

Existing Neural Machine Translation (NMT) systems are generally trained on a large amount of sentence-level parallel data, and during prediction sentences are independently translated, ignoring cross-sentence contextual information. This leads to inconsistency between translated sentences. In order…

Cited by 0SourcePDFScholar