Found 177 repositories(showing 30)
dongjun-Lee
Tensorflow seq2seq Implementation of Text Summarization.
Pointer-generator reinforced seq2seq summarization in PyTorch
chen0040
Text summarization using seq2seq in Keras
Neural abstractive summarization (seq2seq + copy (or pointer network) + coverage) in pytorch on CNN/Daily Mail
A deep learning neural network for abstractive deep summarization
nsi319
Abstractive text summarization by fine-tuning seq2seq models.
matatusko
Universal seq2seq model for question generation, text summarization, machine translation etc. written in Python and Tensorflow 1.4 with Tensorflow's Beam Search API decoder
safakkbilici
Supervised text summarization (title generation/recommendation) based on academic paper abstracts, with Seq2Seq LSTM and T5.
yangzhiye
LCSTS,ROUGE,short text summarization,NLG,seq2seq
minlik
Extractive text summarization using seq2seq, PGN and coverage machanism.
chz816
Repo for Enhanced Seq2Seq Autoencoder via Contrastive Learning for Abstractive Text Summarization
emalgorithm
Replication of the paper "Structured Neural Summarization" which uses Graph Neural Networks and Seq2Seq models to summarize natural language and source code.
AIKevin
Pointer Generator Network: Seq2Seq with attention, pointing and coverage mechanism for abstractive summarization.
karant-dev
A text summarizer using Seq2Seq model
This repository contains code and resources for abstractive text summarization (TS) using a novel framework that leverages knowledge-based word sense disambiguation (WSD) and semantic content generalization to enhance the performance of sequence-to-sequence (seq2seq) neural-based TS.
luopeixiang
A Seq2Seq with attention and copy mechanism for sentence summarization
Rhuax
Text Summarization with Seq2Seq + Attention
thinkwee
RNN Seq2Seq Based Abstract Summarization(ABS) On Tensorflow
airaria
text summarization using Seq2Seq and CopyNet in Tensorflow
sayondutta
Applied attention on Sequence to Sequence model for the task of Text Summarizer using Tensorflow's raw_rnn. here, I haven't used Tensorflow's inbuilt seq2seq function. The reason behind is to apply attention mechanism manually.
Chandugundluru
This repo contains All abstractive summarization techniques from baseline seq2seq to State of the art T5
lvyufeng
a keras implement for seq2seq text summarization method
gumitrathore
Implementation of a seq2seq model for summarization of textual data using the latest version of tensorflow. Demonstrated on amazon reviews, github issues and news articles.
YasinShafiei
Text summarization using Seq2Seq model with TensorFlow
haosida123
Text summarization for Chinese dialogues with seq2seq and attention
ahmadhusain
Internal training material implementing Seq2Seq model to text summarization problem
ITCUI-XJTLU
A text-summarization model based on Seq2seq famework . we use pytorch , torchtext to build the model
Abstractive Text Summarization Using Seq2Seq Model,BERT,RobertA,T5
hadywalied
Knowledge Distillation with TAs for seq2seq text summarization model PEGASUS
generating headlines using tensorflow seq2seq text summarization and text-rank algorithm