ChenRocks/fast_abs_rl
Code for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"
This project helps researchers and natural language processing (NLP) engineers automatically create concise summaries from longer text documents. It takes a full-length article as input and generates an abstractive summary, meaning it rewrites sentences rather than just extracting them. This is primarily for those developing and evaluating advanced text summarization models.
624 stars. No commits in the last 6 months.
Use this if you are an NLP researcher or data scientist working on developing and evaluating abstractive summarization models, particularly those involving reinforcement learning.
Not ideal if you are looking for a ready-to-use summarization tool for general business applications without deep technical expertise.
Stars
624
Forks
185
Language
Python
License
MIT
Category
Last pushed
Jul 23, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/ChenRocks/fast_abs_rl"
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
atulkum/pointer_summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
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.