CLNov 3, 2023

FinGPT: Large Generative Models for a Small Language

arXiv:2311.05640v1148 citationsh-index: 50
Originality Synthesis-oriented
AI Analysis

This work addresses the problem of limited LLM coverage for small languages like Finnish, benefiting speakers and researchers, but it is incremental as it applies existing methods to a new language.

The authors tackled the challenge of developing large language models for Finnish, a low-resource language, by creating FinGPT models from scratch and adapting BLOOM to produce BLUUMI, achieving competitive performance on Finnish tasks as shown in their FIN-bench evaluation.

Large language models (LLMs) excel in many tasks in NLP and beyond, but most open models have very limited coverage of smaller languages and LLM work tends to focus on languages where nearly unlimited data is available for pretraining. In this work, we study the challenges of creating LLMs for Finnish, a language spoken by less than 0.1% of the world population. We compile an extensive dataset of Finnish combining web crawls, news, social media and eBooks. We pursue two approaches to pretrain models: 1) we train seven monolingual models from scratch (186M to 13B parameters) dubbed FinGPT, 2) we continue the pretraining of the multilingual BLOOM model on a mix of its original training data and Finnish, resulting in a 176 billion parameter model we call BLUUMI. For model evaluation, we introduce FIN-bench, a version of BIG-bench with Finnish tasks. We also assess other model qualities such as toxicity and bias. Our models and tools are openly available at https://turkunlp.org/gpt3-finnish.

Foundations

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

Your Notes