paper-with-me

홈 › Papers

Utilizing Multilingual Encoders to Improve Large Language Models for Low-Resource Languages

2025-08-12 · Imalsha Puranegedara, Themira Chathumina, Nisal Ranathunga, Nisansa de Silva, Surangika Ranathunga, Mokanarangan Thayaparan arxiv

Large Language Models (LLMs) excel in English, but their performance degrades significantly on low-resource languages (LRLs) due to English-centric training. While methods like LangBridge align LLMs with multilingual encoders such as the Massively Multilingual Text-to-Text Transfer Transformer (mT5), they typically use only the final encoder layer. We propose a novel architecture that fuses all intermediate layers, enriching the linguistic information passed to the LLM. Our approach features two strategies: (1) a Global Softmax weighting for overall layer importance, and (2) a Transformer Softmax model that learns token-specific weights. The fused representations are mapped into the LLM's embedding space, enabling it to process multilingual inputs. The model is trained only on English data, without using any parallel or multilingual data. Evaluated on XNLI, IndicXNLI, Sinhala News Classification, and Amazon Reviews, our Transformer Softmax model significantly outperforms the LangBridge baseline. We observe strong performance gains in LRLs, improving Sinhala classification accuracy from 71.66% to 75.86% and achieving clear improvements across Indic languages such as Tamil, Bengali, and Malayalam. These specific gains contribute to an overall boost in average XNLI accuracy from 70.36% to 71.50%. This approach offers a scalable, data-efficient path toward more capable and equitable multilingual LLMs.

📄 PDF Abstract BibTeX arXiv:2508.09091

Code (0)

등록된 구현이 없습니다.

Tasks

News Classification

Similar Papers 제목 키워드 기반

Improving Domain-Specific Retrieval by NLI Fine-Tuning

2023-08-06 · Roman Dušek, Aleksander Wawer, Christopher Galias, Lidia Wojciechowska

The aim of this article is to investigate the fine-tuning potential of natural language inference (NLI) data to improve information retrieval and ranking. We demonstrate this for both English and Polish languages, using …

Information RetrievalNatural Language InferenceRetrievalSentence

Towards Unsupervised Speaker Diarization System for Multilingual Telephone Calls Using Pre-trained Whisper Model and Mixture of Sparse Autoencoders

2024-07-02 · Phat Lam, Lam Pham, Truong Nguyen, Dat Ngo 외

Existing speaker diarization systems typically rely on large amounts of manually annotated data, which is labor-intensive and difficult to obtain, especially in real-world scenarios. Additionally, language-specific const…

Clusteringspeaker-diarizationSpeaker DiarizationSpeech-to-Text

How Do Multilingual Encoders Learn Cross-lingual Representation?

2022-07-12 · Shijie Wu

NLP systems typically require support for more than one language. As different languages have different amounts of supervision, cross-lingual transfer benefits languages with little to no training data by transferring fr…

Cross-Lingual TransferMultilingual NLPRepresentation Learning

On Cross-Lingual Retrieval with Multilingual Text Encoders

2021-12-21 · Robert Litschko, Ivan Vulić, Simone Paolo Ponzetto, Goran Glavaš

In this work we present a systematic empirical study focused on the suitability of the state-of-the-art multilingual encoders for cross-lingual document and sentence retrieval tasks across a number of diverse language pa…

Cross-Lingual TransferRe-RankingRetrievalSentence+2

Ideal-LLM: Integrating Dual Encoders and Language-Adapted LLM for Multilingual Speech-to-Text

2024-09-17 · Hongfei Xue, Wei Ren, Xuelong Geng, Kun Wei 외

Integrating audio encoders with LLMs through connectors has enabled these models to process and comprehend audio modalities, significantly enhancing speech-to-text tasks, including automatic speech recognition (ASR) and …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)automatic-speech-translationspeech-recognition+2