SlideShare uma empresa Scribd logo
1 de 20
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
SEMANTIC TAGS GENERATION AND RETRIEVAL
FOR ONLINE ADVERTISING
1Politecnico di Bari
Via Orabona, 4
70125 Bari (ITALY)
2University of Trento
Via Sommarive, 14
38100 Trento (ITALY)
Roberto Mirizzi1, Azzurra Ragone1,2,
Tommaso Di Noia1, Eugenio Di Sciascio1
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Outline
Tags in Web 2.0 → 3.0
Computational advertising
NOT (Not Only Tag): semantic tag cloud
generation
DBpediaRanker: RDF ranking in DBpedia
Conclusion and Future work
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Who is using tags nowadays?
and many
more…
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
What about Tags in Online Advertising?
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
BigG (& co.) helps you… in half (i)
…nice, but there is no
“semantics” in it.
You can not expand your
keywords list exploiting the
meaning of a term
(keyword/tag/query)
https://adwords.google.com/select/KeywordToolExternal
Keyword Tool
 Based on actual Google
search queries
 Generates keywords
based on the content of a
URL, words or phrases
1
2
3
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
BigG (& co.) helps you… in half (ii)
…nice, but there is no
“semantics” in it.
You can not expand your
keywords list exploiting the
meaning of a term
(keyword/tag/query)
Keyword Tool
 Based on actual Google
search queries
 Generates keywords
based on the content of a
URL, words or phrases
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Why not to use Semantic tags?
Plugged into the Web 3.0
Disambiguation
Relations among tags
Machine understandable
NOT: Not Only Tag
http://sisinflab.poliba.it/not-only-tag/
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
NOT: Not Only Tag
Objectives
 Assist advertisers to
create more efficient ads
campaigns
 Support ads providers to
properly match ads
content to keywords in
search engines
Improve
advertiser experience and ad selection
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
What is behind NOT? (i)
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
What is behind NOT? (ii)
Comments
 DBpedia resources are
highly interconnected
in the RDF graph
 Not all the relevant
