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

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 

Recently uploaded (20)

Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 

Featured

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 ChatGPTExpeed Software
 
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 EngineeringsPixeldarts
 
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 HealthThinkNow
 
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.pdfmarketingartwork
 
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 2024Neil Kimberley
 
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)contently
 
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 2024Albert Qian
 
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 InsightsKurio // The Social Media Age(ncy)
 
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 2024Search Engine Journal
 
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 summarySpeakerHub
 
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 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 Tessa Mero
 
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 IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
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 managementMindGenius
 
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...RachelPearson36
 
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...Applitools
 

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