paper-with-me

홈 › Papers

UM4: Unified Multilingual Multiple Teacher-Student Model for Zero-Resource Neural Machine Translation

2022-07-11 · Jian Yang, Yuwei Yin, Shuming Ma, Dongdong Zhang, Shuangzhi Wu, Hongcheng Guo, Zhoujun Li, Furu Wei

Most translation tasks among languages belong to the zero-resource translation problem where parallel corpora are unavailable. Multilingual neural machine translation (MNMT) enables one-pass translation using shared semantic space for all languages compared to the two-pass pivot translation but often underperforms the pivot-based method. In this paper, we propose a novel method, named as Unified Multilingual Multiple teacher-student Model for NMT (UM4). Our method unifies source-teacher, target-teacher, and pivot-teacher models to guide the student model for the zero-resource translation. The source teacher and target teacher force the student to learn the direct source to target translation by the distilled knowledge on both source and target sides. The monolingual corpus is further leveraged by the pivot-teacher model to enhance the student model. Experimental results demonstrate that our model of 72 directions significantly outperforms previous methods on the WMT benchmark.

📄 PDF Abstract BibTeX arXiv:2207.04900

Code (1)

YuweiYin/UM4 공식 구현 pytorch

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Structure-Level Knowledge Distillation For Multilingual Sequence Labeling

2020-04-08 · ACL 2020 6 · Xinyu Wang, Yong Jiang, Nguyen Bach, Tao Wang 외

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…

Aspect ExtractionKnowledge Distillation

MetaTS: Meta Teacher-Student Network for Multilingual Sequence Labeling with Minimal Supervision

2021-11-01 · EMNLP 2021 11 · Zheng Li, Danqing Zhang, Tianyu Cao, Ying WEI 외

Sequence labeling aims to predict a fine-grained sequence of labels for the text. However, such formulation hinders the effectiveness of supervised methods due to the lack of token-level annotated data. This is exacerbat…

Meta-Learning

AMTSS: An Adaptive Multi-Teacher Single-Student Knowledge Distillation Framework For Multilingual Language Inference

2023-05-13 · Qianglong Chen, Feng Ji, Feng-Lin Li, Guohai Xu 외

Knowledge distillation is of key importance to launching multilingual pre-trained language models for real applications. To support cost-effective language inference in multilingual settings, we propose AMTSS, an adaptiv…

Knowledge Distillation

LLM Teacher-Student Framework for Text Classification With No Manually Annotated Data: A Case Study in IPTC News Topic Classification

2024-11-29 · Taja Kuzman, Nikola Ljubešić

With the ever-increasing number of news stories available online, classifying them by topic, regardless of the language they are written in, has become crucial for enhancing readers' access to relevant content. To addres…

ArticlesClassificationNews Classificationtext-classification+2

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