paper-with-me

홈 › Papers

Fine-Tuning LLMs for Low-Resource Dialect Translation: The Case of Lebanese

2025-04-30 · Silvana Yakhni, Ali Chehab

This paper examines the effectiveness of Large Language Models (LLMs) in translating the low-resource Lebanese dialect, focusing on the impact of culturally authentic data versus larger translated datasets. We compare three fine-tuning approaches: Basic, contrastive, and grammar-hint tuning, using open-source Aya23 models. Experiments reveal that models fine-tuned on a smaller but culturally aware Lebanese dataset (LW) consistently outperform those trained on larger, non-native data. The best results were achieved through contrastive fine-tuning paired with contrastive prompting, which indicates the benefits of exposing translation models to bad examples. In addition, to ensure authentic evaluation, we introduce LebEval, a new benchmark derived from native Lebanese content, and compare it to the existing FLoRes benchmark. Our findings challenge the "More Data is Better" paradigm and emphasize the crucial role of cultural authenticity in dialectal translation. We made our datasets and code available on Github.

📄 PDF Abstract BibTeX arXiv:2505.00114

Code (1)

sylvanayakhni/Lebanese-Dialect-Translation 공식 구현 pytorch

Tasks

Translation

Methods 이 논문이 사용한 방법론

AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Advancing Dialectal Arabic to Modern Standard Arabic Machine Translation

2025-07-27 · Abdullah Alabdullah, Lifeng Han, Chenghua Lin arxiv

Dialectal Arabic (DA) poses a persistent challenge for natural language processing (NLP), as most everyday communication in the Arab world occurs in dialects that diverge significantly from Modern Standard Arabic (MSA). …

Machine Translation

Maastricht University at AMIYA: Adapting LLMs for Dialectal Arabic using Fine-tuning and MBR Decoding

2026-02-10 · Abdulhai Alali, Abderrahmane Issam arxiv

Large Language Models (LLMs) are becoming increasingly multilingual, supporting hundreds of languages, especially high resource ones. Unfortunately, Dialect variations are still underrepresented due to limited data and l…

5-Dialects-BN: Unmasking the Impact of Transliteration on Bangla Dialectal LLMs

2026-09-09 · Md Mahir Jawad, Galib Mahmud Jim, Rafid Ahmed, Mir Sazzat Hossain 외 arxiv

Large Language Models (LLMs) have achieved remarkable progress across natural language processing (NLP) tasks, yet their capabilities degrade sharply for low-resource languages and dialectally diverse settings. Bangla, t…

parameter-efficient fine-tuningMachine Translation

AraBench: Benchmarking Dialectal Arabic-English Machine Translation

2020-12-01 · COLING 2020 8 · Hassan Sajjad, Ahmed Abdelali, Nadir Durrani, Fahim Dalvi

Low-resource machine translation suffers from the scarcity of training data and the unavailability of standard evaluation sets. While a number of research efforts target the former, the unavailability of evaluation bench…

BenchmarkingData AugmentationMachine TranslationTranslation

A Comparative Analysis of Retrieval-Augmented Generation Techniques for Bengali Standard-to-Dialect Machine Translation Using LLMs

2025-12-16 · K. M. Jubair Sami, Dipto Sumit, Ariyan Hossain, Farig Sadeque arxiv

Translating from a standard language to its regional dialects is a significant NLP challenge due to scarce data and linguistic variation, a problem prominent in the Bengali language. This paper proposes and compares two …

Machine Translation