paper-with-me

Papers

How does a Multilingual LM Handle Multiple Languages?

2025-02-06 · Santhosh Kakarla, Gautama Shastry Bulusu Venkata, Aishwarya Gaddam

Multilingual language models have significantly advanced due to rapid progress in natural language processing. Models like BLOOM 1.7B, trained on diverse multilingual datasets, aim to bridge linguistic gaps. However, their effectiveness in capturing linguistic knowledge, particularly for low-resource languages, remains an open question. This study critically examines MLMs capabilities in multilingual understanding, semantic representation, and cross-lingual knowledge transfer. While these models perform well for high-resource languages, they struggle with less-represented ones. Additionally, traditional evaluation methods often overlook their internal syntactic and semantic encoding. This research addresses key limitations through three objectives. First, it assesses semantic similarity by analyzing multilingual word embeddings for consistency using cosine similarity. Second, it examines BLOOM-1.7B and Qwen2 through Named Entity Recognition and sentence similarity tasks to understand their linguistic structures. Third, it explores cross-lingual knowledge transfer by evaluating generalization from high-resource to low-resource languages in sentiment analysis and text classification. By leveraging linguistic probing, performance metrics, and visualizations, this study provides insights into the strengths and limitations of MLMs. The findings aim to enhance multilingual NLP models, ensuring better support for both high- and low-resource languages, thereby promoting inclusivity in language technologies.

📄 PDF Abstract BibTeX arXiv:2502.04269

Code (0)

등록된 구현이 없습니다.

Tasks

Multilingual NLPMultilingual Word Embeddingsnamed-entity-recognitionNamed Entity RecognitionSemantic SimilaritySemantic Textual SimilaritySentenceSentence SimilaritySentiment Analysistext-classificationText ClassificationTransfer LearningWord Embeddings

Methods 이 논문이 사용한 방법론

BLOOM BLOOM is a decoder-only Transformer language model that was trained on the ROOTS corpus, a dataset comprising hundreds of sources in 46 natural and 13 programming languages…

Similar Papers 제목 키워드 기반

Improving Multilingual Neural Machine Translation with Auxiliary Source Languages

2021-11-01 · Findings (EMNLP) 2021 11 · Weijia Xu, Yuwei Yin, Shuming Ma, Dongdong Zhang 외

Multilingual neural machine translation models typically handle one source language at a time. However, prior work has shown that translating from multiple source languages improves translation quality. Different from ex…

Machine TranslationTranslation

The Same But Different: Structural Similarities and Differences in Multilingual Language Modeling

2024-10-11 · Ruochen Zhang, Qinan Yu, Matianyu Zang, Carsten Eickhoff 외

We employ new tools from mechanistic interpretability in order to ask whether the internal structure of large language models (LLMs) shows correspondence to the linguistic structures which underlie the languages on which…

Language ModelingLanguage Modelling

Rapid Language Adaptation for Multilingual E2E Speech Recognition Using Encoder Prompting

2024-06-18 · Yosuke Kashiwagi, Hayato Futami, Emiru Tsunoo, Siddhant Arora 외

End-to-end multilingual speech recognition models handle multiple languages through a single model, often incorporating language identification to automatically detect the language of incoming speech. Since the common sc…

DecoderLanguage Identificationspeech-recognitionSpeech Recognition

IBM MNLP IE at CASE 2021 Task 1: Multigranular and Multilingual Event Detection on Protest News

2021-08-01 · ACL (CASE) 2021 8 · Parul Awasthy, Jian Ni, Ken Barker, Radu Florian

In this paper, we present the event detection models and systems we have developed for Multilingual Protest News Detection - Shared Task 1 at CASE 2021. The shared task has 4 subtasks which cover event detection at diffe…

Event DetectionLanguage ModelingLanguage ModellingXLM-R

Discovering Representation Sprachbund For Multilingual Pre-Training

2021-09-01 · Findings (EMNLP) 2021 11 · Yimin Fan, Yaobo Liang, Alexandre Muzio, Hany Hassan 외

Multilingual pre-trained models have demonstrated their effectiveness in many multilingual NLP tasks and enabled zero-shot or few-shot transfer from high-resource languages to low resource ones. However, due to significa…

Multilingual NLP