paper-with-me

Papers

Neural News Recommendation with Collaborative News Encoding and Structural User Encoding

2021-09-02 · Findings (EMNLP) 2021 11 · Zhiming Mao, Xingshan Zeng, Kam-Fai Wong

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.

📄 PDF Abstract BibTeX arXiv:2109.00750

Code (1)

veason-silverbullet/nnr 공식 구현 pytorch

Tasks

News RecommendationReading ComprehensionRepresentation Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Scientific and Technological News Recommendation Based on Knowledge Graph with User Perception

2022-10-07 · Yuyao Zeng, Junping Du, Zhe Xue, Ang Li

Existing research usually utilizes side information such as social network or item attributes to improve the performance of collaborative filtering-based recommender systems. In this paper, the knowledge graph with user …

Collaborative FilteringNews RecommendationRecommendation SystemsRelation

Content Filtering Enriched GNN Framework for News Recommendation

2021-10-25 · Yong Gao, Huifeng Guo, Dandan Lin, Yingxue Zhang 외

Learning accurate users and news representations is critical for news recommendation. Despite great progress, existing methods seem to have a strong bias towards content representation or just capture collaborative filte…

Collaborative FilteringNews Recommendation

MTRec: Multi-Task Learning over BERT for News Recommendation

2022-05-01 · Findings (ACL) 2022 5 · Qiwei Bi, Jian Li, Lifeng Shang, Xin Jiang 외

Existing news recommendation methods usually learn news representations solely based on news titles. To sufficiently utilize other fields of news information such as category and entities, some methods treat each field a…

Multi-Task LearningNews Recommendation

Research Progress of News Recommendation Methods

2020-12-04 · Jing Qin

Due to researchers'aim to study personalized recommendations for different business fields, the summary of recommendation methods in specific fields is of practical significance. News recommendation systems were the earl…

Collaborative FilteringKnowledge GraphsNews RecommendationRecommendation Systems

GLoCIM: Global-view Long Chain Interest Modeling for news recommendation

2024-08-01 · Zhen Yang, Wenhui Wang, Tao Qi, Peng Zhang 외

Accurately recommending candidate news articles to users has always been the core challenge of news recommendation system. News recommendations often require modeling of user interest to match candidate news. Recent effo…

ArticlesNews Recommendation