论文清单
-
Distributed Representations of Words and Phrases and their Compositionality (2013)
-
Sequence to Sequence Learning with Neural Networks (2014)
-
Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation (2014)
-
Convolutional Neural Networks for Sentence Classification (2014)
-
Attention Is All You Need (2017)
-
Bidirectional Encoder Representations from Transformers (2018)
Word2Vec算法
Distributed Representations of Words and Phrases and their Compositionality (2013):这篇论文提出了Word2Vec算法,它可以将单词映射到高维向量空间中,并可以通过向量运算来表示单词之间的语义关系。Word2Vec算法成为了自然语言处理中最具影响力的算法之一。
论文笔记: https://blog.youkuaiyun.com/MR_kdcon/article/details/123171180