paper-with-me

Papers

Cross-Lingual Pitfalls: Automatic Probing Cross-Lingual Weakness of Multilingual Large Language Models

2025-05-24 · Zixiang Xu, Yanbo Wang, Yue Huang, Xiuying Chen, Jieyu Zhao, Meng Jiang, Xiangliang Zhang

Large Language Models (LLMs) have achieved remarkable success in Natural Language Processing (NLP), yet their cross-lingual performance consistency remains a significant challenge. This paper introduces a novel methodology for efficiently identifying inherent cross-lingual weaknesses in LLMs. Our approach leverages beam search and LLM-based simulation to generate bilingual question pairs that expose performance discrepancies between English and target languages. We construct a new dataset of over 6,000 bilingual pairs across 16 languages using this methodology, demonstrating its effectiveness in revealing weaknesses even in state-of-the-art models. The extensive experiments demonstrate that our method precisely and cost-effectively pinpoints cross-lingual weaknesses, consistently revealing over 50\% accuracy drops in target languages across a wide range of models. Moreover, further experiments investigate the relationship between linguistic similarity and cross-lingual weaknesses, revealing that linguistically related languages share similar performance patterns and benefit from targeted post-training. Code is available at https://github.com/xzx34/Cross-Lingual-Pitfalls.

📄 PDF Abstract BibTeX arXiv:2505.18673

Code (1)

xzx34/cross-lingual-pitfalls 공식 구현

Similar Papers 제목 키워드 기반

Pitfalls in the Evaluation of Sentence Embeddings

2019-06-04 · WS 2019 8 · Steffen Eger, Andreas Rücklé, Iryna Gurevych

Deep learning models continuously break new records across different NLP tasks. At the same time, their success exposes weaknesses of model evaluation. Here, we compile several key pitfalls of evaluation of sentence embe…

SentenceSentence Embeddings

Exploring Multilingual Probing in Large Language Models: A Cross-Language Analysis

2024-09-22 · Daoyang Li, Haiyan Zhao, Qingcheng Zeng, Mengnan Du

Probing techniques for large language models (LLMs) have primarily focused on English, overlooking the vast majority of the world's languages. In this paper, we extend these probing methods to a multilingual context, inv…

OWL: Probing Cross-Lingual Recall of Memorized Texts via World Literature

2025-05-28 · Alisha Srivastava, Emir Korukluoglu, Minh Nhat Le, Duyen Tran 외

Large language models (LLMs) are known to memorize and recall English text from their pretraining data. However, the extent to which this ability generalizes to non-English languages or transfers across languages remains…

Memorization

Investigating Transfer Learning in Multilingual Pre-trained Language Models through Chinese Natural Language Inference

2021-06-07 · Findings (ACL) 2021 8 · Hai Hu, He Zhou, Zuoyu Tian, Yiwen Zhang 외

Multilingual transformers (XLM, mT5) have been shown to have remarkable transfer skills in zero-shot settings. Most transfer studies, however, rely on automatically translated resources (XNLI, XQuAD), making it hard to d…

Cross-Lingual TransferNatural Language InferenceTransfer LearningXLM-R

Probing the Emergence of Cross-lingual Alignment during LLM Training

2024-06-19 · Hetong Wang, Pasquale Minervini, Edoardo M. Ponti

Multilingual Large Language Models (LLMs) achieve remarkable levels of zero-shot cross-lingual transfer performance. We speculate that this is predicated on their ability to align languages without explicit supervision f…

Cross-Lingual TransferZero-Shot Cross-Lingual Transfer