JeremySun1224 / CCFBDCI2020Links
面向数据安全治理的数据内容智能发现与分级分类——一种通用的应对中文无监督文本分类的解题思路分享
☆51Updated 3 years ago
Alternatives and similar repositories for CCFBDCI2020
Users that are interested in CCFBDCI2020 are comparing it to the libraries listed below
Sorting:
- 面向数据安全治理的数据内容智能发现与分级分类 A榜rank7 B榜rank10☆33Updated 4 years ago
- 非结构化商业文本信息中隐私信息识别-rank2☆24Updated 4 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
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆102Updated 4 years ago
- bert-flat 简化版 添加了很多注释☆15Updated 3 years ago
- 本仓主要实现并解决基于预训练bert,预训练字向量和词向量实现Bert_RCNN用于一个长文本对应对个标签的问题☆18Updated 4 years ago
- 2020 CCF大数据与计算智能大赛-非结构化商业文本信息中隐私信息识别-第7名方案☆72Updated 4 years ago
- 基于 pytorch 的 bert 实现和下游任务微调☆51Updated 2 years ago
- Summary and comparison of Chinese classification models☆35Updated 2 years ago
- Cascade bert+word vec and one layer FLAT, trained by adversarial FGM and Stochastic Weight Averaging☆23Updated 3 years ago
- 基于PaddleNLP开源的抽取式UIE进行医学命名实体识别(torch实现)☆43Updated 2 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 基于Pytorch的文本分类框架,支持TextCNN、Bert、Electra等。☆62Updated 2 years ago
- NLP实验:新词挖掘+预训练模型继续Pre-training☆47Updated last year
- 句子匹配模型,包括无监督的SimCSE、ESimCSE、PromptBERT,和有监督的SBERT、CoSENT。☆99Updated 2 years ago
- TIANCHI-小布助手对话短文本语义匹配BERT baseline☆32Updated 4 years ago
- 多标签文本分类☆31Updated 3 years ago
- 基于 Tensorflow,仿 Scikit-Learn 设计的深度学习自然语言处理框架。支持 40 余种模型类,涵盖语言模型、文本分类、NER、MRC、知识蒸馏等各个领域☆115Updated 2 years ago
- Clustering text with Bert☆56Updated 5 years ago
- SimCSE中文语义相似度对比学习模型☆86Updated 3 years ago
- 天池阿里灵杰问天引擎电商搜索算法赛非官方 baseline,又名 NLP 从入门到 22/2771。☆90Updated 2 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search☆32Updated 3 years ago
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆47Updated 4 years ago
- 使用谷歌2020pegasus模型进行中文文档摘要☆26Updated 3 years ago
- Bert分类,语义相似度,获取句向量。☆64Updated 3 months ago
- A simple implement for multi-label text classification with Bert. I will extend the code to a higher version for very long text over 512,…☆12Updated 4 years ago
- 2022搜狐校园算法大赛NLP赛道第一名开源方案(实验代码)☆87Updated 2 years ago
- 使用BERT构建多标签标注模型☆41Updated 5 years ago
- Bert预训练模型fine-tune计算文本相似度☆105Updated 2 years ago
- 本项目采用Keras和Keras-bert实现文本多分类任务,对BERT进行微调。