paper-with-me

홈 › Papers

Curriculum Meta-Learning for Next POI Recommendation

2021-08-14 · KDD 2021 8 · Yudong Chen, Xin Wang, Miao Fan, Jizhou Huang, Shengwen Yang, and Wenwu Zhu.

Next point-of-interest (POI) recommendation is a hot research field where a recent emerging scenario, next POI to search recommendation, has been deployed in many online map services such as Baidu Maps. One of the key issues in this scenario is providing satisfactory recommendation services for cold-start cities with a limited number of user-POI interactions, which requires transferring the knowledge hidden in rich data from many other cities to these cold-start cities. Existing literature either does not consider the city-transfer issue or cannot simultaneously tackle the data sparsity and pattern diversity issues among various users in multiple cities. To address these issues, we explore city-transfer next POI to search recommendation that transfers the knowledge from multiple cities with rich data to cold-start cities with scarce data. We propose a novel Curriculum Hardness Aware Meta-Learning (CHAML) framework, which incorporates hard sample mining and curriculum learning into a meta-learning paradigm. Concretely, the CHAML framework considers both city-level and user-level hardness to enhance the conditional sampling during meta training, and uses an easy-to-hard curriculum for the city-sampling pool to help the meta-learner converge to a better state. Extensive experiments on two real-world map search datasets from Baidu Maps demonstrate the superiority of CHAML framework.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Meta-Learning

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

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

LLaRA: Large Language-Recommendation Assistant

2023-12-05 · Jiayi Liao, Sihang Li, Zhengyi Yang, Jiancan Wu 외

Sequential recommendation aims to predict users' next interaction with items based on their past engagement sequence. Recently, the advent of Large Language Models (LLMs) has sparked interest in leveraging them for seque…

Language ModelingLanguage ModellingSequential RecommendationWorld Knowledge

Internalizing Curriculum Judgment for LLM Reinforcement Fine-Tuning

2026-05-11 · Han Zheng, Yining Ma, Karthick Gunasekaran, Bharathan Balaji 외 arxiv

In LLM Reinforcement Fine-Tuning (RFT), curriculum learning drives both efficiency and performance. Yet, current methods externalize curriculum judgment via handcrafted heuristics or auxiliary models, risking misalignmen…

Mathematical ReasoningCode Generation

NEXT: A Neural Network Framework for Next POI Recommendation

2017-04-15 · Zhiqian Zhang, Chenliang Li, Zhiyong Wu, Aixin Sun 외

The task of next POI recommendation has been studied extensively in recent years. However, developing an unified recommendation framework to incorporate multiple factors associated with both POIs and users remains challe…

Representation Learning

From Past To Path: Masked History Learning for Next-Item Prediction in Generative Recommendation

2025-09-28 · KaiWen Wei, Kejun He, Xiaomian Kang, Jie Zhang 외 arxiv

Generative recommendation, which directly generates item identifiers, has emerged as a promising paradigm for recommendation systems. However, its potential is fundamentally constrained by the reliance on purely autoregr…

Recommendation Systems