SOTAVerified

TLDR9+: A Large Scale Resource for Extreme Summarization of Social Media Posts

2021-10-04EMNLP (newsum) 2021Code Available1· sign in to hype

Sajad Sotudeh, Hanieh Deilamsalehy, Franck Dernoncourt, Nazli Goharian

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent models in developing summarization systems consist of millions of parameters and the model performance is highly dependent on the abundance of training data. While most existing summarization corpora contain data in the order of thousands to one million, generation of large-scale summarization datasets in order of couple of millions is yet to be explored. Practically, more data is better at generalizing the training patterns to unseen data. In this paper, we introduce TLDR9+ -- a large-scale summarization dataset -- containing over 9 million training instances extracted from Reddit discussion forum (https://github.com/sajastu/reddit_collector). This dataset is specifically gathered to perform extreme summarization (i.e., generating one-sentence summary in high compression and abstraction) and is more than twice larger than the previously proposed dataset. We go one step further and with the help of human annotations, we distill a more fine-grained dataset by sampling High-Quality instances from TLDR9+ and call it TLDRHQ dataset. We further pinpoint different state-of-the-art summarization models on our proposed datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
TLDR9+ORACLE-EXTRG-1(%)30.26Unverified
TLDR9+BARTRG-1(%)23.59Unverified
TLDR9+BERTSUMABSRG-1(%)23.05Unverified
TLDR9+BERTSUMEXTRG-1(%)20.94Unverified

Reproductions