CLAILGDec 31, 2022

Towards Proactively Forecasting Sentence-Specific Information Popularity within Online News Documents

arXiv:2301.00152v12 citationsh-index: 21Has Code
Originality Highly original
AI Analysis

This work addresses the need for fine-grained popularity forecasting in online news, which is incremental as it builds on existing document-level prediction methods.

The paper tackles the problem of predicting the popularity of individual sentences within online news documents, rather than whole documents, by introducing a sequence regression task and a novel transfer learning approach using sentence salience as an auxiliary task, achieving nDCG values over 0.8.

Multiple studies have focused on predicting the prospective popularity of an online document as a whole, without paying attention to the contributions of its individual parts. We introduce the task of proactively forecasting popularities of sentences within online news documents solely utilizing their natural language content. We model sentence-specific popularity forecasting as a sequence regression task. For training our models, we curate InfoPop, the first dataset containing popularity labels for over 1.7 million sentences from over 50,000 online news documents. To the best of our knowledge, this is the first dataset automatically created using streams of incoming search engine queries to generate sentence-level popularity annotations. We propose a novel transfer learning approach involving sentence salience prediction as an auxiliary task. Our proposed technique coupled with a BERT-based neural model exceeds nDCG values of 0.8 for proactive sentence-specific popularity forecasting. Notably, our study presents a non-trivial takeaway: though popularity and salience are different concepts, transfer learning from salience prediction enhances popularity forecasting. We release InfoPop and make our code publicly available: https://github.com/sayarghoshroy/InfoPopularity

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes