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.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository uses the sequence-to-sequence model to solve the text summarization problem.
License
xiaoouzhang/Text-Summarization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published