paper-with-me

Papers

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, Tegawendé F. Bissyandé

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. While pretrained language models (PLMs) have shown promise in ZSC, they often rely on large training datasets or external knowledge, limiting their applicability in multilingual and low-resource scenarios. Recent approaches leveraging natural language prompts reduce the dependence on large training datasets but struggle to effectively incorporate available labeled data from related classification tasks, especially when these datasets originate from different languages or distributions. Moreover, existing prompt-based methods typically rely on manually crafted prompts in a specific language, limiting their adaptability and effectiveness in cross-lingual settings. To address these challenges, we introduce RoSPrompt, a lightweight and data-efficient approach for training soft prompts that enhance cross-lingual ZSC while ensuring robust generalization across data distribution shifts. RoSPrompt is designed for small multilingual PLMs, enabling them to leverage high-resource languages to improve performance in low-resource settings without requiring extensive fine-tuning or high computational costs. We evaluate our approach on multiple multilingual PLMs across datasets covering 106 languages, demonstrating strong cross-lingual transfer performance and robust generalization capabilities over unseen classes.

📄 PDF Abstract BibTeX arXiv:2503.19469

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual Transferzero-shot-classificationZero-Shot Learning

Similar Papers 제목 키워드 기반

Enhancing Multilingual Embeddings via Multi-Way Parallel Text Alignment

2026-02-25 · Barah Fazili, Koustava Goswami arxiv

Multilingual pretraining typically lacks explicit alignment signals, leading to suboptimal cross-lingual alignment in the representation space. In this work, we show that training standard pretrained models for cross-lin…

Contrastive LearningSemantic Similarity

Who Transfers Safety? Identifying and Targeting Cross-Lingual Shared Safety Neurons

2026-02-01 · Xianhui Zhang, Chengyu Xie, Linxia Zhu, Yonghui Yang 외 arxiv

Multilingual safety remains significantly imbalanced, leaving non-high-resource (NHR) languages vulnerable compared to robust high-resource (HR) ones. Moreover, the neural mechanisms driving safety alignment remain uncle…

Data-Efficient Hate Speech Detection via Cross-Lingual Nearest Neighbor Retrieval with Limited Labeled Data

2025-05-20 · Faeze Ghorbanpour, Daryna Dementieva, Alexander Fraser

Considering the importance of detecting hateful language, labeled hate speech data is expensive and time-consuming to collect, particularly for low-resource languages. Prior work has demonstrated the effectiveness of cro…

Cross-Lingual TransferData AugmentationHate Speech DetectionRetrieval+1

The Heterogeneous Safety Impacts of Benign Multilingual Fine-Tuning

2026-06-27 · Will Hawkins, Kaivalya Rawal, Jonathan Rystrøm, Stratis Tsirtsis 외 arxiv

Fine-tuning a large language model is a ubiquitous method for enhancing its capability on a specific downstream task. However, prior work has shown that this increase in capability comes with a cost: it can increase a mo…

How do Large Language Models Handle Multilingualism?

2024-02-29 · Yiran Zhao, Wenxuan Zhang, Guizhen Chen, Kenji Kawaguchi 외

Large language models (LLMs) have demonstrated impressive capabilities across diverse languages. This study explores how LLMs handle multilingualism. Based on observed language ratio shifts among layers and the relations…