SlideShare una empresa de Scribd logo
1 de 30
Entity Linking in Queries:
Tasks and Evaluation
ICTIR conference, September 2015
Faegheh Hasibi, Krisztian Balog, and Svein Erik Bratsberg
2
Entity linking
Definition from Wikipedia:
https://en.wikipedia.org/wiki/Natural_language_processing
https://en.wikipedia.org/wiki/Statistical_classification
3
Why entity linking in queries?
• ~70% of queries contain entities
• To exploit semantic representation of
queries
Improves:
• Ad-hoc document retrieval
• Entity retrieval
• Query understanding
• Understanding users’ task (Tasks track, TREC)
J. Pound, P. Mika, and H. Zaragoza. Ad-hoc object retrieval in the web of data. In Proc. of WWW '10.
tom cruise movies
semantic representation
<relation>
4
It is different …
Different from conventional entity linking:
• Limited or even no context
• A mention may be linked to more than one entity
France France national football teamFIFA world cup
france world cup 98
{France, FIFA world cup}
or
{France national football team, FIFA world cup}
5
In this talk
How entity linking should be performed for queries?
➤ Task:
“Semantic Mapping” or “Interpretation Finding”?
➤ Evaluation metrics
➤ Test collections
➤ Methods
6
In this talk
How entity linking should be performed for queries?
➤ Task:
“Semantic Mapping” or “Interpretation Finding”?
➤ Evaluation metrics
➤ Test collections
➤ Methods
7
Entity linking
• Output is set of entities
• Each mention is linked to a single entity
• Mentions do not overlap
• Entities are explicitly mentioned
obama mother the music man new york pizza manhattan
{Barack
Obama}
{The Music Man} {New York City,
Manhattan}
8
Semantic mapping
• Output is ranked list of entities
• Mentions can overlap and be linked to multiple entities
• Entities may not be explicitly mentioned
• Entities do not need to form semantically compatible sets
• False positive are not penalized
obama mother the music man new york pizza manhattan
Ann Dunham
Barack Obama
The Music Man
The Music Man (1962
film)
The Music Man (2003
film)
…
New York City
New York-style pizza
Manhattan
Manhattan pizza
...
9
Interpretation finding
• Output is set(s) of semantically related entity sets
• Each entity set is an interpretation of the query
• Mention do not overlap within a set
obama mother the music man new york pizza manhattan
{ 􏰅{Barack
Obama}􏰅}
{
{The Music Man}
{The Music Man (1962
film)},
{The Music Man (2003
film)}􏰆
􏰅}
{
􏰆 {New York City,
Manhattan},
{New York-style pizza,
Manhattan}􏰆
􏰅}
D. Carmel, M.-W. Chang, E. Gabrilovich, B.J. P. Hsu, and K. Wang. ERD: Entity recognition and disambiguation challenge, 2014.
10
Tasks summary
Entity Linking Semantic Mapping Interpretation Finding
Entities explicitly
mentioned?
Yes No Yes
Mentions can
overlap?
No Yes No*
Results format Set Ranked list Sets of sets
Evaluation criteria Mentioned entities
found
Relevant entities
found
Interpretations found
Evaluation metrics Set-based Ranked-based Set-based
* Not within the same interpretation
✓Entity linking requirements are relaxed in semantic mapping.
11
In this talk
How entity linking should be performed for queries?
➤ Task:
“Semantic Mapping” or “Interpretation Finding”?
➤ Evaluation metrics
➤ Test collections
➤ Methods
12
Evaluation
• Macro-averaged metrics (precision, recall, F-measure)
• Matching condition:
– Interpretation sets should exactly match the ground truth
System
query interpretation
Ground truth
query interpretation
︸
What if or ?
D. Carmel, M.-W. Chang, E. Gabrilovich, B.J. P. Hsu, and K. Wang. Entity recognition and disambiguation challenge, 2014.
☞
︸
13
Evaluation (revisited)
Solution:
System output
matches ground truth.
System output
does not match
ground truth.
This evaluation is methodologically correct, but strict.
☞
14
Lean evaluation
• Partial matches are not rewarded in
• E.g. {{New York City, Manhattan}} ≠ {{New York City},
{Manhattan}}
Solution: Combine them with entity-based metrics.
15
In this talk
How entity linking should be performed for queries?
➤ Task:
“Semantic Mapping” or “Interpretation Finding”?
➤ Evaluation metrics
➤ Test collections
➤ Methods
16
Test collections - ERD
The ERD challenge introduced two test collections:
• ERD-dev (91 queries)
• ERD-test (500 queries)
– Unavailable for traditional offline evaluation
Annotation rules:
• The longest mention is used for entities
• Only proper noun entities are annotated (e.g., companies, locations)
• Overlapping mentions are not allowed within a single interpretation
1 http://web-ngram.research.microsoft.com/erd2014/Datasets.aspx
☞ ERD-dev is not suitable for training purposes (small)
1
17
Test collections - YSQLE
Yahoo Search Query Log to Entities (YSQLE)
• 2398 queries, manually annotated with Wikipedia entities
• Designed for training and testing entity linking systems for queries
Issues:
• Not possible to automatically form interpretation sets
– E.g. Query “france world cup 1998”
• Linked entities are not necessarily mentioned explicitly
– E.g. Query “charlie sheen lohan” is annotated with Anger Management (TV
series)
• Annotations are not always complete
– E.g. Query “louisville courier journal” is not annotated with Louisville, Kentucky
Yahoo! Webscope L24 dataset - Yahoo! search query log to entities, v1.0. http://webscope.sandbox.yahoo.com/
☞ YSQLE is meant for the semantic mapping task
18
Test collections - Y-ERD
Y-ERD is manually re-annotated based on:
• YSQLE annotations
• ERD rules
Additional rules:
• Site search queries are not linked
– E.g. Query “facebook obama slur” is only linked to Barack Obama
• Clear policy about misspelled mentions
– Two versions of Y-ERD is made available
☞ Y-ERD is made publicly available
http://bit.ly/ictir2015-elq
19
In this talk
How entity linking should be performed for queries?
➤ Task:
“Semantic Mapping” or “Interpretation Finding”?
➤ Evaluation metrics
➤ Test collections
➤ Methods
20
Candidate
entity ranking
Interpretation
finding
Mention
detection
ranked list
of entities
set of
mentions
interpretationsquery
Methods
Pipeline architecture for two tasks:
Semantic mapping
Interpretation Finding
The goal of entity linking in queries
21
Mention detection
Entity name variants are gathered from:
• KB: A manually curated knowledge base (DBpedia)
• WEB: Freebase Annotations of the ClueWeb Corpora (FACC)
E. Gabrilovich, et. al. FACC1: Freebase annotation of ClueWeb corpora, 2013.
Recall in mention detection step
22
Methods
Pipeline architecture for two tasks:
Semantic mapping
Interpretation Finding
The goal of entity linking in queries
Candidate
entity ranking
Interpretation
finding
Mention
detection
ranked list
of entities
set of
mentions
interpretationsquery
23
Candidate entity ranking
Ranking using language models:
P(q) - Query length
normalization
- P. Ogilvie and J. Callan. Combining document representations for known-item search. In Proc. of SIGIR ’03, 2003
- W. Kraaij and M. Spitters. Language models for topic tracking. In Language Modeling for Information Retrieval, 2003.
Scores should be comparable across queries
– P(Q) should be considered
Mixture of Language
Models (MLM)
24
Candidate entity ranking
Combining MLM and Commonness:
Commonness
Probability of entity e being the link target of mention m Query length normalized
MLM score
25
Candidate entity ranking
Semantic mapping results on YSQLE:
TAGME is an entity linking system.
• Should not be evaluated using rank-based metrics
• Should not be compared with semantic mapping results
P. Ferragina and U. Scaiella. TAGME: On-the-fly annotation of short text fragments. In Proc. of CIKM 2010.
26
Methods
Pipeline architecture for two tasks:
Semantic mapping
Interpretation Finding
The goal of entity linking in queries
Candidate
entity ranking
Interpretation
finding
Mention
detection
ranked list
of entities
set of
mentions
interpretationsquery
27
Interpretation finding
Greedy Interpretation Finding (GIF):
Example query: “jacksonville fl riverside”
Mention Entity Score
“jacksonville fl” Jacksonville Florida 0.9
“jacksonville” Jacksonville Florida 0.8
“riverside” Riverside Park
(Jacksonville)
0.6
“jacksonville fl” Naval Station
Jacksonville
0.2
“riverside Riverside (band) 0.1
Step 1:
Pruning based on a score
threshold (0.3)
Step 2:
Pruning containment
mentions
Step 3:
Forming interpretation sets { {Jacksonville Florida, Riverside Park
(Jacksonville)} }
28
Interpretation finding
ERD-dev
Y-ERD
29
Take home messages
• Entity linking in queries is different from documents
• Different flavors, different evaluation criteria:
– Interpretation finding (yes)
– Semantic mapping (no)
• Ultimate goal should be interpretation finding
• SM and EL should not be compared to each other
• Resources are available at http://bit.ly/ictir2015-elq
30
Thanks!

