Papers
Topics
Authors
Recent
Gemini 2.5 Flash
Gemini 2.5 Flash
41 tokens/sec
GPT-4o
59 tokens/sec
Gemini 2.5 Pro Pro
41 tokens/sec
o3 Pro
7 tokens/sec
GPT-4.1 Pro
50 tokens/sec
DeepSeek R1 via Azure Pro
28 tokens/sec
2000 character limit reached

Improving Pretrained Cross-Lingual Language Models via Self-Labeled Word Alignment (2106.06381v2)

Published 11 Jun 2021 in cs.CL

Abstract: The cross-lingual LLMs are typically pretrained with masked LLMing on multilingual text or parallel sentences. In this paper, we introduce denoising word alignment as a new cross-lingual pre-training task. Specifically, the model first self-labels word alignments for parallel sentences. Then we randomly mask tokens in a bitext pair. Given a masked token, the model uses a pointer network to predict the aligned token in the other language. We alternately perform the above two steps in an expectation-maximization manner. Experimental results show that our method improves cross-lingual transferability on various datasets, especially on the token-level tasks, such as question answering, and structured prediction. Moreover, the model can serve as a pretrained word aligner, which achieves reasonably low error rates on the alignment benchmarks. The code and pretrained parameters are available at https://github.com/CZWin32768/XLM-Align.

User Edit Pencil Streamline Icon: https://streamlinehq.com
Authors (7)
  1. Zewen Chi (29 papers)
  2. Li Dong (154 papers)
  3. Bo Zheng (205 papers)
  4. Shaohan Huang (79 papers)
  5. Xian-Ling Mao (76 papers)
  6. Heyan Huang (107 papers)
  7. Furu Wei (291 papers)
Citations (63)
Github Logo Streamline Icon: https://streamlinehq.com

GitHub