文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据
☆469May 8, 2022Updated 4 years ago
Alternatives and similar repositories for text_matching
Users that are interested in text_matching are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 常用文本匹配模型tf版本,数据集为QA_corpus,持续更新中☆670Oct 12, 2019Updated 6 years ago
- 利用预训练的中文模型实现基于bert的语义匹配模型 数据集为LCQMC官方数据☆195Dec 19, 2019Updated 6 years ago
- Text-Similarity Method in Pytorch☆468Dec 9, 2018Updated 7 years ago
- 基于Pytorch的,中文语义相似度匹配模型(ABCNN、Albert、Bert、BIMPM、DecomposableAttention、DistilBert、ESIM、RE2、Roberta、SiaGRU、XlNet)☆796Mar 22, 2020Updated 6 years ago
- Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆341Oct 11, 2019Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 基于lstm,bilstm的language model 中文维基百科数据集☆16Mar 8, 2019Updated 7 years ago
- DSSM and Multi-View DSSM☆664Dec 15, 2020Updated 5 years ago
- Facilitating the design, comparison and sharing of deep text matching models.☆3,850Aug 2, 2024Updated 2 years ago
- A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型☆3,981Nov 21, 2022Updated 3 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆77Jan 29, 2019Updated 7 years ago
- implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, …☆289Oct 20, 2020Updated 5 years ago
- A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆305Aug 24, 2022Updated 4 years ago
- ESIM for Multi-turn Response Selection Task☆584Sep 9, 2019Updated 6 years ago
- RoBERTa中文预训练模型: RoBERTa for Chinese☆2,790Jul 22, 2024Updated 2 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- BERT distillation(基于BERT的蒸馏实验 )☆317Jul 30, 2020Updated 6 years ago
- Tensorflow implementations of various Deep Semantic Matching Models (DSMM).☆230Dec 2, 2018Updated 7 years ago
- 问题句子相似度计算,即给定客服里用户描述的两句话,用算法来判断是否表示了相同的语义。