Utilizing Language Models for Tour Itinerary Recommendation
Ngai Lam Ho, Kwan Hui Lim

TL;DR
This paper explores the application of language models, including word embeddings and transformers, to improve personalized tour itinerary recommendations by addressing both relevance and constraint satisfaction.
Contribution
It introduces novel use of language models for integrating POI relevance and itinerary planning in a unified framework.
Findings
Language models can effectively generate personalized itineraries.
Embedding techniques improve POI relevance in recommendations.
Transformer models help satisfy itinerary constraints.
Abstract
Tour itinerary recommendation involves planning a sequence of relevant Point-of-Interest (POIs), which combines challenges from the fields of both Operations Research (OR) and Recommendation Systems (RS). As an OR problem, there is the need to maximize a certain utility (e.g., popularity of POIs in the tour) while adhering to some constraints (e.g., maximum time for the tour). As a RS problem, it is heavily related to problem or filtering or ranking a subset of POIs that are relevant to a user and recommending it as part of an itinerary. In this paper, we explore the use of language models for the task of tour itinerary recommendation and planning. This task has the unique requirement of recommending personalized POIs relevant to users and planning these POIs as an itinerary that satisfies various constraints. We discuss some approaches in this area, such as using word embedding…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBusiness Process Modeling and Analysis · Big Data and Business Intelligence · Data Quality and Management
MethodsMulti-Head Attention · Attention Is All You Need · Residual Connection · Layer Normalization · Linear Warmup With Linear Decay · Dense Connections · Dropout · Softmax · GloVe Embeddings · Linear Layer
