Camembert: A Tasty French Language Model · The Large Language Model Bible Contribute to LLM-Bible

Camembert: A Tasty French Language Model

Louis Martin et al.. Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics July 2020 Online 2019 – 299 citations

[Paper]    
Training Techniques Transformer Model Architecture BERT

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.

Similar Work