paper-with-me

Papers

RobBERT: a Dutch RoBERTa-based Language Model

2020-01-17 · Findings of the Association for Computational Linguistics 2020 · Pieter Delobelle, Thomas Winters, Bettina Berendt

Pre-trained language models have been dominating the field of natural language processing in recent years, and have led to significant performance gains for various complex natural language tasks. One of the most prominent pre-trained language models is BERT, which was released as an English as well as a multilingual version. Although multilingual BERT performs well on many tasks, recent studies show that BERT models trained on a single language significantly outperform the multilingual version. Training a Dutch BERT model thus has a lot of potential for a wide range of Dutch NLP tasks. While previous approaches have used earlier implementations of BERT to train a Dutch version of BERT, we used RoBERTa, a robustly optimized BERT approach, to train a Dutch language model called RobBERT. We measured its performance on various tasks as well as the importance of the fine-tuning dataset size. We also evaluated the importance of language-specific tokenizers and the model's fairness. We found that RobBERT improves state-of-the-art results for various tasks, and especially significantly outperforms other models when dealing with smaller datasets. These results indicate that it is a powerful pre-trained model for a large variety of Dutch language tasks. The pre-trained and fine-tuned models are publicly available to support further downstream Dutch NLP applications.

📄 PDF Abstract BibTeX arXiv:2001.06286

Code (1)

iPieter/RobBERT 공식 구현 pytorch

Tasks

FairnessLanguage ModelingLanguage ModellingmodelSentiment Analysis

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
RoBERTa 설명 없음
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

RobBERT-2022: Updating a Dutch Language Model to Account for Evolving Language Use

2022-11-15 · Pieter Delobelle, Thomas Winters, Bettina Berendt

Large transformer-based language models, e.g. BERT and GPT-3, outperform previous architectures on most natural language processing tasks. Such language models are first pre-trained on gigantic corpora of text and later …

Language ModelingLanguage Modelling

belabBERT: a Dutch RoBERTa-based language model applied to psychiatric classification

2021-06-02 · Joppe Wouts, Janna de Boer, Alban Voppel, Sanne Brederoo 외

Natural language processing (NLP) is becoming an important means for automatic recognition of human traits and states, such as intoxication, presence of psychiatric disorders, presence of airway disorders and states of s…

Audio ClassificationClassificationLanguage ModelingLanguage Modelling+2

Emotional RobBERT and Insensitive BERTje: Combining Transformers and Affect Lexica for Dutch Emotion Detection

2021-04-01 · EACL (WASSA) 2021 4 · Luna De Bruyne, Orphee De Clercq, Veronique Hoste

In a first step towards improving Dutch emotion detection, we try to combine the Dutch transformer models BERTje and RobBERT with lexicon-based methods. We propose two architectures: one in which lexicon information is d…

Language ModelingLanguage ModellingMeta-Learning

CoNTACT: A Dutch COVID-19 Adapted BERT for Vaccine Hesitancy and Argumentation Detection

2022-03-14 · COLING 2022 10 · Jens Lemmens, Jens Van Nooten, Tim Kreutz, Walter Daelemans

We present CoNTACT: a Dutch language model adapted to the domain of COVID-19 tweets. The model was developed by continuing the pre-training phase of RobBERT (Delobelle, 2020) by using 2.8M Dutch COVID-19 related tweets p…

AllDomain AdaptationLanguage ModelingLanguage Modelling+1

RobBERTje: a Distilled Dutch BERT Model

2022-04-28 · Pieter Delobelle, Thomas Winters, Bettina Berendt

Pre-trained large-scale language models such as BERT have gained a lot of attention thanks to their outstanding performance on a wide range of natural language tasks. However, due to their large number of parameters, the…

Lightweight Deploymentmodel