English

CamemBERT: a Tasty French Language Model

Computation and Language 2020-08-24 v3

Abstract

Pretrained language models are now ubiquitous in Natural Language Processing. Despite their success, most available models have either been trained on English data or on the concatenation of data in multiple languages. This makes practical use of such models --in all languages except English-- very limited. In this paper, we investigate the feasibility of training monolingual Transformer-based language models for other languages, taking French as an example and evaluating our language models on part-of-speech tagging, dependency parsing, named entity recognition and natural language inference tasks. We show that the use of web crawled data is preferable to the use of Wikipedia data. More surprisingly, we show that a relatively small web crawled dataset (4GB) leads to results that are as good as those obtained using larger datasets (130+GB). Our best performing model CamemBERT reaches or improves the state of the art in all four downstream tasks.

Keywords

Cite

@article{arxiv.1911.03894,
  title  = {CamemBERT: a Tasty French Language Model},
  author = {Louis Martin and Benjamin Muller and Pedro Javier Ortiz Suárez and Yoann Dupont and Laurent Romary and Éric Villemonte de la Clergerie and Djamé Seddah and Benoît Sagot},
  journal= {arXiv preprint arXiv:1911.03894},
  year   = {2020}
}

Comments

ACL 2020 long paper. Web site: https://camembert-model.fr

R2 v1 2026-06-23T12:10:39.704Z