Skip to content

This repository uses the sequence-to-sequence model to solve the text summarization problem.

License

Notifications You must be signed in to change notification settings

xiaoouzhang/Text-Summarization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Text-Summarization-Using-the-Sequence-to-Sequence-Model

The jupyter notebook shows a general way to construct a sequence to sequence model which is not limited to solving text summarization problems. The model has an encoder-decoder structure. The encoder uses a bidirectional recurrent neural network (RNN) consists of Gated Recurrent Units (GRU), and the decoder is another RNN which is used to generate the summary of the input text. An attention mechanism is applied to improve the performance on long inputs.

About

This repository uses the sequence-to-sequence model to solve the text summarization problem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published