RoBERTa

E435864

RoBERTa is a robustly optimized transformer-based language model developed by Facebook AI that improves upon BERT through enhanced training strategies and larger-scale data.

All labels observed (7)

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf language model ⓘ
masked language model ⓘ
neural network model ⓘ
transformer-based model ⓘ
architecture Transformer ⓘ
availableOn Hugging Face Transformers ⓘ
basedOn BERT ⓘ
caseSensitivity cased ⓘ
developer Facebook AI ⓘ
linked to: Meta AI

Meta AI ⓘ
hasVariant RoBERTa-base ⓘ
linked to: RoBERTa

RoBERTa-large ⓘ
linked to: RoBERTa
improvementTechnique dynamic masking ⓘ
larger mini-batches ⓘ
longer training ⓘ
training on more data ⓘ
improvesUpon BERT ⓘ
language English ⓘ
license MIT License ⓘ
openSource true ⓘ
optimizationGoal robust optimization of BERT pretraining ⓘ
paperAuthorsInclude Danqi Chen ⓘ
Jingfei Du ⓘ
Luke Zettlemoyer ⓘ
Mandar Joshi ⓘ
Mike Lewis ⓘ
Myle Ott ⓘ
Naman Goyal ⓘ
Omer Levy ⓘ
Veselin Stoyanov ⓘ
Yinhan Liu ⓘ
paperTitle RoBERTa: A Robustly Optimized BERT Pretraining Approach ⓘ
linked to: RoBERTa
pretrainingObjective masked language modeling ⓘ
pretrainingType self-supervised learning ⓘ
publicationYear 2019 ⓘ
supports natural language inference ⓘ
question answering ⓘ
sequence labeling ⓘ
text classification ⓘ
textual entailment ⓘ
token classification ⓘ
tokenizerType byte-level BPE ⓘ
trainingDataScale larger than BERT ⓘ
trainingDataSource BookCorpus ⓘ
CC-News ⓘ
English Wikipedia ⓘ
OpenWebText ⓘ
linked to: WebText dataset

Stories corpus ⓘ
usesNextSentencePrediction false ⓘ

How these facts were elicited

Referenced by (13)

Full triples — surface form annotated when it differs from this entity's canonical label.

RoBERTa → paperTitle → RoBERTa: A Robustly Optimized BERT Pretraining Approach ⓘ
linked to: RoBERTa
RoBERTa → hasVariant → RoBERTa-base ⓘ
linked to: RoBERTa
RoBERTa → hasVariant → RoBERTa-large ⓘ
linked to: RoBERTa
DeBERTa → improvesUpon → RoBERTa ⓘ
XLM-R → basedOn → RoBERTa ⓘ
XLM-R → family → RoBERTa family ⓘ
linked to: RoBERTa
Longformer → comparedTo → RoBERTa ⓘ
EncoderDecoderModel → canUseEncoderType → RobertaModel ⓘ
linked to: RoBERTa
EncoderDecoderModel → canUseDecoderType → RobertaForCausalLM ⓘ
linked to: RoBERTa
BERT → influenced → RoBERTa ⓘ