SlideShare a Scribd company logo
1 of 37
Enhancing Large-Scale RDF Web Knowledge-bases for Query Answering   Mini-Viva Aidan Hogan 12 th  February, 2010
Overview Fig 1: RDF Web Dataset explicit  data implicit  data Topic of today’s talk:   How to exploit implicit data for “query answering”
Query Answering… ,[object Object],[object Object],[object Object],[object Object]
Problem:  Synonymous Omissions ex:Aidan ex:presented  ex:RR2009Talk  . deri:Aidan ex:presented deri:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT
Problem:  Synonymous Duplicates ex:Aidan ex:presented  deri:FridayTalk  . ex:Aidan ex:presented  ex:FridayTalk  . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT
Problem:  Incomplete Answers ex:RR2009Talk ex:presentedBy ex:Aidan . Query: Give me all talks presented by Aidan ex:Aidan  ex:presented   ?talk  . IMPLICT  EXPLICIT
Solution:  Publish Complete Data? Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT ex:RR2009Talk ex:presentedBy ex:Aidan . ex:Aidan ex:presented  ex:RR2009Talk  .
Solution:  Write Query in many ways? ex:RR2009Talk  ex:presentedBy ex:Aidan . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . ?talk   ex:presentedBy ex:Aidan   . IMPLICT  EXPLICIT
Solution:   Exploit OWL and RDFS… deri:Aidan ex:presented deri:FridayTalk . deri:Aidan owl:sameAs ex:Aidan . ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . ex:Aidan ex:presented   deri:FridayTalk   . ex:Aidan ex:presented   ex:RR2009Talk   . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT
OWL / RDFS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Reasoning ,[object Object],[object Object],[object Object],[object Object],[object Object],ex:presentedBy  owl:inverseOf  ex:presented . ex:FridayTalk ex:presentedBy ex:Aidan . => ex:Aidan ex:presented ex:FridayTalk . ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],ex:presentedBy  rdfs:domain  ex:Talk . ex:FridayTalk ex:presentedBy ex:Aidan . => ex:FridayTalk rdf:type ex:Talk . ex:presentedBy  rdfs:range  ex:Person . ex:FridayTalk ex:presentedBy ex:Aidan . => ex:Aidan rdf:type ex:Person .
Reasoning:  Make Explicit the Implicit deri:Aidan ex:presented deri:FridayTalk . deri:Aidan owl:sameAs ex:Aidan . ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . ex:Aidan ex:presented   deri:FridayTalk   . ex:Aidan ex:presented   ex:RR2009Talk   . IMPLICT  EXPLICIT
Web  Reasoning: Challenges ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Web  Reasoning: Challenges ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Noisy Data: Omnipotent Being ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Noisy Data: Redefining Everything   …and home in time for tea
The Web… …forecast is for muck
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Web Reasoning: Use Rules!
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Web Reasoning: Forward Chaining!
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],What rules?
Okay, so let’s do forward-chaining OWL 2 RL on billions of triples collected from the Web… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],pow!
Okay, so let’s do forward-chaining OWL 2 RL on billions of triples collected from the Web… ,[object Object],[object Object],[object Object],[object Object],[object Object]
SAOR:    Scalable   Authoritative  OWL Reasoner ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Scalable  Reasoning: In-mem T-Box ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],Scalable  Reasoning: Scans
... ... ex:me ex:presented ex:FridayTalk ...   ... ex:FridayTalk  ex:presentedBy  ex:me . ex:me  rdf:type foaf:Person  . ex:me  rdf:type foaf:Agent  . ... IN-MEM   T-BOX ON-DISK   A-BOX ON-DISK OUTPUT ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Scalable  Reasoning: No A-Box Joins
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Scalable  Reasoning: A-Box joins?
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Authoritative   Reasoning
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Noisy Data: Redefining Everything   …revisited Not authoritative!!!!
Distributed Reasoning ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
… and back again ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT ex:Aidan ex:presented   ex:RR2009Talk   .
… but what about… ex:Aidan ex:presented  ex:RR2009Talk  . deri:Aidan  ex:presented deri:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT
… and… ex:Aidan ex:presented  deri:FridayTalk  . ex:Aidan ex:presented  ex:FridayTalk  . Query: Give me all talks presented by Aidan ex:Aidan ex:presented  ?talk  . IMPLICT  EXPLICIT
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Equality Reasoning/ Entity Consolidation
Need  owl:sameAs  relations ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Future Work
1. Web data is messy 2. Reasoning over Web data is difficult 3. Need incomplete, albeit inclusive reasoning 4. Rule execution optimisations possible through special treatment of terminological data 5. Need to consider the provenance of data 6. OWL 2 RL not immediately suitable to application over Web data 7. Incomplete OWL 2 RL support can be offered using existing technologies, in a scalable and tolerant way 8. Busy year ahead Conclusion

