#194 · Primary category: NLP Tools & Text Processing
pointer_summarizer
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
flair
A very simple framework for state-of-the-art Natural Language Processing (NLP)
compromise
modest natural-language processing
tokenizers
💥 Fast State-of-the-Art Tokenizers optimized for Research and Production
CoreNLP
CoreNLP: A Java suite of core NLP tools for tokenization, sentence segmentation, NER, parsing, coreference, sentiment analysis, etc.
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量