CourteousWood / text-summarizationLinks
基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。
☆60Updated 6 years ago
Alternatives and similar repositories for text-summarization
Users that are interested in text-summarization are comparing it to the libraries listed below
Sorting:
- 使用两种方法(抽取式Textrank和概要式seq2seq)自动提取文本摘要☆216Updated 5 years ago
- 指针生成网络的文本摘要☆18Updated 4 years ago
- textsum基于tensorflow实现的Seq2Seq-attention模型以及其 他策略算法, 来解决摘要生成、主旨提取等(Text Summary)的任务。部分代码是在其他作者代码的基础上修改而来,后期将全部整理重构。☆30Updated 5 years ago
- 抽取式摘要抽取算法(1、抽取式 2、生成式)☆16Updated 5 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆75Updated 6 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26Updated 3 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆150Updated 4 years ago
- Byte Cup 2018国际机器学习竞赛 23 名(水滴队)代码☆46Updated 6 years ago
- TensorFlow code and pre-trained models for BERT☆58Updated 4 years ago
- 使用三种方法实现中文抽取式自动文摘,分别是TextRank算法、MMR(最大边界相关算法)算法和TextRank+Word2vec方法;最后使用Rouge评价方法,将生成的摘要和标准摘要进行比较,输出p、r、f值。☆35Updated 4 years ago
- 基于transformer的指针生成网络☆92Updated 4 years ago
- seq2seq+attention model for Chinese textsum☆41Updated 7 years ago