atulkum/pointer_summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
This project helps content creators and researchers automatically generate concise summaries from longer text documents. It takes in full articles or reports and produces a shorter, coherent abstract that captures the main points. Anyone who needs to quickly digest large volumes of text or create headlines and summaries for publications would find this useful.
915 stars. No commits in the last 6 months.
Use this if you need a flexible tool to train and experiment with state-of-the-art abstractive summarization models for long-form content.
Not ideal if you are looking for a ready-to-use summarization application without any technical setup or training.
Stars
915
Forks
238
Language
Python
License
Apache-2.0
Category
Last pushed
Jan 23, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/atulkum/pointer_summarizer"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
Yale-LILY/SummerTime
An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
ChenRocks/fast_abs_rl
Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence...
JRC1995/Abstractive-Summarization
Implementation of abstractive summarization using LSTM in the encoder-decoder architecture with...
oneai-nlp/oneai-node
Natural language processing - summarization, sentiment analysis, topic detection and more.
Law-AI/summarization
Implementation of different summarization algorithms applied to legal case judgements.