minlik / TextSummarization
Extractive text summarization using seq2seq, PGN and coverage machanism.
☆20Updated 2 years ago
Related projects ⓘ
Alternatives and complementary repositories for TextSummarization
- 苏神SPACE pytorch版本复现☆42Updated 3 years ago
- 使用UniLM实现中文文本摘要☆43Updated 4 years ago
- 复现论文《Simplify the Usage of Lexicon in Chinese NER》☆40Updated 3 years ago
- 基于pytorch的中文拼写纠错,使用的模型是Bert以及SoftMaskedBert☆31Updated 3 years ago
- 嵌套命名实体识别 Nested NER☆19Updated 3 years ago
- NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention☆99Updated 3 years ago
- 基于pytorch + bert的多标签文本分类(multi label text classification)☆91Updated last year
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆51Updated 4 years ago
- pytorch版unilm模型☆25Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆45Updated 4 years ago
- 百度2021年语言与智能技术竞赛多形态信息抽取赛道关系抽取部分torch版baseline☆50Updated 3 years ago
- 利用huggingface实现文本分类☆56Updated 2 years ago
- TPlinker for NER 中文/英文命名实体识别☆122Updated 3 years ago
- lic2020关系抽取比赛,使用Pytorch实现苏神的模型。