# Text_Matching **Repository Path**: imlucy/Text_Matching ## Basic Information - **Project Name**: Text_Matching - **Description**: NLP2020中兴捧月句子相似度匹配 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-17 - **Last Updated**: 2022-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Text_Matching # NLP2020中兴捧月句子相似度匹配 中兴捧月2020比赛,比赛内容就是判断两个句子是否相似 对应的比赛有若干的思路 1. 孪生BiLSTM+similarity 2. ESIM 3. Bert in classification 最后提交版本为ESIM,本地测试集正确率85%,线上提交77% 本仓库保存了比赛使用的所有代码的实现