CLJun 3, 2024

LLMs Beyond English: Scaling the Multilingual Capability of LLMs with Cross-Lingual Feedback

arXiv:2406.01771v162 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of making LLMs accessible and effective for low-resource languages, which is crucial for democratizing AI, though it is incremental in extending existing models.

The paper tackles the limited multilingual support and human preference alignment of large language models (LLMs) by introducing xLLMs-100, which scales LLaMA and BLOOM to 100 languages using a multilingual instruction dataset and cross-lingual human feedback, achieving state-of-the-art performance on five benchmarks with significant margins.

To democratize large language models (LLMs) to most natural languages, it is imperative to make these models capable of understanding and generating texts in many languages, in particular low-resource ones. While recent multilingual LLMs demonstrate remarkable performance in such capabilities, these LLMs still support a limited number of human languages due to the lack of training data for low-resource languages. Moreover, these LLMs are not yet aligned with human preference for downstream tasks, which is crucial for the success of LLMs in English. In this paper, we introduce xLLaMA-100 and xBLOOM-100 (collectively xLLMs-100), which scale the multilingual capabilities of LLaMA and BLOOM to 100 languages. To do so, we construct two datasets: a multilingual instruction dataset including 100 languages, which represents the largest language coverage to date, and a cross-lingual human feedback dataset encompassing 30 languages. We perform multilingual instruction tuning on the constructed instruction data and further align the LLMs with human feedback using the DPO algorithm on our cross-lingual human feedback dataset. We evaluate the multilingual understanding and generating capabilities of xLLMs-100 on five multilingual benchmarks. Experimental results show that xLLMs-100 consistently outperforms its peers across the benchmarks by considerable margins, defining a new state-of-the-art multilingual LLM that supports 100 languages.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes