deepdialog / ZhKeyBERTLinks
Minimal keyword extraction with BERT
☆86Updated 3 years ago
Alternatives and similar repositories for ZhKeyBERT
Users that are interested in ZhKeyBERT are comparing it to the libraries listed below
Sorting:
- 一个基于预训练的句向量生成工具☆137Updated 2 years ago
- experiments of some semantic matching models and comparison of experimental results.☆162Updated 2 years ago
- 🌈 NERpy: Implementation of Named Entity Recognition using Python. 命名实体识别工具,支持BertSoftmax、BertSpan等模型,开箱即 用。☆115Updated last year
- 3000000+语义理解与匹配数据集。可用于无监督对比学习、半监督学习等构建中文领域效果最好的预训练模型☆300Updated 2 years ago
- pke_zh, python keyphrase extraction for chinese(zh). 中文关键词或关键句提取工具,实现了KeyBert、PositionRank、TopicRank、TextRank等算法,开箱即用。☆208Updated last year
- 无监督中文关键词抽取(Keyphrase Extraction),基于统计,基于图【LDA与PageRank(TextRank, TPR, Salience Rank, Single TPR等)】,基于嵌入【SIFRank等】,开箱即用!☆107Updated 3 years ago
- SimBERT升级版(SimBERTv2)!☆443Updated 3 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆131Updated 3 years ago
- 中文文本分类、序列标注工具包(pytorch),支持中文长文本、短文本的多类、多标签分类任务,支持中文命名实体识别、词性标注、分词、抽取式文本摘要等序列标注任务。 Chinese text classification and sequence labeling toolk…☆348Updated last year
- 中文自然语言推理与语义相似度数据集☆358Updated 3 years ago
- 比Sentence-BERT更有效的句向量方案☆374Updated 2 years ago
- sentence-transformers to onnx 让sbert模型推理效率更快☆164Updated 3 years ago
- LERT: A Linguistically-motivated Pre-trained Language Model(语言学信息增强的预训练模型LERT)☆214Updated 3 weeks ago
- llama信息抽取实战☆100Updated 2 years ago
- CoSENT、STS、SentenceBERT☆169Updated 5 months ago
- OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全…☆207Updated last year
- 基于词汇信息融合的中文NER模型☆169Updated 3 years ago
- SinglepassTextCluster, an TextCluster tools based on Singlepass cluster algorithm that use tfidf vector and doc2vec,which can be used for…☆63Updated 3 years ago
- MiniRBT (中文小型预训练模型系列)☆285Updated 3 weeks ago
- 基于GlobalPointer的实体/关系/事件抽取☆147Updated 3 years ago
- “英特尔创新大师杯”深度学习挑战赛 赛道2:CCKS2021中文NLP地址要素解析☆145Updated 3 years ago
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆177Updated 3 years ago
- 文本相似度(匹配)计算,提供Baseline、训练、推理、指标分析...代码包含TensorFlow/Pytorch双版本☆178Updated 3 years ago
- Keyphrase or Keyword Extraction 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained La…☆430Updated 5 years ago
- 中文自然语言推理数据集(A large-scale Chinese Nature language inference and Semantic similarity calculation Dataset)☆431Updated 5 years ago
- Collections of resources from Joint Laboratory of HIT and iFLYTEK Research (HFL)☆373Updated 2 years ago
- SimCSE在中文上的复现,有监督+无监督