ACL 2021long22 citations

Data Augmentation with Adversarial Training for Cross-Lingual NLI

Xin Dong, Yaxin Zhu, Zuohui Fu, Dongkuan Xu, Gerard de Melo

Abstract

Due to recent pretrained multilingual representation models, it has become feasible to exploit labeled data from one language to train a cross-lingual model that can then be applied to multiple new languages. In practice, however, we still face the problem of scarce labeled data, leading to subpar results. In this paper, we propose a novel data augmentation strategy for better cross-lingual natural language inference by enriching the data to reflect more diversity in a semantically faithful way. To this end, we propose two methods of training a generative model to induce synthesized examples, and then leverage the resulting data using an adversarial training regimen for more robustness. In a series of detailed experiments, we show that this fruitful combination leads to substantial gains in cross-lingual inference.

BibTeX
@inproceedings{dong-etal-2021-data,
    title = "Data Augmentation with Adversarial Training for Cross-Lingual {NLI}",
    author = "Dong, Xin  and
      Zhu, Yaxin  and
      Fu, Zuohui  and
      Xu, Dongkuan  and
      de Melo, Gerard",
    editor = "Zong, Chengqing  and
      Xia, Fei  and
      Li, Wenjie  and
      Navigli, Roberto",
    booktitle = "Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)",
    month = aug,
    year = "2021",
    address = "Online",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2021.acl-long.401/",
    doi = "10.18653/v1/2021.acl-long.401",
    pages = "5158--5167"
}