Skip to content

shouryashashank/abstract-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abstractive summary and title generation

Corner stone seq2seq with attention (using bidirectional ltsm )

the model

  • uses an encoder with multi layer RNN with LSTM
  • Decoder is built using bahadau attention model
  • Inference was cstom built by hand

Data is

  • arxivscraper research papers

Word2Vec

Releases

No releases published

Packages

 
 
 

Contributors