resources for a given
node are its direct
neighbors
1. Explore the
neighborhood of a
resource to discover
new relevant
resources not
directly connected to
it
2. Rank the results
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
DBpedia graph exploration in NOT
Open_source_CMS Web_application_frameworks
Content_management_systems Free_business_software …
…
Web_development Web_applications
JavaServer_Faces Python_web_application_frameworks
Zend_Framework
Joomla_extensions
skos:subject skos:broaderCategoryArticle
Legend
…
……
Magento
…
PHP
Drupal
…
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
The functional architecture
Back-end
Query engine
Storage
Tag Cloud
Generator
GUI
Ext.InfoSources
DBpedia
Lookup
Service
Interface
Delicious
Yahoo!
Bing
Google
Graph
Explorer
SPARQL
Context
Analyzer
Ranker
Offline computation
Linked Data graph
exploration
Rank nodes exploiting
external information
Store results as pairs of
nodes together with their
similarity
Runtime Search
Start typing a query
Query the system for
relevant tags
(corresponding to DBpedia
resources)
Show the semantic tag
cloud
1
2
3
1
2
3
OfflinecomputationRuntimesearch
1
2
3
1
2
3
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
DBpediaRanker: ranking
?r1 ?r2
isSimilar
v
hasValue
einfo_sourc2
21
1
21
einfo_sourc21
)(
),(
)(
),(
),(
rf
rrf
rf
rrf
rrsim 






viceversaandrandrbetweenwikilink,2
saor viceverrandrbetweenkwikilin,1
randrbetweenwikilinkno,0
),(
21
21
21
21 rrorewikilinkSc
)(
),(
),(
2
12
21
rl
rrl
rroreabstractSc 
Graph-based and text-based ranking
Ranking based on external sources
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
DBpediaRanker: an example (i)
wikilinkScore(Zend_Framework, PHP) = 2 abstractScore(Zend_Framework, PHP) = 1.0
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
DBpediaRanker: an example (ii)
sim(Zend_Framework, PHP)Google = 1.53e6 / 2.96e6 + 1.53e6 / 1.71e9 ≈ 0.52 + 0
delicious
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
DBpediaRanker: context analysis
The same similarity measure is used in the context analysis
?r1
?c1
belongsTo
v
hasValue
?c2
?c…
?cN
C
Example:
C = {Programming Languages, Databases, Software}
Does Dennis Ritchie belong to the given context?
Algorithm:
If(v>THRESHOLD) then
r1 belongs to the context;
add r1 to the graph exploration queue
Else
r1 does not belong to the context;
exclude r1 from graph exploration
EndIf
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Evaluation (i)
http://sisinflab.poliba.it/evaluation
 Comparison of 5 different algorithms
 50 volunteers
 Researchers in the ICT area
 244 votes collected (on average 5 votes for each users)
 Average time to vote: 1min and 40secs
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Evaluation (ii)
http://sisinflab.poliba.it/evaluation/data
3.91 - Good
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Conclusion
 NOT: a prototype system for tag cloud generation in
semantic advertising
 DBpediaRanker: ranking algorithms for resources in
DBpedia
Future work
 Use the back-end of the system to develop new interfaces
for exploratory browsing
 Improve ranking algorithms
 Combine a content-based recommendation and a
collaborative-filtering approach
 Develop a platform to test our system with real ads about
different domains
CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management
October 29, 2010 – Fairmont Royal York, Toronto, Canada
Q&A
Thanks for your attention!
SEMANTIC TAGS GENERATION AND RETRIEVAL FOR ONLINE ADVERTISING (CIKM 2010)
If you're interested in learning more…
1. Roberto Mirizzi, Tommaso Di Noia. From Exploratory Search to Web Search and back. 4th Workshop for Ph.D. Students in Information
and Knowledge Management (PIKM 2010)
2. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Ranking the Linked Data: the case of DBpedia. 10th
International Conference on Web Engineering (ICWE 2010)
3. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic tag cloud generation via DBpedia. 11th International
Conference on Electronic Commerce and Web Technologies (EC-Web 2010)
4. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic tagging for crowd computing. 18th Italian
Symposium on Advanced Database Systems (SEBD 2010)
5. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic Wonder Cloud: exploratory search in DBpedia. 2th
International Workshop on Semantic Web Information Management (SWIM 2010) - Best Workshop Paper at International Conference on
Web Engineering (ICWE 2010)
Roberto Mirizzi - mirizzi@deemail.poliba.it
See you tomorrow at PIKM 2010 in Room Alberta at 4pm with…
From Exploratory Search to Web Search and back

Mais conteúdo relacionado

Destaque

LocWeb 2014 Workshop at CIKM
LocWeb 2014 Workshop at CIKMLocWeb 2014 Workshop at CIKM
LocWeb 2014 Workshop at CIKMDirk Ahlers
 
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...Minsuk Kahng
 
Ranking the Linked Data: the case of DBpedia - ICWE 2010
Ranking the Linked Data: the case of DBpedia - ICWE 2010Ranking the Linked Data: the case of DBpedia - ICWE 2010
Ranking the Linked Data: the case of DBpedia - ICWE 2010Roku
 
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...CUbRIK Project
 
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct 2014
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct  2014 CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct  2014
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct 2014 AFAAS
 
Leveraging Joint Interactions for Credibility Analysis in News Communities
Leveraging Joint Interactions for Credibility Analysis in News CommunitiesLeveraging Joint Interactions for Credibility Analysis in News Communities
Leveraging Joint Interactions for Credibility Analysis in News CommunitiesSubhabrata Mukherjee
 
CIKM 2009 - Efficient itemset generator discovery over a stream sliding window
CIKM 2009 - Efficient itemset generator discovery over a stream sliding windowCIKM 2009 - Efficient itemset generator discovery over a stream sliding window
CIKM 2009 - Efficient itemset generator discovery over a stream sliding windowChuancong Gao
 
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...Yuto Yamaguchi
 
Porter's Diamond Analysis
Porter's Diamond AnalysisPorter's Diamond Analysis
Porter's Diamond AnalysisNeelam Asad
 
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...Shuai Yuan
 

Destaque (10)

LocWeb 2014 Workshop at CIKM
LocWeb 2014 Workshop at CIKMLocWeb 2014 Workshop at CIKM
LocWeb 2014 Workshop at CIKM
 
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...
Ranking Objects by Following Paths in Entity-Relationship Graphs (PhD Worksho...
 
Ranking the Linked Data: the case of DBpedia - ICWE 2010
Ranking the Linked Data: the case of DBpedia - ICWE 2010Ranking the Linked Data: the case of DBpedia - ICWE 2010
Ranking the Linked Data: the case of DBpedia - ICWE 2010
 
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...
CUbRIK Research at CIKM 2012: Efficient Jaccard-based Diversity Analysis of L...
 
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct 2014
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct  2014 CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct  2014
CIKM Presentation at the AFAAS Review Workshop Addis-Ababa 15 oct 2014
 
Leveraging Joint Interactions for Credibility Analysis in News Communities
Leveraging Joint Interactions for Credibility Analysis in News CommunitiesLeveraging Joint Interactions for Credibility Analysis in News Communities
Leveraging Joint Interactions for Credibility Analysis in News Communities
 
CIKM 2009 - Efficient itemset generator discovery over a stream sliding window
CIKM 2009 - Efficient itemset generator discovery over a stream sliding windowCIKM 2009 - Efficient itemset generator discovery over a stream sliding window
CIKM 2009 - Efficient itemset generator discovery over a stream sliding window
 
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...
Online User Location Inference Exploiting Spatiotemporal Correlations in Soci...
 
Porter's Diamond Analysis
Porter's Diamond AnalysisPorter's Diamond Analysis
Porter's Diamond Analysis
 
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...
CIKM 2013 Tutorial: Real-time Bidding: A New Frontier of Computational Advert...
 

Semelhante a Semantic Tags Generation and Retrieval for Online Advertising - CIKM 2010

Lee Feigenbaum Presentation
Lee Feigenbaum PresentationLee Feigenbaum Presentation
Lee Feigenbaum PresentationMediabistro
 
The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0Chiara Fox Ogan
 
10 IT Automation Conferences to Attend
10 IT Automation Conferences to Attend10 IT Automation Conferences to Attend
10 IT Automation Conferences to AttendCloudCheckr
 
Will Robots Take all the Jobs? Not yet.
Will Robots Take all the Jobs? Not yet.Will Robots Take all the Jobs? Not yet.
Will Robots Take all the Jobs? Not yet.Dagmar Monett
 
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
 
Sti community – an approach for a semantically enhanced company platform 20...
Sti community – an approach for a semantically enhanced company platform   20...Sti community – an approach for a semantically enhanced company platform   20...
Sti community – an approach for a semantically enhanced company platform 20...STIinnsbruck
 
Metadata Tagging in Education—What Every Publisher and Content Developer Need...
Metadata Tagging in Education—What Every Publisher and Content Developer Need...Metadata Tagging in Education—What Every Publisher and Content Developer Need...
Metadata Tagging in Education—What Every Publisher and Content Developer Need...AAP PreK-12 Learning Group
 
Driver Guidelines and Repository Interoperability
Driver Guidelines and Repository InteroperabilityDriver Guidelines and Repository Interoperability
Driver Guidelines and Repository Interoperabilitymaurice.vanderfeesten
 
CALL FOR PAPERS - International Conference on Data Science and Applications (...
CALL FOR PAPERS - International Conference on Data Science and Applications (...CALL FOR PAPERS - International Conference on Data Science and Applications (...
CALL FOR PAPERS - International Conference on Data Science and Applications (...dannyijwest
 
Rank | Analyse | Lead | Search
Rank | Analyse | Lead | SearchRank | Analyse | Lead | Search
Rank | Analyse | Lead | Searchsopekmir
 
International Conference on Data Science and Machine Learning (DSML 2020)
International Conference on Data Science and Machine Learning (DSML 2020)International Conference on Data Science and Machine Learning (DSML 2020)
International Conference on Data Science and Machine Learning (DSML 2020)ijdms
 
Toronto ICT Cluster
Toronto ICT ClusterToronto ICT Cluster
Toronto ICT Clustermcarapic
 
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...LeanIX GmbH
 
HITEC 2009 Web 2.0 Technology - Impact on Hospitality
HITEC 2009 Web 2.0 Technology - Impact on HospitalityHITEC 2009 Web 2.0 Technology - Impact on Hospitality
HITEC 2009 Web 2.0 Technology - Impact on HospitalityRobert Cole
 

Semelhante a Semantic Tags Generation and Retrieval for Online Advertising - CIKM 2010 (20)

Lee Feigenbaum Presentation
Lee Feigenbaum PresentationLee Feigenbaum Presentation
Lee Feigenbaum Presentation
 
The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0The Semantic Web: What IAs Need to Know About Web 3.0
The Semantic Web: What IAs Need to Know About Web 3.0
 
West cfp
West cfpWest cfp
West cfp
 
10 IT Automation Conferences to Attend
10 IT Automation Conferences to Attend10 IT Automation Conferences to Attend
10 IT Automation Conferences to Attend
 
Will Robots Take all the Jobs? Not yet.
Will Robots Take all the Jobs? Not yet.Will Robots Take all the Jobs? Not yet.
Will Robots Take all the Jobs? Not yet.
 
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...
 
Jung 2010
Jung 2010Jung 2010
Jung 2010
 
Sti community – an approach for a semantically enhanced company platform 20...
Sti community – an approach for a semantically enhanced company platform   20...Sti community – an approach for a semantically enhanced company platform   20...
Sti community – an approach for a semantically enhanced company platform 20...
 
Metadata Tagging in Education—What Every Publisher and Content Developer Need...
Metadata Tagging in Education—What Every Publisher and Content Developer Need...Metadata Tagging in Education—What Every Publisher and Content Developer Need...
Metadata Tagging in Education—What Every Publisher and Content Developer Need...
 
SDoW2010 keynote
SDoW2010 keynoteSDoW2010 keynote
SDoW2010 keynote
 
Driver Guidelines and Repository Interoperability
Driver Guidelines and Repository InteroperabilityDriver Guidelines and Repository Interoperability
Driver Guidelines and Repository Interoperability
 
CALL FOR PAPERS - International Conference on Data Science and Applications (...
CALL FOR PAPERS - International Conference on Data Science and Applications (...CALL FOR PAPERS - International Conference on Data Science and Applications (...
CALL FOR PAPERS - International Conference on Data Science and Applications (...
 
Rank | Analyse | Lead | Search
Rank | Analyse | Lead | SearchRank | Analyse | Lead | Search
Rank | Analyse | Lead | Search
 
International Conference on Data Science and Machine Learning (DSML 2020)
International Conference on Data Science and Machine Learning (DSML 2020)International Conference on Data Science and Machine Learning (DSML 2020)
International Conference on Data Science and Machine Learning (DSML 2020)
 
Toronto ICT Cluster
Toronto ICT ClusterToronto ICT Cluster
Toronto ICT Cluster
 
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...
Manage Technology Obsolescence with LeanIX BDNA Technopedia Integration - Ent...
 
E2.0 summit frankfurt
E2.0 summit frankfurtE2.0 summit frankfurt
E2.0 summit frankfurt
 
Semantic Web, e-commerce
Semantic Web, e-commerceSemantic Web, e-commerce
Semantic Web, e-commerce
 
bonino
boninobonino
bonino
 
HITEC 2009 Web 2.0 Technology - Impact on Hospitality
HITEC 2009 Web 2.0 Technology - Impact on HospitalityHITEC 2009 Web 2.0 Technology - Impact on Hospitality
HITEC 2009 Web 2.0 Technology - Impact on Hospitality
 

Último

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 

Último (20)

Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 

Semantic Tags Generation and Retrieval for Online Advertising - CIKM 2010

  • 1. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada SEMANTIC TAGS GENERATION AND RETRIEVAL FOR ONLINE ADVERTISING 1Politecnico di Bari Via Orabona, 4 70125 Bari (ITALY) 2University of Trento Via Sommarive, 14 38100 Trento (ITALY) Roberto Mirizzi1, Azzurra Ragone1,2, Tommaso Di Noia1, Eugenio Di Sciascio1
  • 2. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Outline Tags in Web 2.0 → 3.0 Computational advertising NOT (Not Only Tag): semantic tag cloud generation DBpediaRanker: RDF ranking in DBpedia Conclusion and Future work
  • 3. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Who is using tags nowadays? and many more…
  • 4. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada What about Tags in Online Advertising?
  • 5. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada BigG (& co.) helps you… in half (i) …nice, but there is no “semantics” in it. You can not expand your keywords list exploiting the meaning of a term (keyword/tag/query) https://adwords.google.com/select/KeywordToolExternal Keyword Tool  Based on actual Google search queries  Generates keywords based on the content of a URL, words or phrases 1 2 3
  • 6. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada BigG (& co.) helps you… in half (ii) …nice, but there is no “semantics” in it. You can not expand your keywords list exploiting the meaning of a term (keyword/tag/query) Keyword Tool  Based on actual Google search queries  Generates keywords based on the content of a URL, words or phrases
  • 7. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Why not to use Semantic tags? Plugged into the Web 3.0 Disambiguation Relations among tags Machine understandable NOT: Not Only Tag http://sisinflab.poliba.it/not-only-tag/
  • 8. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada NOT: Not Only Tag Objectives  Assist advertisers to create more efficient ads campaigns  Support ads providers to properly match ads content to keywords in search engines Improve advertiser experience and ad selection
  • 9. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada What is behind NOT? (i)
  • 10. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada What is behind NOT? (ii) Comments  DBpedia resources are highly interconnected in the RDF graph  Not all the relevant resources for a given node are its direct neighbors 1. Explore the neighborhood of a resource to discover new relevant resources not directly connected to it 2. Rank the results
  • 11. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada DBpedia graph exploration in NOT Open_source_CMS Web_application_frameworks Content_management_systems Free_business_software … … Web_development Web_applications JavaServer_Faces Python_web_application_frameworks Zend_Framework Joomla_extensions skos:subject skos:broaderCategoryArticle Legend … …… Magento … PHP Drupal …
  • 12. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada The functional architecture Back-end Query engine Storage Tag Cloud Generator GUI Ext.InfoSources DBpedia Lookup Service Interface Delicious Yahoo! Bing Google Graph Explorer SPARQL Context Analyzer Ranker Offline computation Linked Data graph exploration Rank nodes exploiting external information Store results as pairs of nodes together with their similarity Runtime Search Start typing a query Query the system for relevant tags (corresponding to DBpedia resources) Show the semantic tag cloud 1 2 3 1 2 3 OfflinecomputationRuntimesearch 1 2 3 1 2 3
  • 13. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada DBpediaRanker: ranking ?r1 ?r2 isSimilar v hasValue einfo_sourc2 21 1 21 einfo_sourc21 )( ),( )( ),( ),( rf rrf rf rrf rrsim        viceversaandrandrbetweenwikilink,2 saor viceverrandrbetweenkwikilin,1 randrbetweenwikilinkno,0 ),( 21 21 21 21 rrorewikilinkSc )( ),( ),( 2 12 21 rl rrl rroreabstractSc  Graph-based and text-based ranking Ranking based on external sources
  • 14. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada DBpediaRanker: an example (i) wikilinkScore(Zend_Framework, PHP) = 2 abstractScore(Zend_Framework, PHP) = 1.0
  • 15. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada DBpediaRanker: an example (ii) sim(Zend_Framework, PHP)Google = 1.53e6 / 2.96e6 + 1.53e6 / 1.71e9 ≈ 0.52 + 0 delicious
  • 16. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada DBpediaRanker: context analysis The same similarity measure is used in the context analysis ?r1 ?c1 belongsTo v hasValue ?c2 ?c… ?cN C Example: C = {Programming Languages, Databases, Software} Does Dennis Ritchie belong to the given context? Algorithm: If(v>THRESHOLD) then r1 belongs to the context; add r1 to the graph exploration queue Else r1 does not belong to the context; exclude r1 from graph exploration EndIf
  • 17. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Evaluation (i) http://sisinflab.poliba.it/evaluation  Comparison of 5 different algorithms  50 volunteers  Researchers in the ICT area  244 votes collected (on average 5 votes for each users)  Average time to vote: 1min and 40secs
  • 18. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Evaluation (ii) http://sisinflab.poliba.it/evaluation/data 3.91 - Good
  • 19. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Conclusion  NOT: a prototype system for tag cloud generation in semantic advertising  DBpediaRanker: ranking algorithms for resources in DBpedia Future work  Use the back-end of the system to develop new interfaces for exploratory browsing  Improve ranking algorithms  Combine a content-based recommendation and a collaborative-filtering approach  Develop a platform to test our system with real ads about different domains
  • 20. CIKM 2010 – 19th ACM Internation Conference on Information and Knowledge Management October 29, 2010 – Fairmont Royal York, Toronto, Canada Q&A Thanks for your attention! SEMANTIC TAGS GENERATION AND RETRIEVAL FOR ONLINE ADVERTISING (CIKM 2010) If you're interested in learning more… 1. Roberto Mirizzi, Tommaso Di Noia. From Exploratory Search to Web Search and back. 4th Workshop for Ph.D. Students in Information and Knowledge Management (PIKM 2010) 2. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Ranking the Linked Data: the case of DBpedia. 10th International Conference on Web Engineering (ICWE 2010) 3. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic tag cloud generation via DBpedia. 11th International Conference on Electronic Commerce and Web Technologies (EC-Web 2010) 4. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic tagging for crowd computing. 18th Italian Symposium on Advanced Database Systems (SEBD 2010) 5. Roberto Mirizzi, Azzurra Ragone, Tommaso Di Noia, Eugenio Di Sciascio. Semantic Wonder Cloud: exploratory search in DBpedia. 2th International Workshop on Semantic Web Information Management (SWIM 2010) - Best Workshop Paper at International Conference on Web Engineering (ICWE 2010) Roberto Mirizzi - mirizzi@deemail.poliba.it See you tomorrow at PIKM 2010 in Room Alberta at 4pm with… From Exploratory Search to Web Search and back