Más contenido relacionado

La actualidad más candente

Linked Open Data to support content based Recommender Systems
Linked Open Data to support content based Recommender SystemsLinked Open Data to support content based Recommender Systems
Linked Open Data to support content based Recommender Systems
Vito Ostuni
 
Schema-agnositc queries over large-schema databases: a distributional semanti...
Schema-agnositc queries over large-schema databases: a distributional semanti...Schema-agnositc queries over large-schema databases: a distributional semanti...
Schema-agnositc queries over large-schema databases: a distributional semanti...
Andre Freitas
 
Information extraction for Free Text
Information extraction for Free TextInformation extraction for Free Text
Information extraction for Free Text
butest
 
Introduction to question answering for linked data & big data
Introduction to question answering for linked data & big dataIntroduction to question answering for linked data & big data
Introduction to question answering for linked data & big data
Andre Freitas
 
Question Answering with Lydia
Question Answering with LydiaQuestion Answering with Lydia
Question Answering with Lydia
Jae Hong Kil
 
Linkanalysis handout
Linkanalysis handoutLinkanalysis handout
Linkanalysis handout
csedays
 
Best Practices for Large Scale Text Mining Processing
Best Practices for Large Scale Text Mining ProcessingBest Practices for Large Scale Text Mining Processing
Best Practices for Large Scale Text Mining Processing
Ontotext
 

