CLJun 13, 2024

Deep Exploration of Cross-Lingual Zero-Shot Generalization in Instruction Tuning

arXiv:2406.08796v126 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving multilingual AI performance for non-English language tasks, though it is incremental as it builds on existing instruction tuning methods.

The paper tackled the problem of limited exploration of cross-lingual zero-shot generalization in instruction tuning for non-English tasks by introducing a Korean meta-dataset and cross-lingual templates, resulting in average improvements of 20.7% for English and 13.6% for Korean over baselines.

Instruction tuning has emerged as a powerful technique, significantly boosting zero-shot performance on unseen tasks. While recent work has explored cross-lingual generalization by applying instruction tuning to multilingual models, previous studies have primarily focused on English, with a limited exploration of non-English tasks. For an in-depth exploration of cross-lingual generalization in instruction tuning, we perform instruction tuning individually for two distinct language meta-datasets. Subsequently, we assess the performance on unseen tasks in a language different from the one used for training. To facilitate this investigation, we introduce a novel non-English meta-dataset named "KORANI" (Korean Natural Instruction), comprising 51 Korean benchmarks. Moreover, we design cross-lingual templates to mitigate discrepancies in language and instruction-format of the template between training and inference within the cross-lingual setting. Our experiments reveal consistent improvements through cross-lingual generalization in both English and Korean, outperforming baseline by average scores of 20.7\% and 13.6\%, respectively. Remarkably, these enhancements are comparable to those achieved by monolingual instruction tuning and even surpass them in some tasks. The result underscores the significance of relevant data acquisition across languages over linguistic congruence with unseen tasks during instruction tuning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes