zhangxu999 / AutoSummarization
新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。
☆25Updated 2 years ago
Alternatives and similar repositories for AutoSummarization:
Users that are interested in AutoSummarization are comparing it to the libraries listed below
- 在bert模型的pre_training基础上进行text_cnn文本分类☆77Updated 4 years ago
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆58Updated 5 years ago
- 使用三种方法实现中文抽取式自动文摘,分别是TextRank算法、MMR(最大边界相关算法)算法和TextRank+Word2vec方法;最后使用Rouge评价方法,将生成的摘要和标准摘要进行比较,输出p、r、f值。☆34Updated 4 years ago
- 基于Pytorch实现的一些经典自然语言处理模型中文短文本分类任务,包含TextCNN,TextRCNN,FastText,BERT,ROBERT以及ERNIE☆52Updated 4 years ago
- 多标签文本分类☆54Updated 5 years ago
- 电商评论观点挖掘☆41Updated 3 years ago
- 本项目采用Keras和Keras-bert实现文本多标签分类任务,对BERT进行微调。☆66Updated 3 years ago
- 复现了论文《基于主题模型的短文本关键词抽取及扩展》的代码☆30Updated 4 years ago
- 细粒度的情感分析(属性词提取,句法依存分析)☆35Updated last year
- 利用bert预训练模型生成句向量或词向量☆28Updated 4 years ago
- 指针生成网络的文本摘要☆18Updated 4 years ago
- bert pytorch模型微调用于的多标签文本分类☆129Updated 5 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆46Updated 4 years ago
- NLP Predtrained Embeddings, Models and Datasets Collections(NLP_PEMDC). The collection will keep updating.☆64Updated 5 years ago
- Bert中文文本分类☆40Updated 5 years ago
- TF-IDF+Word2vec做文本相似度计算,最好是长文本☆24Updated 5 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- 2020 科大讯飞 事件抽取挑战赛☆21Updated 4 years ago
- 多模型中文cnews新闻文本分类☆52Updated 4 years ago
- 事件知识图谱构建相关的论文, 包含事件抽取、事件关系识别等任务☆82Updated last year
- Ai_challenge2018_nlp细粒度情感分析——代码复现☆21Updated 5 years ago
- multi-label,classifier,text classification,多标签文本分类,文本分类,BERT,ALBERT,multi-label-classification,seq2seq,attention,beam search☆32Updated 2 years ago
- 根据褒贬种子词,利用SO-PMI构建情感词典☆25Updated 9 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆41Updated 5 years ago
- 达观算法比赛ner任务,从重新训练bert,到finetune预测。☆76Updated 2 years ago
- 抽取式摘要抽取算法(1、抽取式 2、生成式)☆16Updated 5 years ago
- 迭代膨胀卷积命名实体抽取☆45Updated 5 years ago