sebastianruder / NLP-progress

Repository to track the progress in Natural Language Processing (NLP), including the datasets and the current state-of-the-art for the most common NLP tasks.
https://nlpprogress.com/
MIT License
22.73k stars 3.62k forks source link

TextRank for CNN/DailyMail #229

Open ShirleyHan6 opened 5 years ago

ShirleyHan6 commented 5 years ago

Hi,

Is there any official result(included in summarization topic papers) on TextRank?

Thanks.

sebastianruder commented 5 years ago

I'm not aware of a result on CNN/DailyMail, but TextRank is for instance evaluated as a baseline on the Newsroom dataset.

ShirleyHan6 commented 5 years ago

Got it. Thanks!

alkakhurana commented 4 years ago

Hi, Are there any unsupervised extractive single document summarization methods that are evaluated on CNN/DailyMail test sets (1093+10397) documents?

Thanks

sebastianruder commented 4 years ago

Recent unsupervised approaches that I'm aware of are mainly abstractive, e.g. MeanSum and BottleSum but have not been evaluated on CNN/Daily Mail test sets.