CLDec 23, 2022

MicroBERT: Effective Training of Low-resource Monolingual BERTs through Parameter Reduction and Multitask Learning

arXiv:2212.12510v2298 citationsh-index: 19
Originality Highly original
AI Analysis

This addresses the challenge of creating effective NLP models for low-resource languages, offering a practical solution with significant performance improvements.

The paper tackled the problem of training transformer language models for low-resource languages by reducing model size and incorporating multitask learning with linguistic tasks, resulting in monolingual models achieving up to 18% gain in parser LAS and 11% in NER F1 compared to a multilingual baseline with less than 1% of the parameters.

Transformer language models (TLMs) are critical for most NLP tasks, but they are difficult to create for low-resource languages because of how much pretraining data they require. In this work, we investigate two techniques for training monolingual TLMs in a low-resource setting: greatly reducing TLM size, and complementing the masked language modeling objective with two linguistically rich supervised tasks (part-of-speech tagging and dependency parsing). Results from 7 diverse languages indicate that our model, MicroBERT, is able to produce marked improvements in downstream task evaluations relative to a typical monolingual TLM pretraining approach. Specifically, we find that monolingual MicroBERT models achieve gains of up to 18% for parser LAS and 11% for NER F1 compared to a multilingual baseline, mBERT, while having less than 1% of its parameter count. We conclude reducing TLM parameter count and using labeled data for pretraining low-resource TLMs can yield large quality benefits and in some cases produce models that outperform multilingual approaches.

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