paper-with-me

Papers

Soft Prompt Tuning for Cross-Lingual Transfer: When Less is More

2024-02-06 · Fred Philippy, Siwen Guo, Shohreh Haddadan, Cedric Lothritz, Jacques Klein, Tegawendé F. Bissyandé

Soft Prompt Tuning (SPT) is a parameter-efficient method for adapting pre-trained language models (PLMs) to specific tasks by inserting learnable embeddings, or soft prompts, at the input layer of the PLM, without modifying its parameters. This paper investigates the potential of SPT for cross-lingual transfer. Unlike previous studies on SPT for cross-lingual transfer that often fine-tune both the soft prompt and the model parameters, we adhere to the original intent of SPT by keeping the model parameters frozen and only training the soft prompt. This does not only reduce the computational cost and storage overhead of full-model fine-tuning, but we also demonstrate that this very parameter efficiency intrinsic to SPT can enhance cross-lingual transfer performance to linguistically distant languages. Moreover, we explore how different factors related to the prompt, such as the length or its reparameterization, affect cross-lingual transfer performance.

📄 PDF Abstract BibTeX arXiv:2402.03782

Code (1)

fredxlpy/cross_lingual_prompt_tuning 공식 구현 pytorch

Tasks

Cross-Lingual Transfer

Similar Papers 제목 키워드 기반

Discrete and Soft Prompting for Multilingual Models

2021-09-08 · EMNLP 2021 11 · Mengjie Zhao, Hinrich Schütze

It has been shown for English that discrete and soft prompting perform strongly in few-shot learning with pretrained language models (PLMs). In this paper, we show that discrete and soft prompting perform better than fin…

Few-Shot LearningNatural Language Inference

Soft Language Prompts for Language Transfer

2024-07-02 · Ivan Vykopal, Simon Ostermann, Marián Šimko

Cross-lingual knowledge transfer, especially between high- and low-resource languages, remains challenging in natural language processing (NLP). This study offers insights for improving cross-lingual NLP applications thr…

Cross-Lingual Transferparameter-efficient fine-tuningTransfer Learning

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 외

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…

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer

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

Enhancing Small Language Models for Cross-Lingual Generalized Zero-Shot Classification with Soft Prompt Tuning

2025-03-25 · Fred Philippy, Siwen Guo, Cedric Lothritz, Jacques Klein 외

In NLP, Zero-Shot Classification (ZSC) has become essential for enabling models to classify text into categories unseen during training, particularly in low-resource languages and domains where labeled data is scarce. Wh…

Cross-Lingual Transferzero-shot-classificationZero-Shot Learning