SlideShare a Scribd company logo
1 of 19
KOM - Multimedia Communications Lab
Prof. Dr.-Ing. Ralf Steinmetz (Director)
Dept. of Electrical Engineering and Information Technology
Dept. of Computer Science (adjunct Professor)
TUD – Technische Universität Darmstadt
Rundeturmstr. 10, D-64283 Darmstadt, Germany
Tel.+49 6151 166150, Fax. +49 6151 166152
www.KOM.tu-darmstadt.de
© author(s) of these slides 2012 including research results of the research network KOM and TU Darmstadt otherwise as specified at the respective slide
httc –
Hessian Telemedia Technology
Competence-Center e.V - www.httc.de
Thomas Rodenhausen
t.rodenhausen@stud.tu-darmstadt.de
12. Januar 2012
2
1
Source: www.google.com
Ranking Resources in Folksonomies
by Exploiting Semantic and Context-
specific Information
3
KOM – Multimedia Communications Lab 2Source: www.icon-finder.com, www.flickr.com, www.delicious.com, www.crokodil.de
Definition of folksonomy, adapted from
[HJSS06]
 Users 𝑈
 Resources 𝑅
 Tags 𝑇
 Tag assignment relation 𝑇𝐴𝑆 ⊆ 𝑈 × 𝑅 × 𝑇
Folksonomies
Bob sugar loaf
A tag assignment
KOM – Multimedia Communications Lab 3
Task of Ranking of Resources: “Rank resources, such that they are in
descending order of relevance towards an information need.”
user
given as query-entity
Interests
match
More
like this
resource
adapted from [Bog09]
Guided
search
tag
Find me a
resource
Ranking Resources in Folksonomies
KOM – Multimedia Communications Lab 4
“How probable do I go to B being at A”
1/5
1/4
3/5
1/3
1/2
FolkRank [HJSS06] state-of-the-art graph-based
 Based on PageRank’s random surfer [PBMW99]
|𝑅 𝑢, 𝑡 |
How to Actually Rank in Folksonomies?
Restart
3
1
1
2
1
1/4
3/4
1/4 2/3
1/5
Ranking 𝒗
 describes context
45%
29%
16%
10%
α = 1/3α
 Estimates relevance
fcbarcelona.com
messi
barca
barcaFan
 Estimates authority
KOM – Multimedia Communications Lab 5
 Assumption about folksonomy-structure violated
Source: www.icon-finder.com
Challenges of FolkRank
Concept drift
 Ambiguity
 Multi-facetedness of entities
Including quality attributes of a resource
 Authority Signals (e.g. PageRank on the Web)
 Hub signals
authority signals
hub signals
1
1
AI
(topic)
Barcelona
(location)
?
IJCAI-Proceedings.pdf
Artificial
Intelligence
(topic)
1
1
1
?1
football 1
1
?1
soccer
news
football
KOM – Multimedia Communications Lab 6
Structure
Background
• Folksonomies and Resource Ranking
• State-of-the-art FolkRank
• Challenges of FolkRank
Proposed
Approaches
• HITSonomy
• VSScore
Evaluation
• Setup
• Results
KOM – Multimedia Communications Lab 7
Proposed Approaches
IncentiveScore
 Concept drift
 Concept drift
InteliScore
 Inclusion of quality attributes of resources
HITSonomy
 Extensive description of resources/query-entity
VSScore
KOM – Multimedia Communications Lab 8
HITSonomy
FolkRank ‘thinks’ unidirectional
Combined scores yield ranking 𝒗
 Estimates relevance & authority
 Estimates relevance & hub
A B
21 2
A B
1/3 2/3 2/4
2/4
A B
1/3
2/3
2/42/4
“How probable do I go to B being at A”
A B
21 2
Additionally:
“How probable did I come from B being at A”
HITSonomy ‘thinks’ bidirectional
 Inspired by HITS [Kle99]
 Describes context
KOM – Multimedia Communications Lab 9
VSScore
Idea
 Port ranking task to vector space model [MRS08] used in text retrieval
Cowboys
1
…
0
0.8
…
0.3
…
0.2
barca
barcaFan
dallascowboys.com
 A term (usually) represents a semantic concept
Problem
 No content information of resources (in this work)
Solution
 Entities in folksonomy can be viewed as semantic concepts
 Represent resources’ content by their context
 Represent any entity by their context (e.g. a query-entity)
