abrazinskas/SelSum
Abstractive opinion summarization system (SelSum) and the largest dataset of Amazon product summaries (AmaSum). EMNLP 2021 conference paper.
This project helps product managers or market researchers quickly understand customer sentiment by generating concise summaries of product reviews. It takes a large collection of customer reviews for a product and outputs a clear summary, detailing verdicts, pros, and cons. Anyone who needs to extract key insights from vast amounts of customer feedback, like those in e-commerce or product development, would find this useful.
No commits in the last 6 months.
Use this if you need to automatically distill thousands of customer reviews into an easy-to-read summary of product verdicts, pros, and cons.
Not ideal if you're looking for a simple, out-of-the-box tool without any setup involving code or specific environments.
Stars
46
Forks
4
Language
Python
License
MIT
Category
Last pushed
Nov 26, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/abrazinskas/SelSum"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
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...
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.