Word Representation
Motivation of Word Representation Unlike images data which have a long tradition of using vectors of pixels, natural language text has no unified representation for a long time. It was always regarded as discrete atomic symbol, where each word was asigned an unique id. Recent years, a popular idea in modern machine learning is to represent words by vectors. Breif History of Word Representation Dictionary Lookup One Hot Encoding Word embedding (distributional semantic model) Distributed Word Representations word2vec Glove Contextural Word Representations CoVe ELMo BERT Dictionary Lookup The most straightforward way to represent a word is to create a dictionary and assign every word a unique ID. »