Pith. sign in

REVIEW 2 cited by

Generative Next POI Recommendation with Semantic ID

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2506.01375 v2 pith:WNKB5I55 submitted 2025-06-02 cs.IR

Generative Next POI Recommendation with Semantic ID

classification cs.IR
keywords semanticrecommendationgenerativenextgnpr-sidmethodmodelpropose
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
read the original abstract

Point-of-interest (POI) recommendation systems aim to predict the next destinations of user based on their preferences and historical check-ins. Existing generative POI recommendation methods usually employ random numeric IDs for POIs, limiting the ability to model semantic relationships between similar locations. In this paper, we propose Generative Next POI Recommendation with Semantic ID (GNPR-SID), an LLM-based POI recommendation model with a novel semantic POI ID (SID) representation method that enhances the semantic understanding of POI modeling. There are two key components in our GNPR-SID: (1) a Semantic ID Construction module that generates semantically rich POI IDs based on semantic and collaborative features, and (2) a Generative POI Recommendation module that fine-tunes LLMs to predict the next POI using these semantic IDs. By incorporating user interaction patterns and POI semantic features into the semantic ID generation, our method improves the recommendation accuracy and generalization of the model. To construct semantically related SIDs, we propose a POI quantization method based on residual quantized variational autoencoder, which maps POIs into a discrete semantic space. We also propose a diversity loss to ensure that SIDs are uniformly distributed across the semantic space. Extensive experiments on three benchmark datasets demonstrate that GNPR-SID substantially outperforms state-of-the-art methods, achieving up to 16% improvement in recommendation accuracy.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Guess Where You Go: Generative Next Point-of-Interest Recommendation in Amap

    cs.IR 2026-07 conditional novelty 5.0

    Gwhere generates the next POI as a token sequence of contrastively-learned semantic IDs and reports production CTR gains of 5.83% and 6.20% in Amap.

  2. Think2Go: Generative Next POI Recommendation with LLM Reasoning

    cs.IR 2026-07 conditional novelty 4.0

    Think2Go couples SFT and RL-based reasoning in one LLM, with KDE- and reward-gap-based advantage calibration, and reports state-of-the-art Acc@1 on NYC, Tokyo, and California check-in data.