CLAIIRLGNov 27, 2023

SCStory: Self-supervised and Continual Online Story Discovery

arXiv:2312.03725v114 citationsh-index: 169
Originality Incremental advance
AI Analysis

This work addresses the challenge for people needing to digest rapidly published news in real-time without human annotations, though it appears incremental as it builds on existing unsupervised clustering methods with novel techniques.

The authors tackled the problem of noisy and inaccurate online story discovery from news article streams by introducing SCStory, a self-supervised and continual learning framework that uses story-indicative adaptive modeling, resulting in outperforming state-of-the-art algorithms on real and latest news datasets.

We present a framework SCStory for online story discovery, that helps people digest rapidly published news article streams in real-time without human annotations. To organize news article streams into stories, existing approaches directly encode the articles and cluster them based on representation similarity. However, these methods yield noisy and inaccurate story discovery results because the generic article embeddings do not effectively reflect the story-indicative semantics in an article and cannot adapt to the rapidly evolving news article streams. SCStory employs self-supervised and continual learning with a novel idea of story-indicative adaptive modeling of news article streams. With a lightweight hierarchical embedding module that first learns sentence representations and then article representations, SCStory identifies story-relevant information of news articles and uses them to discover stories. The embedding module is continuously updated to adapt to evolving news streams with a contrastive learning objective, backed up by two unique techniques, confidence-aware memory replay and prioritized-augmentation, employed for label absence and data scarcity problems. Thorough experiments on real and the latest news data sets demonstrate that SCStory outperforms existing state-of-the-art algorithms for unsupervised online story discovery.

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