GloVe: Global Vectors for Word Representation, Jeffrey Pennington, Richard Socher, Christopher Manning, 2014Proceedings of the 2014 Conference on Empirical Methods in Natural Language Processing (EMNLP) (Association for Computational Linguistics)DOI: 10.3115/v1/D14-1162 - 介绍了GloVe,这是通过分解全局词-词共现矩阵生成词嵌入的另一项有影响力的模型,为Word2Vec提供了另一种视角。
Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - 一本全面的教材,涵盖了深度学习的基本概念,包括神经网络架构、表示学习和词嵌入的详细解释。
tf.keras.layers.Embedding, TensorFlow Developers, 2024 - TensorFlow Keras Embedding层的官方文档,描述了其使用方法、参数以及作为可训练的token嵌入查找表的工作原理。