SlideShare a Scribd company logo
CONFIDENTIAL & RESTRICTED
Predicting Your Next Trip:
A Knowledge Graph-Based
Multi-task Learning Approach
for Travel Destination Recommendation
Amine Dadoun, Raphael Troncy,
Michael Defoin-Platel,
Gerardo Ayala Solano
RecTour @ RecSys 2021, 26 Sept 2021
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Motivation
CONFIDENTIAL & RESTRICTED
Searches Books Boards Departs
Inspire
Traveler Journey flow
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
2
CONFIDENTIAL & RESTRICTED
3
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Destination Recommendation Systems
Travelers want to get inspired !
Inspire Flyer proposes
generic travel inspirations and
practical trip information
https://www.inspireflyer.com/
CONFIDENTIAL & RESTRICTED
4
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Destination Recommendation Systems
Need for more personalization and contextualization
EasyJet question-based
destinations search
Emirates map-based destinations search
Audley interest-
based Trip finder
EasyJet books flights
using screenshots of
Instagram posts
https://www.audleytravel.com/
CONFIDENTIAL & RESTRICTED
CONFIDENTIAL & RESTRICTED
Page 6
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Problem Formulation
Where to
go next?
Ticket price
Travel dates
Transport alternatives
Geographical location
Travel context
POIs
Preferences: Traveler’s History
CONFIDENTIAL & RESTRICTED
Hypothesis
7
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
• Represent all information in one unique data structure
• Semantic enrichment of the data
• A set of different Knowledge Graph-based Recommender System algorithms
Knowledge graph (as) a vehicle for representing heterogeneous information
CONFIDENTIAL & RESTRICTED
8
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Hypothesis: Literals requires special treatments
- Numerical Values:
- Prices, Number of passengers, etc.
- Dates:
- Departure Date, Arrival Date, etc.
- Quantity (Duration, measure):
- Flight distance, stay duration, advanced purchase, etc.
- Texts:
- Ancillary description, entity labels, etc.
Literature not mature enough to consider literals for Knowledge Graph Embedding:
- Models fail to capture the semantics of the data types/units of (numeric) literal values
- Drawback lies in the fact that text and numeric literals are treated in the same way
Several types of information
CONFIDENTIAL & RESTRICTED
9
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Objective & RQs
Research Questions:
• RQ 1: What is the benefit of using a knowledge graph as a common data structure containing all the
input information of the recommender system?
• RQ 2: Given the heterogeneous nature of the information included in the knowledge graph
(numerical values, dates, texts, etc.), what is the best performing approach for travel destination
recommendation?
Provide leisure travelers with travel destinations that they have never visited before
Objective:
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Data & Knowledge Graph
CONFIDENTIAL & RESTRICTED
11
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
A 360 View of travelers journey
CONFIDENTIAL & RESTRICTED
12
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Data sources
From historical trips to semantic data
November 2018 December 2019
Historical Trips
• Trip 1: London
• Trip 2: Venice
• Trip 3: Maldives
Historical Trips
• Trip 1: London
• Trip 2: Venice
• Trip 3: Maldives
Wikipedia, STD
Traveler’s Demographics
43 years old,
Malaysian,
Male,
Frequent Flyer
Collaborative
Information
Knowledge
Information
Contextual
Information
Demographic
Information
&
Booking Context Shopping Context Travelers’ preferences Travelers’ demographics Travelers’ purchase history
Semantic Trails Dataset
CONFIDENTIAL & RESTRICTED
13
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Some statistics of the dataset
#Travels #Travelers #Destinations* Sparsity 𝝆
486 807 40 965 136 91.26%
CONFIDENTIAL & RESTRICTED
14
Airline Travel Knowledge graph
Illustration & Some statistics
<http://data.amadeus.com/rloc/PJ936>
<http://data.amadeus.com/rloc/PJ936/journey/1>
ams:hasJourney
<http://data.amadeus.com/airport/KUL>
<http://data.amadeus.com/airport/MEL>
schema:reservedTicket
<http://data.amadeus.com/rloc/PJ936/airticket/21563>
“One Way”
<http://data.amadeus.com/TripReservation>
“$325”
ams:departureDate
“2020-05-06"^^xsd:date
<http://www.wikidata.org/wiki/Q334>
"1994-03-27"^^xsd:date
schema:underName
2
<http://data.amadeus.com/traveller/T21652>
<http://www.wikidata.org/wiki/Q500253>
<http://data.amadeus.com/formOfPayment/CreditCard>
<http://data.amadeus.com/city/Melbourne>
<http://www.wikidata.org/entity/Q3141>
“4529500"^^xsd:integer <http://www.wikidata.org/entity/Q515>
"0.932"^^xsd:float
“719.1"^^xsd:float
dbo:continent
<https://www.wikidata.org/wiki/Q48>
travelto
<https://en.wikipedia.org/wiki/Melbourne>
owl:sameAs
#nodes #edges #properties #trip reservations
634 254 ∼ 13.7 M 48 423 427
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Approach & Baselines
CONFIDENTIAL & RESTRICTED
18
KGMTL4Rec
𝑎𝑖, 𝑎𝑗
Numerical
Attributes
Embedding Layer
𝑣𝑗 ∈ [0,1]
𝑣𝑖 ∈ [0,1]
𝑒𝑖, 𝑟𝑘, 𝑒𝑗
Entity Embedding
Layer
Relation
Embedding Layer
StructNet
Tanh
𝑡 ∈ {0,1}
𝑑𝑖, 𝑑𝑗
ConvNet
MSE
Regression Binary classification Multi-label classification
𝑤𝑒𝑖
+ 𝑤𝑒𝑗
+ 𝑤𝑟𝑘
[𝑤𝑒𝑖
; 𝑤𝑎𝑖
] [𝑤𝑒𝑗
; 𝑤𝑎𝑗
]
Tanh
Tanh
[𝑤𝑑𝑖
𝐶𝑁𝑁
; 𝑤𝑒𝑖
]
Tanh
[𝑤𝑑𝑗
𝐶𝑁𝑁
; 𝑤𝑒𝑗
]
Tanh
𝑣𝑗
′
𝜎
𝑣𝑖
′
𝜎
𝑡′
= 𝑝𝑒𝑖,𝑟𝑘,𝑒𝑗
𝜎
Log-loss
𝑠𝑗
′
𝑠𝑖
′
DescNet
CrossEntropy
AttrNet
𝑠𝑖 ∈ 𝑅|𝐷| 𝑠𝑗 ∈ 𝑅|𝐷|
𝑆𝑜𝑓𝑡𝑚𝑎𝑥 𝑆𝑜𝑓𝑡𝑚𝑎𝑥
A multi-task learning algorithm (to deal with multi typed data)
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Experiments
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Evaluation Metrics
Objective: Build a model that predicts probability that a traveler book a suggested travel
destination
20
Hitrate: Mean Reciprocal Rank:
CONFIDENTIAL & RESTRICTED
Leave-last-out Protocol: For each user, we remove the last destination the traveler went to, and consider it in the test set.
21
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Evaluation Protocol
Training Procedure
Time
Training Data
Test Data
Recommender
System
Non Existing
Traveler-Destination
pair
Recommender
System trained
Ranked list
of Destinations
Prediction
…
1.
2.
4.
3.
 Hitrate@K [3]
 MRR@K [7]
