#194 · Primary category: NLP Tools & Text Processing

pointer_summarizer

attention-mechanism deep-learning nlp pointer-networks pytorch-implmention seq2seq-attn summarization

pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"

Project last updated:01/23/23

GitHub Stars

909

Forks

235

Contributors

1

License

Apache-2.0

Why we included this project

Researchers and teams that want the pointer-generator summarizer running in PyTorch often land on this repo, since the reference implementation from the paper's authors is TensorFlow. The model pulls exact phrases straight out of a source document while still writing fluent new text, which keeps summaries accurate without reducing them to pure extraction, and the coverage option helps control the repetition that basic seq2seq models fall into. It trains and decodes against the standard CNN/DailyMail data, and the reported ROUGE numbers give you a concrete score to reproduce as a sanity check. Treat it as a readable research baseline rather than maintained production software; expect to adjust paths, configuration, and batching to suit your own data, but the core logic is short enough to modify and retrain on smaller corpora.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category