δ
Barcelona
Cowboys
Barcelona…
Messi...
Barcelona…
Barcelona…
FCB…
2
…
0
0
…
3
Cowboys
Barcelona
Dallas…
Cowboys…
Football…
Cowboys…
Dallas…
KOM – Multimedia Communications Lab 10
Structure
Background
• Folksonomies and Resource Ranking
• State-of-the-art FolkRank
• Challenges of FolkRank
Proposed
Approaches
• HITSonomy
• VSScore
Evaluation
• Setup
• Parameters
• Results
KOM – Multimedia Communications Lab 11
Evaluation Setup
BibSonomy corpus
Methodologies
 LeavePostOut [JMH+07]
 LeaveRTOut
Assumption: “Tag assignment indicates
relevance of resource towards information need
represented by user or tag”
Post: All tag assignments
between user and resource
RT: All tag assignments
between tag and resource
KOM – Multimedia Communications Lab 12
Evaluation Parameters
FolkRank
 LeavePostOut, given user as query-entity find me resources
 Restart propability
KOM – Multimedia Communications Lab 13
Evaluation Parameters
HITSonomy
 LeavePostOut, given user as query-entity find me resources
 Restart propability
 Weighted arithmetic mean of authority and hub score
KOM – Multimedia Communications Lab 14
Evaluation Results
LeavePostOut: 1 out
 Given user as query-entity find me resources
HITSonomy and VSScore significantly more effective than FolkRank
 Wilcoxon signed rank test on AveragePrecision
KOM – Multimedia Communications Lab 15
Evaluation Results
LeavePostOut: 33% out
 Given user as query-entity find me resources
HITSonomy and VSScore significantly more effective than FolkRank
 Wilcoxon signed rank test on AveragePrecision
KOM – Multimedia Communications Lab 16
Conclusion
HITSonomy and VSScore can beat the state-of-the-art
 In different resource ranking tasks
 Depending on LeavePostOut/LeaveRTOut, thus the conditions of the query-entity
Other proposed algorithms not as well
Methodology Interests match Guided search
LeavePostOut HITSonomy HITSonomy
LeaveNPostsOut HITSonomy HITSonomy
LeaveRTOut FolkRank,
HITSonomy,
IncentiveScore,
InteliScore
VSScore
LeaveNRTsOut FolkRank,
HITSonomy,
IncentiveScore
HITSonomy,
VSScore
Most pairwise statistical significance comparisons won:
KOM – Multimedia Communications Lab 17
Contributions
Disambiguation algorithms not evaluated
 Tag Assignment Context
 Post Context
Taxonomy for graph-based scoring/ranking algorithms
Implemented and evaluated
 Presented algorithms for ranking in folksonomies
 AInheritScore and Ascore for ranking in by activities extended folksonomies
Various other ideas for ranking described
Tag type labeling of evaluation corpus
Analysis for CROKODIL application scenario
Graph-based ranking framework
KOM – Multimedia Communications Lab 18
Future Work
Parameterization of proposed algorithms
Ranking task
Evaluation
Creation of corpora
Efficient computation
Explainability
Preprocessing of folksonomy corpus
…
 E.g. VSScore using HITSonomy result as context-description
KOM – Multimedia Communications Lab 19
Bibliography
[Bog09] T. Bogers. Recommender Systems for Social Bookmarking. PhD Thesis, Tilburg University,
2009.
[BSB+08] D. Böhnstedt, P. Scholl, B. Benz, C. Rensing, R. Steinmetz, and B. Schmitz. Einsatz
persönlicher Wissensnetze im Ressourcen-basierten Lernen. In Proceedings of the 6th
e-Learning Fachtagung Informatik, pages 113–124, 2008.
[HJSS06] A. Hotho, R. Jäschke, C. Schmitz, and G. Stumme. Information Retrieval in Folksonomies:
Search and Ranking. In Proceedings of the 3rd European Semantic Web Conference on the
Semantic Web: Research and Applications, pages 411–426, 2006.[JMH+07] Robert
Jäschke, Leandro Marinho, Andreas Hotho, Schmidt-Thie Lars, and Stum Gerd. Tag
recommendations in folksonomies. 2007
[MRS08] C. Manning, P. Raghavan, and H. Schütze. Introduction to Information Retrieval. Cambridge
University Press, 2008.
[Kle99] J. Kleinberg. Authoritative Sources in a Hyperlinked Environment. Journal of the ACM,
46:604–632, 1999.
[PBMW99] L. Page, S. Brin, R. Motwani, and T. Winograd. The PageRank Citation Ranking: Bringing
Order to the Web. Technical Report 1999-66, Stanford InfoLab, 1999.

More Related Content

What's hot

