paper-with-me

Papers

Addressing Cold Start For next-article Recommendation

2025-08-01 · Omar Elgohary, Nathan Jorgenson, Trenton Marple arxiv

This replication study modifies ALMM, the Adaptive Linear Mapping Model constructed for the next song recommendation, to the news recommendation problem on the MIND dataset. The original version of ALMM computes latent representations for users, last-time items, and current items in a tensor factorization structure and learns a linear mapping from content features to latent item vectors. Our replication aims to improve recommendation performance in cold-start scenarios by restructuring this model to sequential news click behavior, viewing consecutively read articles as (last news, next news) tuples. Instead of the original audio features, we apply BERT and a TF-IDF (Term Frequency-Inverse Document Frequency) to news titles and abstracts to extract token contextualized representations and align them with triplet-based user reading patterns. We also propose a reproducibly thorough pre-processing pipeline combining news filtering and feature integrity validation. Our implementation of ALMM with TF-IDF shows relatively improved recommendation accuracy and robustness over Forbes and Oord baseline models in the cold-start scenario. We demonstrate that ALMM in a minimally modified state is not suitable for next news recommendation.

📄 PDF Abstract BibTeX arXiv:2508.01036

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

HyperMAN: Hypergraph-enhanced Meta-learning Adaptive Network for Next POI Recommendation

2025-03-27 · Jinze Wang, Tiehua Zhang, Lu Zhang, Yang Bai 외

Next Point-of-Interest (POI) recommendation aims to predict users' next locations by leveraging historical check-in sequences. Although existing methods have shown promising results, they often struggle to capture comple…

DiversityMeta-Learning

Eliciting New Wikipedia Users' Interests via Automatically Mined Questionnaires: For a Warm Welcome, Not a Cold Start

2019-04-08 · Ramtin Yazdanian, Leila Zia, Jonathan Morgan, Bahodir Mansurov 외

Every day, thousands of users sign up as new Wikipedia contributors. Once joined, these users have to decide which articles to contribute to, which users to seek out and learn from or collaborate with, etc. Any such task…

ArticlesRecommendation Systems

Content based News Recommendation via Shortest Entity Distance over Knowledge Graphs

2019-05-24 · Kevin Joseph, Hui Jiang

Content-based news recommendation systems need to recommend news articles based on the topics and content of articles without using user specific information. Many news articles describe the occurrence of specific events…

ArticlesKnowledge GraphsNews RecommendationRecommendation Systems

Graph Neural Patching for Cold-Start Recommendations

2024-10-18 · Hao Chen, Yu Yang, Yuanchen Bei, Zefan Wang 외

The cold start problem in recommender systems remains a critical challenge. Current solutions often train hybrid models on auxiliary data for both cold and warm users/items, potentially degrading the experience for the l…

Recommendation Systems

Large Language Model Simulator for Cold-Start Recommendation

2024-02-14 · Feiran Huang, Yuanchen Bei, Zhenghang Yang, Junyi Jiang 외

Recommending cold items remains a significant challenge in billion-scale online recommendation systems. While warm items benefit from historical user behaviors, cold items rely solely on content features, limiting their …

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language Model+2