shibing624 / text2vec

text2vec, text to vector. 文本向量表征工具,把文本转化为向量矩阵,实现了Word2Vec、RankBM25、Sentence-BERT、CoSENT等文本表征、文本相似度计算模型,开箱即用。
https://pypi.org/project/text2vec/
Apache License 2.0
4.39k stars 392 forks source link

想问一下,simcse是不是就是sbert #129

Closed TanXiang7o closed 11 months ago

TanXiang7o commented 11 months ago

Describe the Question

Please provide a clear and concise description of what the question is. cosent跟simcse的区别是不是就是一个是基于排序的,一个是基于确定的正负样本的

TanXiang7o commented 11 months ago

这三个是不是都是基于对比学习,但是最后的损失函数不一样呢,为什么这个项目不实现simcse呢,看着论文里效果也不错

shibing624 commented 11 months ago

simcse有很多实现了,cosent借鉴simcse之后改进的。