Building Domain-Specific Search Engines for Investigative Decision Support

Total Page:16

File Type:pdf, Size:1020Kb

Building Domain-Specific Search Engines for Investigative Decision Support Knowledge Graph Completion Introduction and motivation We have our ‘constructed’ knowledge graph, now what? freebase: Seattle 2 Introduction and motivation Problem 1: Wrong/missing triples 3 Introduction and motivation Problem 2: Many nodes refer to the same underlying entity 4 For Web extractions, noise is inevitable • Thousands of web domains • Many page formats • Distracting & irrelevant content • Purposeful obfuscation • Poor grammar & spelling • Tables To reach its potential, a constructed KG must be completed or identified 5 Noise Analysis • Extractors found to offer a collective tradeoff between multiple dimensions • Noise is rarely ‘random’! Glossary Regex Landmark CRF NER Easy to define 4 2 4 4 4 Site coverage All All Short Tail All All Precision 2-3 3-4 4 2-3 3 Recall 3-4 2 1 2 1 6 ENTITY RESOLUTION 7 Definitions and alternate names • Common sense: – Which entities refer to the same thing? • Slightly more formal: – Which mentions (aka records, instances, nodes, surface strings…) refer to the same underlying entity? • Rigorous mathematical/logical definition – Doesn’t exist, or unknown! Just like other hard AI problems... • Why try to solve the problem aka why is it a problem? 8 Applications: A Web of Linked ‘Data’ 9 Applications: Schema.org ▪ Schema.org is an RDF ontology from which triples (with Web- dereferencable URIs) can be embedded in HTML pages http://schema.org/ 10 Applications: Google Knowledge Graph https://developers.google.com/knowledge-graph/ 11 SUB-COMMUNITIES 12 Entity Linking/Canonicalization • Name of an entity (such as a city or location) not enough to resolve ambiguity • Use Geonames knowledge base to canonicalize entity using machine learning and text features 13 Co-reference Resolution 14 Entity Resolution (what we’ll be covering) • Itself has many sub-communities and approaches • Because of flexible representations (compared to databases or strict models like OWL), KG-ER systems tend to be community- agnostic 15 STANDARD ER ARCHITECTURE 16 Entity Resolution is fundamentally non-linear • Theoretically quadratic in the number of nodes, even if ‘resolution rule’ was known • In practice, number of ‘duplicates’ tends to grow linearly, and duplicates overlap in non-trivial ways • How to devise efficient algorithms? 50 years of research has agreed on a two- step solutions Candidate set Knowledge Execute Execute Resolved graph blocking similarity entities 17 Blocking • Key idea is to use a cheap heuristic that efficiently clusters approximately similar entities into (possibly overlapping) blocks Blocks Generate Apply blocking key candidate set e.g. Tokens(LastName) (12 pairs), apply similarity function on each pair ‘Exhaustive’ set: 10 C 2 = 45 pairs 18 Aside: some blocks have skewed size... • Property of real-world data (zipf distribution, power laws...) • How to address data skew? • Apply blocking methods with guarantees • May lose some recall in the process Example Sorted Neighborhood aka merge-purge: --use blocking key as ‘sorting’ key --slide a window of constant size (w) over sorted nodes --only pairs of nodes within window are paired, added to candidate set Other methods: block purging, canopies... 19 Similarity/link specification • Over 50 years of research on what makes for a good ‘similarity’ function • Current approach: apply ‘typical’ machine learning workflow to candidate set • Important to remember that features are extracted from ‘mention pairs’...leads to non-trivial alignment issues – Some form of schema-matching almost always attempted in practical systems – Some (but not much) work on so-called schema-free similarity General Semantic Web 20 Aside: why schema matching? 21 Feature engineering ... Open question: how much can representation learning contribute to Entity Resolution? 22 Similarity: putting it together • ML model can be supervised, semi-supervised or unsupervised Schema alignment /extract useful information sets Candidate set Probability that pair is duplicate Machine Learning (ML) model 23 OUTPUT REPRESENTATION AND HANDLING 24 From links to clusters • For perfect links, transitive closure/connected components works • With imperfect links, effect can be severe – One weak link is all it takes to form a giant component – Not uncommon in the real world • More robust clustering methods have to be applied – Community detection literature – Spectral clustering – Many more! • Some recent work has proposed to explore ER as a micro-clustering problem 25 From (possibly noisy) clusters to…??? • Surprisingly under-studied problem! • Should the entities be fused into a single entity? How? – Entity linking has a conceptually elegant solution to this problem… – …but how to deal with NIL clusters? • Semantic Web approach – Represent individual links as KG triples and leave it at that – Entity Name Systems for advanced search/reasoning 26 BEYOND ENTITY RESOLUTION 27 By itself, generic ER is unlikely to be enough to sufficiently boost KG quality • Other things explored in the literature: • Domain knowledge – Collective ER methods have tried to exploit these systematically • Multi-type Entity Resolution – Extremely useful for knowledge graphs, lots more work to be done • Entity Resolution+Ontologies+IE Confidences: – Probabilistic Graphical Models like Probabilistic Soft Logic • Knowledge graph embeddings – Useful for link prediction and triples classification – Recall the Microsoft-founded_in-Seattle example earlier 28 Knowledge graph embeddings/representation learning • Useful for link prediction/missing relationships/triples classification • Not clear if it is really better than PSL on noisy KGs • Not clear how to combine KGEs with domain engineering 29 Concluding notes • Entity Resolution (ER) is a hard problem for machines, may be AI complete – It’s ‘easy’ for us because we’re so good at it – Not clear what will achieve the next breakthrough in ER • Essential to attempt a solution if KGs are semi-automatically constructed from Web data – Quality doesn’t have to be perfect, as we showed earlier with KG search • Wealth of solutions but can be broken down into standard components – Blocking, to make ER efficient – Similarity, to make ER automatic/adaptive • Many open questions, especially in relation to new ML models • More broadly, lots of opportunities for KG completion 30 Bibliography • Alani, H., Kim, S., Millard, D. E., Weal, M. J., Hall, W., Lewis, P. H., & Shadbolt, N. R. (2003). Automatic ontology-based knowledge extraction from web documents. Intelligent Systems, IEEE, 18(1), 14-21. • Allemang, D., & Hendler, J. (2011). Semantic web for the working ontologist: effective model • Angles, R., & Gutierrez, C. (2005). Querying RDF data from a graph database perspective. In The Semantic Web: Research and Applications(pp. 346-360). Springer Berlin Heidelberg. • Araujo, S., Hidders, J., Schwabe, D., & De Vries, A. P. (2011). Serimi-resource description similarity, rdf instance matching and interlinking. arXiv preprint arXiv:1107.1104. • Arenas, M., Díaz, G., Fokoue, A., Kementsietsidis, A., & Srinivas, K. (2014). A principled approach to bridging the gap between graph data and their schemas. Proceedings of the VLDB Endowment, 7(8), 601-612. • Ashburner, M., Ball, C. A., Blake, J. A., Botstein, D., Butler, H., Cherry, J. M., ... & Harris, M. A. (2000). Gene Ontology: tool for the unification of biology. Nature genetics, 25(1), 25-29. • Auer, S., Bizer, C., Kobilarov, G., Lehmann, J., Cyganiak, R., & Ives, Z. (2007). Dbpedia: A nucleus for a web of open data (pp. 722-735). Springer Berlin Heidelberg. • Baxter, J. (1998). Theoretical models of learning to learn. In Learning to learn (pp. 71-94). Springer US. • Baxter, R., Christen, P., & Churches, T. (2003, August). A comparison of fast blocking methods for record linkage. In ACM SIGKDD (Vol. 3, pp. 25-27). • Baeza-Yates, R., & Ribeiro-Neto, B. (1999). Modern information retrieval (Vol. 463). New York: ACM press. • Bellahsene, Z., Bonifati, A., & Rahm, E. (2011). Schema matching and mapping (Vol. 20). Heidelberg (DE): Springer. • Benjelloun, O., Garcia-Molina, H., Gong, H., Kawai, H., Larson, T. E., Menestrina, D., & Thavisomboon, S. (2007, June). D-swoosh: A family of algorithms for generic, distributed entity resolution. In Distributed Computing Systems, 2007. ICDCS'07. 27th International Conference on (pp. 37-37). IEEE. • Benjelloun, O., Garcia-Molina, H., Menestrina, D., Su, Q., Whang, S. E., & Widom, J. (2009). Swoosh: a generic approach to entity resolution. The VLDB Journal—The International Journal on Very Large Data Bases, 18(1), 255-276. • Bhattacharya, I., & Getoor, L. (2006, April). A Latent Dirichlet Model for Unsupervised Entity Resolution. In SDM (Vol. 5, No. 7, p. 59). • Bilenko, M., & Mooney, R. J. (2003, August). Adaptive duplicate detection using learnable string similarity measures. In Proceedings of the ninth ACM SIGKDD international conference on Knowledge discovery and data mining (pp. 39-48). ACM. • Bilenko, M., Kamath, B., & Mooney, R. J. (2006, December). Adaptive blocking: Learning to scale up record linkage. In Data Mining, 2006. ICDM'06. Sixth International Conference on (pp. 87-96). IEEE. • Bilke, A., & Naumann, F. (2005, April). Schema matching using duplicates. In Data Engineering, 2005. ICDE 2005. Proceedings. 21st International Conference on (pp. 69-80). IEEE. • Bizer, C. (2009). The emerging web of linked data. Intelligent Systems, IEEE, 24(5), 87-92. • Bizer, C., Heath, T., & Berners-Lee, T. (2009). Linked data-the story so far. Semantic Services, Interoperability and Web Applications: Emerging Concepts,
Recommended publications
  • Knowit VQA: Answering Knowledge-Based Questions About Videos
    The Thirty-Fourth AAAI Conference on Artificial Intelligence (AAAI-20) KnowIT VQA: Answering Knowledge-Based Questions about Videos Noa Garcia,1 Mayu Otani,2 Chenhui Chu,1 Yuta Nakashima1 1Osaka University, Japan, 2CyberAgent, Inc., Japan {noagarcia, chu, n-yuta}@ids.osaka-u.ac.jp otani [email protected] Abstract We propose a novel video understanding task by fusing knowledge-based and video question answering. First, we in- troduce KnowIT VQA, a video dataset with 24,282 human- generated question-answer pairs about a popular sitcom. The dataset combines visual, textual and temporal coherence rea- /HRQDUG+DYH\RXQRWLFHGWKDW+RZDUGFDQWDNHDQ\WRSLFDQGXVHLWWRUHPLQG soning together with knowledge-based questions, which need \RXWKDWKHZHQWWRVSDFH" of the experience obtained from the viewing of the series to be 6KHOGRQ,QWHUHVWLQJK\SRWKHVLV/HW¶VDSSO\WKHVFLHQWLILFPHWKRG answered. Second, we propose a video understanding model /HRQDUG2ND\+H\+RZDUGDQ\WKRXJKWVRQZKHUHZHVKRXOGJHWGLQQHU" by combining the visual and textual video content with spe- +RZDUG$Q\ZKHUHEXWWKH6SDFH6WDWLRQ2QDJRRGGD\GLQQHUZDVDEDJIXOO cific knowledge about the show. Our main findings are: (i) the RIPHDWORDI%XWKH\\RXGRQ¶WJRWKHUHIRUWKHIRRG\RXJRWKHUHIRUWKHYLHZ incorporation of knowledge produces outstanding improve- ments for VQA in video, and (ii) the performance on KnowIT 9LVXDO +RZPDQ\SHRSOHDUHWKHUHZHDULQJJODVVHV"2QH VQA still lags well behind human accuracy, indicating its 7H[WXDO :KRKDVEHHQWRWKHV:KRKDVEHHQWRWKHVSDFH"SDFH" +R+RZDUGZDUG usefulness for studying current video modelling limitations. 7HPSRUDO +RZGRWKH\+RZGRWKH\ILQLVKWKHFRQYHUVDWLRQ" ILQLVKWKHFRQYHUVDWLRQ"66KDNLQJKDQGVKDNLQJKDQGV Introduction .QRZOHGJH :KRRZQVWKHSODFHZKHUHWKH:KRRZQVWKHSODFHZKHUHWKH\DUHVWDQGLQJ"\DUHVWDQGLQJ"66WXDUWWXDUW Visual question answering (VQA) was firstly introduced in (Malinowski and Fritz 2014) as a task for bringing to- Figure 1: Types of questions addressed in KnowIt VQA. gether advancements in natural language processing and image understanding.
    [Show full text]
  • Wikidata As a Knowledge Graph for the Life Sciences
    Washington University School of Medicine Digital Commons@Becker Open Access Publications 2020 Wikidata as a knowledge graph for the life sciences Andra Waagmeester Malachi Griffith Obi L. Griffith et al. Follow this and additional works at: https://digitalcommons.wustl.edu/open_access_pubs FEATURE ARTICLE SCIENCE FORUM Wikidata as a knowledge graph for the life sciences Abstract Wikidata is a community-maintained knowledge base that has been assembled from repositories in the fields of genomics, proteomics, genetic variants, pathways, chemical compounds, and diseases, and that adheres to the FAIR principles of findability, accessibility, interoperability and reusability. Here we describe the breadth and depth of the biomedical knowledge contained within Wikidata, and discuss the open-source tools we have built to add information to Wikidata and to synchronize it with source databases. We also demonstrate several use cases for Wikidata, including the crowdsourced curation of biomedical ontologies, phenotype-based diagnosis of disease, and drug repurposing. ANDRA WAAGMEESTER†, GREGORY STUPP†, SEBASTIAN BURGSTALLER- MUEHLBACHER, BENJAMIN M GOOD, MALACHI GRIFFITH, OBI L GRIFFITH, KRISTINA HANSPERS, HENNING HERMJAKOB, TOBY S HUDSON, KEVIN HYBISKE, SARAH M KEATING, MAGNUS MANSKE, MICHAEL MAYERS, DANIEL MIETCHEN, ELVIRA MITRAKA, ALEXANDER R PICO, TIMOTHY PUTMAN, ANDERS RIUTTA, NURIA QUERALT-ROSINACH, LYNN M SCHRIML, THOMAS SHAFEE, DENISE SLENTER, RALF STEPHAN, KATHERINE THORNTON, GINGER TSUENG, ROGER TU, SABAH UL-HASAN, EGON WILLIGHAGEN, CHUNLEI WU AND ANDREW I SU* Introduction advance efforts by the open-data community to Integrating data and knowledge is a formidable build a rich and heterogeneous network of scien- challenge in biomedical research. Although new tific knowledge. That knowledge network could, scientific findings are being discovered at a in turn, be the foundation for many computa- *For correspondence: asu@ rapid pace, a large proportion of that knowl- tional tools, applications and analyses.
    [Show full text]
  • Knowledge-Based Question Answering As Machine Translation
    Knowledge-Based Question Answering as Machine Translation Junwei Baoy ∗, Nan Duanz , Ming Zhouz , Tiejun Zhaoy Harbin Institute of Technologyy Microsoft Researchz [email protected] fnanduan, [email protected] [email protected] Abstract 2013; Poon, 2013; Artzi et al., 2013; Kwiatkowski et al., 2013; Berant et al., 2013); Then, the answer- A typical knowledge-based question an- s are retrieved from existing KBs using generated swering (KB-QA) system faces two chal- MRs as queries. lenges: one is to transform natural lan- Unlike existing KB-QA systems which treat se- guage questions into their meaning repre- mantic parsing and answer retrieval as two cas- sentations (MRs); the other is to retrieve caded tasks, this paper presents a unified frame- answers from knowledge bases (KBs) us- work that can integrate semantic parsing into the ing generated MRs. Unlike previous meth- question answering procedure directly. Borrow- ods which treat them in a cascaded man- ing ideas from machine translation (MT), we treat ner, we present a translation-based ap- the QA task as a translation procedure. Like MT, proach to solve these two tasks in one u- CYK parsing is used to parse each input question, nified framework. We translate questions and answers of the span covered by each CYK cel- to answers based on CYK parsing. An- l are considered the translations of that cell; un- swers as translations of the span covered like MT, which uses offline-generated translation by each CYK cell are obtained by a ques- tables to translate source phrases into target trans- tion translation method, which first gener- lations, a semantic parsing-based question trans- ates formal triple queries as MRs for the lation method is used to translate each span into span based on question patterns and re- its answers on-the-fly, based on question patterns lation expressions, and then retrieves an- and relation expressions.
    [Show full text]
  • HOLMES: a Hybrid Ontology-Learning Materials Engineering System
    HOLMES: A Hybrid Ontology-Learning Materials Engineering System Miguel Francisco Miravite Remolona Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2018 © 2018 Miguel Francisco Miravite Remolona All rights reserved ABSTRACT HOLMES: A Hybrid Ontology-Learning Materials Engineering System Miguel Francisco Miravite Remolona Designing and discovering novel materials is challenging problem in many domains such as fuel additives, composites, pharmaceuticals, and so on. At the core of all this are models that capture how the different domain-specific data, information, and knowledge regarding the structures and properties of the materials are related to one another. This dissertation explores the difficult task of developing an artificial intelligence-based knowledge modeling environment, called Hybrid Ontology-Learning Materials Engineering System (HOLMES) that can assist humans in populating a materials science and engineering ontology through automatic information extraction from journal article abstracts. While what we propose may be adapted for a generic materials engineering application, our focus in this thesis is on the needs of the pharmaceutical industry. We develop the Columbia Ontology for Pharmaceutical Engineering (COPE), which is a modification of the Purdue Ontology for Pharmaceutical Engineering. COPE serves as the basis for HOLMES. The HOLMES framework starts with journal articles that are in the Portable Document Format (PDF) and ends with the assignment of the entries in the journal articles into ontologies. While this might seem to be a simple task of information extraction, to fully extract the information such that the ontology is filled as completely and correctly as possible is not easy when considering a fully developed ontology.
    [Show full text]
  • Trusted, Transparent, Actually Intelligent Technology Overview
    Trusted, Transparent, Cyc is a revolutionary AI platform with human reasoning, knowledge, Actually Intelligent and logic at enterprise scale Technology Overview [email protected] Contents 1 Cyc is AI that Reasons Logically and Explains Itself Transparently 2 2 There’s More to AI Than Machine Learning 2 3 Neither of those approaches to AI (ML’s and Cyc’s) are new 3 4 So. What Exactly Is Cyc? 5 5 Cyc’s Knowledge Base 6 5.1 Cyc’s Representation is More than Just a Knowledge Graph . ....... 8 5.2 Expressive Knowledge Representation—What It Is and Why It Matters . 9 5.3 The Degrees of Expressivity of a Knowledge RepresentationLanguage . 11 5.4 KnowledgeReuse ................................ 11 5.5 Cyc’s Knowledge is Easy to Customize for Individual Clients........ 12 5.6 Embracing Inconsistency in the Knowledge Base . ....... 12 6 Inference in Cyc 13 6.1 ReasoningEfficiently .............................. 14 7 IntelligentDataSelectionandVirtualDataIntegration 15 8 Cyc Applications 16 8.1 WhenShouldanEnterpriseUseCyc?. 18 9 Natural Language Understanding: The Next Frontier 19 10 Machine Learning or Cyc? Often the Best Answer is “Both” 20 11 Deploying Cyc 22 1 1 Cyc is AI that Reasons Logically and Explains Itself Transpar- ently Cyc® is a differentiated, mature Artificial Intelligence software platform with a suite of vertically-focused products. Unlike Machine Learning (ML)—what most people are referring to when they talk about AI these days—Cyc’s power is rooted in its ability to reason logically. ML harnesses big data to do statistical reasoning, whereas Cyc harnesses knowledge to do causal reasoning. And Cyc works: leaders within Global Fortune 500 enterprises operating in the highly- regulated and highly-competitive healthcare, financial services, and energy industries trust Cyc in applications where their existing investments in ML and data science did not suffice.
    [Show full text]
  • Enhancing Neural Data-To-Text Generation Models with External Background Knowledge
    Enhancing Neural Data-To-Text Generation Models with External Background Knowledge Shuang Chen1,∗ Jinpeng Wang2, Xiaocheng Feng1, Feng Jiang1;3, Bing Qin1, Chin-Yew Lin2 1 Harbin Institute of Technology, Harbin, China 2 Microsoft Research Asia 3 Peng Cheng Laboratory [email protected], fjinpwa, [email protected], fxcfeng, [email protected], [email protected] Abstract Infobox Description Recent neural models for data-to-text genera- Nacer Hammami (born December 28, 1980) is an Algerian football player who is tion rely on massive parallel pairs of data and currently playing for MC El Eulma in the text to learn the writing knowledge. They of- Algerian Ligue Professionnelle 1. ten assume that writing knowledge can be ac- quired from the training data alone. However, Entity Linking when people are writing, they not only rely Subject Relation Object Guelma country Algeria on the data but also consider related knowl- (Q609871) (P17) (Q262) edge. In this paper, we enhance neural data-to- defender instance of association football position text models with external knowledge in a sim- (Q336286) (P31) (Q4611891) …… … ple but effective way to improve the fidelity MC El Eulma league Algerian Ligue Professionnelle 1 of generated text. Besides relying on parallel (Q2742749) (P118) (Q647746) data and text as in previous work, our model External Background Knowledge from Wikidata attends to relevant external knowledge, en- Figure 1: An example of generating description from coded as a temporary memory, and combines a Wikipedia infobox. External background knowledge this knowledge with the context representa- expanded from the infobox is helpful for generation. tion of data before generating words.
    [Show full text]
  • Danish in Wikidata Lexemes
    Danish in Wikidata lexemes Finn Arup˚ Nielsen Cognitive Systems, DTU Compute, Technical University of Denmark Kongens Lyngby, Denmark Abstract 2 Wikidata lexemes Wikidata introduced support for lexico- Wikidata stores lexeme data on a new type of pages graphic data in 2018. Here we describe the prefixed with the letter `L' and further identified lexicographic part of Wikidata as well as with an integer, e.g., the Danish lexeme gentagelse experiences with setting up lexemes for the (repetition) has the identifier \L117" and available Danish language. We note various possible for view and edit at https://www.wikidata.org/ annotations for lexemes as well as discuss wiki/Lexeme:L117. On the same page, multiple various choices made. senses and forms for the lexeme may be defined. 1 Introduction They are identified by suffixes to the lexeme iden- tifier, e.g., the plural indefinite form gentagelser Wikipedia's structured sister Wikidata (Vrandeˇci´c would be identified as \L117-F3", while the first and Kr¨otzsch, 2014) at https://www.wikidata. sense|if it was defined|would have been identi- org/ supports interlinking different language ver- fied as \L117-S1". Forms and senses are defined sions of Wikipedia as well as several other Wikime- separately, so it is currently difficult to define a dia sites, such as Wikibooks and Wikimedia Com- specific sense for a specific form. Lexemes, forms mons. One wiki that has been missing from the list and senses may be associated with properties, and is Wiktionary, | the dictionary wiki. Wiktionary these properties are identified with integer prefixed has a structure different from the other wikis as with the letter `P'.
    [Show full text]
  • Leveraging Entity Types and Properties for Knowledge Graph Exploitation
    DEPARTMENT OF INFORMATICS UNIVERSITYOF FRIBOURG (SWITZERLAND) Leveraging Entity Types and Properties for Knowledge Graph Exploitation THESIS Presented to the Faculty of Science of the University of Fribourg (Switzerland) in consideration for the award of the academic grade of Doctor scientiarum informaticarum by ALBERTO TONON from ITALY Thesis No: 2018 UniPrint 2017 Accepted by the Faculty of Science of the University of Fribourg (Switzerland) upon the recommendation of Prof. Dr. Krisztian Balog and Dr. Gianluca Demartini. Fribourg, May 22, 2017 Thesis supervisor Dean Prof. Dr. Philippe Cudré-Mauroux Prof. Dr. Christian Bochet iii Declaration of Authorship Title: Leveraging Entity Types and Properties for Knowledge Graph Exploitation I, Alberto Tonon, declare that I have authored this thesis independently, without illicit help, that I have not used any other than the declared sources/resources, and that I have explicitly marked all material which has been quoted either literally or by content from the used sources. Signed: Date: v “Educating the mind without educating the heart is no education at all.” — Aristotle Acknowledgments There are many people without whom I would never have achieved this goal. All of them con- tributed in their own way and proved to be essential to my academic growth, to my personal development, and to my mental health. Here I want to thank them all. Thanks to my supervisor, Professor Philippe Cudré-Mauroux. Philippe provided me with inestimable advice and guidance, he also showed great patience, and always understood the issues that each Ph.D. candidate had. One of Philippe’s best achievements is, in my opinion, the creation of a familiar and friendly group where students and researchers can freely interact, provide feedback, collaborate, and have a lot of fun.
    [Show full text]
  • Reading and Reasoning with Knowledge Graphs
    Reading and Reasoning with Knowledge Graphs Matthew Gardner CMU-LTI-15-014 Language Technologies Institute School of Computer Science Carnegie Mellon University 5000 Forbes Ave., Pittsburgh, PA 15213 www.lti.cs.cmu.edu Thesis Committee: Tom Mitchell, Chair William Cohen Christos Faloutsos Antoine Bordes Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy In Language and Information Technologies Copyright c 2015 Matthew Gardner Keywords: Knowledge base inference, machine reading, graph inference To Russell Ball and John Hale Gardner, whose lives instilled in me the desire to pursue a PhD. iv Abstract Much attention has recently been given to the creation of large knowledge bases that contain millions of facts about people, things, and places in the world. These knowledge bases have proven to be incredibly useful for enriching search results, answering factoid questions, and training semantic parsers and relation extractors. The way the knowledge base is actually used in these systems, however, is somewhat shallow—they are treated most often as simple lookup tables, a place to find a factoid answer given a structured query, or to determine whether a sentence should be a positive or negative training example for a relation extraction model. Very little is done in the way of reasoning with these knowledge bases or using them to improve machine reading. This is because typical probabilistic reasoning systems do not scale well to collections of facts as large as modern knowledge bases, and because it is difficult to incorporate information from a knowledge base into typical natural language processing models. In this thesis we present methods for reasoning over very large knowledge bases, and we show how to apply these methods to models of machine reading.
    [Show full text]
  • A Framework for Semantic Similarity Measures to Enhance Knowledge Graph Quality
    A Framework for Semantic Similarity Measures to enhance Knowledge Graph Quality Zur Erlangung des akademischen Grades Doktor der Ingenieurwissenschaften der Fakultät für Wirtschaftswissenschaften Karlsruher Institut für Technologie (KIT) genehmigte Dissertation von Dipl.-Ing. Ignacio Traverso Ribón Tag der mündlichen Prüfung: 10. August 2017 Referent: Prof. Dr. York Sure-Vetter Korreferent: Prof. Dr. Maria-Esther Vidal Serodio Abstract Precisely determining similarity values among real-world entities becomes a building block for data driven tasks, e.g., ranking, relation discovery or integration. Semantic Web and Linked Data initiatives have promoted the publication of large semi-structured datasets in form of knowledge graphs. Knowledge graphs encode semantics that describes resources in terms of several aspects or resource characteristics, e.g., neighbors, class hierarchies or attributes. Existing similarity measures take into account these aspects in isolation, which may prevent them from delivering accurate similarity values. In this thesis, the relevant resource characteristics to determine accurately similarity values are identified and considered in a cumulative way in a framework of four similarity measures. Additionally, the impact of considering these resource characteristics during the computation of similarity values is analyzed in three data-driven tasks for the enhancement of knowledge graph quality. First, according to the identified resource characteristics, new similarity measures able to combine two or more of them are described. In total four similarity measures are presented in an evolutionary order. While the first three similarity measures, OnSim, IC-OnSim and GADES, combine the resource characteristics according to a human defined aggregation function, the last one, GARUM, makes use of a machine learning regression approach to determine the relevance of each resource characteristic during the computation of the similarity.
    [Show full text]
  • Knowledge-Based Question Answering As Machine Translation
    Knowledge-Based Question Answering as Machine Translation Junwei Bao† ∗, Nan Duan‡ , Ming Zhou‡ , Tiejun Zhao† †Harbin Institute of Technology ‡Microsoft Research [email protected] nanduan, mingzhou @microsoft.com { [email protected]} Abstract 2013; Poon, 2013; Artzi et al., 2013; Kwiatkowski et al., 2013; Berant et al., 2013); Then, the answer- A typical knowledge-based question an- s are retrieved from existing KBs using generated swering (KB-QA) system faces two chal- MRs as queries. lenges: one is to transform natural lan- Unlike existing KB-QA systems which treat se- guage questions into their meaning repre- mantic parsing and answer retrieval as two cas- sentations (MRs); the other is to retrieve caded tasks, this paper presents a unified frame- answers from knowledge bases (KBs) us- work that can integrate semantic parsing into the ing generated MRs. Unlike previous meth- question answering procedure directly. Borrow- ods which treat them in a cascaded man- ing ideas from machine translation (MT), we treat ner, we present a translation-based ap- the QA task as a translation procedure. Like MT, proach to solve these two tasks in one u- CYK parsing is used to parse each input question, nified framework. We translate questions and answers of the span covered by each CYK cel- to answers based on CYK parsing. An- l are considered the translations of that cell; un- swers as translations of the span covered like MT, which uses offline-generated translation by each CYK cell are obtained by a ques- tables to translate source phrases into target trans- tion translation method, which first gener- lations, a semantic parsing-based question trans- ates formal triple queries as MRs for the lation method is used to translate each span into span based on question patterns and re- its answers on-the-fly, based on question patterns lation expressions, and then retrieves an- and relation expressions.
    [Show full text]
  • Artificial Intelligence in Education Promises and Implications for Teaching and Learning
    Artificial Intelligence In Education Promises and Implications for Teaching and Learning Wayne Holmes, Maya Bialik, Charles Fadel © Center for Curriculum Redesign – All Rights Reserved The Center for Curriculum Redesign, Boston, MA, 02130 Copyright © 2019 by Center for Curriculum Redesign All rights reserved. Printed in the United States of America Artificial Intelligence in Education Promises and Implications for Teaching and Learning ISBN-13: 978-1-794-29370-0 ISBN-10: 1-794-29370-0 A pdf version with active links is available at: http://bit.ly/AIED- BOOK Keywords: Education technology, EdTech, artificial intelligence, machine learning, deep learning, AI, AIED, curriculum, standards, competencies, competency, CBL, deeper learning, knowledge, skills, character, metacognition, meta-learning, mindset, 21st century education, social- emotional skills, 21st century competencies, education redesign, 21st century curriculum, pedagogy, learning, jobs, employment, employability, eduployment, Education 2030, fourth Industrial Revolution, exponential technology, personalized learning, competency-based learning, individualized learning, adaptive learning. © Center for Curriculum Redesign – All Rights Reserved Introduction: The Context Artificial intelligence (AI) is arguably the driving technological force of the first half of this century, and will transform virtually every industry, if not human endeavors at large.1 Businesses and governments worldwide are pouring enormous sums of money into a very wide array of implementations, and dozens of start-ups are being funded to the tune of billions of dollars. Funding of AI startup companies worldwide, from 2013 to 2017 (in millions of U.S. dollars). Source: Statista2 It would be naive to think that AI will not have an impact on education—au contraire, the possibilities there are profound yet, for the time being, overhyped as well.
    [Show full text]