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提供了另一种选择。
Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan and Hinrich Schütze, 2008 (Cambridge University Press) - 一本关于信息检索的经典教材,详细介绍了词袋模型和TF-IDF等基本文本表示模型。