CLSep 2, 2021

Neural News Recommendation with Collaborative News Encoding and Structural User Encoding

arXiv:2109.00750v2664 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses news recommendation for users by improving semantic interaction in news encoding and structural correlation in user history, though it appears incremental as it builds on existing methods with specific enhancements.

The paper tackles the problem of automatic news recommendation by proposing a framework with collaborative news encoding and structural user encoding to enhance representation learning, achieving improved performance on the MIND dataset.

Automatic news recommendation has gained much attention from the academic community and industry. Recent studies reveal that the key to this task lies within the effective representation learning of both news and users. Existing works typically encode news title and content separately while neglecting their semantic interaction, which is inadequate for news text comprehension. Besides, previous models encode user browsing history without leveraging the structural correlation of user browsed news to reflect user interests explicitly. In this work, we propose a news recommendation framework consisting of collaborative news encoding (CNE) and structural user encoding (SUE) to enhance news and user representation learning. CNE equipped with bidirectional LSTMs encodes news title and content collaboratively with cross-selection and cross-attention modules to learn semantic-interactive news representations. SUE utilizes graph convolutional networks to extract cluster-structural features of user history, followed by intra-cluster and inter-cluster attention modules to learn hierarchical user interest representations. Experiment results on the MIND dataset validate the effectiveness of our model to improve the performance of news recommendation. Our code is released at https://github.com/Veason-silverbullet/NNR.

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