基于siamese-lstm的中文句子相似度计算
- Ubuntu:16.04(64bit)
- Anaconda:2-4.4.0(python 2.7)
历史版本下载:https://repo.continuum.io/archive/
- TensorFlow:1.5.1
- numpy:1.14.3
- gensim:3.4.0
- (nltk:3.2.3)
- jieba:0.39
- word2wec中文训练模型
参考链接:https://weibo.com/p/23041816d74e01f0102x77v
# python train.py
# python eval.py
- 《Learning Text Similarity with Siamese Recurrent Networks》
- 《Siamese Recurrent Architectures for Learning Sentence Similarity》
版本:a61f07f6bef76665f8ba2df12f34b25380016613
相关链接:https://github.com/ATEC2018/deep-siamese-text-similarity/blob/master/ATEC2018.md