La actualidad más candente (20)

WISS QA Do it yourself Question answering over Linked Data
WISS QA Do it yourself Question answering over Linked DataWISS QA Do it yourself Question answering over Linked Data
WISS QA Do it yourself Question answering over Linked Data
 
Entity Retrieval (SIGIR 2013 tutorial)
Entity Retrieval (SIGIR 2013 tutorial)Entity Retrieval (SIGIR 2013 tutorial)
Entity Retrieval (SIGIR 2013 tutorial)
 
Entities for Augmented Intelligence
Entities for Augmented IntelligenceEntities for Augmented Intelligence
Entities for Augmented Intelligence
 
Entity Retrieval (WWW 2013 tutorial)
Entity Retrieval (WWW 2013 tutorial)Entity Retrieval (WWW 2013 tutorial)
Entity Retrieval (WWW 2013 tutorial)
 
WiSS Challenge - Day 2
WiSS Challenge - Day 2WiSS Challenge - Day 2
WiSS Challenge - Day 2
 
Linked Open Data to support content based Recommender Systems
Linked Open Data to support content based Recommender SystemsLinked Open Data to support content based Recommender Systems
Linked Open Data to support content based Recommender Systems
 
Schema-agnositc queries over large-schema databases: a distributional semanti...
Schema-agnositc queries over large-schema databases: a distributional semanti...Schema-agnositc queries over large-schema databases: a distributional semanti...
Schema-agnositc queries over large-schema databases: a distributional semanti...
 
Information extraction for Free Text
Information extraction for Free TextInformation extraction for Free Text
Information extraction for Free Text
 
Alexander Sirenko - Query expansion for Question Answering
Alexander Sirenko - Query expansion for Question AnsweringAlexander Sirenko - Query expansion for Question Answering
Alexander Sirenko - Query expansion for Question Answering
 
An Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
An Empirical Comparison of Knowledge Graph Embeddings for Item RecommendationAn Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
An Empirical Comparison of Knowledge Graph Embeddings for Item Recommendation
 
Context-Enhanced Adaptive Entity Linking
Context-Enhanced Adaptive Entity LinkingContext-Enhanced Adaptive Entity Linking
Context-Enhanced Adaptive Entity Linking
 
Introduction to question answering for linked data & big data
Introduction to question answering for linked data & big dataIntroduction to question answering for linked data & big data
Introduction to question answering for linked data & big data
 
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
EARL: Joint Entity and Relation Linking for Question Answering over Knowledge...
 
