paper-with-me

Papers

Language Imbalance Driven Rewarding for Multilingual Self-improving

2024-10-11 · Wen Yang, Junhong Wu, Chen Wang, Chengqing Zong, Jiajun Zhang

Large Language Models (LLMs) have achieved state-of-the-art performance across numerous tasks. However, these advancements have predominantly benefited "first-class" languages such as English and Chinese, leaving many other languages underrepresented. This imbalance, while limiting broader applications, generates a natural preference ranking between languages, offering an opportunity to bootstrap the multilingual capabilities of LLM in a self-improving manner. Thus, we propose $\textit{Language Imbalance Driven Rewarding}$, where the inherent imbalance between dominant and non-dominant languages within LLMs is leveraged as a reward signal. Iterative DPO training demonstrates that this approach not only enhances LLM performance in non-dominant languages but also improves the dominant language's capacity, thereby yielding an iterative reward signal. Fine-tuning Meta-Llama-3-8B-Instruct over two iterations of this approach results in continuous improvements in multilingual performance across instruction-following and arithmetic reasoning tasks, evidenced by an average improvement of 7.46% win rate on the X-AlpacaEval leaderboard and 13.9% accuracy on the MGSM benchmark. This work serves as an initial exploration, paving the way for multilingual self-improvement of LLMs.

📄 PDF Abstract BibTeX arXiv:2410.08964

Code (1)

znlp/language-imbalance-driven-rewarding 공식 구현

Tasks

Arithmetic ReasoningInstruction Following

Methods 이 논문이 사용한 방법론

DPO 설명 없음

Similar Papers 제목 키워드 기반

Process-based Self-Rewarding Language Models

2025-03-05 · Shimao Zhang, Xiao Liu, Xin Zhang, Junxiao Liu 외

Large Language Models have demonstrated outstanding performance across various downstream tasks and have been widely applied in multiple scenarios. Human-annotated preference data is used for training to further improve …

Mathematical Reasoning

CONGRAD:Conflicting Gradient Filtering for Multilingual Preference Alignment

2025-03-31 · Jiangnan Li, Thuy-Trang Vu, Christian Herold, Amirhossein Tebbifakhr 외

Naive joint training of large language models (LLMs) for multilingual preference alignment can suffer from negative interference. This is a known issue in multilingual training, where conflicting objectives degrade overa…

CREAM: Consistency Regularized Self-Rewarding Language Models

2024-10-16 · Zhaoyang Wang, Weilei He, Zhiyuan Liang, Xuchao Zhang 외

Recent self-rewarding large language models (LLM) have successfully applied LLM-as-a-Judge to iteratively improve the alignment performance without the need of human annotations for preference data. These methods commonl…

Language ModelingLanguage Modelling

Competence-based Curriculum Learning for Multilingual Machine Translation

2021-09-09 · Findings (EMNLP) 2021 11 · Mingliang Zhang, Fandong Meng, Yunhai Tong, Jie zhou

Currently, multilingual machine translation is receiving more and more attention since it brings better performance for low resource languages (LRLs) and saves more space. However, existing multilingual machine translati…

Machine TranslationTranslation

Co-rewarding: Stable Self-supervised RL for Eliciting Reasoning in Large Language Models

2025-08-01 · Zizhuo Zhang, Jianing Zhu, Xinmu Ge, Zihua Zhao 외 arxiv

While reinforcement learning with verifiable rewards (RLVR) is effective to improve the reasoning ability of large language models (LLMs), its reliance on human-annotated labels leads to the scaling up dilemma, especiall…

Self-Supervised LearningReinforcement LearningMathematical Reasoning