Adelaide
Osaka
Phuket
Brunei
CONFIDENTIAL & RESTRICTED
22
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Recommendation performance
Model Hit@10 MRR@10
Item-Pop 0.5168 0.2634
Item-KNN [28] 0.3223 0.1367
MF(BPRMF) [26] 0.5698 0.3036
NCF [13] 0.5132 0.2994
FM [25] 0.5986 0.3401
WDL [6] 0.6301 0.3472
DKFM [8]
0.6619 0.3901
Recommendation performance of Collaborative Filtering,
hybrid and context-aware recommender systems.
Model Hit@10 MRR@10
NTN [30] 0.3096 0.1511
SME [3] 0.3746 0.1992
TransE [4] 0.4548 0.2268
TransR [17] 0.4031 0.1883
ER-MLP [9] 0.6218 0.3559
CKE [39] 0.6493 0.3865
KGMTL4Rec
0.7109 0.4254
Recommendation performance of
knowledge graph-based recommender systems.
Convergence of the 4 main models with respect to the number of iterations.
CONFIDENTIAL & RESTRICTED
23
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Data contribution w.r.t the recommendation performance
KGMTL4Rec vs other models
Collaborative
Information
(Past
bookings)
Content
Information
(metadata)
All
Information*
Model HR@
10
MRR@
10
BPRMF 0.5462 0.3020
KGMTL4Rec 0.5623 0.3153
WDL 0.6001 0.3472
KGMTL4Rec 0.6508 0.4061
DKFM 0.6464 0.3856
KGMTL4Rec 0.6907 0.4189
*Past bookings, metadata + context
CONFIDENTIAL & RESTRICTED
24
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Ablation Study
KGMTL4Rec with different type of information
Better
Numerical
literals
STD KG Wikipedia SubNetworks HR@
10
MRR@
10
{S} 0.5884 0.3264
{S, A} 0.6508 0.4061
{S, A} 0.6781 0.4119
{S, A, D} 0.6907 0.4189
{S: StructNet, A: AttrNet, D: DescNet}
CONFIDENTIAL & RESTRICTED
25
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Experiments
Influence of travel history and algorithm convergence
DKFM is more affected by the number of historical
travels than KGMTL4Rec
KGMTL4Rec convergence w.r.t Multi-task learning
strategy
CONFIDENTIAL & RESTRICTED
26
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
Hyper-parameters Influence
- Optimal embedding size is 128
- Best learning rate is 3 × 10−4
CONFIDENTIAL & RESTRICTED
©
Amadeus
IT
Group
and
its
affiliates
and
subsidiaries
KG-based Recommender System for travel destination recommendation
Conclusions & Future works
Outlook:
• Use multi-task learning for different recommendation tasks (destinations, ancillaries, etc.)
• Explore other source of information (e.g. images)
• Go live
Conclusion:
• Outperform the current in-production Rule-based approach
• Using KG simplify the use of different type of data
• Using KG-based RS enables to have better results and it is less painful (DKFM)
27
Open-source code: https://gitlab.eurecom.fr/amadeus/KGMTL4Rec
CONFIDENTIAL & RESTRICTED
Thank you!
This presentation
https://bit.ly/3lOjmrK
@AmineDadoun
amine.dadoun@eurecom.fr
Thank you!
Q&A

