BERT

E457858

BERT is a widely used transformer-based language model developed by Google that learns deep bidirectional representations of text for tasks like question answering and text classification.

All labels observed (3)

Label Occurrences
BERT canonical 17
BERT base uncased 1
BERT_LARGE 1

How this entity was disambiguated

Statements (54)

Predicate Object
instanceOf BERT variant
BERT variant
language model
neural network model
transformer-based model
acronymFor Bidirectional Encoder Representations from Transformers
architecture Transformer
benchmarkPerformance state-of-the-art on GLUE at time of publication
state-of-the-art on SQuAD at time of publication
developer Google
Google AI Language
fineTuningApproach task-specific output layer on top of shared encoder
fullName Bidirectional Encoder Representations from Transformers
hiddenSize 1024
768
implementation TensorFlow
influenced ALBERT
DistilBERT
ELECTRA
RoBERTa
XLNet
inputEmbedding sum of token, segment, and position embeddings
inputRepresentation subword tokens
introducedInPaper BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding
language English
license Apache License 2.0
numAttentionHeads 12
16
numLayers 12
24
openSource true
paperAuthors Jacob Devlin
Kenton Lee
Kristina Toutanova
Ming-Wei Chang
pretrainingObjective masked language modeling
next sentence prediction
publicationYear 2018
representationType deep bidirectional contextual representations
supportsTask named entity recognition
natural language inference
paraphrase detection
question answering
semantic similarity
sentiment analysis
sequence labeling
text classification
token classification
taskType self-supervised learning
trainingCorpus BooksCorpus
linked to: BookCorpus

English Wikipedia
usesTokenization WordPiece
variant BERT_BASE
BERT_LARGE
linked to: BERT

How these facts were elicited

Referenced by (19)

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

Elmo influenced BERT
RoBERTa basedOn BERT
RoBERTa improvesUpon BERT
DistilBERT basedOn BERT
DistilBERT distilledFrom BERT base uncased
linked to: BERT
XLNet comparedTo BERT
XLNet improvesOn BERT
BART combinesIdeasFrom BERT
ALBERT basedOn BERT
DeBERTa improvesUpon BERT
Longformer comparedTo BERT
BERT variant BERT_LARGE
linked to: BERT