CLJan 14, 2022

A Warm Start and a Clean Crawled Corpus -- A Recipe for Good Language Models

arXiv:2201.05601v233 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of NLP for low-resource languages, providing a practical recipe for achieving competitive results with limited data, though it is incremental in applying existing methods to a new domain.

The authors tackled the problem of training effective language models for low to medium resource languages like Icelandic, achieving state-of-the-art performance in tasks such as part-of-speech tagging and named entity recognition by using a cleaned crawled corpus and warm-start initialization.

We train several language models for Icelandic, including IceBERT, that achieve state-of-the-art performance in a variety of downstream tasks, including part-of-speech tagging, named entity recognition, grammatical error detection and constituency parsing. To train the models we introduce a new corpus of Icelandic text, the Icelandic Common Crawl Corpus (IC3), a collection of high quality texts found online by targeting the Icelandic top-level-domain (TLD). Several other public data sources are also collected for a total of 16GB of Icelandic text. To enhance the evaluation of model performance and to raise the bar in baselines for Icelandic, we translate and adapt the WinoGrande dataset for co-reference resolution. Through these efforts we demonstrate that a properly cleaned crawled corpus is sufficient to achieve state-of-the-art results in NLP applications for low to medium resource languages, by comparison with models trained on a curated corpus. We further show that initializing models using existing multilingual models can lead to state-of-the-art results for some downstream tasks.

Foundations

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

Your Notes