Harnessing Linked Knowledge Sources for Topic Classification in Social Media
Harnessing Linked Knowledge Sources for Topic Classification in Social MediaHarnessing Linked Knowledge Sources for Topic Classification in Social Media
Harnessing Linked Knowledge Sources for Topic Classification in Social Media
 
Question Answering with Lydia
Question Answering with LydiaQuestion Answering with Lydia
Question Answering with Lydia
 
Linkanalysis handout
Linkanalysis handoutLinkanalysis handout
Linkanalysis handout
 
Best Practices for Large Scale Text Mining Processing
Best Practices for Large Scale Text Mining ProcessingBest Practices for Large Scale Text Mining Processing
Best Practices for Large Scale Text Mining Processing
 
NEEL2015 challenge summary
NEEL2015 challenge summaryNEEL2015 challenge summary
NEEL2015 challenge summary
 
Introduction to Named Entity Recognition
Introduction to Named Entity RecognitionIntroduction to Named Entity Recognition
Introduction to Named Entity Recognition
 
Knowledge Graph Embeddings for Recommender Systems
Knowledge Graph Embeddings for Recommender SystemsKnowledge Graph Embeddings for Recommender Systems
Knowledge Graph Embeddings for Recommender Systems
 

Destacado

Erd for teaching staff
Erd for teaching staffErd for teaching staff
Erd for teaching staff
Mrsjalland
 
Faculty evaluation system
Faculty evaluation systemFaculty evaluation system
Faculty evaluation system
Edwin Marquez
 
Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]
Marcia Zeng
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5
Juan Sequeda
 

Destacado (20)

Exploiting Entity Linking in Queries For Entity Retrieval
Exploiting Entity Linking in Queries For Entity RetrievalExploiting Entity Linking in Queries For Entity Retrieval
Exploiting Entity Linking in Queries For Entity Retrieval
 
Erd for teaching staff
Erd for teaching staffErd for teaching staff
Erd for teaching staff
 
Faculty evaluation system
Faculty evaluation systemFaculty evaluation system
Faculty evaluation system
 
Learning to assess Linked Data relationships using Genetic Programming
Learning to assess Linked Data relationships using Genetic ProgrammingLearning to assess Linked Data relationships using Genetic Programming
Learning to assess Linked Data relationships using Genetic Programming
 
Publishing and Using Linked Data
Publishing and Using Linked DataPublishing and Using Linked Data
Publishing and Using Linked Data
 
Linked Open Data Principles, benefits of LOD for sustainable development
Linked Open Data Principles, benefits of LOD for sustainable developmentLinked Open Data Principles, benefits of LOD for sustainable development
Linked Open Data Principles, benefits of LOD for sustainable development
 
Technical Background
Technical BackgroundTechnical Background
Technical Background
 
Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...Transient and persistent RDF views over relational databases in the context o...
Transient and persistent RDF views over relational databases in the context o...
 
Incremental Export of Relational Database Contents into RDF Graphs
Incremental Export of Relational Database Contents into RDF GraphsIncremental Export of Relational Database Contents into RDF Graphs
Incremental Export of Relational Database Contents into RDF Graphs
 
Materializing the Web of Linked Data
Materializing the Web of Linked DataMaterializing the Web of Linked Data
Materializing the Web of Linked Data
 
Conclusions: Summary and Outlook
Conclusions: Summary and OutlookConclusions: Summary and Outlook
Conclusions: Summary and Outlook
 
An Approach for the Incremental Export of Relational Databases into RDF Graphs
An Approach for the Incremental Export of Relational Databases into RDF GraphsAn Approach for the Incremental Export of Relational Databases into RDF Graphs
An Approach for the Incremental Export of Relational Databases into RDF Graphs
 
Deploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software ToolsDeploying Linked Open Data: Methodologies and Software Tools
Deploying Linked Open Data: Methodologies and Software Tools
 
Introduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic WebIntroduction: Linked Data and the Semantic Web
Introduction: Linked Data and the Semantic Web
 
Publishing Linked Data from RDB
Publishing Linked Data from RDBPublishing Linked Data from RDB
Publishing Linked Data from RDB
 
Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]Linking KOS Data [using SKOS and OWL2]
Linking KOS Data [using SKOS and OWL2]
 
