CLOct 28, 2021

ÚFAL at MultiLexNorm 2021: Improving Multilingual Lexical Normalization by Fine-tuning ByT5

arXiv:2110.15248v218 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses lexical normalization for social media text across 11 languages, but it is incremental as it builds on existing pre-trained models.

The paper tackled multilingual lexical normalization on social media by fine-tuning ByT5, achieving the best performance in intrinsic and extrinsic evaluations, with a wide margin in the MultiLexNorm shared task.

We present the winning entry to the Multilingual Lexical Normalization (MultiLexNorm) shared task at W-NUT 2021 (van der Goot et al., 2021a), which evaluates lexical-normalization systems on 12 social media datasets in 11 languages. We base our solution on a pre-trained byte-level language model, ByT5 (Xue et al., 2021a), which we further pre-train on synthetic data and then fine-tune on authentic normalization data. Our system achieves the best performance by a wide margin in intrinsic evaluation, and also the best performance in extrinsic evaluation through dependency parsing. The source code is released at https://github.com/ufal/multilexnorm2021 and the fine-tuned models at https://huggingface.co/ufal.

Code Implementations1 repo
Foundations

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

Your Notes