MALT: Mechanistic Ablation of Lossy Translation in LLMs for a Low-Resource Language: Urdu
Taaha Saleem Bajwa
TL;DR
The paper addresses the challenge that LLMs underperform on low-resource languages like Urdu due to English-centric latent representations and lossy final-layer translations. It proposes MALT, a mechanistic ablation of translation features in the final layer combined with a dedicated Urdu MT to translate the latent English responses, preserving input cultural nuances. On two small LLMs, MALT yields substantial gains in Urdu response quality, with Llama-3.2-3b improving from $11.6\%$ to $55\%$ and Gemma-2-2b from $0\%$ to $15.6\%$ in evaluation, indicating the approach can significantly enhance multilingual performance for low-resource languages. The work highlights a path toward fairer AI accessibility for non-English speakers, while acknowledging limitations in generalizing to larger models and requiring further validation of cultural nuance preservation and ethical implications.
Abstract
LLMs are predominantly trained on English data, which leads to a significant drop in performance on low-resource languages. Understanding how LLMs handle these languages is crucial for improving their effectiveness. This study focuses on Urdu as a use case for exploring the challenges faced by LLMs in processing low-resource languages. LLMs primarily reason in English when prompted in another language, with the final layers acting as translators to convert the English response into the target language. This study finds that even for low-resource languages, the internal latent response of LLMs in English is quite coherent; however, the translation features are lossy and result in poor translations, leading to reduced performance. By mechanistically removing these translation features and using a separate translation model to translate the internal latent response of LLM, the performance of LLMs improves significantly while also preserving the cultural nuances of the input in low-resource languages.
