paper-with-me

Papers

A Bidirectional Transformer Based Alignment Model for Unsupervised Word Alignment

2021-08-01 · ACL 2021 5 · Jingyi Zhang, Josef van Genabith

Word alignment and machine translation are two closely related tasks. Neural translation models, such as RNN-based and Transformer models, employ a target-to-source attention mechanism which can provide rough word alignments, but with a rather low accuracy. High-quality word alignment can help neural machine translation in many different ways, such as missing word detection, annotation transfer and lexicon injection. Existing methods for learning word alignment include statistical word aligners (e.g. GIZA++) and recently neural word alignment models. This paper presents a bidirectional Transformer based alignment (BTBA) model for unsupervised learning of the word alignment task. Our BTBA model predicts the current target word by attending the source context and both left-side and right-side target context to produce accurate target-to-source attention (alignment). We further fine-tune the target-to-source attention in the BTBA model to obtain better alignments using a full context based optimization method and self-supervised training. We test our method on three word alignment tasks and show that our method outperforms both previous neural word alignment approaches and the popular statistical word aligner GIZA++.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslationWord Alignment

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 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Unsupervised Word Alignment via Cross-Lingual Contrastive Learning

2021-01-01 · Di wu, Liang Ding, Shuo Yang, DaCheng Tao

Word alignment is essential for the down-streaming cross-lingual language understanding and generation tasks. Recently, the performance of the neural word alignment models has exceeded that of statistical models. However…

Contrastive LearningTranslationWord Alignment

MirrorAlign: A Super Lightweight Unsupervised Word Alignment Model via Cross-Lingual Contrastive Learning

2021-02-08 · IWSLT (ACL) 2022 5 · Di wu, Liang Ding, Shuo Yang, Mingyang Li

Word alignment is essential for the downstream cross-lingual language understanding and generation tasks. Recently, the performance of the neural word alignment models has exceeded that of statistical models. However, th…

Contrastive LearningTranslationWord Alignment

End-to-End Neural Word Alignment Outperforms GIZA++

2020-04-30 · ACL 2020 6 · Thomas Zenkel, Joern Wuebker, John DeNero

Word alignment was once a core unsupervised learning task in natural language processing because of its essential role in training statistical machine translation (MT) models. Although unnecessary for training neural MT …

Machine TranslationTranslationWord Alignment

A Discriminative Neural Model for Cross-Lingual Word Alignment

2019-09-01 · IJCNLP 2019 11 · Elias Stengel-Eskin, Tzu-Ray Su, Matt Post, Benjamin Van Durme

We introduce a novel discriminative word alignment model, which we integrate into a Transformer-based machine translation model. In experiments based on a small number of labeled examples (~1.7K-5K sentences) we evaluate…

Machine TranslationNERTranslationWord Alignment

Generalized Agreement for Bidirectional Word Alignment

2015-09-01 · EMNLP 2015 9 · Chunyang Liu, Yang Liu, Maosong Sun, Huanbo Luan 외
Machine TranslationWord Alignment