flâneur — a map of the web's best reading

BERT, ELMo, & GPT-2: How Contextual are Contextualized Word Representations? | SAIL Blog

ai.stanford.edu · 1,735 words · saved by 1 readers

Incorporating context into word embeddings - as exemplified by BERT, ELMo, and GPT-2 - has proven to be a watershed idea in NLP. Replacing static vectors (e.g., word2vec) with contextualized word representations has led to significant improvements on virtually every NLP task.

Incorporating context into word embeddings - as exemplified by BERT , ELMo , and GPT-2 - has proven to be a watershed idea in NLP. Replacing static vectors (e.g., word2vec) with contextualized word representations has led to significant improvements on virtually every NLP task. But just how contextual are these contextualized representations? Consider the word ‘mouse’. It has multiple word senses, one referring to a rodent and another to a device. Does BERT effectively create one representation of ‘mouse’ per word sense (left) ? Or does BERT create infinitely many representations of ‘mouse’, e

Explore this link on the map →

related reading