Spelling correction systems for e-commerce platforms
Spelling correction systems for e-commerce platformsSpelling correction systems for e-commerce platforms
Spelling correction systems for e-commerce platformsAnjan Goswami
 
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016Penn State University
 
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...mlaij
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISrathnaarul
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media ContentsPaolo Nesi
 
Semantics in Retrieval
Semantics in Retrieval Semantics in Retrieval
Semantics in Retrieval Gan Keng Hoon
 
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic Networks
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic NetworksRostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic Networks
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic NetworksWitology
 
Characterizing Data and Software for Social Science Research
Characterizing Data and Software for Social Science ResearchCharacterizing Data and Software for Social Science Research
Characterizing Data and Software for Social Science ResearchMicah Altman
 
Large Graph Mining
Large Graph MiningLarge Graph Mining
Large Graph MiningSabri Skhiri
 
Visual mapping sentence_a_methodological (1)
Visual mapping sentence_a_methodological (1)Visual mapping sentence_a_methodological (1)
Visual mapping sentence_a_methodological (1)Natalia Djahi
 
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...Chris Poppe
 
Odsc 2019 entity_reputation_knowledge_graph
Odsc 2019 entity_reputation_knowledge_graphOdsc 2019 entity_reputation_knowledge_graph
Odsc 2019 entity_reputation_knowledge_graphvenkatramanJ4
 
An Evolution of Deep Learning Models for AI2 Reasoning Challenge
An Evolution of Deep Learning Models for AI2 Reasoning ChallengeAn Evolution of Deep Learning Models for AI2 Reasoning Challenge
An Evolution of Deep Learning Models for AI2 Reasoning ChallengeTraian Rebedea
 
Unsupervised Word Usage Similarity in Social Media Texts
Unsupervised Word Usage Similarity in Social Media TextsUnsupervised Word Usage Similarity in Social Media Texts
Unsupervised Word Usage Similarity in Social Media TextsSpandana Gella
 
Data Tactics Analytics Brown Bag (Aug 22, 2013)
Data Tactics Analytics Brown Bag (Aug 22, 2013)Data Tactics Analytics Brown Bag (Aug 22, 2013)
Data Tactics Analytics Brown Bag (Aug 22, 2013)Rich Heimann
 
KAPA_2011_Seoul_Conference_Khan & Park
KAPA_2011_Seoul_Conference_Khan & ParkKAPA_2011_Seoul_Conference_Khan & Park
KAPA_2011_Seoul_Conference_Khan & ParkGohar Feroz Khan
 
Survey on Location Based Recommendation System Using POI
Survey on Location Based Recommendation System Using POISurvey on Location Based Recommendation System Using POI
Survey on Location Based Recommendation System Using POIIRJET Journal
 
Sherlock a deep learning approach to semantic data type dete
Sherlock a deep learning approach to semantic data type deteSherlock a deep learning approach to semantic data type dete
Sherlock a deep learning approach to semantic data type detemayank272369
 
Kapa conference scientometrics-e-govt_khan & park
Kapa conference scientometrics-e-govt_khan & parkKapa conference scientometrics-e-govt_khan & park
Kapa conference scientometrics-e-govt_khan & parkHan Woo PARK
 

What's hot (20)

PhD defense
PhD defense PhD defense
PhD defense
 
Spelling correction systems for e-commerce platforms
Spelling correction systems for e-commerce platformsSpelling correction systems for e-commerce platforms
Spelling correction systems for e-commerce platforms
 
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016
WF ED 540, CLASS MEETING 4, Structure of ggplot2 coding, 2016
 
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...
A Deep Learning Model to Predict Congressional Roll Call Votes from Legislati...
 
NE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSISNE7012- SOCIAL NETWORK ANALYSIS
NE7012- SOCIAL NETWORK ANALYSIS
 
Improving the Search Experience in a Social Network with Cross Media Contents
Improving the Search Experiencein a Social Network with Cross Media ContentsImproving the Search Experiencein a Social Network with Cross Media Contents
Improving the Search Experience in a Social Network with Cross Media Contents
 
Semantics in Retrieval
Semantics in Retrieval Semantics in Retrieval
Semantics in Retrieval
 
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic Networks
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic NetworksRostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic Networks
Rostislav Yavorsky - Research Challenges of Dynamic Socio-Semantic Networks
 
Characterizing Data and Software for Social Science Research
Characterizing Data and Software for Social Science ResearchCharacterizing Data and Software for Social Science Research
Characterizing Data and Software for Social Science Research
 
Large Graph Mining
Large Graph MiningLarge Graph Mining
Large Graph Mining
 
