MultiLexNorm++: A Unified Benchmark and a Generative Model for Lexical Normalization for Asian Languages
Weerayut Buaphet, Thanh-Nhi Nguyen, Risa Kondo, Tomoyuki Kajiwara, Yumin Kim, Jimin Lee, Hwanhee Lee, Holy Lovenia, Peerat Limkonchotiwat, Sarana Nutanong, Rob Van der Goot
TL;DR
This work addresses the limited cross-language coverage of lexical normalization benchmarks by extending MultiLexNorm to five Asian languages across four scripts (MultiLexNorm++). It introduces an LLM-enabled normalization pipeline that combines span detection, a training-data lookup table, and in-context prompting, evaluated across multiple open and proprietary models. Results show that non-Latin-script languages lag behind Latin-script ones, with GPT-4o achieving parity with, or superiority over, the established UFAL baseline on several languages, while still facing challenges in Japanese and Korean. The study highlights practical considerations, including detection accuracy, segmentation effects, and cost, and provides a roadmap for robust, multilingual lexical normalization with potential downstream benefits for NLP tasks in diverse language communities.
Abstract
Social media data has been of interest to Natural Language Processing (NLP) practitioners for over a decade, because of its richness in information, but also challenges for automatic processing. Since language use is more informal, spontaneous, and adheres to many different sociolects, the performance of NLP models often deteriorates. One solution to this problem is to transform data to a standard variant before processing it, which is also called lexical normalization. There has been a wide variety of benchmarks and models proposed for this task. The MultiLexNorm benchmark proposed to unify these efforts, but it consists almost solely of languages from the Indo-European language family in the Latin script. Hence, we propose an extension to MultiLexNorm, which covers 5 Asian languages from different language families in 4 different scripts. We show that the previous state-of-the-art model performs worse on the new languages and propose a new architecture based on Large Language Models (LLMs), which shows more robust performance. Finally, we analyze remaining errors, revealing future directions for this task.