More Related Content

Similar to Predicting Your Next Trip: A Knowledge Graph-Based Multi-task Learning Approach for Travel Destination Recommendation

Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
subishsam
 
Getting to Know the Modern Traveler
Getting to Know the Modern TravelerGetting to Know the Modern Traveler
Getting to Know the Modern Traveler
LinkedIn Hong Kong
 
Digital Driving Pass - community-driven telematics
Digital Driving Pass - community-driven telematicsDigital Driving Pass - community-driven telematics
Digital Driving Pass - community-driven telematics
Mateusz Maj
 
Channel Mentor On Sun
Channel Mentor On SunChannel Mentor On Sun
Channel Mentor On Sun
AparnaKumar
 
TEA 2500620 Shakeel Ahmed.pptx
TEA 2500620 Shakeel Ahmed.pptxTEA 2500620 Shakeel Ahmed.pptx
TEA 2500620 Shakeel Ahmed.pptx
Aahilmalik6
 
Insignia Tourism Services Marketing
Insignia Tourism Services MarketingInsignia Tourism Services Marketing
Insignia Tourism Services Marketing
Shahzad Khan
 
Catalyca
Catalyca Catalyca
Catalyca
brand44
 
IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of Trajectories
IRJET Journal
 
Maldives B2B action plan
Maldives B2B action planMaldives B2B action plan
Maldives B2B action plan
sujith stanley
 