Visual mapping sentence_a_methodological (1)
Visual mapping sentence_a_methodological (1)Visual mapping sentence_a_methodological (1)
Visual mapping sentence_a_methodological (1)
 
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...
SeMuDate-SAMT How To Align Media Metadata Schemas, Design And Implementation ...
 
Odsc 2019 entity_reputation_knowledge_graph
Odsc 2019 entity_reputation_knowledge_graphOdsc 2019 entity_reputation_knowledge_graph
Odsc 2019 entity_reputation_knowledge_graph
 
An Evolution of Deep Learning Models for AI2 Reasoning Challenge
An Evolution of Deep Learning Models for AI2 Reasoning ChallengeAn Evolution of Deep Learning Models for AI2 Reasoning Challenge
An Evolution of Deep Learning Models for AI2 Reasoning Challenge
 
Unsupervised Word Usage Similarity in Social Media Texts
Unsupervised Word Usage Similarity in Social Media TextsUnsupervised Word Usage Similarity in Social Media Texts
Unsupervised Word Usage Similarity in Social Media Texts
 
Data Tactics Analytics Brown Bag (Aug 22, 2013)
Data Tactics Analytics Brown Bag (Aug 22, 2013)Data Tactics Analytics Brown Bag (Aug 22, 2013)
Data Tactics Analytics Brown Bag (Aug 22, 2013)
 
KAPA_2011_Seoul_Conference_Khan & Park
KAPA_2011_Seoul_Conference_Khan & ParkKAPA_2011_Seoul_Conference_Khan & Park
KAPA_2011_Seoul_Conference_Khan & Park
 
Survey on Location Based Recommendation System Using POI
Survey on Location Based Recommendation System Using POISurvey on Location Based Recommendation System Using POI
Survey on Location Based Recommendation System Using POI
 
Sherlock a deep learning approach to semantic data type dete
Sherlock a deep learning approach to semantic data type deteSherlock a deep learning approach to semantic data type dete
Sherlock a deep learning approach to semantic data type dete
 
Kapa conference scientometrics-e-govt_khan & park
Kapa conference scientometrics-e-govt_khan & parkKapa conference scientometrics-e-govt_khan & park
Kapa conference scientometrics-e-govt_khan & park
 

Viewers also liked

Jesus -up_close_part_2_-_mark
Jesus  -up_close_part_2_-_markJesus  -up_close_part_2_-_mark
Jesus -up_close_part_2_-_markManyah Speed
 
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...Jany Li
 
Tibet brochure 1
Tibet brochure 1Tibet brochure 1
Tibet brochure 1Prabir Sen
 
привільненська зош
привільненська зошпривільненська зош
привільненська зошservisosvita
 
Prashant Resume-22.11.15
Prashant Resume-22.11.15Prashant Resume-22.11.15
Prashant Resume-22.11.15Prashant Asati
 
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...Jany Li
 
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1Jany Li
 
ADA 2
ADA 2ADA 2
ADA 2Pavps
 
Joseph Flory VMET_Document(TRANSCRIPT)
Joseph Flory VMET_Document(TRANSCRIPT)Joseph Flory VMET_Document(TRANSCRIPT)
Joseph Flory VMET_Document(TRANSCRIPT)Joseph Flory
 
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) model
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) modelThinkGRC justifying the transition to an Enterprise Risk Management (ERM) model
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) modelThinkGRC
 
Intb3 amaya,amendola,canto,leon,maldonadoc
Intb3 amaya,amendola,canto,leon,maldonadocIntb3 amaya,amendola,canto,leon,maldonadoc
Intb3 amaya,amendola,canto,leon,maldonadocPavps
 
Mu0017 talent management and employee retention
Mu0017 talent management and employee retentionMu0017 talent management and employee retention
Mu0017 talent management and employee retentionconsult4solutions
 
python workshop(one of the 15 chapters)
python workshop(one of the 15 chapters)python workshop(one of the 15 chapters)
python workshop(one of the 15 chapters)Mehul shah
 
Laura updated resume 2015
Laura updated resume 2015Laura updated resume 2015
Laura updated resume 2015Laura Ogles
 

Viewers also liked (18)

Jesus -up_close_part_2_-_mark
Jesus  -up_close_part_2_-_markJesus  -up_close_part_2_-_mark
Jesus -up_close_part_2_-_mark
 
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...
(EOR/MEOR/BERO/oil recovery)Bero™ biosurfactant:laboratory experiment report+...
 
Tibet brochure 1
Tibet brochure 1Tibet brochure 1
Tibet brochure 1
 
