paper-with-me

홈 › Papers

Time Matters: Enhancing Pre-trained News Recommendation Models with Robust User Dwell Time Injection

2024-05-21 · Hao Jiang, Chuanzhen Li, Mingxiao An

Large Language Models (LLMs) have revolutionized text comprehension, leading to State-of-the-Art (SOTA) news recommendation models that utilize LLMs for in-depth news understanding. Despite this, accurately modeling user preferences remains challenging due to the inherent uncertainty of click behaviors. Techniques like multi-head attention in Transformers seek to alleviate this by capturing interactions among clicks, yet they fall short in integrating explicit feedback signals. User Dwell Time emerges as a powerful indicator, offering the potential to enhance the weak signals emanating from clicks. Nonetheless, its real-world applicability is questionable, especially when dwell time data collection is subject to delays. To bridge this gap, this paper proposes two novel and robust dwell time injection strategies, namely Dwell time Weight (DweW) and Dwell time Aware (DweA). Dwe} concentrates on refining Effective User Clicks through detailed analysis of dwell time, integrating with initial behavioral inputs to construct a more robust user preference. DweA empowers the model with awareness of dwell time information, thereby facilitating autonomous adjustment of attention values in user modeling. This enhancement sharpens the model's ability to accurately identify user preferences. In our experiment using the real-world news dataset from MSN website, we validated that our two strategies significantly improve recommendation performance, favoring high-quality news. Crucially, our approaches exhibit robustness to user dwell time information, maintaining their ability to recommend high-quality content even in extreme cases where dwell time data is entirely missing.

📄 PDF Abstract BibTeX arXiv:2405.12486

Code (0)

등록된 구현이 없습니다.

Tasks

News RecommendationReading Comprehension

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

VLSNR:Vision-Linguistics Coordination Time Sequence-aware News Recommendation

2022-10-06 · Songhao Han, Wei Huang, Xiaotian Luan

News representation and user-oriented modeling are both essential for news recommendation. Most existing methods are based on textual information but ignore the visual information and users' dynamic interests. However, c…

News Recommendation

CherryRec: Enhancing News Recommendation Quality via LLM-driven Framework

2024-06-18 · Shaohuang Wang, Lun Wang, Yunhan Bu, Tianwei Huang

Large Language Models (LLMs) have achieved remarkable progress in language understanding and generation. Custom LLMs leveraging textual features have been applied to recommendation systems, demonstrating improvements acr…

Movie RecommendationNews RecommendationRecommendation Systems

A Preliminary Study of ChatGPT on News Recommendation: Personalization, Provider Fairness, Fake News

2023-06-19 · Xinyi Li, Yongfeng Zhang, Edward C. Malthouse

Online news platforms commonly employ personalized news recommendation methods to assist users in discovering interesting articles, and many previous works have utilized language model techniques to capture user interest…

ArticlesFairnessFake News DetectionLanguage Modelling+1

SentiRec: Sentiment Diversity-aware Neural News Recommendation

2020-12-01 · Asian Chapter of the Association for Computational Linguistics 2020 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Personalized news recommendation is important for online news services. Many news recommendation methods recommend news based on their relevance to users{'} historical browsed news, and the recommended news usually have …

DiversityNews Recommendation

Empowering News Recommendation with Pre-trained Language Models

2021-04-15 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Personalized news recommendation is an essential technique for online news services. News articles usually contain rich textual content, and accurate news modeling is important for personalized news recommendation. Exist…

ArticlesNatural Language UnderstandingNews Recommendation