MirrorAlign: A Super Lightweight Unsupervised Word Alignment Model via Cross-Lingual Contrastive Learning
Di Wu, Liang Ding, Shuo Yang, Mingyang Li

TL;DR
MirrorAlign is a lightweight, unsupervised word alignment model that uses cross-lingual contrastive learning and symmetry constraints, achieving competitive performance with significantly reduced training time and model size.
Contribution
It introduces a novel unsupervised alignment approach combining contrastive learning with symmetry constraints, unifying bilingual embeddings and alignments.
Findings
Achieves 16.4X speedup over GIZA++
50X parameter compression compared to Transformer methods
Competitive or superior performance on benchmark datasets
Abstract
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, they heavily rely on sophisticated translation models. In this study, we propose a super lightweight unsupervised word alignment model named MirrorAlign, in which bidirectional symmetric attention trained with a contrastive learning objective is introduced, and an agreement loss is employed to bind the attention maps, such that the alignments follow mirror-like symmetry hypothesis. Experimental results on several public benchmarks demonstrate that our model achieves competitive, if not better, performance compared to the state of the art in word alignment while significantly reducing the training and decoding time on average. Further ablation analysis and case studies show…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
MethodsContrastive Learning
