Cross-Lingual IPA Contrastive Learning for Zero-Shot NER
Jimin Sohn, David R. Mortensen
TL;DR
The paper addresses zero-shot NER for low-resource languages by bridging cross-lingual phonemic gaps. It introduces CONLIPA, a dataset of English-IPA word pairs across 10 language families, and IPAC, a cross-lingual IPA contrastive learning objective that aligns phonemic representations using InfoNCE loss. The method is implemented on top of strong pre-trained models (e.g., XPhoneBERT) with a LoRA adapter and a projection layer, and is evaluated on WikiANN NER with ten high-resource languages for transfer. Results show consistent improvements over baselines in three zero-shot cases, demonstrating the effectiveness of phonemic alignment for cross-lingual generalization and offering a path toward improved NLP for low-resource languages.
Abstract
Existing approaches to zero-shot Named Entity Recognition (NER) for low-resource languages have primarily relied on machine translation, whereas more recent methods have shifted focus to phonemic representation. Building upon this, we investigate how reducing the phonemic representation gap in IPA transcription between languages with similar phonetic characteristics enables models trained on high-resource languages to perform effectively on low-resource languages. In this work, we propose CONtrastive Learning with IPA (CONLIPA) dataset containing 10 English and high resource languages IPA pairs from 10 frequently used language families. We also propose a cross-lingual IPA Contrastive learning method (IPAC) using the CONLIPA dataset. Furthermore, our proposed dataset and methodology demonstrate a substantial average gain when compared to the best performing baseline.
