基于Pytorch的,中文语义相似度匹配模型(ABCNN、Albert、Bert、BIMPM、DecomposableAttention、DistilBert、ESIM、RE2、Roberta、SiaGRU、XlNet)
☆796Mar 22, 2020Updated 5 years ago
Alternatives and similar repositories for TextMatch
Users that are interested in TextMatch are comparing it to the libraries listed below
Sorting:
- Text-Similarity Method in Pytorch☆469Dec 9, 2018Updated 7 years ago
- A pytorch implementation of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆306Aug 24, 2022Updated 3 years ago
- 常用文本匹配模型tf版本,数据集为QA_corpus,持续更新中☆674Oct 12, 2019Updated 6 years ago
- 文本匹配的相关模型DSSM,ESIM,ABCNN,BIMPM等,数据集为LCQMC官方数据☆470May 8, 2022Updated 3 years ago
- QAmatch(qa_match)/文本匹配/文本分类/文本embedding/文本聚类/文本检索(bow/ifidf/ngramtf-df/bert/albert/bm25/…/nn/gbdt/xgb/kmeans/dscan/faiss/….)☆932May 1, 2023Updated 2 years ago
- implementation several deep text match (text similarly) models for keras . cdssm, arc-ii,match_pyramid, mvlstm ,esim, drcn ,bimpm, bert, …☆291Oct 20, 2020Updated 5 years ago
- Use deep models including BiLSTM, ABCNN, ESIM, RE2, BERT, etc. and evaluate on 5 Chinese NLP datasets: LCQMC, BQ Corpus, ChineseSTS, OCN…☆78May 6, 2022Updated 3 years ago
- 利用预训练的中文模型实现基于bert的语义匹配模型 数据集为LCQMC官方数据☆198Dec 19, 2019Updated 6 years ago
- Chinese NER(Named Entity Recognition) using BERT(Softmax, CRF, Span)☆2,234Mar 11, 2023Updated 2 years ago
- 自然语言处理(nlp),小姜机器人(闲聊检索式chatbot),BERT句向量-相似度(Sentence Similarity),XLNET句向量-相似度(text xlnet embedding),文本分类(Text classification), 实体提取(ner,b…☆1,539Sep 23, 2021Updated 4 years ago
- 一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda☆1,879Mar 18, 2025Updated 11 months ago
- Computing similarity of two sentences with google's BERT algorithm。利用Bert计算句子相似度。语义相似度计算。文本相似度计算。☆509Mar 24, 2023Updated 2 years ago
- 天池 疫情相似句对判定大赛 线上第一名方案☆435Oct 17, 2020Updated 5 years ago
- Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA…☆327Mar 24, 2023Updated 2 years ago
- a bert for retrieval and generation☆860Feb 26, 2021Updated 5 years ago
- DeepIE: Deep Learning for Information Extraction☆1,943Dec 9, 2022Updated 3 years ago
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆178Dec 29, 2021Updated 4 years ago
- An implement of the paper of EDA for Chinese corpus.中文语料的EDA数据增强工具。NLP数据增强。论文阅读笔记。☆1,386May 31, 2022Updated 3 years ago
- Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)☆10,177Jul 15, 2025Updated 7 months ago
- using bilstm-crf,bert and other methods to do sequence tagging task☆415Jun 12, 2023Updated 2 years ago
- 收录NLP竞赛策略实现、各任务baseline、相关竞赛经验贴(当前赛事、往期赛事、训练赛)、NLP会议时间、常用自媒体、GPU推荐等,持续更新中☆2,238Aug 29, 2023Updated 2 years ago
- Embedding, NMT, Text_Classification, Text_Generation, NER etc.☆568Jun 12, 2023Updated 2 years ago
- Source code of the ACL2019 paper "Simple and Effective Text Matching with Richer Alignment Features".☆340Oct 11, 2019Updated 6 years ago
- 中文关系抽取☆463Jun 12, 2023Updated 2 years ago
- 基于知识图谱的问答系统,BERT做命名实体识别和句子相似度,分为online和outline模式☆1,472Dec 16, 2021Updated 4 years ago
- A LITE BERT FOR SELF-SUPERVISED LEARNING OF LANGUAGE REPRESENTATIONS, 海量中文预训练ALBERT模型☆3,984Nov 21, 2022Updated 3 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆818Jun 18, 2021Updated 4 years ago
- 中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。☆5,706Sep 23, 2020Updated 5 years ago
- 文本相似度计算/文本匹配☆309Feb 8, 2020Updated 6 years ago
- 中文知识库问答代码,CCKS2019 CKBQA评测第四名解决方案☆478Apr 5, 2021Updated 4 years ago
- A PyTorch-based knowledge distillation toolkit for natural language processing☆1,696May 8, 2023Updated 2 years ago
- 高质量中文预训练模型集合:最先进大模型、最快小模型、相似度专门模型☆816Jul 8, 2020Updated 5 years ago
- 中文语言理解测评基准 Chinese Language Understanding Evaluation Benchmark: datasets, baselines, pre-trained models, corpus and leaderboard☆4,232Feb 6, 2026Updated last month
- code for ACL 2020 paper: FLAT: Chinese NER Using Flat-Lattice Transformer☆1,004May 10, 2022Updated 3 years ago
- 北京航空航天大学大数据高精尖中心自然语言处理研究团队开展了智能问答的研究与应用总结。包括基于知识图谱的问答(KBQA),基于文本的问答系统(TextQA),基于表格的问答系统(TableQA)、基于视觉的问答系统(VisualQA)和机器阅读理解(MRC)等,每类任务分别对…☆1,810Apr 6, 2023Updated 2 years ago
- Facilitating the design, comparison and sharing of deep text matching models.☆501May 3, 2024Updated last year
- CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition☆1,520Nov 21, 2022Updated 3 years ago
- RoBERTa中文预训练模型: RoBERTa for Chinese☆2,773Jul 22, 2024Updated last year
- 使用Bert,ERNIE,进行中文文本分类☆4,392Jun 28, 2024Updated last year