luopeixiang/awesome-text-summarization
Text summarization starting from scratch.
This is a curated collection of resources for understanding and implementing text summarization, a process that condenses one or more documents into a shorter version while retaining key information. It includes definitions, different types of summarization (extractive and abstractive), datasets, and a comprehensive list of research papers. Individuals like researchers, data scientists, or NLP practitioners who want to build or study automated summarization systems would find this helpful.
No commits in the last 6 months.
Use this if you are an NLP researcher or practitioner looking for a foundational understanding and a comprehensive list of academic papers and datasets related to text summarization.
Not ideal if you are looking for a ready-to-use software tool or API for summarization, as this project focuses on theoretical and research aspects.
Stars
95
Forks
18
Language
—
License
—
Category
Last pushed
Aug 27, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/luopeixiang/awesome-text-summarization"
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
atulkum/pointer_summarizer
pytorch implementation of "Get To The Point: Summarization with Pointer-Generator Networks"
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.