Skip to content

Kaushikdhola/Deep-Summarization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Abstractive Text Summarization using Pytorch

Designed summaries of ~2000 article pairs in the wikihow dataset. Seq-seq models have been created using LSTM and GRU. Parameters for both these models have been tuned along with the implementation of teacher forcing and simple dot product attention mechanism. Further the attention weights have been plotted and evaluated using criteria like - BLEU, ROUGE, F-Score

Reference: https://pytorch.org/tutorials/intermediate/seq2seq_translation_tutorial.html

About

Abstractive Text Summarization using PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%