paper-with-me

홈 › Papers

Could We Have Had Better Multilingual LLMs If English Was Not the Central Language?

2024-02-21 · Ryandito Diandaru, Lucky Susanto, Zilu Tang, Ayu Purwarianti, Derry Wijaya

Large Language Models (LLMs) demonstrate strong machine translation capabilities on languages they are trained on. However, the impact of factors beyond training data size on translation performance remains a topic of debate, especially concerning languages not directly encountered during training. Our study delves into Llama2's translation capabilities. By modeling a linear relationship between linguistic feature distances and machine translation scores, we ask ourselves if there are potentially better central languages for LLMs other than English. Our experiments show that the 7B Llama2 model yields above 10 BLEU when translating into all languages it has seen, which rarely happens for languages it has not seen. Most translation improvements into unseen languages come from scaling up the model size rather than instruction tuning or increasing shot count. Furthermore, our correlation analysis reveals that syntactic similarity is not the only linguistic factor that strongly correlates with machine translation scores. Interestingly, we discovered that under specific circumstances, some languages (e.g. Swedish, Catalan), despite having significantly less training data, exhibit comparable correlation levels to English. These insights challenge the prevailing landscape of LLMs, suggesting that models centered around languages other than English could provide a more efficient foundation for multilingual applications.

📄 PDF Abstract BibTeX arXiv:2402.13917

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Could Thinking Multilingually Empower LLM Reasoning?

2025-04-16 · Changjiang Gao, Xu Huang, Wenhao Zhu, ShuJian Huang 외

Previous work indicates that large language models exhibit a significant "English bias", i.e. they often perform better when tasks are presented in English. Interestingly, we have observed that using certain other langua…

Answer Selection

Dictionary Insertion Prompting for Multilingual Reasoning on Multilingual Large Language Models

2024-11-02 · Hongyuan Lu, Zixuan Li, Wai Lam

As current training data for Large Language Models (LLMs) are dominated by English corpus, they are English-centric and they present impressive performance on English reasoning tasks.\footnote{This paper primarily studie…

GSM8KMath

Is Translation All You Need? A Study on Solving Multilingual Tasks with Large Language Models

2024-03-15 · Chaoqun Liu, Wenxuan Zhang, Yiran Zhao, Anh Tuan Luu 외

Large language models (LLMs) have demonstrated multilingual capabilities, yet they are mostly English-centric due to the imbalanced training corpora. While prior works have leveraged this bias to enhance multilingual per…

AllMultilingual NLPTranslation

MM-Eval: A Multilingual Meta-Evaluation Benchmark for LLM-as-a-Judge and Reward Models

2024-10-23 · Guijin Son, Dongkeun Yoon, Juyoung Suk, Javier Aula-Blasco 외

As Large Language Models (LLMs) are now capable of producing fluent and coherent content in languages other than English, it is not imperative to precisely evaluate these non-English outputs. However, when assessing the …

AttributeFairness

Analyzing Multilingual Competency of LLMs in Multi-Turn Instruction Following: A Case Study of Arabic

2023-10-23 · Sabri Boughorbel, Majd Hawasly

While significant progress has been made in benchmarking Large Language Models (LLMs) across various tasks, there is a lack of comprehensive evaluation of their abilities in responding to multi-turn instructions in less-…

BenchmarkingInstruction Following