Cross-lingual Transfer for Text Classification with Dictionary-based Heterogeneous Graph
This addresses the problem of data scarcity and labeling costs in cross-lingual tasks for NLP researchers and practitioners, offering an incremental improvement by leveraging existing resources more effectively.
The paper tackles cross-lingual text classification without task-specific training data by proposing a dictionary-based heterogeneous graph neural network (DHGNet) that uses only task-independent word embeddings and bilingual dictionaries, achieving performance that outperforms pretrained models and demonstrates robustness to incorrect translations.
In cross-lingual text classification, it is required that task-specific training data in high-resource source languages are available, where the task is identical to that of a low-resource target language. However, collecting such training data can be infeasible because of the labeling cost, task characteristics, and privacy concerns. This paper proposes an alternative solution that uses only task-independent word embeddings of high-resource languages and bilingual dictionaries. First, we construct a dictionary-based heterogeneous graph (DHG) from bilingual dictionaries. This opens the possibility to use graph neural networks for cross-lingual transfer. The remaining challenge is the heterogeneity of DHG because multiple languages are considered. To address this challenge, we propose dictionary-based heterogeneous graph neural network (DHGNet) that effectively handles the heterogeneity of DHG by two-step aggregations, which are word-level and language-level aggregations. Experimental results demonstrate that our method outperforms pretrained models even though it does not access to large corpora. Furthermore, it can perform well even though dictionaries contain many incorrect translations. Its robustness allows the usage of a wider range of dictionaries such as an automatically constructed dictionary and crowdsourced dictionary, which are convenient for real-world applications.