CLLGSDASMLMar 14, 2020

Finnish Language Modeling with Deep Transformer Models

arXiv:2003.11562v2
AI Analysis

This work addresses language modeling for Finnish speakers, but it is incremental as it applies existing methods to a new language.

The paper tackled language modeling for Finnish by applying Transformer architectures (BERT and Transformer-XL) and achieved a 27% improvement in perplexity over the previous LSTM-based state-of-the-art, with Transformer-XL scoring 73.58.

Transformers have recently taken the center stage in language modeling after LSTM's were considered the dominant model architecture for a long time. In this project, we investigate the performance of the Transformer architectures-BERT and Transformer-XL for the language modeling task. We use a sub-word model setting with the Finnish language and compare it to the previous State of the art (SOTA) LSTM model. BERT achieves a pseudo-perplexity score of 14.5, which is the first such measure achieved as far as we know. Transformer-XL improves upon the perplexity score to 73.58 which is 27\% better than the LSTM model.

Foundations

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

Your Notes