SlideShare ist ein Scribd-Unternehmen logo
1 von 18
Generating Compact and Relaxable Answers to
Keyword Queries over Knowledge Graphs
Gong Cheng1, Shuxin Li1, Ke Zhang1, Chengkai Li2
1State Key Laboratory for Novel Software Technology, Nanjing University, China
2Department of Computer Science and Engineering, University of Texas at Arlington, United States
ISWC 2020 1
ISWC 2020 2
Keyword Search over Knowledge Graphs
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Two Paradigms
 For lookup tasks: semantic parsing (keyword query  SPARQL query)
ISWC 2020 3
Keyword Search over Knowledge Graphs
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Two Paradigms
 For lookup tasks: semantic parsing (keyword query  SPARQL query)
 For exploratory tasks: answer subgraph extraction (keyword query  GST)
ISWC 2020 4
Keyword Search over Knowledge Graphs
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
countryGroup Steiner Tree
(GST)
 Answer completeness?
 Covering all the query keywords
 Answer compactness?
 Having a compact structure (e.g., a small diameter)
ISWC 2020 5
Motivation --- Pros and Cons of GST
Group Steiner Tree
(GST)
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
The Trip (TT)
country
London
country
producedBy
G7
member
member
diameter: 7
uncovered keywords: 0
 Computing compact but relaxable subgraphs
 Guaranteed answer compactness: having a bounded diameter (D)
 Maximized answer completeness: covering the largest number of query
keywords
ISWC 2020 6
Main Idea
Group Steiner Tree
(GST)
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
The Trip (TT)
country
London
country
producedBy
G7
member
member
diameter: 7
uncovered keywords: 0
 Computing compact but relaxable subgraphs
 Guaranteed answer compactness: having a bounded diameter (D)
 Maximized answer completeness: covering the largest number of query
keywords
ISWC 2020 7
Main Idea
Minimally Relaxed Answer
(MRA)
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
The Trip (TT)
country
London
country
producedBy
G7
member
member
diameter: 2
uncovered keywords: 1
(D=2)
 A necessary and sufficient condition for the existence of a
compactness-bounded complete answer to a keyword query
ISWC 2020 8
Approach --- Theoretical Foundations
United States (US)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
country
We refer to v as a certificate vertex for Q.
• E.g., Montana for "united states yellowstone park" under D=2
ISWC 2020 9
Approach --- Algorithm CORE
 A best-first search algorithm
one independent search
starting from each
keyword vertex
a shared priority queue keeping
search frontiers
(priority: potentially uncovered
keywords, based on distances)
a more complete answer
which the current vertex
is a certificate vertex for
early stop
unvisited neighbors
 Running example
ISWC 2020 10
Approach --- Algorithm CORE
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Running example
ISWC 2020 11
Approach --- Algorithm CORE
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Running example
ISWC 2020 12
Approach --- Algorithm CORE
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Running example
ISWC 2020 13
Approach --- Algorithm CORE
United States (US)
United Kindom (UK)
Montana (MT)
Yellowstone National
Park (YSNP)
isLocatedIn
BBC
headquarters
Yellowstone (YS) The Trip (TT)
Q: united states yellowstone park trip
Ohio
country
London
country
producedBy
G7
member
member
producedBy
country
G
 Datasets
 Baselines
 CertQR+ (adapted to our problem)
 GST-based answers
ISWC 2020 14
Experiment Settings
 Main finding
 Trading off answer completeness for compactness is necessary.
ISWC 2020 15
Results --- Compactness of GST-Based Answers
(doc = diameter; |K| = max keyword hits)
 Main finding
 The completeness of our computed answers is very high.
ISWC 2020 16
Results --- Completeness of Relaxable Answers
(dor = number of uncovered keywords; |K| = max keyword hits)
 Main finding
 CORE is efficient and significantly outperforms CertQR+.
ISWC 2020 17
Results --- Efficiency of CORE
 Take-home messages
 Necessity of trading off answer completeness for compactness
 Polynomial-time algorithm for generating compact but relaxable answers
 https://github.com/nju-websoft/CORE
 Future work
 Vertex and/or edge weights
ISWC 2020 18
Conclusion

Weitere ähnliche Inhalte

Mehr von Gong Cheng

Semantic Data Retrieval: Search, Ranking, and Summarization
Semantic Data Retrieval: Search, Ranking, and SummarizationSemantic Data Retrieval: Search, Ranking, and Summarization
Semantic Data Retrieval: Search, Ranking, and SummarizationGong Cheng
 
