ACL 2024findings2 citations

Translation Deserves Better: Analyzing Translation Artifacts in Cross-lingual Visual Question Answering

ChaeHun Park, Koanho Lee, Hyesu Lim, Jaeseok Kim, Junmo Park, Yu-Jung Heo, Du-Seong Chang, Jaegul Choo

Abstract

Building a reliable visual question answering (VQA) system across different languages is a challenging problem, primarily due to the lack of abundant samples for training. To address this challenge, recent studies have employed machine translation systems for the cross-lingual VQA task. This involves translating the evaluation samples into a source language (usually English) and using monolingual models (i.e., translate-test). However, our analysis reveals that translated texts contain unique characteristics distinct from human-written ones, referred to as translation artifacts. We find that these artifacts can significantly affect the models, confirmed by extensive experiments across diverse models, languages, and translation processes. In light of this, we present a simple data augmentation strategy that can alleviate the adverse impacts of translation artifacts.

BibTeX
@inproceedings{park-etal-2024-translation,
    title = "Translation Deserves Better: Analyzing Translation Artifacts in Cross-lingual Visual Question Answering",
    author = "Park, ChaeHun  and
      Lee, Koanho  and
      Lim, Hyesu  and
      Kim, Jaeseok  and
      Park, Junmo  and
      Heo, Yu-Jung  and
      Chang, Du-Seong  and
      Choo, Jaegul",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Findings of the Association for Computational Linguistics: ACL 2024",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.findings-acl.308/",
    doi = "10.18653/v1/2024.findings-acl.308",
    pages = "5193--5221"
}