CLAIJan 25, 2024

RomanSetu: Efficiently unlocking multilingual capabilities of Large Language Models via Romanization

arXiv:2401.14280v337 citationsHas CodeACL
AI Analysis

This addresses the problem of underrepresented languages in NLP by enabling more efficient use of English LLMs, though it is an incremental improvement on existing cross-lingual methods.

The study tackled the challenge of extending Large Language Models to non-English languages with non-Roman scripts by using romanized text as an interface, resulting in reduced token fertility by 2x-4x and matching or outperforming native script performance across NLU, NLG, and MT tasks.

This study addresses the challenge of extending Large Language Models (LLMs) to non-English languages that use non-Roman scripts. We propose an approach that utilizes the romanized form of text as an interface for LLMs, hypothesizing that its frequent informal use and shared tokens with English enhance cross-lingual alignment. Our approach involves the continual pretraining of an English LLM like Llama 2 on romanized text of non-English, non-Roman script languages, followed by instruction tuning on romanized data. The results indicate that romanized text not only reduces token fertility by 2x-4x but also matches or outperforms native script representation across various NLU, NLG, and MT tasks. Moreover, the embeddings computed on romanized text exhibit closer alignment with their English translations than those from the native script. Our approach presents a promising direction for leveraging the power of English LLMs in languages traditionally underrepresented in NLP. Our code is available on https://github.com/AI4Bharat/romansetu.

Foundations

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

Your Notes