Semantic Web related top conference review
Semantic Web related top conference reviewSemantic Web related top conference review
Semantic Web related top conference reviewGong Cheng
 
Relatedness-based Multi-Entity Summarization
Relatedness-based Multi-Entity SummarizationRelatedness-based Multi-Entity Summarization
Relatedness-based Multi-Entity SummarizationGong Cheng
 
Generating Illustrative Snippets for Open Data on the Web
Generating Illustrative Snippets for Open Data on the WebGenerating Illustrative Snippets for Open Data on the Web
Generating Illustrative Snippets for Open Data on the WebGong Cheng
 
常识推理在地理自动答题中的需求分析
常识推理在地理自动答题中的需求分析常识推理在地理自动答题中的需求分析
常识推理在地理自动答题中的需求分析Gong Cheng
 
Efficient Algorithms for Association Finding and Frequent Association Pattern...
Efficient Algorithms for Association Finding and Frequent Association Pattern...Efficient Algorithms for Association Finding and Frequent Association Pattern...
Efficient Algorithms for Association Finding and Frequent Association Pattern...Gong Cheng
 
Summarizing Semantic Data
Summarizing Semantic DataSummarizing Semantic Data
Summarizing Semantic DataGong Cheng
 
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset Summarization
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset SummarizationHIEDS: A Generic and Efficient Approach to Hierarchical Dataset Summarization
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset SummarizationGong Cheng
 
Taking up the Gaokao Challenge: An Information Retrieval Approach
Taking up the Gaokao Challenge: An Information Retrieval ApproachTaking up the Gaokao Challenge: An Information Retrieval Approach
Taking up the Gaokao Challenge: An Information Retrieval ApproachGong Cheng
 
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...Summarizing Entity Descriptions for Effective and Efficient Human-centered En...
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...Gong Cheng
 
知识的摘要
知识的摘要知识的摘要
知识的摘要Gong Cheng
 
Explass: Exploring Associations between Entities via Top-K Ontological Patter...
Explass: Exploring Associations between Entities via Top-K Ontological Patter...Explass: Exploring Associations between Entities via Top-K Ontological Patter...
Explass: Exploring Associations between Entities via Top-K Ontological Patter...Gong Cheng
 
Facilitating Human Intervention in Coreference Resolution with Comparative En...
Facilitating Human Intervention in Coreference Resolution with Comparative En...Facilitating Human Intervention in Coreference Resolution with Comparative En...
Facilitating Human Intervention in Coreference Resolution with Comparative En...Gong Cheng
 
Towards Exploratory Relationship Search: A Clustering-based Approach
Towards Exploratory Relationship Search: A Clustering-based ApproachTowards Exploratory Relationship Search: A Clustering-based Approach
Towards Exploratory Relationship Search: A Clustering-based ApproachGong Cheng
 
NJVR: The NanJing Vocabulary Repository
NJVR: The NanJing Vocabulary RepositoryNJVR: The NanJing Vocabulary Repository
NJVR: The NanJing Vocabulary RepositoryGong Cheng
 
Web的图结构分析
Web的图结构分析Web的图结构分析
Web的图结构分析Gong Cheng
 
BipRank: Ranking and Summarizing RDF Vocabulary Descriptions
BipRank: Ranking and Summarizing RDF Vocabulary DescriptionsBipRank: Ranking and Summarizing RDF Vocabulary Descriptions
BipRank: Ranking and Summarizing RDF Vocabulary DescriptionsGong Cheng
 
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...Gong Cheng
 
RELIN: Relatedness and Informativeness-based Centrality for Entity Summarization
RELIN: Relatedness and Informativeness-based Centrality for Entity SummarizationRELIN: Relatedness and Informativeness-based Centrality for Entity Summarization
RELIN: Relatedness and Informativeness-based Centrality for Entity SummarizationGong Cheng
 
Browsing Linked Data with MyView
Browsing Linked Data with MyViewBrowsing Linked Data with MyView
Browsing Linked Data with MyViewGong Cheng
 

Mehr von Gong Cheng (20)

Semantic Data Retrieval: Search, Ranking, and Summarization
Semantic Data Retrieval: Search, Ranking, and SummarizationSemantic Data Retrieval: Search, Ranking, and Summarization
Semantic Data Retrieval: Search, Ranking, and Summarization
 
Semantic Web related top conference review
Semantic Web related top conference reviewSemantic Web related top conference review
Semantic Web related top conference review
 
