CLJun 2, 2023

Data-Efficient French Language Modeling with CamemBERTa

arXiv:2306.01497v1225 citationsh-index: 37
Originality Incremental advance
AI Analysis

This provides a more resource-efficient solution for French NLP applications, though it is incremental as it adapts an existing architecture to a specific language.

The paper tackles the problem of data-efficient French language modeling by introducing CamemBERTa, a DeBERTaV3-based model that outperforms BERT-based models with the same training tokens and matches or exceeds the state-of-the-art CamemBERT on downstream tasks while using only 30% of its training data.

Recent advances in NLP have significantly improved the performance of language models on a variety of tasks. While these advances are largely driven by the availability of large amounts of data and computational power, they also benefit from the development of better training methods and architectures. In this paper, we introduce CamemBERTa, a French DeBERTa model that builds upon the DeBERTaV3 architecture and training objective. We evaluate our model's performance on a variety of French downstream tasks and datasets, including question answering, part-of-speech tagging, dependency parsing, named entity recognition, and the FLUE benchmark, and compare against CamemBERT, the state-of-the-art monolingual model for French. Our results show that, given the same amount of training tokens, our model outperforms BERT-based models trained with MLM on most tasks. Furthermore, our new model reaches similar or superior performance on downstream tasks compared to CamemBERT, despite being trained on only 30% of its total number of input tokens. In addition to our experimental results, we also publicly release the weights and code implementation of CamemBERTa, making it the first publicly available DeBERTaV3 model outside of the original paper and the first openly available implementation of a DeBERTaV3 training objective. https://gitlab.inria.fr/almanach/CamemBERTa

Foundations

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

Your Notes