Class | Description |
---|---|
GloVe |
Global Vectors for Word Representation.
|
Word2Vec |
Word2vec is a group of related models that are used to produce word
embeddings.
|
Methods to generate this mapping include neural networks, dimensionality reduction on the word co-occurrence matrix, probabilistic models, explainable knowledge base method, and explicit representation in terms of the context in which words appear.
Word and phrase embeddings, when used as the underlying input representation, have been shown to boost the performance in NLP tasks such as syntactic parsing and sentiment analysis.