Relatedness-based Multi-Entity Summarization
Relatedness-based Multi-Entity SummarizationRelatedness-based Multi-Entity Summarization
Relatedness-based Multi-Entity Summarization
 
Generating Illustrative Snippets for Open Data on the Web
Generating Illustrative Snippets for Open Data on the WebGenerating Illustrative Snippets for Open Data on the Web
Generating Illustrative Snippets for Open Data on the Web
 
常识推理在地理自动答题中的需求分析
常识推理在地理自动答题中的需求分析常识推理在地理自动答题中的需求分析
常识推理在地理自动答题中的需求分析
 
Efficient Algorithms for Association Finding and Frequent Association Pattern...
Efficient Algorithms for Association Finding and Frequent Association Pattern...Efficient Algorithms for Association Finding and Frequent Association Pattern...
Efficient Algorithms for Association Finding and Frequent Association Pattern...
 
Summarizing Semantic Data
Summarizing Semantic DataSummarizing Semantic Data
Summarizing Semantic Data
 
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset Summarization
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset SummarizationHIEDS: A Generic and Efficient Approach to Hierarchical Dataset Summarization
HIEDS: A Generic and Efficient Approach to Hierarchical Dataset Summarization
 
Taking up the Gaokao Challenge: An Information Retrieval Approach
Taking up the Gaokao Challenge: An Information Retrieval ApproachTaking up the Gaokao Challenge: An Information Retrieval Approach
Taking up the Gaokao Challenge: An Information Retrieval Approach
 
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...Summarizing Entity Descriptions for Effective and Efficient Human-centered En...
Summarizing Entity Descriptions for Effective and Efficient Human-centered En...
 
知识的摘要
知识的摘要知识的摘要
知识的摘要
 
Explass: Exploring Associations between Entities via Top-K Ontological Patter...
Explass: Exploring Associations between Entities via Top-K Ontological Patter...Explass: Exploring Associations between Entities via Top-K Ontological Patter...
Explass: Exploring Associations between Entities via Top-K Ontological Patter...
 
Facilitating Human Intervention in Coreference Resolution with Comparative En...
Facilitating Human Intervention in Coreference Resolution with Comparative En...Facilitating Human Intervention in Coreference Resolution with Comparative En...
Facilitating Human Intervention in Coreference Resolution with Comparative En...
 
Towards Exploratory Relationship Search: A Clustering-based Approach
Towards Exploratory Relationship Search: A Clustering-based ApproachTowards Exploratory Relationship Search: A Clustering-based Approach
Towards Exploratory Relationship Search: A Clustering-based Approach
 
NJVR: The NanJing Vocabulary Repository
NJVR: The NanJing Vocabulary RepositoryNJVR: The NanJing Vocabulary Repository
NJVR: The NanJing Vocabulary Repository
 
Web的图结构分析
Web的图结构分析Web的图结构分析
Web的图结构分析
 
BipRank: Ranking and Summarizing RDF Vocabulary Descriptions
BipRank: Ranking and Summarizing RDF Vocabulary DescriptionsBipRank: Ranking and Summarizing RDF Vocabulary Descriptions
BipRank: Ranking and Summarizing RDF Vocabulary Descriptions
 
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...
An Empirical Study of Vocabulary Relatedness and Its Application to Recommend...
 
RELIN: Relatedness and Informativeness-based Centrality for Entity Summarization
RELIN: Relatedness and Informativeness-based Centrality for Entity SummarizationRELIN: Relatedness and Informativeness-based Centrality for Entity Summarization
RELIN: Relatedness and Informativeness-based Centrality for Entity Summarization
 
Browsing Linked Data with MyView
Browsing Linked Data with MyViewBrowsing Linked Data with MyView
Browsing Linked Data with MyView
 

Kürzlich hochgeladen

Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Pooja Nehwal
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lodhisaajjda
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedDelhi Call girls
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoKayode Fayemi
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCamilleBoulbin1
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...amilabibi1
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalFabian de Rijk
 

Kürzlich hochgeladen (18)

Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
Aesthetic Colaba Mumbai Cst Call girls 📞 7738631006 Grant road Call Girls ❤️-...
 
lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.lONG QUESTION ANSWER PAKISTAN STUDIES10.
lONG QUESTION ANSWER PAKISTAN STUDIES10.
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verifiedSector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
Sector 62, Noida Call girls :8448380779 Noida Escorts | 100% verified
 
Uncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac FolorunsoUncommon Grace The Autobiography of Isaac Folorunso
Uncommon Grace The Autobiography of Isaac Folorunso
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
Bring back lost lover in USA, Canada ,Uk ,Australia ,London Lost Love Spell C...
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Digital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of DrupalDigital collaboration with Microsoft 365 as extension of Drupal
Digital collaboration with Microsoft 365 as extension of Drupal
 

Generating Compact and Relaxable Answers to Keyword Queries over Knowledge Graphs

  • 1. Generating Compact and Relaxable Answers to Keyword Queries over Knowledge Graphs Gong Cheng1, Shuxin Li1, Ke Zhang1, Chengkai Li2 1State Key Laboratory for Novel Software Technology, Nanjing University, China 2Department of Computer Science and Engineering, University of Texas at Arlington, United States ISWC 2020 1
  • 2. ISWC 2020 2 Keyword Search over Knowledge Graphs United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 3.  Two Paradigms  For lookup tasks: semantic parsing (keyword query  SPARQL query) ISWC 2020 3 Keyword Search over Knowledge Graphs United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 4.  Two Paradigms  For lookup tasks: semantic parsing (keyword query  SPARQL query)  For exploratory tasks: answer subgraph extraction (keyword query  GST) ISWC 2020 4 Keyword Search over Knowledge Graphs United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy countryGroup Steiner Tree (GST)
  • 5.  Answer completeness?  Covering all the query keywords  Answer compactness?  Having a compact structure (e.g., a small diameter) ISWC 2020 5 Motivation --- Pros and Cons of GST Group Steiner Tree (GST) United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters The Trip (TT) country London country producedBy G7 member member diameter: 7 uncovered keywords: 0
  • 6.  Computing compact but relaxable subgraphs  Guaranteed answer compactness: having a bounded diameter (D)  Maximized answer completeness: covering the largest number of query keywords ISWC 2020 6 Main Idea Group Steiner Tree (GST) United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters The Trip (TT) country London country producedBy G7 member member diameter: 7 uncovered keywords: 0
  • 7.  Computing compact but relaxable subgraphs  Guaranteed answer compactness: having a bounded diameter (D)  Maximized answer completeness: covering the largest number of query keywords ISWC 2020 7 Main Idea Minimally Relaxed Answer (MRA) United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters The Trip (TT) country London country producedBy G7 member member diameter: 2 uncovered keywords: 1 (D=2)
  • 8.  A necessary and sufficient condition for the existence of a compactness-bounded complete answer to a keyword query ISWC 2020 8 Approach --- Theoretical Foundations United States (US) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn country We refer to v as a certificate vertex for Q. • E.g., Montana for "united states yellowstone park" under D=2
  • 9. ISWC 2020 9 Approach --- Algorithm CORE  A best-first search algorithm one independent search starting from each keyword vertex a shared priority queue keeping search frontiers (priority: potentially uncovered keywords, based on distances) a more complete answer which the current vertex is a certificate vertex for early stop unvisited neighbors
  • 10.  Running example ISWC 2020 10 Approach --- Algorithm CORE United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 11.  Running example ISWC 2020 11 Approach --- Algorithm CORE United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 12.  Running example ISWC 2020 12 Approach --- Algorithm CORE United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 13.  Running example ISWC 2020 13 Approach --- Algorithm CORE United States (US) United Kindom (UK) Montana (MT) Yellowstone National Park (YSNP) isLocatedIn BBC headquarters Yellowstone (YS) The Trip (TT) Q: united states yellowstone park trip Ohio country London country producedBy G7 member member producedBy country G
  • 14.  Datasets  Baselines  CertQR+ (adapted to our problem)  GST-based answers ISWC 2020 14 Experiment Settings
  • 15.  Main finding  Trading off answer completeness for compactness is necessary. ISWC 2020 15 Results --- Compactness of GST-Based Answers (doc = diameter; |K| = max keyword hits)
  • 16.  Main finding  The completeness of our computed answers is very high. ISWC 2020 16 Results --- Completeness of Relaxable Answers (dor = number of uncovered keywords; |K| = max keyword hits)
  • 17.  Main finding  CORE is efficient and significantly outperforms CertQR+. ISWC 2020 17 Results --- Efficiency of CORE
  • 18.  Take-home messages  Necessity of trading off answer completeness for compactness  Polynomial-time algorithm for generating compact but relaxable answers  https://github.com/nju-websoft/CORE  Future work  Vertex and/or edge weights ISWC 2020 18 Conclusion