IRAIOct 13, 2021

Learning to Select Historical News Articles for Interaction based Neural News Recommendation

arXiv:2110.06459v15 citations
AI Analysis

This addresses the computational bottleneck in personalized news recommendation systems, offering a more efficient solution for real-time applications, though it is incremental in optimizing existing interaction-based methods.

The paper tackles the trade-off between effectiveness and efficiency in neural news recommendation by proposing a Selective Fine-grained Interaction framework (SFI) that selects informative historical news articles, achieving a 2.17% AUC improvement and being four times faster than state-of-the-art models.

The key to personalized news recommendation is to match the user's interests with the candidate news precisely and efficiently. Most existing approaches embed user interests into a representation vector then recommend by comparing it with the candidate news vector. In such a workflow, fine-grained matching signals may be lost. Recent studies try to cover that by modeling fine-grained interactions between the candidate news and each browsed news article of the user. Despite the effectiveness improvement, these models suffer from much higher computation costs online. Consequently, it remains a tough issue to take advantage of effective interactions in an efficient way. To address this problem, we proposed an end-to-end Selective Fine-grained Interaction framework (SFI) with a learning-to-select mechanism. Instead of feeding all historical news into interaction, SFI can quickly select informative historical news w.r.t. the candidate and exclude others from following computations. We empower the selection to be both sparse and automatic, which guarantees efficiency and effectiveness respectively. Extensive experiments on the publicly available dataset MIND validates the superiority of SFI over the state-of-the-art methods: with only five historical news selected, it can significantly improve the AUC by 2.17% over the state-of-the-art interaction-based models; at the same time, it is four times faster.

Foundations

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

Your Notes