paper-with-me

홈 › Papers

POIBERT: A Transformer-based Model for the Tour Recommendation Problem

2022-12-16 · Ngai Lam Ho, Kwan Hui Lim

Tour itinerary planning and recommendation are challenging problems for tourists visiting unfamiliar cities. Many tour recommendation algorithms only consider factors such as the location and popularity of Points of Interest (POIs) but their solutions may not align well with the user's own preferences and other location constraints. Additionally, these solutions do not take into consideration of the users' preference based on their past POIs selection. In this paper, we propose POIBERT, an algorithm for recommending personalized itineraries using the BERT language model on POIs. POIBERT builds upon the highly successful BERT language model with the novel adaptation of a language model to our itinerary recommendation task, alongside an iterative approach to generate consecutive POIs. Our recommendation algorithm is able to generate a sequence of POIs that optimizes time and users' preference in POI categories based on past trajectories from similar tourists. Our tour recommendation algorithm is modeled by adapting the itinerary recommendation problem to the sentence completion problem in natural language processing (NLP). We also innovate an iterative algorithm to generate travel itineraries that satisfies the time constraints which is most likely from past trajectories. Using a Flickr dataset of seven cities, experimental results show that our algorithm out-performs many sequence prediction algorithms based on measures in recall, precision and F1-scores.

📄 PDF Abstract BibTeX arXiv:2212.13900

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentenceSentence Completion

Methods 이 논문이 사용한 방법론

Travel 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
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$…
Weight Decay 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

BTRec: BERT-Based Trajectory Recommendation for Personalized Tours

2023-10-30 · Ngai Lam Ho, Roy Ka-Wei Lee, Kwan Hui Lim

An essential task for tourists having a pleasant holiday is to have a well-planned itinerary with relevant recommendations, especially when visiting unfamiliar cities. Many tour recommendation tools only take into accoun…

Language ModellingSentenceSentence Completion

Utilizing Language Models for Tour Itinerary Recommendation

2023-11-21 · Ngai Lam Ho, Kwan Hui Lim

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 proble…

Recommendation Systems

Att-KGCN: Tourist Attractions Recommendation System by using Attention mechanism and Knowledge Graph Convolution Network

2023-06-19 · Ahmad A. Mubarak, Jingjing Li, Han Cao

The recommendation algorithm based on knowledge graphs is at a relatively mature stage. However, there are still some problems in the recommendation of specific areas. For example, in the tourism field, selecting suitabl…

Knowledge Graphs

SBTRec- A Transformer Framework for Personalized Tour Recommendation Problem with Sentiment Analysis

2023-11-18 · Ngai Lam Ho, Roy Ka-Wei Lee, Kwan Hui Lim

When traveling to an unfamiliar city for holidays, tourists often rely on guidebooks, travel websites, or recommendation systems to plan their daily itineraries and explore popular points of interest (POIs). However, the…

Recommendation SystemsSentiment Analysis

User Preferential Tour Recommendation Based on POI-Embedding Methods

2021-03-03 · Ngai Lam Ho, Kwan Hui Lim

Tour itinerary planning and recommendation are challenging tasks for tourists in unfamiliar countries. Many tour recommenders only consider broad POI categories and do not align well with users' preferences and other loc…