paper-with-me

홈 › Papers

Quality or Quantity? On Data Scale and Diversity in Adapting Large Language Models for Low-Resource Translation

2024-08-23 · Vivek Iyer, Bhavitvya Malik, Pavel Stepachev, Pinzhen Chen, Barry Haddow, Alexandra Birch

Despite the recent popularity of Large Language Models (LLMs) in Machine Translation (MT), their performance in low-resource languages (LRLs) still lags significantly behind Neural Machine Translation (NMT) models. In this work, we explore what it would take to adapt LLMs for the low-resource setting. Particularly, we re-examine the role of two factors: a) the importance and application of parallel data, and b) diversity in Supervised Fine-Tuning (SFT). Recently, parallel data has seen reduced use in adapting LLMs for MT, while data diversity has been embraced to promote transfer across languages and tasks. However, for low-resource LLM-MT, we show that the opposite is true for both considerations: a) parallel data is critical during both pre-training and SFT; b) diversity tends to cause interference instead of transfer. Our experiments with three LLMs across two low-resourced language groups -- Indigenous American and North-East Indian -- reveal consistent trends, underscoring the generalizability of our findings. We believe these insights will be valuable for scaling to massively multilingual LLM-MT models that can effectively serve LRLs.

📄 PDF Abstract BibTeX arXiv:2408.12780

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMachine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

American 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Beyond Quantity: Trajectory Diversity Scaling for Code Agents

2026-02-03 · Guhong Chen, Chenghao Sun, Cheng Fu, Qiyao Wang 외 arxiv

As code large language models (LLMs) evolve into tool-interactive agents via the Model Context Protocol (MCP), their generalization is increasingly limited by low-quality synthetic data and the diminishing returns of qua…

Curió-Edu 7B: Examining Data Selection Impacts in LLM Continued Pretraining

2025-12-14 · Thales Sales Almeida, Rodrigo Nogueira, Hélio Pedrini arxiv

Continued pretraining extends a language model's capabilities by further exposing it to additional data, often tailored to a specific linguistic or domain context. This strategy has emerged as an efficient alternative to…

Optimizing Pretraining Data Mixtures with LLM-Estimated Utility

2025-01-20 · William Held, Bhargavi Paranjape, Punit Singh Koura, Mike Lewis 외

Large Language Models improve with increasing amounts of high-quality training data. However, leveraging larger datasets requires balancing quality, quantity, and diversity across sources. After evaluating nine baseline …

Diversity

Diversity-driven Data Selection for Language Model Tuning through Sparse Autoencoder

2025-02-19 · Xianjun Yang, Shaoliang Nie, Lijuan Liu, Suchin Gururangan 외

Instruction tuning data are often quantity-saturated due to the large volume of data collection and fast model iteration, leaving data selection important but underexplored. Existing quality-driven data selection methods…

DiversityLanguage ModelingLanguage Modelling

ParaBank: Monolingual Bitext Generation and Sentential Paraphrasing via Lexically-constrained Neural Machine Translation

2019-01-11 · J. Edward Hu, Rachel Rudinger, Matt Post, Benjamin Van Durme

We present ParaBank, a large-scale English paraphrase dataset that surpasses prior work in both quantity and quality. Following the approach of ParaNMT, we train a Czech-English neural machine translation (NMT) system to…

DiversityMachine TranslationNMTSemantic Similarity+4