Lesson plan
Lesson planLesson plan
Lesson plan
 
привільненська зош
привільненська зошпривільненська зош
привільненська зош
 
Asset Allocation
Asset AllocationAsset Allocation
Asset Allocation
 
Bloque 1
Bloque 1Bloque 1
Bloque 1
 
Prashant Resume-22.11.15
Prashant Resume-22.11.15Prashant Resume-22.11.15
Prashant Resume-22.11.15
 
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...
(EOR/MEOR/BERO/oil recovery) Application of bero™ biosurfactant in wyoming an...
 
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1
(EOR/MEOR/BERO) BERO™ biosurfactant technology introduction 1
 
ADA 2
ADA 2ADA 2
ADA 2
 
Fruit ganic
Fruit ganicFruit ganic
Fruit ganic
 
Joseph Flory VMET_Document(TRANSCRIPT)
Joseph Flory VMET_Document(TRANSCRIPT)Joseph Flory VMET_Document(TRANSCRIPT)
Joseph Flory VMET_Document(TRANSCRIPT)
 
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) model
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) modelThinkGRC justifying the transition to an Enterprise Risk Management (ERM) model
ThinkGRC justifying the transition to an Enterprise Risk Management (ERM) model
 
Intb3 amaya,amendola,canto,leon,maldonadoc
Intb3 amaya,amendola,canto,leon,maldonadocIntb3 amaya,amendola,canto,leon,maldonadoc
Intb3 amaya,amendola,canto,leon,maldonadoc
 
Mu0017 talent management and employee retention
Mu0017 talent management and employee retentionMu0017 talent management and employee retention
Mu0017 talent management and employee retention
 
python workshop(one of the 15 chapters)
python workshop(one of the 15 chapters)python workshop(one of the 15 chapters)
python workshop(one of the 15 chapters)
 
Laura updated resume 2015
Laura updated resume 2015Laura updated resume 2015
Laura updated resume 2015
 

Similar to Ranking Resources in Folksonomies by Exploiting Semantic and Context-specific Information

Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0
Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0
Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0Mojisola Erdt née Anjorin
 
Exploiting Semantic Information for Graph-based Recommendations of Learning R...
Exploiting Semantic Information for Graph-based Recommendations of Learning R...Exploiting Semantic Information for Graph-based Recommendations of Learning R...
Exploiting Semantic Information for Graph-based Recommendations of Learning R...Mojisola Erdt née Anjorin
 
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision MakingPatrick Sunter
 
Context Determines Content - An Approach to Resource Recommendation in Folkso...
Context Determines Content - An Approach to Resource Recommendation in Folkso...Context Determines Content - An Approach to Resource Recommendation in Folkso...
Context Determines Content - An Approach to Resource Recommendation in Folkso...Mojisola Erdt née Anjorin
 
A Social Network-Empowered Research Analytics Framework For Project Selection
A Social Network-Empowered Research Analytics Framework For Project SelectionA Social Network-Empowered Research Analytics Framework For Project Selection
A Social Network-Empowered Research Analytics Framework For Project SelectionNat Rice
 
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...Christoph Rensing
 
An Introduction to Information Retrieval and Applications
 An Introduction to Information Retrieval and Applications An Introduction to Information Retrieval and Applications
An Introduction to Information Retrieval and Applications sathish sak
 
Robust Expert Finding in Web-Based Community Information Systems
Robust Expert Finding in Web-Based Community Information SystemsRobust Expert Finding in Web-Based Community Information Systems
Robust Expert Finding in Web-Based Community Information SystemsRalf Klamma
 
Looking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseLooking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseArjen de Vries
 
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...Amit Sheth
 
PATHS state of the art monitoring report
PATHS state of the art monitoring reportPATHS state of the art monitoring report
PATHS state of the art monitoring reportpathsproject
 
Serious Games Analytics - Lecture at TU Darmstadt
Serious Games Analytics - Lecture at TU DarmstadtSerious Games Analytics - Lecture at TU Darmstadt
Serious Games Analytics - Lecture at TU DarmstadtLaila Shoukry
 
Ullmann
UllmannUllmann
Ullmannanesah
 
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...GUANGYUAN PIAO
 
Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab
 
Social Media and Text Analytics
Social Media and Text AnalyticsSocial Media and Text Analytics
Social Media and Text AnalyticsRushikeshChikane2
 
Workset Creation for Scholarly Analysis Project presentation at CNI 2013
Workset Creation for Scholarly Analysis Project presentation at CNI 2013Workset Creation for Scholarly Analysis Project presentation at CNI 2013
Workset Creation for Scholarly Analysis Project presentation at CNI 2013Harriett Green
 
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...Daniele Malitesta
 