End and Future of Managed Travel, updated July 2013
End and Future of Managed Travel, updated July 2013End and Future of Managed Travel, updated July 2013
End and Future of Managed Travel, updated July 2013
Scott Gillespie
 
Jonathan Meiri - Adaptation to the Passengers in the Aviation World
Jonathan Meiri - Adaptation to the Passengers in the Aviation WorldJonathan Meiri - Adaptation to the Passengers in the Aviation World
Jonathan Meiri - Adaptation to the Passengers in the Aviation World
Oscar4B
 
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data MiningIRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET Journal
 
Amadeus big data
Amadeus big dataAmadeus big data
Amadeus big data
Mayank Shah
 
Sutra TravelCompute - Solution for Travel Agents and Tour Operators
Sutra TravelCompute - Solution for Travel Agents and Tour OperatorsSutra TravelCompute - Solution for Travel Agents and Tour Operators
Sutra TravelCompute - Solution for Travel Agents and Tour Operators
Tabraiz Feham
 
Enterprise digital workflows
Enterprise digital workflowsEnterprise digital workflows
Enterprise digital workflows
Zinnov
 
Responding at the Speed of Now (April 4, 2017)
Responding at the Speed of Now (April 4, 2017)Responding at the Speed of Now (April 4, 2017)
Responding at the Speed of Now (April 4, 2017)
Purple Vision
 
Iknow recsys2021
Iknow recsys2021Iknow recsys2021
Iknow recsys2021
Ashish Sharma
 
The Truth About Customer Journey Mapping
The Truth About Customer Journey MappingThe Truth About Customer Journey Mapping
The Truth About Customer Journey Mapping
Aggregage
 
Connected Insurance Analytics: report highlights
Connected Insurance Analytics: report highlightsConnected Insurance Analytics: report highlights
Connected Insurance Analytics: report highlights
Cambridge Mobile Telematics
 
CIA 2016 highlights
CIA 2016 highlightsCIA 2016 highlights
CIA 2016 highlights
Cambridge Mobile Telematics
 

Similar to Predicting Your Next Trip: A Knowledge Graph-Based Multi-task Learning Approach for Travel Destination Recommendation (20)

Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
Flight Information Display Systems (FIDS) Market Size, Share, & Trends Estima...
 
Getting to Know the Modern Traveler
Getting to Know the Modern TravelerGetting to Know the Modern Traveler
Getting to Know the Modern Traveler
 
Digital Driving Pass - community-driven telematics
Digital Driving Pass - community-driven telematicsDigital Driving Pass - community-driven telematics
Digital Driving Pass - community-driven telematics
 
Channel Mentor On Sun
Channel Mentor On SunChannel Mentor On Sun
Channel Mentor On Sun
 
TEA 2500620 Shakeel Ahmed.pptx
TEA 2500620 Shakeel Ahmed.pptxTEA 2500620 Shakeel Ahmed.pptx
TEA 2500620 Shakeel Ahmed.pptx
 
Insignia Tourism Services Marketing
Insignia Tourism Services MarketingInsignia Tourism Services Marketing
Insignia Tourism Services Marketing
 
Catalyca
Catalyca Catalyca
Catalyca
 
IRJET- Analysis of Trajectories
IRJET- Analysis of TrajectoriesIRJET- Analysis of Trajectories
IRJET- Analysis of Trajectories
 
Maldives B2B action plan
Maldives B2B action planMaldives B2B action plan
Maldives B2B action plan
 
End and Future of Managed Travel, updated July 2013
End and Future of Managed Travel, updated July 2013End and Future of Managed Travel, updated July 2013
End and Future of Managed Travel, updated July 2013
 
Jonathan Meiri - Adaptation to the Passengers in the Aviation World
Jonathan Meiri - Adaptation to the Passengers in the Aviation WorldJonathan Meiri - Adaptation to the Passengers in the Aviation World
Jonathan Meiri - Adaptation to the Passengers in the Aviation World
 
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data MiningIRJET- Interest and Time Based Smart Travelling Guide using Data Mining
IRJET- Interest and Time Based Smart Travelling Guide using Data Mining
 