From Research to Innovation: Linked Open Data and Gamification to Design Inte...
From Research to Innovation: Linked Open Data and Gamification to Design Inte...From Research to Innovation: Linked Open Data and Gamification to Design Inte...
From Research to Innovation: Linked Open Data and Gamification to Design Inte...
 
Online Performance Evaluation System
Online Performance Evaluation SystemOnline Performance Evaluation System
Online Performance Evaluation System
 
Introduction to Linked Data 1/5
Introduction to Linked Data 1/5Introduction to Linked Data 1/5
Introduction to Linked Data 1/5
 
Linked Data tutorial at Semtech 2012
Linked Data tutorial at Semtech 2012Linked Data tutorial at Semtech 2012
Linked Data tutorial at Semtech 2012
 

Similar a Entity Linking in Queries: Tasks and Evaluation

Rated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: An Open Source Approach for Search Quality EvaluationRated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
Alessandro Benedetti
 
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
OpenSource Connections
 
Ontology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIsOntology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIs
New York City College of Technology Computer Systems Technology Colloquium
 

Similar a Entity Linking in Queries: Tasks and Evaluation (20)

Understanding Queries through Entities
Understanding Queries through EntitiesUnderstanding Queries through Entities
Understanding Queries through Entities
 
Semantic Search on the Rise
Semantic Search on the RiseSemantic Search on the Rise
Semantic Search on the Rise
 
Employees, Business Partners and Bad Guys: What Web Data Reveals About Person...
Employees, Business Partners and Bad Guys: What Web Data Reveals About Person...Employees, Business Partners and Bad Guys: What Web Data Reveals About Person...
Employees, Business Partners and Bad Guys: What Web Data Reveals About Person...
 
Konrad cedem praesi
Konrad cedem praesiKonrad cedem praesi
Konrad cedem praesi
 
Rated Ranking Evaluator: an Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: an Open Source Approach for Search Quality EvaluationRated Ranking Evaluator: an Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: an Open Source Approach for Search Quality Evaluation
 
Rated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: An Open Source Approach for Search Quality EvaluationRated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
Rated Ranking Evaluator: An Open Source Approach for Search Quality Evaluation
 
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
Haystack 2019 - Rated Ranking Evaluator: an Open Source Approach for Search Q...
 
Semantics Helps Connect the Dots
Semantics Helps Connect the DotsSemantics Helps Connect the Dots
Semantics Helps Connect the Dots
 
Mining Web content for Enhanced Search
Mining Web content for Enhanced Search Mining Web content for Enhanced Search
Mining Web content for Enhanced Search
 
Tutorial: Context-awareness In Information Retrieval and Recommender Systems
Tutorial: Context-awareness In Information Retrieval and Recommender SystemsTutorial: Context-awareness In Information Retrieval and Recommender Systems
Tutorial: Context-awareness In Information Retrieval and Recommender Systems
 
Ontology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIsOntology-based Classification and Faceted Search Interface for APIs
Ontology-based Classification and Faceted Search Interface for APIs
 
Data Visualization and Learning Analytics with xAPI
Data Visualization and Learning Analytics with xAPIData Visualization and Learning Analytics with xAPI
Data Visualization and Learning Analytics with xAPI
 
Search Quality Evaluation to Help Reproducibility: An Open-source Approach
Search Quality Evaluation to Help Reproducibility: An Open-source ApproachSearch Quality Evaluation to Help Reproducibility: An Open-source Approach
Search Quality Evaluation to Help Reproducibility: An Open-source Approach
 
DaCENA Personalized Exploration of Knowledge Graphs Within a Context. Seminar...
DaCENA Personalized Exploration of Knowledge Graphs Within a Context. Seminar...DaCENA Personalized Exploration of Knowledge Graphs Within a Context. Seminar...
DaCENA Personalized Exploration of Knowledge Graphs Within a Context. Seminar...
 
Search Quality Evaluation to Help Reproducibility : an Open Source Approach
Search Quality Evaluation to Help Reproducibility : an Open Source ApproachSearch Quality Evaluation to Help Reproducibility : an Open Source Approach
Search Quality Evaluation to Help Reproducibility : an Open Source Approach
 
Could You be a Data Scientist? Quantify Data Scientist Profiles using Machine...
Could You be a Data Scientist? Quantify Data Scientist Profiles using Machine...Could You be a Data Scientist? Quantify Data Scientist Profiles using Machine...
Could You be a Data Scientist? Quantify Data Scientist Profiles using Machine...
 
Crowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality AssessmentCrowdsourcing Linked Data Quality Assessment
Crowdsourcing Linked Data Quality Assessment
 
Internet 信息检索中的数学
Internet 信息检索中的数学Internet 信息检索中的数学
Internet 信息检索中的数学
 
Can You Identify Fake or Authentic Reviews? An fsQCA Approach
Can You Identify Fake or Authentic Reviews? An fsQCA ApproachCan You Identify Fake or Authentic Reviews? An fsQCA Approach
Can You Identify Fake or Authentic Reviews? An fsQCA Approach
 
Mazhiming
MazhimingMazhiming
Mazhiming
 

Último

Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Sérgio Sacani
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
PirithiRaju
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
Areesha Ahmad
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Lokesh Kothari
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
Sérgio Sacani
 

Último (20)

SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICESAMASTIPUR CALL GIRL 7857803690  LOW PRICE  ESCORT SERVICE
SAMASTIPUR CALL GIRL 7857803690 LOW PRICE ESCORT SERVICE
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verifiedConnaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
Connaught Place, Delhi Call girls :8448380779 Model Escorts | 100% verified
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts ServiceJustdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
Justdial Call Girls In Indirapuram, Ghaziabad, 8800357707 Escorts Service
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Botany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdfBotany 4th semester series (krishna).pdf
Botany 4th semester series (krishna).pdf
 
Conjugation, transduction and transformation
Conjugation, transduction and transformationConjugation, transduction and transformation
Conjugation, transduction and transformation
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 

