SlideShare une entreprise Scribd logo
1  sur  42
DBpedia SpotlightShedding Light on the Web of Documents Pablo N. Mendes, Max Jakob, Andrés Garcia-Silva, Christian Bizer pablo.mendes@fu-berlin.de I-SEMANTICS, Graz, Austria September 9th 2011 1
Agenda What is text annotation? What can you build with it? Why is it difficult? How did we approach the challenge? How well did it work? What are the next steps? 2 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
What is it? 3
Text Annotation From: To: (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps.  (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps.  http://dbpedia.org/resource/New_York_City http://dbpedia.org/resource/Apple_Corps 4 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Challenge: Term Ambiguity 5 ...this apple on the palm of my hand... ...Apple tried to acquire Palm Inc.... ...eating an apple sitted by a palm tree... What do “apple” and “palm” mean in each case? Our objective is to recognize entities and disambiguate their meaning, generating DBpedia annotation in text. Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
What can you do with annotations? Links to complementary information “More about this” Faceted browsing of blog posts Show only posts with topics related to Sports Rich snippets on Google Search engines start to display info from annotations More expressive filtering of information streams Twarql (entry at I-SEMANTICS 2010 Challenge) 6 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Rich Snippets Search Engines already benefit from some kinds of annotations 7 http://www.google.com/webmasters/tools/richsnippets Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Twarql Example Use Case What competitors of my product are being mentioned with my product on Twitter? - comparative opinion! SELECT ? competitor WHERE { dbpedia:IPadskos:subject 	?category .   ?competitor 	skos:subject 	?category .   ?tweet 		moat:taggedWith 	?competitor . } ?tweet 		moat:taggedWithdbpedia:Ipad . 8 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Twarql Example Use Case (2) Incoming microposts… Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet dbpedia:IPad skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith Competition is modeled as two products  in the same category in DBpedia ?tweet 9 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Twarql Example Use Case (3) Incoming microposts… Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet category:Wi-Fi dbpedia:IPad category:Touchscreen skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith Background knowledge is dynamically “brought into” microposts. ?tweet 10 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Twarql Example Use Case (4) Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet category:Wi-Fi dbpedia:IPad category:Touchscreen skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith ?tweet Trigger action if micropost matches constraints. 11 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
DBpedia Spotlight DBpedia is a collection of entity descriptions extracted from Wikipedia & shared as linked data DBpedia Spotlight uses data from DBpedia and text from associated Wikipedia pages  Learns how to recognize that a DBpedia resource was mentioned Given plain text as input, generates annotated text 12 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Why is it difficult? 13
Dataset overview Volume of Wikipedia 56,9 GB in raw text data Occurrences of Ambiguous Terms in Wikipedia: 58.8% Sparsity: less data for some DBpedia resources 14 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Histogram: URI occurrences Many “rare” URIs,  (few links on Wikipedia) Most of previous work deals with these entities: People, Organization, Location Few “popular” URIs (lots of links on Wikipedia) log(n(uri)))) 15 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Histogram: Surface Form Ambiguity Many “unambiguous” surface forms Max: 1199 (log=7.08) Min: 1 Mean: 1.328949 Few very “ambiguous” surface forms log(n(uri,sf)))) 16 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Ambiguity 17 What are the most ambiguous surface forms? Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Name Variation 18 What are the URIs with many surface forms? Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
How did we approach the challenge? 19
A 4-stage approach Spotting Candidate Mapping Disambiguation Linking 20 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Stage 1: Spotting Find substrings that seem worthy of annotation Naïve implementation (impractical) all n-grams of length (1,|text|) Input: (…) Upon their return, Lennon and McCartney went to New York  to announce the formation of Apple Corps.  Output: “Lennon”, “McCartney”, “New York”, “Apple Corps” 21 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Spotting in DBpedia Spotlight Detect that the label (surface form) of a DBpedia Resource was mentioned Lexicalized, Aho-Corasick algorithm (LingPipe) Name variations from redirects, disambiguation pages, anchor texts Advantages:  Simple implementation, well studied problem, Produces a reduced set of spots,  Relies on user provided terms. Drawback:  high memory requirements (~7G) 22 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Stage 2: Candidate Mapping What are the possible senses of a given surface form (the candidate DBpedia resources)? Input: “Lennon”, “McCartney”, “New York”, “Apple Corps” Output: “Lennon”: { Lennon_(album), Lennon,_Michigan, … } “McCartney”: { McCartney(surname), Paul_McCartney, … } “New York”: { New_York_State, New_York_City, … } “Apple Corps”: { Apple_Corps} 23 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Candidate Mapping in DBpedia Spotlight Sources of mappings between surface forms and DBpedia Resources Page titles offer “chosen names” for resources Redirects offer alternative spellings, aliases, etc. Disambiguation Pages: link a common term to many resources 24 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Candidate Map: Disambiguation Pages Collectively provide a list of ambiguous terms and meanings for each 25 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Candidate Map: Redirects AAPL Apple (Company) Apple (Computers) Apple (company) Apple (computer) Apple Company Apple Computer Apple Computer Co. Apple Computer Inc. Apple Computer Incorporated Apple Computer, Inc Apple Computer, Inc. Apple Computers Apple Inc Apple Incorporate Apple Incorporated Apple India Apple comp Apple compputer Apple computer Apple computer Inc Apple computers Apple inc Apple inc. Apple incoporated Apple incorporated Apple pc Apple's Apple, Inc Apple, Inc. Apple,inc. Apple.com AppleComputer Bowman Bank Cripple Inc. Inc. Apple Computer Jobs and Wozniak Option-Shift-K  Inc. 26 Apple_Inc Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Stage 3: Disambiguation Select the correct candidate DBpedia Resource for a given surface form. Decision is made based on the context(1) the surface form was mentioned con·text  (kntkst)n. 1. the parts of a discourse that surround a word or passage and can throw light on its meaning 2. The circumstances in which an event occurs; a setting. 27 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents http://mw1.merriam-webster.com/dictionary/context
Learning the Context for a resource Collect context for DBpedia Resources from Wikipedia Types of context Wikipedia Pages  Definitions from disambiguation pages Paragraphs that link to resources 28 (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps.  Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Disambiguation in DBpedia Spotlight Model DBpedia Resources as vectors of terms found in Wikipedia text Define functions for term scoring and vector similarity (e.g. frequency and cosine) Rank candidate resource vectors based on their similarity with vector of input text Choose highest ranking candidate 29 Lennon = {Beatles,McCartney,rock,guitar,...} Lennon = {tf(Beatles)=320,tf(McCartney)=100,...} Cos(Input,Lennon) = 0.12 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Scoring Strategies TF*IDF (Term Freq. * Inverse Doc. Freq.) TF: insight into the relevance of the term in the context of a DBpedia Resource IDF: insight into the rarity of the term. Co-occurrence of rare terms is more informative ICF: Inverse Candidate Frequency IDF is the “rarity” in the entire Wikipedia ICF is the rarity of a word with relation to the possible senses only 30 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Context-Independent Strategies NAÏVE Use surface form to build URI: “berlin” -> dbpedia:Berlin PROMINENCE P(u): n(u) / N (what is the ‘popularity’/importance of this URL) n(u): number of times URI u occurred N: total number of occurrences Intuition: URIs that have appeared a lot are more likely to appear again DEFAULT SENSE P(u|s): n(u,s) / n(s) n(u,s): number of times URI u occurred with surface form s Intuition: some surface forms are strongly associated to some specific URIs 31 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Linking (Configuration) Decide which spots to annotate with links to the disambiguated resources Different use cases have different needs Only annotate prominent resources? Only if you’re sure disambiguation is correct? Only people? Only things related to Berlin? 32 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Linking in DBpedia Spotlight Can be configured based on: Thresholds Confidence Prominence (support) Whitelist or Blacklist of types Hide all people, Show only organizations Complex definition of a “type” through a SPARQL query. 33 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
How  well did it work? 34
Evaluation: Disambiguation Used held out (unseen) Wikipedia occurrences as test data Evaluates accuracy of disambiguation stage Baselines Random: performs well with low ambiguity Default Sense: only prominence, without context Default Similarity (TF*IDF) : Lucene implementation 35 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Disambiguation Evaluation Results 36 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Evaluation: Annotation News text, different topics Hand-annotated examples by 4 annotators Gold standard from agreement	 Evaluates precision and recall of annotations. 37 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Annotation Evaluation Results (2) 38 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Annotation Evaluation Results 39 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
Conclusions DBpedia Spotlight: a configurable annotation tool to support a variety of use cases Very simple methods work surprisingly well for disambiguation More work is needed to alleviate sparsity Most challenging step is linking More evaluation on larger annotation datasets is needed 40 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
What are the next steps? 41
A preview of next release CORS-enabled + jQuery client One line to annotate any web page: A new demo interface: based on the plugin Types: DBpedia 3.7, Freebase, Schema.org New configuration parameters E.g. perform smarter spotting Easier install: maven2, jar, debian package 42 $(“div”).annotate() Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents

Contenu connexe

Tendances

Forensic anthropology case study
Forensic anthropology case studyForensic anthropology case study
Forensic anthropology case studyMehvishgcufgcuf
 
Forensic Science - 05 Fingerprints
Forensic Science - 05 FingerprintsForensic Science - 05 Fingerprints
Forensic Science - 05 FingerprintsIan Anderson
 
Big Data - The 5 Vs Everyone Must Know
Big Data - The 5 Vs Everyone Must KnowBig Data - The 5 Vs Everyone Must Know
Big Data - The 5 Vs Everyone Must KnowBernard Marr
 
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...Prof. Dr. Diego Kuonen
 

Tendances (7)

Ontology learning
Ontology learningOntology learning
Ontology learning
 
Forensic anthropology case study
Forensic anthropology case studyForensic anthropology case study
Forensic anthropology case study
 
Children vs Adults SLA
Children vs Adults SLAChildren vs Adults SLA
Children vs Adults SLA
 
Forensic Science - 05 Fingerprints
Forensic Science - 05 FingerprintsForensic Science - 05 Fingerprints
Forensic Science - 05 Fingerprints
 
What is Data Science
What is Data ScienceWhat is Data Science
What is Data Science
 
Big Data - The 5 Vs Everyone Must Know
Big Data - The 5 Vs Everyone Must KnowBig Data - The 5 Vs Everyone Must Know
Big Data - The 5 Vs Everyone Must Know
 
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...
Big Data, Data-Driven Decision Making and Statistics Towards Data-Informed Po...
 

En vedette

A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...
A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...
A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...Pablo Mendes
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsNYC Predictive Analytics
 
How to use Latent Semantic Analysis to Glean Real Insight - Franco Amalfi
How to use Latent Semantic Analysis to Glean Real Insight - Franco AmalfiHow to use Latent Semantic Analysis to Glean Real Insight - Franco Amalfi
How to use Latent Semantic Analysis to Glean Real Insight - Franco AmalfiSocial Media Camp
 
Latent Semanctic Analysis Auro Tripathy
Latent Semanctic Analysis Auro TripathyLatent Semanctic Analysis Auro Tripathy
Latent Semanctic Analysis Auro TripathyAuro Tripathy
 
Latent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkLatent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkSandy Ryza
 
Introduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic AnalysisIntroduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic AnalysisNYC Predictive Analytics
 
Syntactic Analysis
Syntactic AnalysisSyntactic Analysis
Syntactic AnalysisAleli Lac
 
Semantics: Seven types of meaning
Semantics: Seven types of meaningSemantics: Seven types of meaning
Semantics: Seven types of meaningMiftadia Laula
 
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataNERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataGiuseppe Rizzo
 
Collaborative Filtering at Spotify
Collaborative Filtering at SpotifyCollaborative Filtering at Spotify
Collaborative Filtering at SpotifyErik Bernhardsson
 
DBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, DublinDBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, Dublinm_ackermann
 

En vedette (15)

A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...
A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...
A Virtuous Cycle of Semantic Enhancement with DBpedia Spotlight - SemTech Ber...
 
LOD2 Webinar Series: DBpedia Spotlight
LOD2 Webinar Series: DBpedia SpotlightLOD2 Webinar Series: DBpedia Spotlight
LOD2 Webinar Series: DBpedia Spotlight
 
GoogLeNet Insights
GoogLeNet InsightsGoogLeNet Insights
GoogLeNet Insights
 
Entity Linking
Entity LinkingEntity Linking
Entity Linking
 
Graph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media AnalyticsGraph Based Machine Learning with Applications to Media Analytics
Graph Based Machine Learning with Applications to Media Analytics
 
How to use Latent Semantic Analysis to Glean Real Insight - Franco Amalfi
How to use Latent Semantic Analysis to Glean Real Insight - Franco AmalfiHow to use Latent Semantic Analysis to Glean Real Insight - Franco Amalfi
How to use Latent Semantic Analysis to Glean Real Insight - Franco Amalfi
 
Latent Semanctic Analysis Auro Tripathy
Latent Semanctic Analysis Auro TripathyLatent Semanctic Analysis Auro Tripathy
Latent Semanctic Analysis Auro Tripathy
 
Latent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with SparkLatent Semantic Analysis of Wikipedia with Spark
Latent Semantic Analysis of Wikipedia with Spark
 
Introduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic AnalysisIntroduction to Probabilistic Latent Semantic Analysis
Introduction to Probabilistic Latent Semantic Analysis
 
Syntactic Analysis
Syntactic AnalysisSyntactic Analysis
Syntactic Analysis
 
Semantics: Seven types of meaning
Semantics: Seven types of meaningSemantics: Seven types of meaning
Semantics: Seven types of meaning
 
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of DataNERD: Evaluating Named Entity Recognition Tools in the Web of Data
NERD: Evaluating Named Entity Recognition Tools in the Web of Data
 
Semantics
SemanticsSemantics
Semantics
 
Collaborative Filtering at Spotify
Collaborative Filtering at SpotifyCollaborative Filtering at Spotify
Collaborative Filtering at Spotify
 
DBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, DublinDBpedia Tutorial - Feb 2015, Dublin
DBpedia Tutorial - Feb 2015, Dublin
 

Similaire à DBpedia Spotlight at I-SEMANTICS 2011

Capturing emerging relations between schema ontologies on the Web of Data
Capturing emerging relations between schema ontologies on the Web of DataCapturing emerging relations between schema ontologies on the Web of Data
Capturing emerging relations between schema ontologies on the Web of DataAndriy Nikolov
 
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...Artificial Intelligence Institute at UofSC
 
Filtering Inaccurate Entity Co-references on the Linked Open Data
Filtering Inaccurate Entity Co-references on the Linked Open DataFiltering Inaccurate Entity Co-references on the Linked Open Data
Filtering Inaccurate Entity Co-references on the Linked Open Dataebrahim_bagheri
 
bridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webbridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webFabien Gandon
 
5 Lessons Learned from Designing Neural Models for Information Retrieval
5 Lessons Learned from Designing Neural Models for Information Retrieval5 Lessons Learned from Designing Neural Models for Information Retrieval
5 Lessons Learned from Designing Neural Models for Information RetrievalBhaskar Mitra
 
The Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge RepresentationThe Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge RepresentationFrank van Harmelen
 
Web & text mining lecture10
Web & text mining lecture10Web & text mining lecture10
Web & text mining lecture10Houw Liong The
 
Similarity on DBpedia
Similarity on DBpediaSimilarity on DBpedia
Similarity on DBpediaSamantha Lam
 
Mongodbworkshop I: get started
Mongodbworkshop I: get startedMongodbworkshop I: get started
Mongodbworkshop I: get startedVivian S. Zhang
 
Towards research data knowledge graphs
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphsStefan Dietze
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL OverviewMarc Smith
 
Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Dan Brickley
 
Wikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization SystemsWikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization SystemsJakob .
 
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...Jennifer Bowen
 
Ch03 Mining Massive Data Sets stanford
Ch03 Mining Massive Data Sets  stanfordCh03 Mining Massive Data Sets  stanford
Ch03 Mining Massive Data Sets stanfordSakthivel C R
 

Similaire à DBpedia Spotlight at I-SEMANTICS 2011 (20)

ITWS Capstone Lecture (Spring 2013)
ITWS Capstone Lecture (Spring 2013)ITWS Capstone Lecture (Spring 2013)
ITWS Capstone Lecture (Spring 2013)
 
The Semantic Web: RPI ITWS Capstone (Fall 2012)
The Semantic Web: RPI ITWS Capstone (Fall 2012)The Semantic Web: RPI ITWS Capstone (Fall 2012)
The Semantic Web: RPI ITWS Capstone (Fall 2012)
 
Capturing emerging relations between schema ontologies on the Web of Data
Capturing emerging relations between schema ontologies on the Web of DataCapturing emerging relations between schema ontologies on the Web of Data
Capturing emerging relations between schema ontologies on the Web of Data
 
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...
Pablo Mendes' Defense: Adaptive Semantic Annotation of Entity and Concept Men...
 
Filtering Inaccurate Entity Co-references on the Linked Open Data
Filtering Inaccurate Entity Co-references on the Linked Open DataFiltering Inaccurate Entity Co-references on the Linked Open Data
Filtering Inaccurate Entity Co-references on the Linked Open Data
 
bridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the webbridging formal semantics and social semantics on the web
bridging formal semantics and social semantics on the web
 
Towards Knowledge-Enabled Society
Towards Knowledge-Enabled SocietyTowards Knowledge-Enabled Society
Towards Knowledge-Enabled Society
 
5 Lessons Learned from Designing Neural Models for Information Retrieval
5 Lessons Learned from Designing Neural Models for Information Retrieval5 Lessons Learned from Designing Neural Models for Information Retrieval
5 Lessons Learned from Designing Neural Models for Information Retrieval
 
The Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge RepresentationThe Empirical Turn in Knowledge Representation
The Empirical Turn in Knowledge Representation
 
Web & text mining lecture10
Web & text mining lecture10Web & text mining lecture10
Web & text mining lecture10
 
Similarity on DBpedia
Similarity on DBpediaSimilarity on DBpedia
Similarity on DBpedia
 
Mongodbworkshop I: get started
Mongodbworkshop I: get startedMongodbworkshop I: get started
Mongodbworkshop I: get started
 
MongoDB Workshop
MongoDB WorkshopMongoDB Workshop
MongoDB Workshop
 
Towards research data knowledge graphs
Towards research data knowledge graphsTowards research data knowledge graphs
Towards research data knowledge graphs
 
2009 December NodeXL Overview
2009 December NodeXL Overview2009 December NodeXL Overview
2009 December NodeXL Overview
 
Where is the World is my Open Government Data?
Where is the World is my Open Government Data?Where is the World is my Open Government Data?
Where is the World is my Open Government Data?
 
Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001Harmony project - JISC Synthesis meeting 2001
Harmony project - JISC Synthesis meeting 2001
 
Wikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization SystemsWikipedia as source of collaboratively created Knowledge Organization Systems
Wikipedia as source of collaboratively created Knowledge Organization Systems
 
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...Moving Library Metadata Toward Linked Data:  Opportunities Provided by the eX...
Moving Library Metadata Toward Linked Data: Opportunities Provided by the eX...
 
Ch03 Mining Massive Data Sets stanford
Ch03 Mining Massive Data Sets  stanfordCh03 Mining Massive Data Sets  stanford
Ch03 Mining Massive Data Sets stanford
 

Plus de Pablo Mendes

Entity Aware Click Graph
Entity Aware Click GraphEntity Aware Click Graph
Entity Aware Click GraphPablo Mendes
 
WWW2012 Tutorial Visualizing SPARQL Queries
WWW2012 Tutorial Visualizing SPARQL QueriesWWW2012 Tutorial Visualizing SPARQL Queries
WWW2012 Tutorial Visualizing SPARQL QueriesPablo Mendes
 
Sieve - Data Quality and Fusion - LWDM2012
Sieve - Data Quality and Fusion - LWDM2012Sieve - Data Quality and Fusion - LWDM2012
Sieve - Data Quality and Fusion - LWDM2012Pablo Mendes
 
Ligado nos Políticos at ESWC'2011 Workshop
Ligado nos Políticos at ESWC'2011 WorkshopLigado nos Políticos at ESWC'2011 Workshop
Ligado nos Políticos at ESWC'2011 WorkshopPablo Mendes
 
SMWCon Fall 2011 Lightning Talk
SMWCon Fall 2011 Lightning TalkSMWCon Fall 2011 Lightning Talk
SMWCon Fall 2011 Lightning TalkPablo Mendes
 
Dados Ligados (Linked Data) CONSEGI 2011
Dados Ligados (Linked Data) CONSEGI 2011Dados Ligados (Linked Data) CONSEGI 2011
Dados Ligados (Linked Data) CONSEGI 2011Pablo Mendes
 
Cuebee Architecture
Cuebee ArchitectureCuebee Architecture
Cuebee ArchitecturePablo Mendes
 
Twarql Architecture - Streaming Annotated Tweets
Twarql Architecture - Streaming Annotated TweetsTwarql Architecture - Streaming Annotated Tweets
Twarql Architecture - Streaming Annotated TweetsPablo Mendes
 
Dynamic Associative Relationships on the Linked Open Data Web
Dynamic Associative Relationships on the Linked Open Data WebDynamic Associative Relationships on the Linked Open Data Web
Dynamic Associative Relationships on the Linked Open Data WebPablo Mendes
 

Plus de Pablo Mendes (9)

Entity Aware Click Graph
Entity Aware Click GraphEntity Aware Click Graph
Entity Aware Click Graph
 
WWW2012 Tutorial Visualizing SPARQL Queries
WWW2012 Tutorial Visualizing SPARQL QueriesWWW2012 Tutorial Visualizing SPARQL Queries
WWW2012 Tutorial Visualizing SPARQL Queries
 
Sieve - Data Quality and Fusion - LWDM2012
Sieve - Data Quality and Fusion - LWDM2012Sieve - Data Quality and Fusion - LWDM2012
Sieve - Data Quality and Fusion - LWDM2012
 
Ligado nos Políticos at ESWC'2011 Workshop
Ligado nos Políticos at ESWC'2011 WorkshopLigado nos Políticos at ESWC'2011 Workshop
Ligado nos Políticos at ESWC'2011 Workshop
 
SMWCon Fall 2011 Lightning Talk
SMWCon Fall 2011 Lightning TalkSMWCon Fall 2011 Lightning Talk
SMWCon Fall 2011 Lightning Talk
 
Dados Ligados (Linked Data) CONSEGI 2011
Dados Ligados (Linked Data) CONSEGI 2011Dados Ligados (Linked Data) CONSEGI 2011
Dados Ligados (Linked Data) CONSEGI 2011
 
Cuebee Architecture
Cuebee ArchitectureCuebee Architecture
Cuebee Architecture
 
Twarql Architecture - Streaming Annotated Tweets
Twarql Architecture - Streaming Annotated TweetsTwarql Architecture - Streaming Annotated Tweets
Twarql Architecture - Streaming Annotated Tweets
 
Dynamic Associative Relationships on the Linked Open Data Web
Dynamic Associative Relationships on the Linked Open Data WebDynamic Associative Relationships on the Linked Open Data Web
Dynamic Associative Relationships on the Linked Open Data Web
 

Dernier

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 

Dernier (20)

"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 

DBpedia Spotlight at I-SEMANTICS 2011

  • 1. DBpedia SpotlightShedding Light on the Web of Documents Pablo N. Mendes, Max Jakob, Andrés Garcia-Silva, Christian Bizer pablo.mendes@fu-berlin.de I-SEMANTICS, Graz, Austria September 9th 2011 1
  • 2. Agenda What is text annotation? What can you build with it? Why is it difficult? How did we approach the challenge? How well did it work? What are the next steps? 2 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 4. Text Annotation From: To: (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps. (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps. http://dbpedia.org/resource/New_York_City http://dbpedia.org/resource/Apple_Corps 4 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 5. Challenge: Term Ambiguity 5 ...this apple on the palm of my hand... ...Apple tried to acquire Palm Inc.... ...eating an apple sitted by a palm tree... What do “apple” and “palm” mean in each case? Our objective is to recognize entities and disambiguate their meaning, generating DBpedia annotation in text. Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 6. What can you do with annotations? Links to complementary information “More about this” Faceted browsing of blog posts Show only posts with topics related to Sports Rich snippets on Google Search engines start to display info from annotations More expressive filtering of information streams Twarql (entry at I-SEMANTICS 2010 Challenge) 6 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 7. Rich Snippets Search Engines already benefit from some kinds of annotations 7 http://www.google.com/webmasters/tools/richsnippets Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 8. Twarql Example Use Case What competitors of my product are being mentioned with my product on Twitter? - comparative opinion! SELECT ? competitor WHERE { dbpedia:IPadskos:subject ?category . ?competitor skos:subject ?category . ?tweet moat:taggedWith ?competitor . } ?tweet moat:taggedWithdbpedia:Ipad . 8 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 9. Twarql Example Use Case (2) Incoming microposts… Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet dbpedia:IPad skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith Competition is modeled as two products in the same category in DBpedia ?tweet 9 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 10. Twarql Example Use Case (3) Incoming microposts… Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet category:Wi-Fi dbpedia:IPad category:Touchscreen skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith Background knowledge is dynamically “brought into” microposts. ?tweet 10 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 11. Twarql Example Use Case (4) Background Knowledge (e.g. DBpedia) @anonymized Loremipsumblabla this is an example tweet category:Wi-Fi dbpedia:IPad category:Touchscreen skos:subject ?category ?category ?competitor skos:subject skos:subject moat:taggedWith ?tweet Trigger action if micropost matches constraints. 11 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 12. DBpedia Spotlight DBpedia is a collection of entity descriptions extracted from Wikipedia & shared as linked data DBpedia Spotlight uses data from DBpedia and text from associated Wikipedia pages Learns how to recognize that a DBpedia resource was mentioned Given plain text as input, generates annotated text 12 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 13. Why is it difficult? 13
  • 14. Dataset overview Volume of Wikipedia 56,9 GB in raw text data Occurrences of Ambiguous Terms in Wikipedia: 58.8% Sparsity: less data for some DBpedia resources 14 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 15. Histogram: URI occurrences Many “rare” URIs, (few links on Wikipedia) Most of previous work deals with these entities: People, Organization, Location Few “popular” URIs (lots of links on Wikipedia) log(n(uri)))) 15 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 16. Histogram: Surface Form Ambiguity Many “unambiguous” surface forms Max: 1199 (log=7.08) Min: 1 Mean: 1.328949 Few very “ambiguous” surface forms log(n(uri,sf)))) 16 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 17. Ambiguity 17 What are the most ambiguous surface forms? Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 18. Name Variation 18 What are the URIs with many surface forms? Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 19. How did we approach the challenge? 19
  • 20. A 4-stage approach Spotting Candidate Mapping Disambiguation Linking 20 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 21. Stage 1: Spotting Find substrings that seem worthy of annotation Naïve implementation (impractical) all n-grams of length (1,|text|) Input: (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps. Output: “Lennon”, “McCartney”, “New York”, “Apple Corps” 21 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 22. Spotting in DBpedia Spotlight Detect that the label (surface form) of a DBpedia Resource was mentioned Lexicalized, Aho-Corasick algorithm (LingPipe) Name variations from redirects, disambiguation pages, anchor texts Advantages: Simple implementation, well studied problem, Produces a reduced set of spots, Relies on user provided terms. Drawback: high memory requirements (~7G) 22 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 23. Stage 2: Candidate Mapping What are the possible senses of a given surface form (the candidate DBpedia resources)? Input: “Lennon”, “McCartney”, “New York”, “Apple Corps” Output: “Lennon”: { Lennon_(album), Lennon,_Michigan, … } “McCartney”: { McCartney(surname), Paul_McCartney, … } “New York”: { New_York_State, New_York_City, … } “Apple Corps”: { Apple_Corps} 23 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 24. Candidate Mapping in DBpedia Spotlight Sources of mappings between surface forms and DBpedia Resources Page titles offer “chosen names” for resources Redirects offer alternative spellings, aliases, etc. Disambiguation Pages: link a common term to many resources 24 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 25. Candidate Map: Disambiguation Pages Collectively provide a list of ambiguous terms and meanings for each 25 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 26. Candidate Map: Redirects AAPL Apple (Company) Apple (Computers) Apple (company) Apple (computer) Apple Company Apple Computer Apple Computer Co. Apple Computer Inc. Apple Computer Incorporated Apple Computer, Inc Apple Computer, Inc. Apple Computers Apple Inc Apple Incorporate Apple Incorporated Apple India Apple comp Apple compputer Apple computer Apple computer Inc Apple computers Apple inc Apple inc. Apple incoporated Apple incorporated Apple pc Apple's Apple, Inc Apple, Inc. Apple,inc. Apple.com AppleComputer Bowman Bank Cripple Inc. Inc. Apple Computer Jobs and Wozniak Option-Shift-K  Inc. 26 Apple_Inc Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 27. Stage 3: Disambiguation Select the correct candidate DBpedia Resource for a given surface form. Decision is made based on the context(1) the surface form was mentioned con·text  (kntkst)n. 1. the parts of a discourse that surround a word or passage and can throw light on its meaning 2. The circumstances in which an event occurs; a setting. 27 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents http://mw1.merriam-webster.com/dictionary/context
  • 28. Learning the Context for a resource Collect context for DBpedia Resources from Wikipedia Types of context Wikipedia Pages Definitions from disambiguation pages Paragraphs that link to resources 28 (…) Upon their return, Lennon and McCartney went to New York to announce the formation of Apple Corps. Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 29. Disambiguation in DBpedia Spotlight Model DBpedia Resources as vectors of terms found in Wikipedia text Define functions for term scoring and vector similarity (e.g. frequency and cosine) Rank candidate resource vectors based on their similarity with vector of input text Choose highest ranking candidate 29 Lennon = {Beatles,McCartney,rock,guitar,...} Lennon = {tf(Beatles)=320,tf(McCartney)=100,...} Cos(Input,Lennon) = 0.12 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 30. Scoring Strategies TF*IDF (Term Freq. * Inverse Doc. Freq.) TF: insight into the relevance of the term in the context of a DBpedia Resource IDF: insight into the rarity of the term. Co-occurrence of rare terms is more informative ICF: Inverse Candidate Frequency IDF is the “rarity” in the entire Wikipedia ICF is the rarity of a word with relation to the possible senses only 30 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 31. Context-Independent Strategies NAÏVE Use surface form to build URI: “berlin” -> dbpedia:Berlin PROMINENCE P(u): n(u) / N (what is the ‘popularity’/importance of this URL) n(u): number of times URI u occurred N: total number of occurrences Intuition: URIs that have appeared a lot are more likely to appear again DEFAULT SENSE P(u|s): n(u,s) / n(s) n(u,s): number of times URI u occurred with surface form s Intuition: some surface forms are strongly associated to some specific URIs 31 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 32. Linking (Configuration) Decide which spots to annotate with links to the disambiguated resources Different use cases have different needs Only annotate prominent resources? Only if you’re sure disambiguation is correct? Only people? Only things related to Berlin? 32 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 33. Linking in DBpedia Spotlight Can be configured based on: Thresholds Confidence Prominence (support) Whitelist or Blacklist of types Hide all people, Show only organizations Complex definition of a “type” through a SPARQL query. 33 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 34. How well did it work? 34
  • 35. Evaluation: Disambiguation Used held out (unseen) Wikipedia occurrences as test data Evaluates accuracy of disambiguation stage Baselines Random: performs well with low ambiguity Default Sense: only prominence, without context Default Similarity (TF*IDF) : Lucene implementation 35 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 36. Disambiguation Evaluation Results 36 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 37. Evaluation: Annotation News text, different topics Hand-annotated examples by 4 annotators Gold standard from agreement Evaluates precision and recall of annotations. 37 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 38. Annotation Evaluation Results (2) 38 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 39. Annotation Evaluation Results 39 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 40. Conclusions DBpedia Spotlight: a configurable annotation tool to support a variety of use cases Very simple methods work surprisingly well for disambiguation More work is needed to alleviate sparsity Most challenging step is linking More evaluation on larger annotation datasets is needed 40 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 41. What are the next steps? 41
  • 42. A preview of next release CORS-enabled + jQuery client One line to annotate any web page: A new demo interface: based on the plugin Types: DBpedia 3.7, Freebase, Schema.org New configuration parameters E.g. perform smarter spotting Easier install: maven2, jar, debian package 42 $(“div”).annotate() Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 43. 43 Preview: Temporarily available for I-SEMANTICS 2011 http://spotlight.dbpedia.org/dev/demo Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 44. Future work Internationalization (German, Spanish,...) More sophisticated spotting New disambiguation strategies Global disambiguation: one disambiguation decision helps the other decisions Sparsity problems: try smoothing, dimensionality reduction, etc. Store user feedback, learn from mistakes 44 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents
  • 45. We are open Tell us about your use cases Hack something with us Drupal/Wordpress Plugin Semantic Media Wiki integration Are you a good engineer? Help us make it faster, smaller! Are you a good researcher? Let’s collaborate on your/our ideas. 45 Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents Licensed as Apache v2.0 (Business friendly)
  • 46. Thank you! On Twitter: @pablomendes E-mail: pablo.mendes@fu-berlin.de Web: http://pablomendes.com Special thanks to Jo Daiber (working with us for the next release) Partially funded by LOD2.eu and Neofonie Gmbh 46 http://spotlight.dbpedia.org Mendes, Jakob, Garcia-Silva, Bizer. DBpedia Spotlight: Shedding Light on the Web of Documents

Notes de l'éditeur

  1. This use case requires merging streaming data with background knowledge information (e.g. from DBpedia). Examples of ?category include category:Wi-Fi devices and category:Touchscreen portable media players amongst others. As a result, without having to elicit all products of interest as keywords to lter a stream, a user is able to leverage relationships in background knowledge to more effectively narrow down the stream of tweets to a subset of interest.
  2. This use case requires merging streaming data with background knowledge information (e.g. from DBpedia). Examples of ?category include category:Wi-Fi devices and category:Touchscreen portable media players amongst others. As a result, without having to elicit all products of interest as keywords to lter a stream, a user is able to leverage relationships in background knowledge to more effectively narrow down the stream of tweets to a subset of interest.
  3. This use case requires merging streaming data with background knowledge information (e.g. from DBpedia). Examples of ?category include category:Wi-Fi devices and category:Touchscreen portable media players amongst others. As a result, without having to elicit all products of interest as keywords to lter a stream, a user is able to leverage relationships in background knowledge to more effectively narrow down the stream of tweets to a subset of interest.
  4. $ gunzip -c MostCommon-surfaceForm.count.gz | grep -Pc "\\t1$"4258908$ gunzip -c MostCommon-surfaceForm.count.gz | wc -l72442894258908 / 7244289 = 0.58789868819424514952399055311018
  5. Max = 200,474 (log = 12.2)Min = 1Mean = 8.343878
  6. Lexicalized: uses a list of resource namesComes from titles, redirects, disambiguates, anchor texts
  7. The agreement between individual annotators is:Annotator 1 vs Annotator 2 (Kappa = 0.674)Annotator 1 vs Annotator 3 (Kappa = 0.606)Annotator 2 vs Annotator 3 (Kappa = 0.577)Annotator 2 vs Annotator 4 (Kappa = 0.528)Annotator 1 vs Annotator 4 (Kappa = 0.469)Annotator 3 vs Annotator 4 (Kappa = 0.385)