paper-with-me

Papers

LLaMAX: Scaling Linguistic Horizons of LLM by Enhancing Translation Capabilities Beyond 100 Languages

2024-07-08 · Yinquan Lu, Wenhao Zhu, Lei LI, Yu Qiao, Fei Yuan

Large Language Models (LLMs) demonstrate remarkable translation capabilities in high-resource language tasks, yet their performance in low-resource languages is hindered by insufficient multilingual data during pre-training. To address this, we conduct extensive multilingual continual pre-training on the LLaMA series models, enabling translation support across more than 100 languages. Through a comprehensive analysis of training strategies, such as vocabulary expansion and data augmentation, we develop LLaMAX. Remarkably, without sacrificing its generalization ability, LLaMAX achieves significantly higher translation performance compared to existing open-source LLMs (by more than 10 spBLEU points) and performs on-par with specialized translation model (M2M-100-12B) on the Flores-101 benchmark. Extensive experiments indicate that LLaMAX can serve as a robust multilingual foundation model. The code \footnote{\url{https://github.com/CONE-MT/LLaMAX/.}} and the models \footnote{\url{https://huggingface.co/LLaMAX/.}} are publicly available.

📄 PDF Abstract BibTeX arXiv:2407.05975

Code (1)

cone-mt/llamax 공식 구현 pytorch

Tasks

Data AugmentationTranslation

Methods 이 논문이 사용한 방법론

LLaMA LLaMA is a collection of foundation language models ranging from 7B to 65B parameters. It is based on the transformer architecture with various improvements that were…

Similar Papers 제목 키워드 기반

LLaMAX2: Your Translation-Enhanced Model also Performs Well in Reasoning

2025-10-10 · Changjiang Gao, Zixian Huang, Jingyang Gong, Shujian Huang 외 arxiv

General Large Language Models (LLMs) excel in reasoning, but those enhanced for translation struggle with reasoning tasks. To address this, we propose a novel translationenhanced recipe that begins with instruct models a…

Mending the Holes: Mitigating Reward Hacking in Reinforcement Learning for Multilingual Translation

2026-03-13 · Yifeng Liu, Siqi Ouyang, Yatish Hosmane Revanasiddappa, Lei Li arxiv

Large Language Models (LLMs) have demonstrated remarkable capability in machine translation on high-resource language pairs, yet their performance on low-resource translation still lags behind. Existing post-training met…

Reinforcement LearningMachine TranslationWord Alignment

Scaling Optimal LR Across Token Horizons

2024-09-30 · Johan Bjorck, Alon Benhaim, Vishrav Chaudhary, Furu Wei 외

State-of-the-art LLMs are powered by scaling -- scaling model size, dataset size and cluster size. It is economically infeasible to extensively tune hyperparameter for the largest runs. Instead, approximately optimal hyp…

A Data Selection Approach for Enhancing Low Resource Machine Translation Using Cross-Lingual Sentence Representations

2024-09-04 · Nidhi Kowtal, Tejas Deshpande, Raviraj Joshi

Machine translation in low-resource language pairs faces significant challenges due to the scarcity of parallel corpora and linguistic resources. This study focuses on the case of English-Marathi language pairs, where ex…

Machine TranslationSentenceTranslation

Contextual Cues in Machine Translation: Investigating the Potential of Multi-Source Input Strategies in LLMs and NMT Systems

2025-03-10 · Lia Shahnazaryan, Patrick Simianer, Joern Wuebker

We explore the impact of multi-source input strategies on machine translation (MT) quality, comparing GPT-4o, a large language model (LLM), with a traditional multilingual neural machine translation (NMT) system. Using i…

Language ModelingLanguage ModellingLarge Language ModelMachine Translation+2