Entity Linking in Queries: Tasks and Evaluation

  • 1. Entity Linking in Queries: Tasks and Evaluation ICTIR conference, September 2015 Faegheh Hasibi, Krisztian Balog, and Svein Erik Bratsberg
  • 2. 2 Entity linking Definition from Wikipedia: https://en.wikipedia.org/wiki/Natural_language_processing https://en.wikipedia.org/wiki/Statistical_classification
  • 3. 3 Why entity linking in queries? • ~70% of queries contain entities • To exploit semantic representation of queries Improves: • Ad-hoc document retrieval • Entity retrieval • Query understanding • Understanding users’ task (Tasks track, TREC) J. Pound, P. Mika, and H. Zaragoza. Ad-hoc object retrieval in the web of data. In Proc. of WWW '10. tom cruise movies semantic representation <relation>
  • 4. 4 It is different … Different from conventional entity linking: • Limited or even no context • A mention may be linked to more than one entity France France national football teamFIFA world cup france world cup 98 {France, FIFA world cup} or {France national football team, FIFA world cup}
  • 5. 5 In this talk How entity linking should be performed for queries? ➤ Task: “Semantic Mapping” or “Interpretation Finding”? ➤ Evaluation metrics ➤ Test collections ➤ Methods
  • 6. 6 In this talk How entity linking should be performed for queries? ➤ Task: “Semantic Mapping” or “Interpretation Finding”? ➤ Evaluation metrics ➤ Test collections ➤ Methods
  • 7. 7 Entity linking • Output is set of entities • Each mention is linked to a single entity • Mentions do not overlap • Entities are explicitly mentioned obama mother the music man new york pizza manhattan {Barack Obama} {The Music Man} {New York City, Manhattan}
  • 8. 8 Semantic mapping • Output is ranked list of entities • Mentions can overlap and be linked to multiple entities • Entities may not be explicitly mentioned • Entities do not need to form semantically compatible sets • False positive are not penalized obama mother the music man new york pizza manhattan Ann Dunham Barack Obama The Music Man The Music Man (1962 film) The Music Man (2003 film) … New York City New York-style pizza Manhattan Manhattan pizza ...
  • 9. 9 Interpretation finding • Output is set(s) of semantically related entity sets • Each entity set is an interpretation of the query • Mention do not overlap within a set obama mother the music man new york pizza manhattan { 􏰅{Barack Obama}􏰅} { {The Music Man} {The Music Man (1962 film)}, {The Music Man (2003 film)}􏰆 􏰅} { 􏰆 {New York City, Manhattan}, {New York-style pizza, Manhattan}􏰆 􏰅} D. Carmel, M.-W. Chang, E. Gabrilovich, B.J. P. Hsu, and K. Wang. ERD: Entity recognition and disambiguation challenge, 2014.
  • 10. 10 Tasks summary Entity Linking Semantic Mapping Interpretation Finding Entities explicitly mentioned? Yes No Yes Mentions can overlap? No Yes No* Results format Set Ranked list Sets of sets Evaluation criteria Mentioned entities found Relevant entities found Interpretations found Evaluation metrics Set-based Ranked-based Set-based * Not within the same interpretation ✓Entity linking requirements are relaxed in semantic mapping.
  • 11. 11 In this talk How entity linking should be performed for queries? ➤ Task: “Semantic Mapping” or “Interpretation Finding”? ➤ Evaluation metrics ➤ Test collections ➤ Methods
  • 12. 12 Evaluation • Macro-averaged metrics (precision, recall, F-measure) • Matching condition: – Interpretation sets should exactly match the ground truth System query interpretation Ground truth query interpretation ︸ What if or ? D. Carmel, M.-W. Chang, E. Gabrilovich, B.J. P. Hsu, and K. Wang. Entity recognition and disambiguation challenge, 2014. ☞ ︸
  • 13. 13 Evaluation (revisited) Solution: System output matches ground truth. System output does not match ground truth. This evaluation is methodologically correct, but strict. ☞
  • 14. 14 Lean evaluation • Partial matches are not rewarded in • E.g. {{New York City, Manhattan}} ≠ {{New York City}, {Manhattan}} Solution: Combine them with entity-based metrics.
  • 15. 15 In this talk How entity linking should be performed for queries? ➤ Task: “Semantic Mapping” or “Interpretation Finding”? ➤ Evaluation metrics ➤ Test collections ➤ Methods
  • 16. 16 Test collections - ERD The ERD challenge introduced two test collections: • ERD-dev (91 queries) • ERD-test (500 queries) – Unavailable for traditional offline evaluation Annotation rules: • The longest mention is used for entities • Only proper noun entities are annotated (e.g., companies, locations) • Overlapping mentions are not allowed within a single interpretation 1 http://web-ngram.research.microsoft.com/erd2014/Datasets.aspx ☞ ERD-dev is not suitable for training purposes (small) 1
  • 17. 17 Test collections - YSQLE Yahoo Search Query Log to Entities (YSQLE) • 2398 queries, manually annotated with Wikipedia entities • Designed for training and testing entity linking systems for queries Issues: • Not possible to automatically form interpretation sets – E.g. Query “france world cup 1998” • Linked entities are not necessarily mentioned explicitly – E.g. Query “charlie sheen lohan” is annotated with Anger Management (TV series) • Annotations are not always complete – E.g. Query “louisville courier journal” is not annotated with Louisville, Kentucky Yahoo! Webscope L24 dataset - Yahoo! search query log to entities, v1.0. http://webscope.sandbox.yahoo.com/ ☞ YSQLE is meant for the semantic mapping task
  • 18. 18 Test collections - Y-ERD Y-ERD is manually re-annotated based on: • YSQLE annotations • ERD rules Additional rules: • Site search queries are not linked – E.g. Query “facebook obama slur” is only linked to Barack Obama • Clear policy about misspelled mentions – Two versions of Y-ERD is made available ☞ Y-ERD is made publicly available http://bit.ly/ictir2015-elq
  • 19. 19 In this talk How entity linking should be performed for queries? ➤ Task: “Semantic Mapping” or “Interpretation Finding”? ➤ Evaluation metrics ➤ Test collections ➤ Methods
  • 20. 20 Candidate entity ranking Interpretation finding Mention detection ranked list of entities set of mentions interpretationsquery Methods Pipeline architecture for two tasks: Semantic mapping Interpretation Finding The goal of entity linking in queries
  • 21. 21 Mention detection Entity name variants are gathered from: • KB: A manually curated knowledge base (DBpedia) • WEB: Freebase Annotations of the ClueWeb Corpora (FACC) E. Gabrilovich, et. al. FACC1: Freebase annotation of ClueWeb corpora, 2013. Recall in mention detection step
  • 22. 22 Methods Pipeline architecture for two tasks: Semantic mapping Interpretation Finding The goal of entity linking in queries Candidate entity ranking Interpretation finding Mention detection ranked list of entities set of mentions interpretationsquery
  • 23. 23 Candidate entity ranking Ranking using language models: P(q) - Query length normalization - P. Ogilvie and J. Callan. Combining document representations for known-item search. In Proc. of SIGIR ’03, 2003 - W. Kraaij and M. Spitters. Language models for topic tracking. In Language Modeling for Information Retrieval, 2003. Scores should be comparable across queries – P(Q) should be considered Mixture of Language Models (MLM)
  • 24. 24 Candidate entity ranking Combining MLM and Commonness: Commonness Probability of entity e being the link target of mention m Query length normalized MLM score
  • 25. 25 Candidate entity ranking Semantic mapping results on YSQLE: TAGME is an entity linking system. • Should not be evaluated using rank-based metrics • Should not be compared with semantic mapping results P. Ferragina and U. Scaiella. TAGME: On-the-fly annotation of short text fragments. In Proc. of CIKM 2010.
  • 26. 26 Methods Pipeline architecture for two tasks: Semantic mapping Interpretation Finding The goal of entity linking in queries Candidate entity ranking Interpretation finding Mention detection ranked list of entities set of mentions interpretationsquery
  • 27. 27 Interpretation finding Greedy Interpretation Finding (GIF): Example query: “jacksonville fl riverside” Mention Entity Score “jacksonville fl” Jacksonville Florida 0.9 “jacksonville” Jacksonville Florida 0.8 “riverside” Riverside Park (Jacksonville) 0.6 “jacksonville fl” Naval Station Jacksonville 0.2 “riverside Riverside (band) 0.1 Step 1: Pruning based on a score threshold (0.3) Step 2: Pruning containment mentions Step 3: Forming interpretation sets { {Jacksonville Florida, Riverside Park (Jacksonville)} }
  • 29. 29 Take home messages • Entity linking in queries is different from documents • Different flavors, different evaluation criteria: – Interpretation finding (yes) – Semantic mapping (no) • Ultimate goal should be interpretation finding • SM and EL should not be compared to each other • Resources are available at http://bit.ly/ictir2015-elq

