Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 360 Bytes

File metadata and controls

10 lines (9 loc) · 360 Bytes

Text_Matching

NLP2020中兴捧月句子相似度匹配

中兴捧月2020比赛,比赛内容就是判断两个句子是否相似 对应的比赛有若干的思路

  1. 孪生BiLSTM+similarity
  2. ESIM
  3. Bert in classification

最后提交版本为ESIM,本地测试集正确率85%,线上提交77% 本仓库保存了比赛使用的所有代码的实现