paper-with-me

Papers

Zero-shot Cross-lingual Transfer of Prompt-based Tuning with a Unified Multilingual Prompt

2022-02-23 · Lianzhe Huang, Shuming Ma, Dongdong Zhang, Furu Wei, Houfeng Wang

Prompt-based tuning has been proven effective for pretrained language models (PLMs). While most of the existing work focuses on the monolingual prompts, we study the multilingual prompts for multilingual PLMs, especially in the zero-shot cross-lingual setting. To alleviate the effort of designing different prompts for multiple languages, we propose a novel model that uses a unified prompt for all languages, called UniPrompt. Different from the discrete prompts and soft prompts, the unified prompt is model-based and language-agnostic. Specifically, the unified prompt is initialized by a multilingual PLM to produce language-independent representation, after which is fused with the text input. During inference, the prompts can be pre-computed so that no extra computation cost is needed. To collocate with the unified prompt, we propose a new initialization method for the target label word to further improve the model's transferability across languages. Extensive experiments show that our proposed methods can significantly outperform the strong baselines across different languages. We release data and code to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2202.11451

Code (1)

mojave-pku/uniprompt 공식 구현 pytorch

Tasks

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

Similar Papers 제목 키워드 기반

Prompt-Tuning Can Be Much Better Than Fine-Tuning on Cross-lingual Understanding With Multilingual Language Models

2022-10-22 · Lifu Tu, Caiming Xiong, Yingbo Zhou

Pre-trained multilingual language models show significant performance gains for zero-shot cross-lingual model transfer on a wide range of natural language understanding (NLU) tasks. Previously, for zero-shot cross-lingua…

Cross-Lingual TransferNatural Language UnderstandingQuestion AnsweringSentence+1

Adaptive Cross-lingual Text Classification through In-Context One-Shot Demonstrations

2024-04-03 · Emilio Villa-Cueva, A. Pastor López-Monroy, Fernando Sánchez-Vega, Thamar Solorio

Zero-Shot Cross-lingual Transfer (ZS-XLT) utilizes a model trained in a source language to make predictions in another language, often with a performance loss. To alleviate this, additional improvements can be achieved t…

Cross-Lingual Transfertext-classificationText ClassificationZero-Shot Cross-Lingual Transfer

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

Zero-Shot Cross-Lingual Transfer using Prefix-Based Adaptation

2025-10-28 · Snegha A, Sayambhu Sen, Piyush Singh Pasi, Abhishek Singhania 외 arxiv

With the release of new large language models (LLMs) like Llama and Mistral, zero-shot cross-lingual transfer has become increasingly feasible due to their multilingual pretraining and strong generalization capabilities.…

Zero-Shot Cross-Lingual Transferparameter-efficient fine-tuning

Cross-Lingual Retrieval Augmented Prompt for Low-Resource Languages

2022-12-19 · Ercong Nie, Sheng Liang, Helmut Schmid, Hinrich Schütze

Multilingual Pretrained Language Models (MPLMs) have shown their strong multilinguality in recent empirical cross-lingual transfer studies. In this paper, we propose the Prompts Augmented by Retrieval Crosslingually (PAR…

Cross-Lingual TransferNatural Language InferenceRetrievalSentiment Analysis+1