Amadeus big data
Amadeus big dataAmadeus big data
Amadeus big data
 
Sutra TravelCompute - Solution for Travel Agents and Tour Operators
Sutra TravelCompute - Solution for Travel Agents and Tour OperatorsSutra TravelCompute - Solution for Travel Agents and Tour Operators
Sutra TravelCompute - Solution for Travel Agents and Tour Operators
 
Enterprise digital workflows
Enterprise digital workflowsEnterprise digital workflows
Enterprise digital workflows
 
Responding at the Speed of Now (April 4, 2017)
Responding at the Speed of Now (April 4, 2017)Responding at the Speed of Now (April 4, 2017)
Responding at the Speed of Now (April 4, 2017)
 
Iknow recsys2021
Iknow recsys2021Iknow recsys2021
Iknow recsys2021
 
The Truth About Customer Journey Mapping
The Truth About Customer Journey MappingThe Truth About Customer Journey Mapping
The Truth About Customer Journey Mapping
 
Connected Insurance Analytics: report highlights
Connected Insurance Analytics: report highlightsConnected Insurance Analytics: report highlights
Connected Insurance Analytics: report highlights
 
CIA 2016 highlights
CIA 2016 highlightsCIA 2016 highlights
CIA 2016 highlights
 

Recently uploaded

Understanding Bus Hire ServicesIN MELBOURNE .pptx
Understanding Bus Hire ServicesIN MELBOURNE .pptxUnderstanding Bus Hire ServicesIN MELBOURNE .pptx
Understanding Bus Hire ServicesIN MELBOURNE .pptx
MELBOURNEBUSHIRE
 
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
v6ldcxuq
 
Un viaje a Buenos Aires y sus alrededores
Un viaje a Buenos Aires y sus alrededoresUn viaje a Buenos Aires y sus alrededores
Un viaje a Buenos Aires y sus alrededores
Judy Hochberg
 
Un viaje a Argentina updated xxxxxxxxxxx
Un viaje a Argentina updated xxxxxxxxxxxUn viaje a Argentina updated xxxxxxxxxxx
Un viaje a Argentina updated xxxxxxxxxxx
Judy Hochberg
 
Agama Tours&Safaris-Kilimanjaro day trip
Agama Tours&Safaris-Kilimanjaro day tripAgama Tours&Safaris-Kilimanjaro day trip
Agama Tours&Safaris-Kilimanjaro day trip
Agama Tours
 
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdfHow Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
Eastafrica Travelcompany
 
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.pptDiscovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
Imperial Egypt
 
Excursions in Tahiti Island Adventure
Excursions in Tahiti Island AdventureExcursions in Tahiti Island Adventure
Excursions in Tahiti Island Adventure
Unique Tahiti
 
How To Change A Name On American Airlines Ticket.pptx
How To Change A Name On American Airlines Ticket.pptxHow To Change A Name On American Airlines Ticket.pptx
How To Change A Name On American Airlines Ticket.pptx
edqour001namechange
 
Best Places to Stay in New Brunswick, Canada.
Best Places to Stay in New Brunswick, Canada.Best Places to Stay in New Brunswick, Canada.
Best Places to Stay in New Brunswick, Canada.
Mahogany Manor
 
Wayanad-The-Touristry-Heaven to the tour.pptx
Wayanad-The-Touristry-Heaven to the tour.pptxWayanad-The-Touristry-Heaven to the tour.pptx
Wayanad-The-Touristry-Heaven to the tour.pptx
cosmo-soil
 
Top 10 Tourist Places in South India to Explore.pdf
Top 10 Tourist Places in South India to Explore.pdfTop 10 Tourist Places in South India to Explore.pdf
Top 10 Tourist Places in South India to Explore.pdf
Savita Yadav
 
Assessing the Influence of Transportation on the Tourism Industry in Nigeria
Assessing the Influence of Transportation on the  Tourism Industry in NigeriaAssessing the Influence of Transportation on the  Tourism Industry in Nigeria
Assessing the Influence of Transportation on the Tourism Industry in Nigeria
gsochially
 
