Neural Abstractive Unsupervised Summarization of Online News Discussions
Ignacio Tampe Palma, Marcelo Mendoza, and Evangelos Milios

TL;DR
This paper introduces a novel BERT-based method for abstractive summarization of online news discussions, leveraging social context and comment popularity to generate relevant summaries.
Contribution
It extends a BERT architecture with social attention encoding, incorporating likes to improve multi-author online discussion summarization.
Findings
Significantly outperforms existing methods on ROUGE scores.
Effectively incorporates social context into summarization.
Demonstrates the importance of social signals like likes in summarization.
Abstract
Summarization has usually relied on gold standard summaries to train extractive or abstractive models. Social media brings a hurdle to summarization techniques since it requires addressing a multi-document multi-author approach. We address this challenging task by introducing a novel method that generates abstractive summaries of online news discussions. Our method extends a BERT-based architecture, including an attention encoding that fed comments' likes during the training stage. To train our model, we define a task which consists of reconstructing high impact comments based on popularity (likes). Accordingly, our model learns to summarize online discussions based on their most relevant comments. Our novel approach provides a summary that represents the most relevant aspects of a news item that users comment on, incorporating the social context as a source of information to summarize…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Text Analysis Techniques
MethodsLinear Layer · Residual Connection · Weight Decay · Attention Dropout · Linear Warmup With Linear Decay · WordPiece · Adam · Dropout · Softmax · Dense Connections
