paper-with-me

Papers

Structure-Level Knowledge Distillation For Multilingual Sequence Labeling

2020-04-08 · ACL 2020 6 · Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang, Fei Huang, Kewei Tu

Multilingual sequence labeling is a task of predicting label sequences using a single unified model for multiple languages. Compared with relying on multiple monolingual models, using a multilingual model has the benefit of a smaller model size, easier in online serving, and generalizability to low-resource languages. However, current multilingual models still underperform individual monolingual models significantly due to model capacity limitations. In this paper, we propose to reduce the gap between monolingual models and the unified multilingual model by distilling the structural knowledge of several monolingual models (teachers) to the unified multilingual model (student). We propose two novel KD methods based on structure-level information: (1) approximately minimizes the distance between the student's and the teachers' structure level probability distributions, (2) aggregates the structure-level knowledge to local distributions and minimizes the distance between two local probability distributions. Our experiments on 4 multilingual tasks with 25 datasets show that our approaches outperform several strong baselines and have stronger zero-shot generalizability than both the baseline model and teacher models.

📄 PDF Abstract BibTeX arXiv:2004.03846

Code (1)

Alibaba-NLP/MultilangStructureKD 공식 구현 pytorch

Tasks

Aspect ExtractionKnowledge Distillation

Similar Papers 제목 키워드 기반

Multi-level Distillation of Semantic Knowledge for Pre-training Multilingual Language Model

2022-11-02 · Mingqi Li, Fei Ding, Dan Zhang, Long Cheng 외

Pre-trained multilingual language models play an important role in cross-lingual natural language understanding tasks. However, existing methods did not focus on learning the semantic structure of representation, and thu…

Knowledge DistillationLanguage ModelingLanguage ModellingNatural Language Understanding+1

DuDi: Dual-Signal Distillation with Cross-Lingual Verbalizer

2026-06-03 · Patomporn Payoungkhamdee, Tinnakit Udsa, Jian Gang Ngui, Sarana Nutanong 외 arxiv

Small language models (SLMs) are efficient and scalable, but their multilingual capabilities degrade severely at sub-billion scales, especially for Southeast Asian (SEA) languages. We introduce DuDi, a dual-signal multil…

Multi-Hypothesis Distillation of Multilingual Neural Translation Models for Low-Resource Languages

2025-07-29 · Aarón Galiano-Jiménez, Juan Antonio Pérez-Ortiz, Felipe Sánchez-Martínez, Víctor M. Sánchez-Cartagena arxiv

This paper explores sequence-level knowledge distillation (KD) of multilingual pre-trained encoder-decoder translation models. We argue that the teacher model's output distribution holds valuable insights for the student…

Knowledge Distillation

Improving Zero-Shot Multilingual Text Generation via Iterative Distillation

2022-10-01 · COLING 2022 10 · Ernie Chang, Alex Marin, Vera Demberg

The demand for multilingual dialogue systems often requires a costly labeling process, where human translators derive utterances in low resource languages from resource rich language annotation. To this end, we explore l…

Knowledge DistillationText Generation

Improved Cross-Lingual Transfer Learning For Automatic Speech Translation

2023-06-01 · Sameer Khurana, Nauman Dawalatabad, Antoine Laurent, Luis Vicente 외

Research in multilingual speech-to-text translation is topical. Having a single model that supports multiple translation tasks is desirable. The goal of this work it to improve cross-lingual transfer learning in multilin…

automatic-speech-translationCross-Lingual TransferDecoderKnowledge Distillation+5