Frank-ZYW / Chinese-Text-ClassificationLinks
基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE
☆54Updated 5 years ago
Alternatives and similar repositories for Chinese-Text-Classification
Users that are interested in Chinese-Text-Classification are comparing it to the libraries listed below
Sorting:
- smp ewect code☆77Updated 4 years ago
- bert pytorch模型微调用于的多标签文本分类☆136Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆67Updated 4 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆150Updated 2 years ago
- 多标签文本分类☆53Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆77Updated 5 years ago
- 基于Pytorch+BERT+CRF的NLP序列标注模型,目前包括分词,词性标注,命名实体识别等☆62Updated 2 years ago
- 基于CNN、RNN、GCN、BERT的中文文本分类☆43Updated 2 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆174Updated 3 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆138Updated 2 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆185Updated 2 years ago
- multi-label-classification-4-event-type☆137Updated 2 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 3 years ago
- 事件知识图谱构建相关的论文, 包含事件抽取、事件关系识别等任务☆82Updated 2 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆271Updated 4 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search☆33Updated 3 years ago
- ☆60Updated 5 years ago
- chinese-sequence-ner多模型中文命名实体识别☆75Updated 5 years ago
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强☆104Updated 4 years ago
- 中文wiki百科QA阅读理解问答系统,使用了CCKS2016数据的NER模型和CMRC2018的阅读理解模型,还有W2V词向量搜索,使用torchserve部署☆90Updated 4 years ago
- 实体识别和关系抽取的联合模型☆124Updated 6 years ago
- 中文关系抽取☆137Updated 6 years ago
- ☆11Updated 5 years ago
- 基于Transformer的生成式文本摘要☆186Updated 3 years ago
- 文本二分类任务,是否文档是否属于政治上的出访类事件,利用BERT提取特征,模型采用简单的DNN。☆61Updated 5 years ago
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆49Updated 4 years ago
- 微调预训练语言模型,解决多标签分类任务(可加载BERT、Roberta、Bert-wwm以及albert等知名开源tf格式的模型)☆141Updated 5 years ago
- Bert预训练模型fine-tune计算文本相似度☆107Updated 2 years ago
- 利用 HMM、BiLSTM-CRF 及 ALBERT 模型进行中文命名实体识别☆23Updated 2 years ago