More Related Content

Recently uploaded

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Featured (20)

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 

Enhancing Large-Scale RDF Web Knowledge-bases for Query Answering

  • 1. Enhancing Large-Scale RDF Web Knowledge-bases for Query Answering Mini-Viva Aidan Hogan 12 th February, 2010
  • 2. Overview Fig 1: RDF Web Dataset explicit data implicit data Topic of today’s talk: How to exploit implicit data for “query answering”
  • 3.
  • 4. Problem: Synonymous Omissions ex:Aidan ex:presented ex:RR2009Talk . deri:Aidan ex:presented deri:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 5. Problem: Synonymous Duplicates ex:Aidan ex:presented deri:FridayTalk . ex:Aidan ex:presented ex:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 6. Problem: Incomplete Answers ex:RR2009Talk ex:presentedBy ex:Aidan . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 7. Solution: Publish Complete Data? Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT ex:RR2009Talk ex:presentedBy ex:Aidan . ex:Aidan ex:presented ex:RR2009Talk .
  • 8. Solution: Write Query in many ways? ex:RR2009Talk ex:presentedBy ex:Aidan . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . ?talk ex:presentedBy ex:Aidan . IMPLICT EXPLICIT
  • 9. Solution: Exploit OWL and RDFS… deri:Aidan ex:presented deri:FridayTalk . deri:Aidan owl:sameAs ex:Aidan . ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . ex:Aidan ex:presented deri:FridayTalk . ex:Aidan ex:presented ex:RR2009Talk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 10.
  • 11.
  • 12. Reasoning: Make Explicit the Implicit deri:Aidan ex:presented deri:FridayTalk . deri:Aidan owl:sameAs ex:Aidan . ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . ex:Aidan ex:presented deri:FridayTalk . ex:Aidan ex:presented ex:RR2009Talk . IMPLICT EXPLICIT
  • 13.
  • 14.
  • 15.
  • 16.
  • 17. The Web… …forecast is for muck
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31. … and back again ex:RR2009Talk ex:presentedBy ex:Aidan . ex:presentedBy owl:inverseOf ex:presented . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT ex:Aidan ex:presented ex:RR2009Talk .
  • 32. … but what about… ex:Aidan ex:presented ex:RR2009Talk . deri:Aidan ex:presented deri:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 33. … and… ex:Aidan ex:presented deri:FridayTalk . ex:Aidan ex:presented ex:FridayTalk . Query: Give me all talks presented by Aidan ex:Aidan ex:presented ?talk . IMPLICT EXPLICIT
  • 34.
  • 35.
  • 36.
  • 37. 1. Web data is messy 2. Reasoning over Web data is difficult 3. Need incomplete, albeit inclusive reasoning 4. Rule execution optimisations possible through special treatment of terminological data 5. Need to consider the provenance of data 6. OWL 2 RL not immediately suitable to application over Web data 7. Incomplete OWL 2 RL support can be offered using existing technologies, in a scalable and tolerant way 8. Busy year ahead Conclusion