What Challenges Await Beginners in Snowshoeing
What Challenges Await Beginners in SnowshoeingWhat Challenges Await Beginners in Snowshoeing
What Challenges Await Beginners in Snowshoeing
Snowshoe Tahoe
 
How To Change Your Name On American Airlines Aadvantage.pptx
How To Change Your Name On American Airlines Aadvantage.pptxHow To Change Your Name On American Airlines Aadvantage.pptx
How To Change Your Name On American Airlines Aadvantage.pptx
edqour001namechange
 

Recently uploaded (15)

Understanding Bus Hire ServicesIN MELBOURNE .pptx
Understanding Bus Hire ServicesIN MELBOURNE .pptxUnderstanding Bus Hire ServicesIN MELBOURNE .pptx
Understanding Bus Hire ServicesIN MELBOURNE .pptx
 
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
在线办理(BU毕业证书)波士顿大学毕业证录取通知书一模一样
 
Un viaje a Buenos Aires y sus alrededores
Un viaje a Buenos Aires y sus alrededoresUn viaje a Buenos Aires y sus alrededores
Un viaje a Buenos Aires y sus alrededores
 
Un viaje a Argentina updated xxxxxxxxxxx
Un viaje a Argentina updated xxxxxxxxxxxUn viaje a Argentina updated xxxxxxxxxxx
Un viaje a Argentina updated xxxxxxxxxxx
 
Agama Tours&Safaris-Kilimanjaro day trip
Agama Tours&Safaris-Kilimanjaro day tripAgama Tours&Safaris-Kilimanjaro day trip
Agama Tours&Safaris-Kilimanjaro day trip
 
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdfHow Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
How Do I Plan a Kilimanjaro Climb? 7 Essential Tips Revealed.pdf
 
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.pptDiscovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
Discovering Egypt A Step-by-Step Guide to Planning Your Trip.ppt
 
Excursions in Tahiti Island Adventure
Excursions in Tahiti Island AdventureExcursions in Tahiti Island Adventure
Excursions in Tahiti Island Adventure
 
How To Change A Name On American Airlines Ticket.pptx
How To Change A Name On American Airlines Ticket.pptxHow To Change A Name On American Airlines Ticket.pptx
How To Change A Name On American Airlines Ticket.pptx
 
Best Places to Stay in New Brunswick, Canada.
Best Places to Stay in New Brunswick, Canada.Best Places to Stay in New Brunswick, Canada.
Best Places to Stay in New Brunswick, Canada.
 
Wayanad-The-Touristry-Heaven to the tour.pptx
Wayanad-The-Touristry-Heaven to the tour.pptxWayanad-The-Touristry-Heaven to the tour.pptx
Wayanad-The-Touristry-Heaven to the tour.pptx
 
Top 10 Tourist Places in South India to Explore.pdf
Top 10 Tourist Places in South India to Explore.pdfTop 10 Tourist Places in South India to Explore.pdf
Top 10 Tourist Places in South India to Explore.pdf
 
Assessing the Influence of Transportation on the Tourism Industry in Nigeria
Assessing the Influence of Transportation on the  Tourism Industry in NigeriaAssessing the Influence of Transportation on the  Tourism Industry in Nigeria
Assessing the Influence of Transportation on the Tourism Industry in Nigeria
 
What Challenges Await Beginners in Snowshoeing
What Challenges Await Beginners in SnowshoeingWhat Challenges Await Beginners in Snowshoeing
What Challenges Await Beginners in Snowshoeing
 
How To Change Your Name On American Airlines Aadvantage.pptx
How To Change Your Name On American Airlines Aadvantage.pptxHow To Change Your Name On American Airlines Aadvantage.pptx
How To Change Your Name On American Airlines Aadvantage.pptx
 

Predicting Your Next Trip: A Knowledge Graph-Based Multi-task Learning Approach for Travel Destination Recommendation

Editor's Notes

  1. Present the traveller journey flow, focus on inspiration use case, recommending destination through email campaigns.