paper-with-me

홈 › Papers

Language Fusion for Parameter-Efficient Cross-lingual Transfer

2025-01-12 · Philipp Borchert, Ivan Vulić, Marie-Francine Moens, Jochen De Weerdt

Limited availability of multilingual text corpora for training language models often leads to poor performance on downstream tasks due to undertrained representation spaces for languages other than English. This 'under-representation' has motivated recent cross-lingual transfer methods to leverage the English representation space by e.g. mixing English and 'non-English' tokens at the input level or extending model parameters to accommodate new languages. However, these approaches often come at the cost of increased computational complexity. We propose Fusion forLanguage Representations (FLARE) in adapters, a novel method that enhances representation quality and downstream performance for languages other than English while maintaining parameter efficiency. FLARE integrates source and target language representations within low-rank (LoRA) adapters using lightweight linear transformations, maintaining parameter efficiency while improving transfer performance. A series of experiments across representative cross-lingual natural language understanding tasks, including natural language inference, question-answering and sentiment analysis, demonstrate FLARE's effectiveness. FLARE achieves performance improvements of 4.9% for Llama 3.1 and 2.2% for Gemma~2 compared to standard LoRA fine-tuning on question-answering tasks, as measured by the exact match metric.

📄 PDF Abstract BibTeX arXiv:2501.06892

Code (1)

pnborchert/flare 공식 구현 pytorch

Tasks

Cross-Lingual TransferNatural Language InferenceNatural Language UnderstandingQuestion AnsweringSentiment Analysis

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

Evaluating morphological typology in zero-shot cross-lingual transfer

2021-08-01 · ACL 2021 5 · Antonio Mart{\'\i}nez-Garc{\'\i}a, Toni Badia, Jeremy Barnes

Cross-lingual transfer has improved greatly through multi-lingual language model pretraining, reducing the need for parallel data and increasing absolute performance. However, this progress has also brought to light the …

Cross-Lingual TransferLanguage ModelingLanguage ModellingPart-Of-Speech Tagging+4

Data-Efficient Cross-Lingual Transfer with Language-Specific Subnetworks

2022-10-31 · Rochelle Choenni, Dan Garrette, Ekaterina Shutova

Large multilingual language models typically share their parameters across all languages, which enables cross-lingual task transfer, but learning can also be hindered when training updates from different languages are in…

Cross-Lingual TransferMeta-Learning

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

2024-02-06 · Fred Philippy, Siwen Guo, Shohreh Haddadan, Cedric Lothritz 외

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 modify…

Cross-Lingual Transfer

Parameter-Efficient Cross-lingual Transfer of Vision and Language Models via Translation-based Alignment

2023-05-02 · Zhen Zhang, Jialu Wang, Xin Eric Wang

Pre-trained vision and language models such as CLIP have witnessed remarkable success in connecting images and texts with a primary focus on English texts. Despite recent efforts to extend CLIP to support other languages…

Cross-Lingual TransferFew-Shot Learningparameter-efficient fine-tuningTransfer Learning

Measuring Catastrophic Forgetting in Cross-Lingual Transfer Paradigms: Exploring Tuning Strategies

2023-09-12 · Boshko Koloski, Blaž Škrlj, Marko Robnik-Šikonja, Senja Pollak

The cross-lingual transfer is a promising technique to solve tasks in less-resourced languages. In this empirical study, we compare two fine-tuning approaches combined with zero-shot and full-shot learning approaches for…

Cross-Lingual TransferHate Speech Detection