Understanding everyday users’ perception of socio-technical issues through s...
Understanding everyday users’ perception of  socio-technical issues through s...Understanding everyday users’ perception of  socio-technical issues through s...
Understanding everyday users’ perception of socio-technical issues through s...Ahreum lee
 

Similar to Ranking Resources in Folksonomies by Exploiting Semantic and Context-specific Information (20)

Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0
Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0
Erster f vortrag_personalized_rec_sys_for_rbl__20110919_ma_v5.0
 
Exploiting Semantic Information for Graph-based Recommendations of Learning R...
Exploiting Semantic Information for Graph-based Recommendations of Learning R...Exploiting Semantic Information for Graph-based Recommendations of Learning R...
Exploiting Semantic Information for Graph-based Recommendations of Learning R...
 
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
2013 Melbourne Software Freedom Day talk - FOSS in Public Decision Making
 
Context Determines Content - An Approach to Resource Recommendation in Folkso...
Context Determines Content - An Approach to Resource Recommendation in Folkso...Context Determines Content - An Approach to Resource Recommendation in Folkso...
Context Determines Content - An Approach to Resource Recommendation in Folkso...
 
A Social Network-Empowered Research Analytics Framework For Project Selection
A Social Network-Empowered Research Analytics Framework For Project SelectionA Social Network-Empowered Research Analytics Framework For Project Selection
A Social Network-Empowered Research Analytics Framework For Project Selection
 
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...
Investigating Crowdsourcing as an Evaluation Method for (TEL) Recommender Sy...
 
An Introduction to Information Retrieval and Applications
 An Introduction to Information Retrieval and Applications An Introduction to Information Retrieval and Applications
An Introduction to Information Retrieval and Applications
 
Robust Expert Finding in Web-Based Community Information Systems
Robust Expert Finding in Web-Based Community Information SystemsRobust Expert Finding in Web-Based Community Information Systems
Robust Expert Finding in Web-Based Community Information Systems
 
Looking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterpriseLooking beyond plain text for document representation in the enterprise
Looking beyond plain text for document representation in the enterprise
 
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...
Semantic Web & Information Brokering: Opportunities, Commercialization and Ch...
 
PATHS state of the art monitoring report
PATHS state of the art monitoring reportPATHS state of the art monitoring report
PATHS state of the art monitoring report
 
Serious Games Analytics - Lecture at TU Darmstadt
Serious Games Analytics - Lecture at TU DarmstadtSerious Games Analytics - Lecture at TU Darmstadt
Serious Games Analytics - Lecture at TU Darmstadt
 
Ullmann
UllmannUllmann
Ullmann
 
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...
SEMANTiCS2016 - Exploring Dynamics and Semantics of User Interests for User ...
 
Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research OverviewMultimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
Multimedia Communications Lab (KOM) - TU Darmstadt - Research Overview
 
Social Media and Text Analytics
Social Media and Text AnalyticsSocial Media and Text Analytics
Social Media and Text Analytics
 
2010 sigdoc keynote
2010 sigdoc keynote2010 sigdoc keynote
2010 sigdoc keynote
 
Workset Creation for Scholarly Analysis Project presentation at CNI 2013
Workset Creation for Scholarly Analysis Project presentation at CNI 2013Workset Creation for Scholarly Analysis Project presentation at CNI 2013
Workset Creation for Scholarly Analysis Project presentation at CNI 2013
 
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...
[MMIR@MM2023] On Popularity Bias of Multimodal-aware Recommender Systems: A M...
 
Understanding everyday users’ perception of socio-technical issues through s...
Understanding everyday users’ perception of  socio-technical issues through s...Understanding everyday users’ perception of  socio-technical issues through s...
Understanding everyday users’ perception of socio-technical issues through s...
 

Recently uploaded

9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 

Recently uploaded (20)

9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 

