Third-Party Aligner for Neural Word Alignments
Jinpeng Zhang, Chuanqi Dong, Xiangyu Duan, Yuqi Zhang, Min Zhang

TL;DR
This paper introduces a neural word alignment method supervised by third-party aligners, which improves accuracy by self-correcting and integrating multiple aligners, achieving state-of-the-art results across various language pairs.
Contribution
The paper presents a novel approach that uses third-party alignments to supervise neural models, enabling self-correction and superior performance over existing aligners.
Findings
Outperforms existing third-party aligners in accuracy.
Effectively self-corrects and deletes incorrect alignments.
Achieves state-of-the-art performance with multiple aligner integrations.
Abstract
Word alignment is to find translationally equivalent words between source and target sentences. Previous work has demonstrated that self-training can achieve competitive word alignment results. In this paper, we propose to use word alignments generated by a third-party word aligner to supervise the neural word alignment training. Specifically, source word and target word of each word pair aligned by the third-party aligner are trained to be close neighbors to each other in the contextualized embedding space when fine-tuning a pre-trained cross-lingual language model. Experiments on the benchmarks of various language pairs show that our approach can surprisingly do self-correction over the third-party supervision by finding more accurate word alignments and deleting wrong word alignments, leading to better performance than various third-party word aligners, including the currently best…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
