recommender-based enhancement of discovery in...

17
RESEARCH STUDIO FOR GEOREFERENCED MEDIA AND TECHNOLOGY RESEARCH STUDIOS AUSTRIA Studio iSPACE Recommender-based enhancement of Discovery in Geoportals INSPIRE Conference 2012 Bernhard Vockner, Mariana Belgiu, Manfred Mittlböck

Upload: others

Post on 25-Feb-2021

3 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

RESEARCH STUDIO FOR GEOREFERENCEDMEDIA AND TECHNOLOGY

RESEARCH STUDIOS AUSTRIAStudio iSPACE

Recommender-based enhancement of Discovery in GeoportalsINSPIRE Conference 2012

Bernhard Vockner, Mariana Belgiu, Manfred Mittlböck

Page 2: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

2June 26th, 2012

Overview

� Information Discovery

� Objectives

� Recommendations enhancing (Geo)-Web Discovery

� Integration of recommendations based on user

interactions

� Implementation

� Outlook & Discussion

Page 3: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

3June 26th, 2012

� Geoportals are main gateways to find, evaluate and start “using”

geographic information.

� Current search in Geoportals:

• Query title, abstract, keywords etc.

• Applying spatial and temporal filters

Information Discovery

Page 4: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

4June 26th, 2012

� Geoportals are main gateways to find, evaluate and start “using”

geographic information.

� Current search in Geoportals:

• Query title, abstract, keywords etc.

• Applying spatial and temporal filters

� Consistent efforts towards overcoming semantic heterogeneity

problems

• Thesaurus: GEMET

� User context as well as search results of other users are not

incorporated

Information Discovery

Page 5: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

5June 26th, 2012

1990s: catalogues

1998: search engines

~ 2000: RecommenderSystems

Information Discovery

http://www.ukoln.ac.uk/services/papers/follett/arms/lycos.gif

http://blogoscoped.com/files/google-com-history/thumb/1998.jpg

Page 6: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

6June 26th, 2012

� Discovery improvement in current Geoportal solutions

by applying well-established discovery methods from

the WWW• Autosuggestion lists

• Tag clouds

• Recommender systems

Approach

Page 7: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

7June 26th, 2012

What is a

recommender

system?

Recommendations enhancing (Geo)-Web Discovery

Amazon…….

Page 8: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

8June 26th, 2012

Recommendations enhancing (Geo)-Web Discovery

“It is estimated that cross-

selling accounts for

35% of Amazon's revenue”*

*amazon.com 2006

Page 9: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

9June 26th, 2012

Recommendations enhancing (Geo)-Web Discovery

Page 10: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

10June 26th, 2012

Recommendations enhancing (Geo)-Web Discovery

Personalized

recommendations

Rankings „together“ – Functions

Page 11: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

11June 26th, 2012

� Integration of recommendations based on user interactions

• Improvement of discovery in Geoportals by “tracking” user’s interactions with the search results & resources

• Analogy between Geoportal interactions and recommenders:

Recommendation strategies for geo-resources

Page 12: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

12June 26th, 2012

Recommendation strategies for geo-resources

rate

view

buy

Page 13: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

13June 26th, 2012

Implementation

� Easyrec (OpenSource)

Page 14: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

14June 26th, 2012

Implementation

� Easyrec (OpenSource)

� Algorithm: Association Rule Miner (ARM) – Shopping cart analyzer

• Apriori algorithm R (Agrawal & Srikant, 1994):▪ Learning algorithm for association rules

▪ “users loading their cart with item A and item B also put item C in it with a likelihood of 90%”

• SlopeOne (Lemire & Maclachlan, 2005)▪ Item-based collaborative filtering technique

▪ Assumption: behavior of certain groups can be used to conclude on particular interests of individuals

▪ Predict how a user would rate an item based on the ratings of a group of users

� Integration: JavaScript & REST-API• Information provided for recommendations:

▪ Username, Location, ID, title, thumbnail image

Page 15: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

15June 26th, 2012

Implementation

� Association Rule Miner (ARM):• is looking for pairs of items < X,Y > that appeared significantly

often together in different baskets

Page 16: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

16June 26th, 2012

Implementation

Page 17: Recommender-based enhancement of Discovery in Geoportalsinspire.ec.europa.eu/events/conferences/inspire_2012/presentations/55.pdfJune 26th, 2012 17 Outlook & Discussion Recommender

17June 26th, 2012

Outlook & Discussion

� Recommender systems can improve the quality of search results

� Additional “links” between resources based on experiences of other users are established and presented

� Further research to extend recommender-based discovery:

• Incorporation of further elements (e.g. primary search language, domain)

• Integration of contextual similarity of texts▪ Semantic text analysis