Ranking Resources in Folksonomies by Exploiting Semantic and Context-specific Information

  • 1. KOM - Multimedia Communications Lab Prof. Dr.-Ing. Ralf Steinmetz (Director) Dept. of Electrical Engineering and Information Technology Dept. of Computer Science (adjunct Professor) TUD – Technische Universität Darmstadt Rundeturmstr. 10, D-64283 Darmstadt, Germany Tel.+49 6151 166150, Fax. +49 6151 166152 www.KOM.tu-darmstadt.de © author(s) of these slides 2012 including research results of the research network KOM and TU Darmstadt otherwise as specified at the respective slide httc – Hessian Telemedia Technology Competence-Center e.V - www.httc.de Thomas Rodenhausen t.rodenhausen@stud.tu-darmstadt.de 12. Januar 2012 2 1 Source: www.google.com Ranking Resources in Folksonomies by Exploiting Semantic and Context- specific Information 3
  • 2. KOM – Multimedia Communications Lab 2Source: www.icon-finder.com, www.flickr.com, www.delicious.com, www.crokodil.de Definition of folksonomy, adapted from [HJSS06]  Users 𝑈  Resources 𝑅  Tags 𝑇  Tag assignment relation 𝑇𝐴𝑆 ⊆ 𝑈 × 𝑅 × 𝑇 Folksonomies Bob sugar loaf A tag assignment
  • 3. KOM – Multimedia Communications Lab 3 Task of Ranking of Resources: “Rank resources, such that they are in descending order of relevance towards an information need.” user given as query-entity Interests match More like this resource adapted from [Bog09] Guided search tag Find me a resource Ranking Resources in Folksonomies
  • 4. KOM – Multimedia Communications Lab 4 “How probable do I go to B being at A” 1/5 1/4 3/5 1/3 1/2 FolkRank [HJSS06] state-of-the-art graph-based  Based on PageRank’s random surfer [PBMW99] |𝑅 𝑢, 𝑡 | How to Actually Rank in Folksonomies? Restart 3 1 1 2 1 1/4 3/4 1/4 2/3 1/5 Ranking 𝒗  describes context 45% 29% 16% 10% α = 1/3α  Estimates relevance fcbarcelona.com messi barca barcaFan  Estimates authority
  • 5. KOM – Multimedia Communications Lab 5  Assumption about folksonomy-structure violated Source: www.icon-finder.com Challenges of FolkRank Concept drift  Ambiguity  Multi-facetedness of entities Including quality attributes of a resource  Authority Signals (e.g. PageRank on the Web)  Hub signals authority signals hub signals 1 1 AI (topic) Barcelona (location) ? IJCAI-Proceedings.pdf Artificial Intelligence (topic) 1 1 1 ?1 football 1 1 ?1 soccer news football
  • 6. KOM – Multimedia Communications Lab 6 Structure Background • Folksonomies and Resource Ranking • State-of-the-art FolkRank • Challenges of FolkRank Proposed Approaches • HITSonomy • VSScore Evaluation • Setup • Results
  • 7. KOM – Multimedia Communications Lab 7 Proposed Approaches IncentiveScore  Concept drift  Concept drift InteliScore  Inclusion of quality attributes of resources HITSonomy  Extensive description of resources/query-entity VSScore
  • 8. KOM – Multimedia Communications Lab 8 HITSonomy FolkRank ‘thinks’ unidirectional Combined scores yield ranking 𝒗  Estimates relevance & authority  Estimates relevance & hub A B 21 2 A B 1/3 2/3 2/4 2/4 A B 1/3 2/3 2/42/4 “How probable do I go to B being at A” A B 21 2 Additionally: “How probable did I come from B being at A” HITSonomy ‘thinks’ bidirectional  Inspired by HITS [Kle99]  Describes context
  • 9. KOM – Multimedia Communications Lab 9 VSScore Idea  Port ranking task to vector space model [MRS08] used in text retrieval Cowboys 1 … 0 0.8 … 0.3 … 0.2 barca barcaFan dallascowboys.com  A term (usually) represents a semantic concept Problem  No content information of resources (in this work) Solution  Entities in folksonomy can be viewed as semantic concepts  Represent resources’ content by their context  Represent any entity by their context (e.g. a query-entity) δ Barcelona Cowboys Barcelona… Messi... Barcelona… Barcelona… FCB… 2 … 0 0 … 3 Cowboys Barcelona Dallas… Cowboys… Football… Cowboys… Dallas…
  • 10. KOM – Multimedia Communications Lab 10 Structure Background • Folksonomies and Resource Ranking • State-of-the-art FolkRank • Challenges of FolkRank Proposed Approaches • HITSonomy • VSScore Evaluation • Setup • Parameters • Results
  • 11. KOM – Multimedia Communications Lab 11 Evaluation Setup BibSonomy corpus Methodologies  LeavePostOut [JMH+07]  LeaveRTOut Assumption: “Tag assignment indicates relevance of resource towards information need represented by user or tag” Post: All tag assignments between user and resource RT: All tag assignments between tag and resource
  • 12. KOM – Multimedia Communications Lab 12 Evaluation Parameters FolkRank  LeavePostOut, given user as query-entity find me resources  Restart propability
  • 13. KOM – Multimedia Communications Lab 13 Evaluation Parameters HITSonomy  LeavePostOut, given user as query-entity find me resources  Restart propability  Weighted arithmetic mean of authority and hub score
  • 14. KOM – Multimedia Communications Lab 14 Evaluation Results LeavePostOut: 1 out  Given user as query-entity find me resources HITSonomy and VSScore significantly more effective than FolkRank  Wilcoxon signed rank test on AveragePrecision
  • 15. KOM – Multimedia Communications Lab 15 Evaluation Results LeavePostOut: 33% out  Given user as query-entity find me resources HITSonomy and VSScore significantly more effective than FolkRank  Wilcoxon signed rank test on AveragePrecision
  • 16. KOM – Multimedia Communications Lab 16 Conclusion HITSonomy and VSScore can beat the state-of-the-art  In different resource ranking tasks  Depending on LeavePostOut/LeaveRTOut, thus the conditions of the query-entity Other proposed algorithms not as well Methodology Interests match Guided search LeavePostOut HITSonomy HITSonomy LeaveNPostsOut HITSonomy HITSonomy LeaveRTOut FolkRank, HITSonomy, IncentiveScore, InteliScore VSScore LeaveNRTsOut FolkRank, HITSonomy, IncentiveScore HITSonomy, VSScore Most pairwise statistical significance comparisons won:
  • 17. KOM – Multimedia Communications Lab 17 Contributions Disambiguation algorithms not evaluated  Tag Assignment Context  Post Context Taxonomy for graph-based scoring/ranking algorithms Implemented and evaluated  Presented algorithms for ranking in folksonomies  AInheritScore and Ascore for ranking in by activities extended folksonomies Various other ideas for ranking described Tag type labeling of evaluation corpus Analysis for CROKODIL application scenario Graph-based ranking framework
  • 18. KOM – Multimedia Communications Lab 18 Future Work Parameterization of proposed algorithms Ranking task Evaluation Creation of corpora Efficient computation Explainability Preprocessing of folksonomy corpus …  E.g. VSScore using HITSonomy result as context-description
  • 19. KOM – Multimedia Communications Lab 19 Bibliography [Bog09] T. Bogers. Recommender Systems for Social Bookmarking. PhD Thesis, Tilburg University, 2009. [BSB+08] D. Böhnstedt, P. Scholl, B. Benz, C. Rensing, R. Steinmetz, and B. Schmitz. Einsatz persönlicher Wissensnetze im Ressourcen-basierten Lernen. In Proceedings of the 6th e-Learning Fachtagung Informatik, pages 113–124, 2008. [HJSS06] A. Hotho, R. Jäschke, C. Schmitz, and G. Stumme. Information Retrieval in Folksonomies: Search and Ranking. In Proceedings of the 3rd European Semantic Web Conference on the Semantic Web: Research and Applications, pages 411–426, 2006.[JMH+07] Robert Jäschke, Leandro Marinho, Andreas Hotho, Schmidt-Thie Lars, and Stum Gerd. Tag recommendations in folksonomies. 2007 [MRS08] C. Manning, P. Raghavan, and H. Schütze. Introduction to Information Retrieval. Cambridge University Press, 2008. [Kle99] J. Kleinberg. Authoritative Sources in a Hyperlinked Environment. Journal of the ACM, 46:604–632, 1999. [PBMW99] L. Page, S. Brin, R. Motwani, and T. Winograd. The PageRank Citation Ranking: Bringing Order to the Web. Technical Report 1999-66, Stanford InfoLab, 1999.

Editor's Notes

  1. |
  2. Name CROKODIL as the application scenario in which this thesis has been done
  3. Explain information need and relevance briefly
  4. Explain Graph creation briefly Example Explain how relevance and authority are determined
  5. Give principle idea on IncentiveScore und InteliScore
  6. Explain LeavePostOut, LeaveRTOut and give brief example for the different ranking tasks (interests match, guided search)
  7. Recall biased jump from example
  8. Recall biased jump from example How to combine authority&relevance and hub&relevance score?
  9. Explain vioplot AveragePrecisions not normally distributed -> no t.test
  10. About a 1/3 of resources thus removed from user
  11. E.g. VSSCore with HITS ranking as context description or VSScore with context described in external corpus Ranking for tag recommendation e.g. Evaluation in CROKODIL scenario to determine true utility for activities (learning task) CROKODIL corpus would be great to have true assessment of tag types as manual labeling is cumbersome Efficient computation is usually important for creation of ranking: VSScore is slow or has to be stored Scrutability can be desirable