Incorporating Lexical and Syntactic Knowledge for Unsupervised Cross-Lingual Transfer
Jianyu Zheng, Fengfei Fan, Jianquan Li
TL;DR
This work tackles unsupervised cross-lingual transfer by addressing limitations of single-kind linguistic cues. It introduces Lexicon-Syntax Enhanced Multilingual BERT (LS-mBERT), which combines code-switching for lexical alignment with a syntactic graph attention network to encode dependency structure, integrated into mBERT and trained jointly. Across text classification, NER, and semantic parsing tasks, LS-mBERT yields consistent improvements of about $1.0$ to $3.7$ points over strong baselines. The approach also demonstrates generalized cross-lingual transfer benefits and retains competitive gains when paired with stronger bases like XLM-R, highlighting the practical value for multilingual NLP in low-resource languages.
Abstract
Unsupervised cross-lingual transfer involves transferring knowledge between languages without explicit supervision. Although numerous studies have been conducted to improve performance in such tasks by focusing on cross-lingual knowledge, particularly lexical and syntactic knowledge, current approaches are limited as they only incorporate syntactic or lexical information. Since each type of information offers unique advantages and no previous attempts have combined both, we attempt to explore the potential of this approach. In this paper, we present a novel framework called "Lexicon-Syntax Enhanced Multilingual BERT" that combines both lexical and syntactic knowledge. Specifically, we use Multilingual BERT (mBERT) as the base model and employ two techniques to enhance its learning capabilities. The code-switching technique is used to implicitly teach the model lexical alignment information, while a syntactic-based graph attention network is designed to help the model encode syntactic structure. To integrate both types of knowledge, we input code-switched sequences into both the syntactic module and the mBERT base model simultaneously. Our extensive experimental results demonstrate this framework can consistently outperform all baselines of zero-shot cross-lingual transfer, with the gains of 1.0~3.7 points on text classification, named entity recognition (ner), and semantic parsing tasks. Keywords:cross-lingual transfer, lexicon, syntax, code-switching, graph attention network
