Brokenwind / BertSimilarity
Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。
☆495Updated last year
Related projects ⓘ
Alternatives and complementary repositories for BertSimilarity
- 基于Pytorch的,中文语义相似度匹配模型(ABCNN、Albert、Bert、BIMPM、DecomposableAttention、DistilBert、ESIM、RE2、Roberta、SiaGRU、XlNet)☆787Updated 4 years ago
- Keyphrase or Keyword Extraction 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained La…☆420Updated 4 years ago
- ChineseNER based on BERT, with BiLSTM+CRF layer☆441Updated 3 years ago
- 基于BI-LSTM+CRF的中文命名实体识别 Pytorch