Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks, Nils Reimers and Iryna Gurevych, 2019Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing (EMNLP-IJCNLP) (Association for Computational Linguistics)DOI: 10.18653/v1/D19-1410 - 介绍了一种广泛使用的生成高质量句子嵌入的方法,直接适用于管道中的嵌入生成步骤。
Introduction to Information Retrieval, Christopher D. Manning, Prabhakar Raghavan, and Hinrich Schütze, 2008 (Cambridge University Press) - 一本经典教科书,为信息检索概念提供了坚实的基础,包括索引、查询和排序,有助于理解搜索系统的更广泛背景。