context2vec
2000년 도입 · 논문 6편에서 사용
context2vec is an unsupervised model for learning generic context embedding of wide sentential contexts, using a bidirectional LSTM. A large plain text corpora is trained on to learn a neural model that embeds entire sentential contexts and target words in the same low-dimensional space, which is optimized to reflect inter-dependencies between targets and their entire sentential context as a whole. In contrast to word2vec that use context modeling mostly internally and considers the target word embeddings as their main output, the focus of context2vec is the context representation. context2vec achieves its objective by assigning similar embeddings to sentential contexts and their associated target words.
출처: context2vec: Learning Generic Context Embedding with Bidirectional LSTM
소개 논문: context2vec: Learning Generic Context Embedding with Bidirectional LSTM
Contextualized Word Embeddings · Natural Language ProcessingWord Embeddings · Natural Language Processing