EMNLP 2021main6 citations

Word Reordering for Zero-shot Cross-lingual Structured Prediction

Tao Ji, Yong Jiang, Tao Wang, Zhongqiang Huang, Fei Huang, Yuanbin Wu, Xiaoling Wang

Abstract

Adapting word order from one language to another is a key problem in cross-lingual structured prediction. Current sentence encoders (e.g., RNN, Transformer with position embeddings) are usually word order sensitive. Even with uniform word form representations (MUSE, mBERT), word order discrepancies may hurt the adaptation of models. In this paper, we build structured prediction models with bag-of-words inputs, and introduce a new reordering module to organizing words following the source language order, which learns task-specific reordering strategies from a general-purpose order predictor model. Experiments on zero-shot cross-lingual dependency parsing, POS tagging, and morphological tagging show that our model can significantly improve target language performances, especially for languages that are distant from the source language.

BibTeX
@inproceedings{ji-etal-2021-word,
    title = "Word Reordering for Zero-shot Cross-lingual Structured Prediction",
    author = "Ji, Tao  and
      Jiang, Yong  and
      Wang, Tao  and
      Huang, Zhongqiang  and
      Huang, Fei  and
      Wu, Yuanbin  and
      Wang, Xiaoling",
    editor = "Moens, Marie-Francine  and
      Huang, Xuanjing  and
      Specia, Lucia  and
      Yih, Scott Wen-tau",
    booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
    month = nov,
    year = "2021",
    address = "Online and Punta Cana, Dominican Republic",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.emnlp-main.338/",
    doi = "10.18653/v1/2021.emnlp-main.338",
    pages = "4109--4120"
}