paper-with-me

Papers

G-Transformer for Document-level Machine Translation

2021-05-31 · ACL 2021 5 · Guangsheng Bao, Yue Zhang, Zhiyang Teng, Boxing Chen, Weihua Luo

Document-level MT models are still far from satisfactory. Existing work extend translation unit from single sentence to multiple sentences. However, study shows that when we further enlarge the translation unit to a whole document, supervised training of Transformer can fail. In this paper, we find such failure is not caused by overfitting, but by sticking around local minima during training. Our analysis shows that the increased complexity of target-to-source attention is a reason for the failure. As a solution, we propose G-Transformer, introducing locality assumption as an inductive bias into Transformer, reducing the hypothesis space of the attention from target to source. Experiments show that G-Transformer converges faster and more stably than Transformer, achieving new state-of-the-art BLEU scores for both non-pretraining and pre-training settings on three benchmark datasets.

📄 PDF Abstract BibTeX arXiv:2105.14761

Code (1)

baoguangsheng/g-transformer 공식 구현 pytorch

Tasks

Document Level Machine TranslationInductive BiasMachine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Rethinking Document-level Neural Machine Translation

2020-10-18 · Findings (ACL) 2022 5 · Zewei Sun, Mingxuan Wang, Hao Zhou, Chengqi Zhao 외

This paper does not aim at introducing a novel model for document-level neural machine translation. Instead, we head back to the original Transformer model and hope to answer the following question: Is the capacity of cu…

Document TranslationMachine TranslationSentenceTranslation

Combining Local and Document-Level Context: The LMU Munich Neural Machine Translation System at WMT19

2019-08-01 · WS 2019 8 · Dario Stojanovski, Alex Fraser, er

We describe LMU Munich{'}s machine translation system for English→German translation which was used to participate in the WMT19 shared task on supervised news translation. We specifically participated in the document-l…

Machine TranslationSentenceTranslation

Learn To Remember: Transformer with Recurrent Memory for Document-Level Machine Translation

2022-05-03 · Findings (NAACL) 2022 7 · Yukun Feng, Feng Li, Ziang Song, Boyuan Zheng 외

The Transformer architecture has led to significant gains in machine translation. However, most studies focus on only sentence-level translation without considering the context dependency within documents, leading to the…

Document Level Machine TranslationMachine TranslationSentenceTranslation

Modeling Discourse Structure for Document-level Neural Machine Translation

2020-06-08 · WS 2020 7 · Junxuan Chen, Xiang Li, Jiarui Zhang, Chulun Zhou 외

Recently, document-level neural machine translation (NMT) has become a hot topic in the community of machine translation. Despite its success, most of existing studies ignored the discourse structure information of the i…

Machine TranslationNMTTranslation

Document-level Neural Machine Translation with Document Embeddings

2020-09-16 · Shu Jiang, Hai Zhao, Zuchao Li, Bao-liang Lu

Standard neural machine translation (NMT) is on the assumption of document-level context independent. Most existing document-level NMT methods are satisfied with a smattering sense of brief document-level information, wh…

Machine TranslationNMTTranslation