Implicit Word Reordering with Knowledge Distillation for Cross-Lingual Dependency Parsing
Zhuoran Li, Chunming Hu, Junfan Chen, Zhijun Chen, Richong Zhang
TL;DR
The paper tackles cross-lingual dependency parsing where word-order differences hinder transfer. It introduces Implicit Word Reordering with Knowledge Distillation (IWR-KD), a teacher-student framework in which a target-language POS-based teacher guides a source-language parsing student to learn target-like word-order relations in the feature space without generating reordered sentences. Across 31 UD languages, IWR-KD outperforms strong baselines, demonstrating robust transfer especially when word-order distance is large, and ablation studies highlight the value of distillation over hard labels. The approach offers a efficient alternative to explicit reordering, with practical impact for multilingual parsing in low-resource settings.
Abstract
Word order difference between source and target languages is a major obstacle to cross-lingual transfer, especially in the dependency parsing task. Current works are mostly based on order-agnostic models or word reordering to mitigate this problem. However, such methods either do not leverage grammatical information naturally contained in word order or are computationally expensive as the permutation space grows exponentially with the sentence length. Moreover, the reordered source sentence with an unnatural word order may be a form of noising that harms the model learning. To this end, we propose an Implicit Word Reordering framework with Knowledge Distillation (IWR-KD). This framework is inspired by that deep networks are good at learning feature linearization corresponding to meaningful data transformation, e.g. word reordering. To realize this idea, we introduce a knowledge distillation framework composed of a word-reordering teacher model and a dependency parsing student model. We verify our proposed method on Universal Dependency Treebanks across 31 different languages and show it outperforms a series of competitors, together with experimental analysis to illustrate how our method works towards training a robust parser.
