CLOVEXCWZ / Pytorch_LongText_Classification_DemoLinks
Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer
☆48Updated 5 years ago
Alternatives and similar repositories for Pytorch_LongText_Classification_Demo
Users that are interested in Pytorch_LongText_Classification_Demo are comparing it to the libraries listed below
Sorting:
- 基于prompt的中文文本分类。☆55Updated 2 years ago
- bert pytorch模型微调用于的多标签文本分类☆136Updated 5 years ago
- NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention☆102Updated 4 years ago
- 基于pytorch的TPLinker_plus进行中文命名实体识别☆20Updated 2 years ago
- CMeEE/CBLUE/NER实体识别☆132Updated 3 years ago
- 基于词汇信息融合的中文NER模型☆169Updated 3 years ago
- TPlinker for NER 中文/英文命名实体识别☆127Updated 4 years ago
- 基于bert_mrc的中文命名实体识别☆43Updated 3 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆108Updated 2 years ago
- 阿里天池赛:CCKS2021 运营商知识图谱推理问答☆51Updated 3 years ago
- 多标签文本分类☆32Updated 3 years ago
- 使用torch整合两种经典的指针NER抽取范式,分别是SpanBert和苏神的GlobalPointer,简单加了些tricks,配置后一键运行☆134Updated last year
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆129Updated 2 years ago
- GPLinker_pytorch☆85Updated 3 years ago
- 面向金融领域的篇章级事件抽取和事件因果关系抽取 第六名 方案及代码☆62Updated 3 years ago
- NER任务SOTA模型BERT_MRC☆61Updated last year
- 本项目是NLP领域一些任务的基准模型实现,包括文本分类、命名实体识别、实体关系抽取、NL2SQL、CKBQA以及BERT的各种下游任务应用。☆48Updated 4 years ago
- Bert预训练模型fine-tune计算文本相似度☆107Updated 2 years ago
- 基于pytorch+bert的中文事件抽取☆72Updated 3 years ago
- Summary and comparison of Chinese classification models☆36Updated 2 years ago
- Pytorch 文本分类温习练习,本项目主要针对短文本的简单分类,demo看看就好。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆16Updated 5 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆54Updated 5 years ago
- 复现论文《Simplify the Usage of Lexicon in Chinese NER》☆42Updated 4 years ago
- A solution to 2021-CCKS-QA-Task(https://tianchi.aliyun.com/competition/entrance/531904/introduction)☆48Updated 3 years ago
- 基于pytorch_bert的中文多标签分类☆91Updated 3 years ago
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆178Updated 3 years ago
- 超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题☆132Updated 3 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆138Updated 3 years ago
- 苏神SPACE pytorch版本复现☆42Updated 3 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆13Updated 4 years ago