SlideShare a Scribd company logo
1 
Acquiring Rich Knowledge from Text† 
Benjamin Grosof* 
Paul Haley** 
June 3, 2013 
Semantic Technology & Business Conference‡ 
San Francisco, CA, USA 
* Benjamin Grosof & Associates, LLC, www.mit.edu/~bgrosof/ 
** Automata, Inc., paul@haleyai.com 
† Work partly supported by Vulcan, Inc., http://www.vulcan.com 
‡ SemTechBiz SF, http://semtechbizsf2013.semanticweb.com/ 
© Copyright 2013 by Benjamin Grosof & Associates, LLC, and Automata, Inc. All Rights Reserved. 
6/10/2013
2 
Digital Aristotle and Project Halo Gunning et al, AAAI & IAAI (August 2011)
3 
IBM Watson FAQ on QA using logic or NLP 
•Classic knowledge-based AI approaches to QA try to logically prove an answer is correct from a logical encoding of the question and all the domain knowledge required to answer it. Such approaches are stymied by two problems: 
•the prohibitive time and manual effort required to acquire massive volumes of knowledge and formally encode it as logical formulas accessible to computer algorithms, and 
•the difficulty of understanding natural language questions well enough to exploit such formal encodings if available. 
•Techniques for dealing with huge amounts of natural language text, such as Information Retrieval, suffer from nearly the opposite problem in that they can always find documents or passages containing some keywords in common with the query but lack the precision, depth, and understanding necessary to deliver correct answers with accurate confidences.
4 
Why not QA using logic and NLP? 
•What if it was “cheap” to acquire massive volumes of knowledge formally encoded as logical formulas? 
•What if it was “easy” to understand natural language questions well enough to exploit such formal encodings?
5 
Knowledge Acquisition for Deep QA: Expt. 
•Goal 1: represent the knowledge in one chapter of a popular college- level science textbook, at 1st-year college level 
•Chapter 7 on cell membranes, in Biology 9th ed., by Campbell et al 
•Goal 2: measure what KA productivity is achieved by KE’s 
•Assess level of effort, quality of resulting logic, and coverage of textbook 
•Software used in this case study: 
•for translating English to logic 
•Automata Linguist™ and KnowBuddy™ (patents pending) 
•English Resource Grammar (http://www.delph-in.net/erg/) 
•for knowledge representation & reasoning 
•Vulcan, Inc.’s SILK (http://www.projecthalo.com/): prototype implementation of Rulelog
6 
Summary of Effort & Results 
•Captured 3,000+ sentences concerning cellular biology 
•hundreds of questions (2 examples herein) 
•600 or so sentences directly from Campbell’s Biology textbook 
•2,000 or so sentences of supporting or background knowledge 
•Sentence length averaged 10 words up to 25 words 
•background knowledge tends to be shorter 
•disambiguation of parse typically requires a fraction of a minute 
•hundreds of parses common, > 30 per sentence on average 
•the correct parse is typically not the parse ranked best by statistical NLP 
•Sentences disambiguated and formalized into logic in very few minutes on average 
•resulting logic is typically more sophisticated than skilled logicians typically produce 
•Collaborative review and revision of English sentences, disambiguation, and formalization approximately doubled time per sentence over the knowledge base
7 
Tracked effort & collaboration per sentence
8 
Sentences translated from English to logic
9 
Knowledge Acquisition 
•Note: the “parse” ranked first by machine learning techniques is usually not the correct interpretation
10 
Query Formulation 
•Are the passage ways provided by channel proteins hydrophilic or hydrophobic?
11 
The Answer is “Hydrophilic” 
•Hypothetical query uses “presumption” below 
•Presumption yields tuples with skolems 
•The answer is on the last line below
12 
Logic to text (not focal in KA experiment)
13
14 
A Bloom level 4 question 
•If a Paramecium swims from a hypotonic environment to an isotonic environment, will its contractile vacuole become more active? 
∀(?x9)paramecium(?x9) ⇒∃(?x13)(hypotonic(environment)(?x13) ∧∃(?x21)(isotonic(environment)(?x21) ∧∀₁(?x31)contractile(vacuole)(of(?x9))(?x31) ⇒if(then)(become(?x31,more(active)(?x31)),swim(from(?x13))(to(?x21))(?x9)))) 
•The above formula is translated into a hypothetical query, which answers “No”.
15 
Textual Logic Approach: Overview 
•Logic-based text interpretation & generation, for KA & QA 
•Map text to logic (“text interpretation”): for K and Q’s 
•Map logic to text (“text generation”): for viewing K, esp. for justifications of answers (A’s) 
•Map based on logic 
•Textual terminology – phrasal style of K 
•Use words/word-senses directly as logical constants 
•Natural composition: textual phrase  logical term 
•Interactive logical disambiguation technique 
•Treats: parse, quantifier type/scope, co-reference, word sense 
•Leverages lexical ontology – large-vocabulary, broad-coverage 
•Initial restriction to stand-alone sentences – “straightforward” text 
•Minimize ellipsis, rhetoric, metaphor, etc. 
•Implemented in Automata Linguist 
•Leverage defeasibility of the logic 
•For rich logical K: handle exceptions and change 
•Incl. for NLP itself: “The thing about NL is that there’s a gazillion special cases” [Peter Clark]
16 
Requirements on the logical KRR for KA of Rich Logical K 
•The logic must be expressively rich – higher order logic formulas 
•As target for the text interpretation 
•The logic must handle exceptions and change, gracefully 
•Must be defeasible = K can have exceptions, i.e., be “defeated”, e.g., by higher-priority K 
•For empirical character of K 
•For evolution and combination of KB’s. I.e., for social scalability. 
•For causal processes, and “what-if’s” (hypotheticals, e.g., counterfactual) 
•I.e., to represent change in K and change in the world 
•Inferencing in the logic must be computationally scalable 
•Incl. tractable = polynomial-time in worst-case 
•(as are SPARQL and SQL databases, for example)
17 
Past Difficulties with Rich Logical K 
•KRR not defeasible & tractable 
•… even when not target of text-based KA 
•E.g. 
1.FOL-based – OWL, SBVR, CL: infer garbage 
•Perfectly brittle in face of conflict from errors, confusions, tacit context 
2.E.g., FOL and previous logic programs: run away 
•Recursion thru logical functions
18 
Rulelog: Overview 
•First KRR to meet central challenge: defeasible + tractable + rich 
•New rich logic: based on databases, not classical logic 
•Expressively extends normal declarative logic programs (LP) 
•Transforms into LP 
•LP is the logic of databases (SQL, SPARQL) and pure Prolog 
•Business rules (BR) – production-rules -ish – has expressive power similar to databases 
•LP (not FOL) is “the 99%” of practical structured info management today 
•RIF-Rulelog in draft as industry standard (W3C and RuleML) 
•Associated new reasoning techniques to implement it 
•Prototyped in Vulcan’s SILK 
•Mostly open source: Flora-2 and XSB Prolog
19 
Rulelog: more details 
•Defeasibility based on argumentation theories (AT) [Wan, Grosof, Kifer 2009] 
•Meta-rules (~10’s) specify principles of debate, thus when rules have exceptions 
•Prioritized conflict handling. Ensures consistent conclusions. Efficient, flexible, sophisticated defeasibility. 
•Restraint: semantically clean bounded rationality [Grosof, Swift 2013] 
•Leverages “undefined” truth value to represent “not bothering” 
•Extends well-foundedness in LP 
• Omniformity: higher-order logic formula syntax, incl. hilog, rule id’s 
•Omni-directional disjunction. Skolemized existentials. 
•Avoids general reasoning-by-cases (cf. unit resolution). 
•Sound interchange of K with all major standards for sem web K 
•Both FOL & LP, e.g.: RDF(S), OWL-DL, SPARQL, CL 
•Reasoning techniques based on extending tabling in LP inferencing 
•Truth maintenance, justifications incl. why-not, trace analysis for KA debug, term abstraction, delay subgoals
20 
TL KA – Study Results 
•Axiomatized ~2.5k English sentences during 2013: 
•One defeasible axiom in Rulelog (SILK syntax) per sentence 
•On average, each of these axioms correspond to > 5 “rules” 
•e.g., “rule” as in logic programs (e.g., Prolog) or business rules (e.g., PRR, RIF-PRD) 
•<< 10 minutes on average to author, disambiguate, formalize, review & revise a sentence 
•The coverage of the textbook material was rated “A” or better for >95% of its sentences 
•Collaboration resulted in an average of over 2 authors/editors/reviewers per sentence 
•Non-authors rated the logic for >90% of sentences as “A” or better; >95% as “B+” or better 
•TBD: How much will TL effort  during QA testing? 
•TBD: How much will TL effort  as TL tooling & process mature?
21 
TL KA – Study Results (II) 
•Expressive coverage: very good, due to Rulelog 
•All sentences were representable but some (e.g., modals) are TBD wrt reasoning 
•This and productivity were why background K was mostly specified via TL 
•Small shortfalls (< few %) from implementation issues (e.g., numerics) 
•Terminological coverage: very good, due to TL approach 
•Little hand-crafted logical ontology 
•Small shortfalls (< few %) from implementation issues 
•Added several hundred mostly domain-specific lexical entries to the ERG
22 
TL KA: KE labor, roughly, per Page 
•(In the study:) 
•~~$3-4/word (actual word, not simply 5 characters) 
•~~$500-1500/page (~175-350 words/page) 
•Same ballpark as: labor to author the text itself 
•… for many formal text documents 
•E.g., college science textbooks 
•E.g., some kinds of business documents 
•“Same ballpark” here means same order of magnitude 
•TBD: How much will TL effort  when K is debugged during QA testing? 
•TBD: How much will TL effort  as its tooling & process mature?
23 
KA Advantages of Approach 
•Approach = Textual Logic + Rulelog 
•Interactive disambiguation: relatively rapidly produces rich K 
•With logical and semantic precision 
•Starting from effectively unconstrained text 
•Textual terminology: logical ontology emerges naturally 
•From the text’s phrasings, rather than needing effort to specify it explicitly and become familiar with it 
•Perspective: Textual terminology is also a bridge to work in text mining and “textual entailment” 
•Rulelog as rich target logic 
•Can handle exceptions and change, and is tractable 
•Rulelog supports K interchange (translation and integration) 
•Both LP and FOL; all the major semantic tech/web standards (RDF(S), SPARQL, OWL, RIF, CL, SBVR); Prolog, SQL, and production rules. (Tho’ for many of these, with restrictions.)
24 
Conclusions 
•Research breakthrough on two aspects: 
•1. rapid acquisition of rich logical knowledge 
•2. reasoning with rich logical knowledge 
•Appears to be significant progress on the famous “KA bottleneck” of AI 
•“Better, faster, cheaper” logic. Usable on a variety of KRR platforms. 
•It’s early days still, so lots remains to do 
•Tooling, e.g.: leverage inductive learning to aid disambiguation 
•More experiments, e.g.: push on QA; scale up
25 
recap: Scalable Rich KA – Requirements 
KA & QA Logic 
KRR 
Defeasible 
+ Tractable 
Text-based 
Disambig.
26 
Rulelog 
recap: Scalable Rich K – Approach 
Textual Logic 
Defeasible + Tractable 
Argumentation theories 
Restraint 
Omniform 
Textual terminology 
Interactive disambiguation 
Text-based KA & QA 
Logic 
KRR 
Logic-based map 
of text  logic
27 
Rulelog 
Textual Logic 
Defeasible + Tractable 
Argumentation theories 
Restraint 
Omniform 
Textual terminology 
Interactive disambiguation 
Text-based & KA QA 
Logic-based map 
of text  logic 
Apps 
Resources 
Databases 
Services 
Specialized UI 
Service 
interfaces 
Usage Context for Approach 
Logic 
KRR
28 
Late-Breaking News 
•Company created to commercialize approach 
Coherent Knowledge Systems 
(coherentknowledge.com went live today) 
•Target markets: policy-centric, NL QA and HCI
29 
Acknowledgements 
•This work was supported in part by Vulcan, Inc., as part of the Halo Advanced Research (HalAR) program, within overall Project Halo. HalAR included SILK. 
•Thanks to: 
•The HalAR/SILK team 
•The Project Sherlock team at Automata 
•The Project Halo team at Vulcan 
•RuleML and W3C, for their cooperation on Rulelog 
•
30 
Thank You 
Disclaimer: The preceding slides represent the views of the author(s) only. All brands, logos and products are trademarks or registered trademarks of their respective companies. 
© Copyright 2013 by Benjamin Grosof & Associates, LLC, and Automata, Inc. All Rights Reserved. 
6/10/2013

More Related Content

What's hot

GPT-2: Language Models are Unsupervised Multitask Learners
GPT-2: Language Models are Unsupervised Multitask LearnersGPT-2: Language Models are Unsupervised Multitask Learners
GPT-2: Language Models are Unsupervised Multitask Learners
Young Seok Kim
 
Deep Natural Language Processing for Search and Recommender Systems
Deep Natural Language Processing for Search and Recommender SystemsDeep Natural Language Processing for Search and Recommender Systems
Deep Natural Language Processing for Search and Recommender Systems
Huiji Gao
 
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML
 
Tony clark caise 13-presentation
Tony clark  caise 13-presentationTony clark  caise 13-presentation
Tony clark caise 13-presentationcaise2013vlc
 
Lean Logic for Lean Times: Entailment and Contradiction Revisited
Lean Logic for Lean Times: Entailment and Contradiction RevisitedLean Logic for Lean Times: Entailment and Contradiction Revisited
Lean Logic for Lean Times: Entailment and Contradiction Revisited
Valeria de Paiva
 
Portuguese Linguistic Tools: What, Why and How
Portuguese Linguistic Tools: What, Why and HowPortuguese Linguistic Tools: What, Why and How
Portuguese Linguistic Tools: What, Why and How
Valeria de Paiva
 
Deep natural language processing in search systems
Deep natural language processing in search systemsDeep natural language processing in search systems
Deep natural language processing in search systems
Bill Liu
 
cade23-schneidsut-atp4owlfull-2011
cade23-schneidsut-atp4owlfull-2011cade23-schneidsut-atp4owlfull-2011
cade23-schneidsut-atp4owlfull-2011
Michael Schneider
 
AINL 2016: Yagunova
AINL 2016: YagunovaAINL 2016: Yagunova
AINL 2016: Yagunova
Lidia Pivovarova
 
Automated Abstracts and Big Data
Automated Abstracts and Big DataAutomated Abstracts and Big Data
Automated Abstracts and Big Data
Sameer Wadkar
 
Practical NLP with Lisp
Practical NLP with LispPractical NLP with Lisp
Practical NLP with Lisp
Vsevolod Dyomkin
 
eswc2011phd-schneid
eswc2011phd-schneideswc2011phd-schneid
eswc2011phd-schneid
Michael Schneider
 
AINL 2016: Kravchenko
AINL 2016: KravchenkoAINL 2016: Kravchenko
AINL 2016: Kravchenko
Lidia Pivovarova
 
Lean Logic for Lean Times: Varieties of Natural Logic
Lean Logic for Lean Times: Varieties of Natural LogicLean Logic for Lean Times: Varieties of Natural Logic
Lean Logic for Lean Times: Varieties of Natural Logic
Valeria de Paiva
 
PyGotham NY 2017: Natural Language Processing from Scratch
PyGotham NY 2017: Natural Language Processing from ScratchPyGotham NY 2017: Natural Language Processing from Scratch
PyGotham NY 2017: Natural Language Processing from Scratch
Noemi Derzsy
 
Text Similarity
Text SimilarityText Similarity
Applications of Word Vectors in Text Retrieval and Classification
Applications of Word Vectors in Text Retrieval and ClassificationApplications of Word Vectors in Text Retrieval and Classification
Applications of Word Vectors in Text Retrieval and Classification
shakimov
 
Code Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging haiCode Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging hai
IIIT Hyderabad
 
Icpc11c.ppt
Icpc11c.pptIcpc11c.ppt
Spoken Content Retrieval - Lattices and Beyond
Spoken Content Retrieval - Lattices and BeyondSpoken Content Retrieval - Lattices and Beyond
Spoken Content Retrieval - Lattices and Beyond
linshanleearchive
 

What's hot (20)

GPT-2: Language Models are Unsupervised Multitask Learners
GPT-2: Language Models are Unsupervised Multitask LearnersGPT-2: Language Models are Unsupervised Multitask Learners
GPT-2: Language Models are Unsupervised Multitask Learners
 
Deep Natural Language Processing for Search and Recommender Systems
Deep Natural Language Processing for Search and Recommender SystemsDeep Natural Language Processing for Search and Recommender Systems
Deep Natural Language Processing for Search and Recommender Systems
 
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
RuleML2015: Explanation of proofs of regulatory (non-)complianceusing semanti...
 
Tony clark caise 13-presentation
Tony clark  caise 13-presentationTony clark  caise 13-presentation
Tony clark caise 13-presentation
 
Lean Logic for Lean Times: Entailment and Contradiction Revisited
Lean Logic for Lean Times: Entailment and Contradiction RevisitedLean Logic for Lean Times: Entailment and Contradiction Revisited
Lean Logic for Lean Times: Entailment and Contradiction Revisited
 
Portuguese Linguistic Tools: What, Why and How
Portuguese Linguistic Tools: What, Why and HowPortuguese Linguistic Tools: What, Why and How
Portuguese Linguistic Tools: What, Why and How
 
Deep natural language processing in search systems
Deep natural language processing in search systemsDeep natural language processing in search systems
Deep natural language processing in search systems
 
cade23-schneidsut-atp4owlfull-2011
cade23-schneidsut-atp4owlfull-2011cade23-schneidsut-atp4owlfull-2011
cade23-schneidsut-atp4owlfull-2011
 
AINL 2016: Yagunova
AINL 2016: YagunovaAINL 2016: Yagunova
AINL 2016: Yagunova
 
Automated Abstracts and Big Data
Automated Abstracts and Big DataAutomated Abstracts and Big Data
Automated Abstracts and Big Data
 
Practical NLP with Lisp
Practical NLP with LispPractical NLP with Lisp
Practical NLP with Lisp
 
eswc2011phd-schneid
eswc2011phd-schneideswc2011phd-schneid
eswc2011phd-schneid
 
AINL 2016: Kravchenko
AINL 2016: KravchenkoAINL 2016: Kravchenko
AINL 2016: Kravchenko
 
Lean Logic for Lean Times: Varieties of Natural Logic
Lean Logic for Lean Times: Varieties of Natural LogicLean Logic for Lean Times: Varieties of Natural Logic
Lean Logic for Lean Times: Varieties of Natural Logic
 
PyGotham NY 2017: Natural Language Processing from Scratch
PyGotham NY 2017: Natural Language Processing from ScratchPyGotham NY 2017: Natural Language Processing from Scratch
PyGotham NY 2017: Natural Language Processing from Scratch
 
Text Similarity
Text SimilarityText Similarity
Text Similarity
 
Applications of Word Vectors in Text Retrieval and Classification
Applications of Word Vectors in Text Retrieval and ClassificationApplications of Word Vectors in Text Retrieval and Classification
Applications of Word Vectors in Text Retrieval and Classification
 
Code Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging haiCode Mixing computationally bahut challenging hai
Code Mixing computationally bahut challenging hai
 
Icpc11c.ppt
Icpc11c.pptIcpc11c.ppt
Icpc11c.ppt
 
Spoken Content Retrieval - Lattices and Beyond
Spoken Content Retrieval - Lattices and BeyondSpoken Content Retrieval - Lattices and Beyond
Spoken Content Retrieval - Lattices and Beyond
 

Similar to Grosof haley-talk-semtech2013-ver6-10-13

BT02.pptx
BT02.pptxBT02.pptx
BT02.pptx
ThAnhonc
 
semantic web & natural language
semantic web & natural languagesemantic web & natural language
semantic web & natural language
Nurfadhlina Mohd Sharef
 
TopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxTopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxKalpit Desai
 
Expressive Querying of Semantic Databases with Incremental Query Rewriting
Expressive Querying of Semantic Databases with Incremental Query RewritingExpressive Querying of Semantic Databases with Incremental Query Rewriting
Expressive Querying of Semantic Databases with Incremental Query Rewriting
Alexandre Riazanov
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
semanticsconference
 
Aidan's PhD Viva
Aidan's PhD VivaAidan's PhD Viva
Aidan's PhD Viva
Aidan Hogan
 
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Lucidworks
 
Contextualized Scene Knowledge Graphs for XAI Benchmarking
Contextualized Scene Knowledge Graphs for XAI BenchmarkingContextualized Scene Knowledge Graphs for XAI Benchmarking
Contextualized Scene Knowledge Graphs for XAI Benchmarking
KnowledgeGraph
 
Deductive databases
Deductive databasesDeductive databases
Deductive databases
John Popoola
 
Deep Learning for Information Retrieval: Models, Progress, & Opportunities
Deep Learning for Information Retrieval: Models, Progress, & OpportunitiesDeep Learning for Information Retrieval: Models, Progress, & Opportunities
Deep Learning for Information Retrieval: Models, Progress, & Opportunities
Matthew Lease
 
sw owl
 sw owl sw owl
GLOBE Metadata Analysis
GLOBE Metadata AnalysisGLOBE Metadata Analysis
GLOBE Metadata Analysis
Xavier Ochoa
 
Semantic Web - Ontology 101
Semantic Web - Ontology 101Semantic Web - Ontology 101
Semantic Web - Ontology 101
Luigi De Russis
 
Topic Extraction on Domain Ontology
Topic Extraction on Domain OntologyTopic Extraction on Domain Ontology
Topic Extraction on Domain Ontology
Keerti Bhogaraju
 
What's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
What's Spain's Paris? Mining Analogical Libraries from Q&A DiscussionsWhat's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
What's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
Chunyang Chen
 
Introduction of Knowledge Graphs
Introduction of Knowledge GraphsIntroduction of Knowledge Graphs
Introduction of Knowledge Graphs
Jeff Z. Pan
 
Taming Text
Taming TextTaming Text
Taming Text
Grant Ingersoll
 
20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2Seonho Kim
 
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
Department of Communication Science, University of Amsterdam
 

Similar to Grosof haley-talk-semtech2013-ver6-10-13 (20)

BT02.pptx
BT02.pptxBT02.pptx
BT02.pptx
 
semantic web & natural language
semantic web & natural languagesemantic web & natural language
semantic web & natural language
 
TopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptxTopicModels_BleiPaper_Summary.pptx
TopicModels_BleiPaper_Summary.pptx
 
Expressive Querying of Semantic Databases with Incremental Query Rewriting
Expressive Querying of Semantic Databases with Incremental Query RewritingExpressive Querying of Semantic Databases with Incremental Query Rewriting
Expressive Querying of Semantic Databases with Incremental Query Rewriting
 
2012.11 - ISWC 2012 - DC - 1
2012.11 - ISWC 2012 - DC - 12012.11 - ISWC 2012 - DC - 1
2012.11 - ISWC 2012 - DC - 1
 
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
Georgios Meditskos and Stamatia Dasiopoulou | Question Answering over Pattern...
 
Aidan's PhD Viva
Aidan's PhD VivaAidan's PhD Viva
Aidan's PhD Viva
 
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
Enriching Solr with Deep Learning for a Question Answering System - Sanket Sh...
 
Contextualized Scene Knowledge Graphs for XAI Benchmarking
Contextualized Scene Knowledge Graphs for XAI BenchmarkingContextualized Scene Knowledge Graphs for XAI Benchmarking
Contextualized Scene Knowledge Graphs for XAI Benchmarking
 
Deductive databases
Deductive databasesDeductive databases
Deductive databases
 
Deep Learning for Information Retrieval: Models, Progress, & Opportunities
Deep Learning for Information Retrieval: Models, Progress, & OpportunitiesDeep Learning for Information Retrieval: Models, Progress, & Opportunities
Deep Learning for Information Retrieval: Models, Progress, & Opportunities
 
sw owl
 sw owl sw owl
sw owl
 
GLOBE Metadata Analysis
GLOBE Metadata AnalysisGLOBE Metadata Analysis
GLOBE Metadata Analysis
 
Semantic Web - Ontology 101
Semantic Web - Ontology 101Semantic Web - Ontology 101
Semantic Web - Ontology 101
 
Topic Extraction on Domain Ontology
Topic Extraction on Domain OntologyTopic Extraction on Domain Ontology
Topic Extraction on Domain Ontology
 
What's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
What's Spain's Paris? Mining Analogical Libraries from Q&A DiscussionsWhat's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
What's Spain's Paris? Mining Analogical Libraries from Q&A Discussions
 
Introduction of Knowledge Graphs
Introduction of Knowledge GraphsIntroduction of Knowledge Graphs
Introduction of Knowledge Graphs
 
Taming Text
Taming TextTaming Text
Taming Text
 
20130622 okfn hackathon t2
20130622 okfn hackathon t220130622 okfn hackathon t2
20130622 okfn hackathon t2
 
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
Packing and Unpacking the Bag of Words: Introducing a Toolkit for Inductive A...
 

Recently uploaded

Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
pchutichetpong
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
ewymefz
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
oz8q3jxlp
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
slg6lamcq
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
Opendatabay
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
vcaxypu
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Boston Institute of Analytics
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
ArpitMalhotra16
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
ahzuo
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
haila53
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
yhkoc
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
ewymefz
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
u86oixdj
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
Subhajit Sahu
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
nscud
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
vcaxypu
 

Recently uploaded (20)

Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
Data Centers - Striving Within A Narrow Range - Research Report - MCG - May 2...
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
一比一原版(Deakin毕业证书)迪肯大学毕业证如何办理
 
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
一比一原版(Adelaide毕业证书)阿德莱德大学毕业证如何办理
 
Opendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptxOpendatabay - Open Data Marketplace.pptx
Opendatabay - Open Data Marketplace.pptx
 
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
一比一原版(ArtEZ毕业证)ArtEZ艺术学院毕业证成绩单
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project PresentationPredicting Product Ad Campaign Performance: A Data Analysis Project Presentation
Predicting Product Ad Campaign Performance: A Data Analysis Project Presentation
 
standardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghhstandardisation of garbhpala offhgfffghh
standardisation of garbhpala offhgfffghh
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
一比一原版(CBU毕业证)卡普顿大学毕业证如何办理
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdfCh03-Managing the Object-Oriented Information Systems Project a.pdf
Ch03-Managing the Object-Oriented Information Systems Project a.pdf
 
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
一比一原版(CU毕业证)卡尔顿大学毕业证成绩单
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单
 
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
原版制作(Deakin毕业证书)迪肯大学毕业证学位证一模一样
 
Adjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTESAdjusting primitives for graph : SHORT REPORT / NOTES
Adjusting primitives for graph : SHORT REPORT / NOTES
 
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
一比一原版(CBU毕业证)卡普顿大学毕业证成绩单
 
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
一比一原版(RUG毕业证)格罗宁根大学毕业证成绩单
 

Grosof haley-talk-semtech2013-ver6-10-13

  • 1. 1 Acquiring Rich Knowledge from Text† Benjamin Grosof* Paul Haley** June 3, 2013 Semantic Technology & Business Conference‡ San Francisco, CA, USA * Benjamin Grosof & Associates, LLC, www.mit.edu/~bgrosof/ ** Automata, Inc., paul@haleyai.com † Work partly supported by Vulcan, Inc., http://www.vulcan.com ‡ SemTechBiz SF, http://semtechbizsf2013.semanticweb.com/ © Copyright 2013 by Benjamin Grosof & Associates, LLC, and Automata, Inc. All Rights Reserved. 6/10/2013
  • 2. 2 Digital Aristotle and Project Halo Gunning et al, AAAI & IAAI (August 2011)
  • 3. 3 IBM Watson FAQ on QA using logic or NLP •Classic knowledge-based AI approaches to QA try to logically prove an answer is correct from a logical encoding of the question and all the domain knowledge required to answer it. Such approaches are stymied by two problems: •the prohibitive time and manual effort required to acquire massive volumes of knowledge and formally encode it as logical formulas accessible to computer algorithms, and •the difficulty of understanding natural language questions well enough to exploit such formal encodings if available. •Techniques for dealing with huge amounts of natural language text, such as Information Retrieval, suffer from nearly the opposite problem in that they can always find documents or passages containing some keywords in common with the query but lack the precision, depth, and understanding necessary to deliver correct answers with accurate confidences.
  • 4. 4 Why not QA using logic and NLP? •What if it was “cheap” to acquire massive volumes of knowledge formally encoded as logical formulas? •What if it was “easy” to understand natural language questions well enough to exploit such formal encodings?
  • 5. 5 Knowledge Acquisition for Deep QA: Expt. •Goal 1: represent the knowledge in one chapter of a popular college- level science textbook, at 1st-year college level •Chapter 7 on cell membranes, in Biology 9th ed., by Campbell et al •Goal 2: measure what KA productivity is achieved by KE’s •Assess level of effort, quality of resulting logic, and coverage of textbook •Software used in this case study: •for translating English to logic •Automata Linguist™ and KnowBuddy™ (patents pending) •English Resource Grammar (http://www.delph-in.net/erg/) •for knowledge representation & reasoning •Vulcan, Inc.’s SILK (http://www.projecthalo.com/): prototype implementation of Rulelog
  • 6. 6 Summary of Effort & Results •Captured 3,000+ sentences concerning cellular biology •hundreds of questions (2 examples herein) •600 or so sentences directly from Campbell’s Biology textbook •2,000 or so sentences of supporting or background knowledge •Sentence length averaged 10 words up to 25 words •background knowledge tends to be shorter •disambiguation of parse typically requires a fraction of a minute •hundreds of parses common, > 30 per sentence on average •the correct parse is typically not the parse ranked best by statistical NLP •Sentences disambiguated and formalized into logic in very few minutes on average •resulting logic is typically more sophisticated than skilled logicians typically produce •Collaborative review and revision of English sentences, disambiguation, and formalization approximately doubled time per sentence over the knowledge base
  • 7. 7 Tracked effort & collaboration per sentence
  • 8. 8 Sentences translated from English to logic
  • 9. 9 Knowledge Acquisition •Note: the “parse” ranked first by machine learning techniques is usually not the correct interpretation
  • 10. 10 Query Formulation •Are the passage ways provided by channel proteins hydrophilic or hydrophobic?
  • 11. 11 The Answer is “Hydrophilic” •Hypothetical query uses “presumption” below •Presumption yields tuples with skolems •The answer is on the last line below
  • 12. 12 Logic to text (not focal in KA experiment)
  • 13. 13
  • 14. 14 A Bloom level 4 question •If a Paramecium swims from a hypotonic environment to an isotonic environment, will its contractile vacuole become more active? ∀(?x9)paramecium(?x9) ⇒∃(?x13)(hypotonic(environment)(?x13) ∧∃(?x21)(isotonic(environment)(?x21) ∧∀₁(?x31)contractile(vacuole)(of(?x9))(?x31) ⇒if(then)(become(?x31,more(active)(?x31)),swim(from(?x13))(to(?x21))(?x9)))) •The above formula is translated into a hypothetical query, which answers “No”.
  • 15. 15 Textual Logic Approach: Overview •Logic-based text interpretation & generation, for KA & QA •Map text to logic (“text interpretation”): for K and Q’s •Map logic to text (“text generation”): for viewing K, esp. for justifications of answers (A’s) •Map based on logic •Textual terminology – phrasal style of K •Use words/word-senses directly as logical constants •Natural composition: textual phrase  logical term •Interactive logical disambiguation technique •Treats: parse, quantifier type/scope, co-reference, word sense •Leverages lexical ontology – large-vocabulary, broad-coverage •Initial restriction to stand-alone sentences – “straightforward” text •Minimize ellipsis, rhetoric, metaphor, etc. •Implemented in Automata Linguist •Leverage defeasibility of the logic •For rich logical K: handle exceptions and change •Incl. for NLP itself: “The thing about NL is that there’s a gazillion special cases” [Peter Clark]
  • 16. 16 Requirements on the logical KRR for KA of Rich Logical K •The logic must be expressively rich – higher order logic formulas •As target for the text interpretation •The logic must handle exceptions and change, gracefully •Must be defeasible = K can have exceptions, i.e., be “defeated”, e.g., by higher-priority K •For empirical character of K •For evolution and combination of KB’s. I.e., for social scalability. •For causal processes, and “what-if’s” (hypotheticals, e.g., counterfactual) •I.e., to represent change in K and change in the world •Inferencing in the logic must be computationally scalable •Incl. tractable = polynomial-time in worst-case •(as are SPARQL and SQL databases, for example)
  • 17. 17 Past Difficulties with Rich Logical K •KRR not defeasible & tractable •… even when not target of text-based KA •E.g. 1.FOL-based – OWL, SBVR, CL: infer garbage •Perfectly brittle in face of conflict from errors, confusions, tacit context 2.E.g., FOL and previous logic programs: run away •Recursion thru logical functions
  • 18. 18 Rulelog: Overview •First KRR to meet central challenge: defeasible + tractable + rich •New rich logic: based on databases, not classical logic •Expressively extends normal declarative logic programs (LP) •Transforms into LP •LP is the logic of databases (SQL, SPARQL) and pure Prolog •Business rules (BR) – production-rules -ish – has expressive power similar to databases •LP (not FOL) is “the 99%” of practical structured info management today •RIF-Rulelog in draft as industry standard (W3C and RuleML) •Associated new reasoning techniques to implement it •Prototyped in Vulcan’s SILK •Mostly open source: Flora-2 and XSB Prolog
  • 19. 19 Rulelog: more details •Defeasibility based on argumentation theories (AT) [Wan, Grosof, Kifer 2009] •Meta-rules (~10’s) specify principles of debate, thus when rules have exceptions •Prioritized conflict handling. Ensures consistent conclusions. Efficient, flexible, sophisticated defeasibility. •Restraint: semantically clean bounded rationality [Grosof, Swift 2013] •Leverages “undefined” truth value to represent “not bothering” •Extends well-foundedness in LP • Omniformity: higher-order logic formula syntax, incl. hilog, rule id’s •Omni-directional disjunction. Skolemized existentials. •Avoids general reasoning-by-cases (cf. unit resolution). •Sound interchange of K with all major standards for sem web K •Both FOL & LP, e.g.: RDF(S), OWL-DL, SPARQL, CL •Reasoning techniques based on extending tabling in LP inferencing •Truth maintenance, justifications incl. why-not, trace analysis for KA debug, term abstraction, delay subgoals
  • 20. 20 TL KA – Study Results •Axiomatized ~2.5k English sentences during 2013: •One defeasible axiom in Rulelog (SILK syntax) per sentence •On average, each of these axioms correspond to > 5 “rules” •e.g., “rule” as in logic programs (e.g., Prolog) or business rules (e.g., PRR, RIF-PRD) •<< 10 minutes on average to author, disambiguate, formalize, review & revise a sentence •The coverage of the textbook material was rated “A” or better for >95% of its sentences •Collaboration resulted in an average of over 2 authors/editors/reviewers per sentence •Non-authors rated the logic for >90% of sentences as “A” or better; >95% as “B+” or better •TBD: How much will TL effort  during QA testing? •TBD: How much will TL effort  as TL tooling & process mature?
  • 21. 21 TL KA – Study Results (II) •Expressive coverage: very good, due to Rulelog •All sentences were representable but some (e.g., modals) are TBD wrt reasoning •This and productivity were why background K was mostly specified via TL •Small shortfalls (< few %) from implementation issues (e.g., numerics) •Terminological coverage: very good, due to TL approach •Little hand-crafted logical ontology •Small shortfalls (< few %) from implementation issues •Added several hundred mostly domain-specific lexical entries to the ERG
  • 22. 22 TL KA: KE labor, roughly, per Page •(In the study:) •~~$3-4/word (actual word, not simply 5 characters) •~~$500-1500/page (~175-350 words/page) •Same ballpark as: labor to author the text itself •… for many formal text documents •E.g., college science textbooks •E.g., some kinds of business documents •“Same ballpark” here means same order of magnitude •TBD: How much will TL effort  when K is debugged during QA testing? •TBD: How much will TL effort  as its tooling & process mature?
  • 23. 23 KA Advantages of Approach •Approach = Textual Logic + Rulelog •Interactive disambiguation: relatively rapidly produces rich K •With logical and semantic precision •Starting from effectively unconstrained text •Textual terminology: logical ontology emerges naturally •From the text’s phrasings, rather than needing effort to specify it explicitly and become familiar with it •Perspective: Textual terminology is also a bridge to work in text mining and “textual entailment” •Rulelog as rich target logic •Can handle exceptions and change, and is tractable •Rulelog supports K interchange (translation and integration) •Both LP and FOL; all the major semantic tech/web standards (RDF(S), SPARQL, OWL, RIF, CL, SBVR); Prolog, SQL, and production rules. (Tho’ for many of these, with restrictions.)
  • 24. 24 Conclusions •Research breakthrough on two aspects: •1. rapid acquisition of rich logical knowledge •2. reasoning with rich logical knowledge •Appears to be significant progress on the famous “KA bottleneck” of AI •“Better, faster, cheaper” logic. Usable on a variety of KRR platforms. •It’s early days still, so lots remains to do •Tooling, e.g.: leverage inductive learning to aid disambiguation •More experiments, e.g.: push on QA; scale up
  • 25. 25 recap: Scalable Rich KA – Requirements KA & QA Logic KRR Defeasible + Tractable Text-based Disambig.
  • 26. 26 Rulelog recap: Scalable Rich K – Approach Textual Logic Defeasible + Tractable Argumentation theories Restraint Omniform Textual terminology Interactive disambiguation Text-based KA & QA Logic KRR Logic-based map of text  logic
  • 27. 27 Rulelog Textual Logic Defeasible + Tractable Argumentation theories Restraint Omniform Textual terminology Interactive disambiguation Text-based & KA QA Logic-based map of text  logic Apps Resources Databases Services Specialized UI Service interfaces Usage Context for Approach Logic KRR
  • 28. 28 Late-Breaking News •Company created to commercialize approach Coherent Knowledge Systems (coherentknowledge.com went live today) •Target markets: policy-centric, NL QA and HCI
  • 29. 29 Acknowledgements •This work was supported in part by Vulcan, Inc., as part of the Halo Advanced Research (HalAR) program, within overall Project Halo. HalAR included SILK. •Thanks to: •The HalAR/SILK team •The Project Sherlock team at Automata •The Project Halo team at Vulcan •RuleML and W3C, for their cooperation on Rulelog •
  • 30. 30 Thank You Disclaimer: The preceding slides represent the views of the author(s) only. All brands, logos and products are trademarks or registered trademarks of their respective companies. © Copyright 2013 by Benjamin Grosof & Associates, LLC, and Automata, Inc. All Rights Reserved. 6/10/2013