paper-with-me

Papers

MTRec: Multi-Task Learning over BERT for News Recommendation

2022-05-01 · Findings (ACL) 2022 5 · Qiwei Bi, Jian Li, Lifeng Shang, Xin Jiang, Qun Liu, Hanfang Yang

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 as an additional feature and combine different feature vectors with attentive pooling. With the adoption of large pre-trained models like BERT in news recommendation, the above way to incorporate multi-field information may encounter challenges: the shallow feature encoding to compress the category and entity information is not compatible with the deep BERT encoding. In this paper, we propose a multi-task method to incorporate the multi-field information into BERT, which improves its news encoding capability. Besides, we modify the gradients of auxiliary tasks based on their gradient conflicts with the main task, which further boosts the model performance. Extensive experiments on the MIND news recommendation benchmark show the effectiveness of our approach.

📄 PDF Abstract BibTeX

Code (1)

PhamQuocHuy1101/MTRec-implementation pytorch

Tasks

Multi-Task LearningNews Recommendation

Similar Papers 제목 키워드 기반

MTRec: Learning to Align with User Preferences via Mental Reward Models

2025-09-26 · Mengchen Zhao, Yifan Gao, Yaqing Hou, Xiangyang Li 외 arxiv

Recommendation models are predominantly trained using implicit user feedback, since explicit feedback is often costly to obtain. However, implicit feedback, such as clicks, does not always reflect users' real preferences…

Sequential RecommendationReinforcement Learning

Personalized Multi-task Training for Recommender System

2024-07-31 · Liangwei Yang, Zhiwei Liu, JianGuo Zhang, Rithesh Murthy 외

In the vast landscape of internet information, recommender systems (RecSys) have become essential for guiding users through a sea of choices aligned with their preferences. These systems have applications in diverse doma…

Multi-Task LearningRecommendation SystemsRepresentation Learning

YNU-HPCC at SemEval-2022 Task 8: Transformer-based Ensemble Model for Multilingual News Article Similarity

2022-07-01 · SemEval (NAACL) 2022 7 · Zihan Nai, Jin Wang, Xuejie Zhang

This paper describes the system submitted by our team (YNU-HPCC) to SemEval-2022 Task 8: Multilingual news article similarity. This task requires participants to develop a system which could evaluate the similarity betwe…

SheffieldVeraAI at SemEval-2023 Task 3: Mono and multilingual approaches for news genre, topic and persuasion technique classification

2023-03-16 · Ben Wu, Olesya Razuvayevskaya, Freddy Heppell, João A. Leite 외

This paper describes our approach for SemEval-2023 Task 3: Detecting the category, the framing, and the persuasion techniques in online news in a multi-lingual setup. For Subtask 1 (News Genre), we propose an ensemble of…

UNBERT: User-News Matching BERT for News Recommendation

2021-08-19 · IJCAI 2021 8 · Qi Zhang, Jingjie Li, Qinglin Jia, Chuyuan Wang 외

Nowadays, news recommendation has become a popular channel for users to access news of their interests. How to represent rich textual contents of news and precisely match users' interests and candidate news lies in the c…

News Recommendation