paper-with-me

Papers

Prompt Learning to Mitigate Catastrophic Forgetting in Cross-lingual Transfer for Open-domain Dialogue Generation

2023-05-12 · Lei Liu, Jimmy Xiangji Huang

Dialogue systems for non-English languages have long been under-explored. In this paper, we take the first step to investigate few-shot cross-lingual transfer learning (FS-XLT) and multitask learning (MTL) in the context of open-domain dialogue generation for non-English languages with limited data. We observed catastrophic forgetting in both FS-XLT and MTL for all 6 languages in our preliminary experiments. To mitigate the issue, we propose a simple yet effective prompt learning approach that can preserve the multilinguality of multilingual pre-trained language model (mPLM) in FS-XLT and MTL by bridging the gap between pre-training and fine-tuning with Fixed-prompt LM Tuning and our hand-crafted prompts. Experimental results on all 6 languages in terms of both automatic and human evaluations demonstrate the effectiveness of our approach. Our code is available at https://github.com/JeremyLeiLiu/XLinguDial.

📄 PDF Abstract BibTeX arXiv:2305.07393

Code (1)

jeremyleiliu/xlingudial 공식 구현

Tasks

Cross-Lingual TransferDialogue GenerationLanguage ModelingLanguage ModellingPrompt LearningTransfer Learning

Similar Papers 제목 키워드 기반

Conditions for Catastrophic Forgetting in Multilingual Translation

2025-10-22 · Danni Liu, Jan Niehues arxiv

Fine-tuning multilingual foundation models on specific languages often induces catastrophic forgetting, degrading performance on languages unseen in fine-tuning. While this phenomenon is widely-documented, the literature…

parameter-efficient fine-tuningMachine Translation

Overcoming Catastrophic Forgetting in Zero-Shot Cross-Lingual Generation

2022-05-25 · Tu Vu, Aditya Barua, Brian Lester, Daniel Cer 외

In this paper, we explore the challenging problem of performing a generative task in a target language when labeled data is only available in English, using summarization as a case study. We assume a strict setting with …

Cross-Lingual TransferMachine TranslationTransfer Learning

What Causes Knowledge Loss in Multilingual Language Models?

2025-04-29 · Maria Khelli, Samuel Cahyawijaya, Ayu Purwarianti, Genta Indra Winata

Cross-lingual transfer in natural language processing (NLP) models enhances multilingual performance by leveraging shared linguistic knowledge. However, traditional methods that process all data simultaneously often fail…

Cross-Lingual Transfer

Few-Shot Regularization to Tackle Catastrophic Forgetting in Multilingual Machine Translation

2022-09-01 · AMTA 2022 9 · Salvador Carrión-Ponz None, Francisco Casacuberta

Increasing the number of tasks supported by a machine learning model without forgetting previously learned tasks is the goal of any lifelong learning system. In this work, we study how to mitigate the effects of the cata…

Lifelong learningMachine TranslationTranslation

Improving MLLM's Document Image Machine Translation via Synchronously Self-reviewing Its OCR Proficiency

2025-07-11 · Yupu Liang, Yaping Zhang, Zhiyang Zhang, Zhiyuan Chen 외 arxiv

Multimodal Large Language Models (MLLMs) have shown strong performance in document image tasks, especially Optical Character Recognition (OCR). However, they struggle with Document Image Machine Translation (DIMT), which…

Machine Translation