赞
踩
语义相似度计算是信息检索,自动问答中常用的技术。
语义相似度计算通常可以分为表示型和交互型两种类型。
非官方github :
https://github.com/chijames/Poly-Encoder
https://github.com/sfzhou5678/PolyEncoder
Poly-encoder 架构可以用于推荐和搜索领域,只要是涉及两个 sequence 的比较的情况,都可以应用 Poly-encoder。
在速度上优于 cross-encoder, 质量上优于 bi-encoder 。
可以和 StarSpace (一种 learn-to-rank 模型, 效果好于 FastText 和 SVM), 以及最近邻库 FAISS 来使用。
视频讲解地址 https://www.zhihu.com/zvideo/1455299489448202240
BERT在语义相似度计算中的应用(一)
https://developer.aliyun.com/article/971766
https://blog.csdn.net/qq_43390809/article/details/113586877
https://blog.csdn.net/xixiaoyaoww/article/details/108525940
https://zhuanlan.zhihu.com/p/380867813
https://blog.csdn.net/choose_c/article/details/118270484
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。