Notas del editor

  1. Entity linking is a key enabling component for semantic search It is so important that it has its own Wikipedia article, referring to the task and the research that has been done in this area. This text is the definition of EL from Wikipedia. In facts this piece of text represent entity lining queit well, not because of the text, but because Of course this has been done by human, by the aim of entity linking is to make it automatically.
  2.  evaluate system's understanding of tasks users aim to achieve
  3. This is the beginning of the stories
  4. Both approaches have their place, but there is an important distinction to be made as they are designed to accomplish different tasks.
  5. is no difference made between system A that does not return anything and system B that returns meaningless or nonsense suggestions
  6. Mentions can be overlapping Entities do not need to form semantically compatible sets False positive are not penalized in semantic mapping
  7. according to this definition, if the query does not have any interpretations in the ground truth (Iˆ = ;) then precision is un- defined;
  8. We correct for this behavior by defining precision and recall for interpretation-based evaluation: It captures the extent to which the interpretations of the query are identified. Interpretation-based metrics:
  9. As with any problem in information retrieval, the availability of public datasets is of key importance.
  10. Terms that are meant to restrict the search to a certain site (such as Facebook or IMDB) should not be linked.
  11. to rank items (here: entities) based on query likelihood:
  12. It ranks entities based on the highest scoring mention, i.e., ranking is dependent not only on the query but on the specific mention as well:
  13. Though we include results for TAGME, we note that this comparison, despite having been done in prior work (e.g., in [6]), is an unfair one. TAGME is not a baseline for semantic mapping task
  14. Recall what Y-ERD and ERD-dev are.
  15. Semantic mapping and entity linking task should not be compared to each other. Next: Exploiting multiple query interpretations in entity ranking
  16. Some questions: Q1: Why multiple interpretations? ERD-dev is better representation of Web search queries Y-ERD is limited to annotations from YSQLE, and yes it has its own limitations Multiple interpretation is crucial; this is not just our idea, but also ERD organizer’s idea. Q2: Why use both KB and WEB for mention detection? Using KB is an offline process and it comes for free. All FACC entities are not used for entity ranking (it is not efficient). In this case, KB gives high quality name variants and improves recall. Q3: Are these evaluation metrics biased for a system that tend to return less entities? The naïve baseline for this datasets is f-measure 0.5 A system should be of course better than this baseline Refer to the results table, top-ranked results are low. Q4: Why interpretation finding? Closer to how human think. Part of understanding of ambiguity of queries.