paper-with-me

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 account a limited number of factors, such as popular Points of Interest (POIs) and routing constraints. Consequently, the solutions they provide may not always align with the individual users of the system. We propose an iterative algorithm in this paper, namely: BTREC (BERT-based Trajectory Recommendation), that extends from the POIBERT embedding algorithm to recommend personalized itineraries on POIs using the BERT framework. Our BTREC algorithm incorporates users' demographic information alongside past POI visits into a modified BERT language model to recommend a personalized POI itinerary prediction given a pair of source and destination POIs. Our recommendation system can create a travel itinerary that maximizes POIs visited, while also taking into account user preferences for categories of POIs and time availability. Our recommendation algorithm is largely inspired by the problem of sentence completion in natural language processing (NLP). Using a dataset of eight cities of different sizes, our experimental results demonstrate that our proposed algorithm is stable and outperforms many other sequence prediction algorithms, measured by recall, precision, and F1-scores.

📄 PDF Abstract BibTeX arXiv:2310.19886

Code (1)

nxh912/BTRec_RecSys23 공식 구현

Tasks

Language ModellingSentenceSentence Completion

Methods 이 논문이 사용한 방법론

Travel 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
WordPiece 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

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 Persona Identification and New Service Adaptation Recommendation

2023-11-15 · Narges Tabari, Sandesh Swamy, Rashmi Gangadharaiah

Providing a personalized user experience on information dense webpages helps users in reaching their end-goals sooner. We explore an automated approach to identifying user personas by leveraging high dimensional trajecto…

Collaborative FilteringLanguage ModelingLanguage ModellingMasked Language Modeling

Personalized Risks and Regulatory Strategies of Large Language Models in Digital Advertising

2025-05-07 · Haoyang Feng, Yanjun Dai, Yuan Gao

Although large language models have demonstrated the potential for personalized advertising recommendations in experimental environments, in actual operations, how advertising recommendation systems can be combined with …

feature selectionLanguage ModelingLanguage ModellingLarge Language Model+1

Learning Points and Routes to Recommend Trajectories

2016-08-25 · Dawei Chen, Cheng Soon Ong, Lexing Xie

The problem of recommending tours to travellers is an important and broadly studied area. Suggested solutions include various approaches of points-of-interest (POI) recommendation and route planning. We consider the task…

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…