Learning to Map Wikidata Entities to Predefined Topics

Total Page:16

File Type:pdf, Size:1020Kb

Learning to Map Wikidata Entities to Predefined Topics Learning to Map Wikidata Entities To Predefined Topics Preeti Bhargava∗ Nemanja Spasojevic Sarah Ellinger Demandbase Youtube Juul Labs San Francisco, CA San Bruno, CA San Francisco, CA [email protected] [email protected] [email protected] Adithya Rao Abhinand Menon Saul Fuhrmann Magic Leap Beeswax Lime Bikes Sunnyvale, CA New York, NY San Francisco, CA [email protected] [email protected] [email protected] Guoning Hu Amazon Sunnyvale, CA [email protected] ABSTRACT Text Curry is a USA NBA player from Golden State Warriors . Recently much progress has been made in entity disambiguation and linking systems (EDL). Given a piece of text, EDL links words EDL and phrases to entities in a knowledge base, where each entity de- Entities fines a specific concept. Although extracted entities are informative, United_States_Of_America Stephen_Curry National_Basketball_Association Golden_State_Warriors they are often too specific to be used directly by many applications. 0.572 0.269 0.850 0.621 These applications usually require text content to be represented Entity with a smaller set of predefined concepts or topics, belonging toa To Topic topical taxonomy, that matches their exact needs. In this study, we Topics aim to build a system that maps Wikidata entities to such predefined usa north-america stephen-curry golden-state-warriors sports nba Basketball topics. We explore a wide range of methods that map entities to 0.246 0.411 0.321 0.996 0.702 1.587 2.836 topics, including GloVe similarity, Wikidata predicates, Wikipedia entity definitions, and entity-topic co-occurrences. These methods Figure 1: Topic extraction using Entity Disambiguation and Linking often predict entity-topic mappings that are reliable, i.e., have high (EDL) together with entity-to-topic mapping. precision, but tend to miss most of the mappings, i.e., have low recall. Therefore, we propose an ensemble system that effectively 1 INTRODUCTION combines individual methods and yields much better performance, comparable with human annotators. There have been many efforts to extract the rich information avail- able in various types of user-generated text, such as webpages, KEYWORDS blog posts, and tweets and represent it as a set of concepts which can then be used by various applications, such as content search, entity topic mapping; entity topic assignment; natural language personalization, and user profile modeling. This can be achieved processing; knowledge base; wikipedia; wikidata by understanding the topics in which users are interested or are ACM Reference Format: experts [8, 16, 21, 22] by categorizing the user-generated text into Preeti Bhargava, Nemanja Spasojevic, Sarah Ellinger, Adithya Rao, Abhi- a finite set of topics or categories. nand Menon, Saul Fuhrmann, and Guoning Hu. 2019. Learning to Map Traditionally, statistical topic models such as LDA [7] have been Wikidata Entities To Predefined Topics. In Companion Proceedings of the used for topical categorization of text. These models are based on 2019 World Wide Web Conference (WWW ’19 Companion), May 13–17, 2019, San Francisco, CA, USA. ACM, New York, NY, USA, 9 pages. https://doi.org/ the idea that individual documents are made up of one or more 10.1145/3308560.3316749 topics, where each topic is a distribution over words. There have been many applications showing the power of these models on a ∗This work was done when all the authors were employees of Lithium Technologies j variety of text documents (e.g. Enron emails, CiteSeer abstracts, Klout Web pages). While LDA is a powerful tool for finding topic clus- ters within a document, it may miss implicit topics that are better This paper is published under the Creative Commons Attribution 4.0 International (CC-BY 4.0) license. Authors reserve their rights to disseminate the work on their suitable for document categorization. personal and corporate Web sites with the appropriate attribution. Recently, tremendous advances have been made in entity dis- WWW ’19 Companion, May 13–17, 2019, San Francisco, CA, USA ambiguation and linking (EDL) [1, 4, 9, 13, 14, 19]. Many EDL API © 2019 IW3C2 (International World Wide Web Conference Committee), published 1 under Creative Commons CC-BY 4.0 License. services are now available to the public, including Google NLP , ACM ISBN 978-1-4503-6675-5/19/05. https://doi.org/10.1145/3308560.3316749 1https://cloud.google.com/natural-language/ WWW ’19 Companion, May 13–17, 2019, San Francisco, CA, USA P. Bhargava et. al. Watson Natural Language Understanding API2, and Rosette Text • We propose a system that maps entities in a KB (derived Analytics3. These advanced EDL technologies and services make from Wikidata) to topics in a taxonomy. Together with EDL, it practically elementary to extract a set of entities from a piece of our system allows one to extract the concepts that best meet text. specific application needs from a given text. Unlike LDA-generated topics, entities are well defined concepts • We study multiple popular models that explore the relation- described in a knowledge base (KB) e.g. entities in the Wikidata ship among entities from various perspectives, including KB. Modern KBs contain hundreds of thousands of entities or more. cooccurrence, word embeddings, and Wikipedia content. We Some entities are quite broad, but more often they are very spe- find that each of them performs reasonably well on mapping cific. When such narrow entities are extracted from text, theyare entities to topics. somewhat informative, but they may be too specific and too many • We investigate multiple approaches to combine the above for the needs of a given application. Moreover, entities help enable models into a stacked ensemble model and obtain much a syntactic rather than a semantic understanding of the text. For better results. We find that best performance is achieved example, in a search application where the query is “Golden State through a SVM meta-model (AUC: 0.874 and F1: 0.786) which Warriors”, documents indexed by the entity “Stephen Curry” are yields results comparable to human annotators. highly relevant, but may not be returned. • We show that although our system is developed with a spe- To address these challenges and meet the needs of general appli- cific topical taxonomy, one can easily adapt it for use with cations, a topical taxonomy, or hierarchical structure of topics, can other taxonomies. be introduced. The primary advantage of using such a taxonomy • Open data - we make our label set publicly available. rather than directly applying entities is to support product and business requirements such as: 2 PROBLEM SETTING (1) Limiting topics to a given knowledge domain. In this work, we attempt to build a system that maps entities in an (2) Imposing an editorial style or controlling the language used entity set to topics in a topic set. in describing topics (e.g., by imposing a character limit on topic names). 2.1 Entity set (3) Limiting the topic set in size so that an application user can Wikidata is the largest free and open KB, acting as a central struc- better interact with the available topics. Topic taxonomy tured data store of all Wikimedia content. Entities are the atomic cardinality is orders of magnitude smaller than number of building blocks of Wikidata. Information about a Wikidata entity entities within the KB. is organized using named predicates, many of which annotate rela- (4) Preventing unsuitable concepts from being represented as tions between entities. topics. These may include concepts that are: We derived our entity set from Wikidata for the following rea- (a) Offensive or controversial (e.g. Pornography). sons: (b) Either too general (e.g. Life) or too specific (e.g. Australian • Wikidata entities are widely used in the community, allowing Desert Raisin). our system to benefit a large audience. (c) Redundant with one another (e.g. Obamacare and Afford- • Wikidata contains more than 43M entities, covering the ma- able Care Act). jority of concepts that people care about. These entities in- For example, Klout.com4 used a custom taxonomy[10] which clude people, places, locations, organizations, etc. There are was modeled around capturing topics of social media content in entities for broad concepts, such as Sports, and entities for order to build topical user profiles21 [ , 22]. Another example is very specific concepts, such as 5th Album of The Beatles. Google Adwords, which uses a small, human-readable taxonomy5 • Wikidata entities come with rich annotations that can be to allow advertisers to target personalized ads to users based on utilized for this problem. For example: topical interests. – Every entity is linked to a corresponding word or phrase Thus, to categorize text into topics, one can take advantage of in multiple languages. mature EDL systems by mapping the entities extracted from the text – Millions of predicates describe special relations among to topics in a topical taxonomy. An example of using EDL to extract entities (see Section 5.2.1 for more details). topics is shown in Figure 1. Although there have been studies that • There are datasets associated with Wikidata that provide touch upon aspects of the entity-topic mapping problem, either useful information. In this work, we leverage Wikipedia while modeling the relationships among entities or while modeling pages (see Section 5.3.1 for more details) and DAWT [20], an the concepts of entities, no systematic study exists of this particular extension dataset to Wikidata. task. However, we find that an ensemble of some selected models is able to yield very good results. 2.2 Topic set Our main contributions in this paper are: Topics that entities are mapped to are application specific. In this study, we use a topic set from the Klout Topic Ontology (KTO) [10] which itself is a subset of Wikidata. KTO contains about 8K topics.
Recommended publications
  • What Do Wikidata and Wikipedia Have in Common? an Analysis of Their Use of External References
    What do Wikidata and Wikipedia Have in Common? An Analysis of their Use of External References Alessandro Piscopo Pavlos Vougiouklis Lucie-Aimée Kaffee University of Southampton University of Southampton University of Southampton United Kingdom United Kingdom United Kingdom [email protected] [email protected] [email protected] Christopher Phethean Jonathon Hare Elena Simperl University of Southampton University of Southampton University of Southampton United Kingdom United Kingdom United Kingdom [email protected] [email protected] [email protected] ABSTRACT one hundred thousand. These users have gathered facts about Wikidata is a community-driven knowledge graph, strongly around 24 million entities and are able, at least theoretically, linked to Wikipedia. However, the connection between the to further expand the coverage of the knowledge graph and two projects has been sporadically explored. We investigated continuously keep it updated and correct. This is an advantage the relationship between the two projects in terms of the in- compared to a project like DBpedia, where data is periodically formation they contain by looking at their external references. extracted from Wikipedia and must first be modified on the Our findings show that while only a small number of sources is online encyclopedia in order to be corrected. directly reused across Wikidata and Wikipedia, references of- Another strength is that all the data in Wikidata can be openly ten point to the same domain. Furthermore, Wikidata appears reused and shared without requiring any attribution, as it is to use less Anglo-American-centred sources. These results released under a CC0 licence1.
    [Show full text]
  • Wikipedia Knowledge Graph with Deepdive
    The Workshops of the Tenth International AAAI Conference on Web and Social Media Wiki: Technical Report WS-16-17 Wikipedia Knowledge Graph with DeepDive Thomas Palomares Youssef Ahres [email protected] [email protected] Juhana Kangaspunta Christopher Re´ [email protected] [email protected] Abstract This paper is organized as follows: first, we review the related work and give a general overview of DeepDive. Sec- Despite the tremendous amount of information on Wikipedia, ond, starting from the data preprocessing, we detail the gen- only a very small amount is structured. Most of the informa- eral methodology used. Then, we detail two applications tion is embedded in unstructured text and extracting it is a non trivial challenge. In this paper, we propose a full pipeline that follow this pipeline along with their specific challenges built on top of DeepDive to successfully extract meaningful and solutions. Finally, we report the results of these applica- relations from the Wikipedia text corpus. We evaluated the tions and discuss the next steps to continue populating Wiki- system by extracting company-founders and family relations data and improve the current system to extract more relations from the text. As a result, we extracted more than 140,000 with a high precision. distinct relations with an average precision above 90%. Background & Related Work Introduction Until recently, populating the large knowledge bases relied on direct contributions from human volunteers as well With the perpetual growth of web usage, the amount as integration of existing repositories such as Wikipedia of unstructured data grows exponentially. Extract- info boxes. These methods are limited by the available ing facts and assertions to store them in a struc- structured data and by human power.
    [Show full text]
  • Knowledge Graphs on the Web – an Overview Arxiv:2003.00719V3 [Cs
    January 2020 Knowledge Graphs on the Web – an Overview Nicolas HEIST, Sven HERTLING, Daniel RINGLER, and Heiko PAULHEIM Data and Web Science Group, University of Mannheim, Germany Abstract. Knowledge Graphs are an emerging form of knowledge representation. While Google coined the term Knowledge Graph first and promoted it as a means to improve their search results, they are used in many applications today. In a knowl- edge graph, entities in the real world and/or a business domain (e.g., people, places, or events) are represented as nodes, which are connected by edges representing the relations between those entities. While companies such as Google, Microsoft, and Facebook have their own, non-public knowledge graphs, there is also a larger body of publicly available knowledge graphs, such as DBpedia or Wikidata. In this chap- ter, we provide an overview and comparison of those publicly available knowledge graphs, and give insights into their contents, size, coverage, and overlap. Keywords. Knowledge Graph, Linked Data, Semantic Web, Profiling 1. Introduction Knowledge Graphs are increasingly used as means to represent knowledge. Due to their versatile means of representation, they can be used to integrate different heterogeneous data sources, both within as well as across organizations. [8,9] Besides such domain-specific knowledge graphs which are typically developed for specific domains and/or use cases, there are also public, cross-domain knowledge graphs encoding common knowledge, such as DBpedia, Wikidata, or YAGO. [33] Such knowl- edge graphs may be used, e.g., for automatically enriching data with background knowl- arXiv:2003.00719v3 [cs.AI] 12 Mar 2020 edge to be used in knowledge-intensive downstream applications.
    [Show full text]
  • Falcon 2.0: an Entity and Relation Linking Tool Over Wikidata
    Falcon 2.0: An Entity and Relation Linking Tool over Wikidata Ahmad Sakor Kuldeep Singh [email protected] [email protected] L3S Research Center and TIB, University of Hannover Cerence GmbH and Zerotha Research Hannover, Germany Aachen, Germany Anery Patel Maria-Esther Vidal [email protected] [email protected] TIB, University of Hannover L3S Research Center and TIB, University of Hannover Hannover, Germany Hannover, Germany ABSTRACT Management (CIKM ’20), October 19–23, 2020, Virtual Event, Ireland. ACM, The Natural Language Processing (NLP) community has signifi- New York, NY, USA, 8 pages. https://doi.org/10.1145/3340531.3412777 cantly contributed to the solutions for entity and relation recog- nition from a natural language text, and possibly linking them to 1 INTRODUCTION proper matches in Knowledge Graphs (KGs). Considering Wikidata Entity Linking (EL)- also known as Named Entity Disambiguation as the background KG, there are still limited tools to link knowl- (NED)- is a well-studied research domain for aligning unstructured edge within the text to Wikidata. In this paper, we present Falcon text to its structured mentions in various knowledge repositories 2.0, the first joint entity and relation linking tool over Wikidata. It (e.g., Wikipedia, DBpedia [1], Freebase [4] or Wikidata [28]). Entity receives a short natural language text in the English language and linking comprises two sub-tasks. The first task is Named Entity outputs a ranked list of entities and relations annotated with the Recognition (NER), in which an approach aims to identify entity proper candidates in Wikidata. The candidates are represented by labels (or surface forms) in an input sentence.
    [Show full text]
  • Wembedder: Wikidata Entity Embedding Web Service
    Wembedder: Wikidata entity embedding web service Finn Årup Nielsen Cognitive Systems, DTU Compute Technical University of Denmark Kongens Lyngby, Denmark [email protected] ABSTRACT as the SPARQL-based Wikidata Query Service (WDQS). General I present a web service for querying an embedding of entities in functions for finding related items or generating fixed-length fea- the Wikidata knowledge graph. The embedding is trained on the tures for machine learning are to my knowledge not available. Wikidata dump using Gensim’s Word2Vec implementation and a simple graph walk. A REST API is implemented. Together with There is some research that combines machine learning and Wiki- the Wikidata API the web service exposes a multilingual resource data [9, 14], e.g., Mousselly-Sergieh and Gurevych have presented for over 600’000 Wikidata items and properties. a method for aligning Wikidata items with FrameNet based on Wikidata labels and aliases [9]. Keywords Wikidata, embedding, RDF, web service. Property suggestion is running live in the Wikidata editing inter- face, where it helps editors recall appropriate properties for items during manual editing, and as such a form of recommender sys- 1. INTRODUCTION tem. Researchers have investigated various methods for this pro- The Word2Vec model [7] spawned an interest in dense word repre- cess [17]. sentation in a low-dimensional space, and there are now a consider- 1 able number of “2vec” models beyond the word level. One recent Scholia at https://tools.wmflabs.org/scholia/ is avenue of research in the “2vec” domain uses knowledge graphs our web service that presents scholarly profiles based on data in [13].
    [Show full text]
  • Communications Wikidata: from “An” Identifier to “The” Identifier Theo Van Veen
    Communications Wikidata: From “an” Identifier to “the” Identifier Theo van Veen ABSTRACT Library catalogues may be connected to the linked data cloud through various types of thesauri. For name authority thesauri in particular I would like to suggest a fundamental break with the current distributed linked data paradigm: to make a transition from a multitude of different identifiers to using a single, universal identifier for all relevant named entities, in the form of the Wikidata identifier. Wikidata (https://wikidata.org) seems to be evolving into a major authority hub that is lowering barriers to access the web of data for everyone. Using the Wikidata identifier of notable entities as a common identifier for connecting resources has significant benefits compared to traversing the ever-growing linked data cloud. When the use of Wikidata reaches a critical mass, for some institutions, Wikidata could even serve as an authority control mechanism. INTRODUCTION Library catalogs, at national as well as institutional levels, make use of thesauri for authority control of named entities, such as persons, locations, and events. Authority records in thesauri contain information to distinguish between entities with the same name, combine pseudonyms and name variants for a single entity, and offer additional contextual information. Links to a thesaurus from within a catalog often take the form of an authority control number, and serve as identifiers for an entity within the scope of the catalog. Authority records in a catalog can be part of the linked data cloud when including links to thesauri such as VIAF (https://viaf.org/), ISNI (http://www.isni.org/), or ORCID (https://orcid.org/).
    [Show full text]
  • Introduction to Wikidata Linked Data Working Group – 2018-10-01 Steve Baskauf Dbpedia 2007 Community Effort to Extract Structured Data from Wikipedia
    Introduction to Wikidata Linked Data Working Group – 2018-10-01 Steve Baskauf DBpedia 2007 Community effort to extract structured data from Wikipedia Wikidata 2012 Wikimedia Foundation effort used to build Wikipedia itself. Originated from Freebase Freebase 2007 Developed by commercial company Metaweb, purchased by Google What is Wikidata? • It is the source of structured data in Wikipedia • It is editable by users and is not subject to as strict notability requirements as Wikipedia • Its data can be searched via SPARQL (at https://query.wikidata.org/) and retrieved programmatically by machines Wikidata is a knowledge graph Graph representation of metadata about one person. See https://www.wikidata.org/wiki/Q40670042 "Steven J. Baskauf"@en skos:prefLabel wd:Q5 (human) wdt:P31 (instance of) <http://www.wikidata.org/entity/Q40670042> wd:Q40670042 (Steven J. Baskauf) wd:Q17501985 (Steven) wdt:P735 (given name) wdt:P496 (ORCID iD) "0000-0003-4365-3135" <http://www.wikidata.org/prop/direct-normalized/P496> wdtn:P496 (ORCID iD) <https://orcid.org/0000-0003-4365-3135> Important features of Wikidata • Wikidata has an extremely controlled interface for adding data -> data are very consistently modelled ("A balance must be found between expressive power and complexity/usability." *) • Wikidata is designed to be language-independent -> opaque identifiers and multilingual labels for everything (language-tagged strings) • The Wikidata data model is abstract. It is NOT defined in terms of RDF, but it can be expressed as RDF. This allows search using SPARQL. • All things in Wikidata are "items". Items are things you might write a Wikipedia article about. Wikidata does not distinguish between classes and instances of classes.
    [Show full text]
  • Conversational Question Answering Using a Shift of Context
    Conversational Question Answering Using a Shift of Context Nadine Steinmetz Bhavya Senthil-Kumar∗ Kai-Uwe Sattler TU Ilmenau TU Ilmenau TU Ilmenau Germany Germany Germany [email protected] [email protected] [email protected] ABSTRACT requires context information. For humans, this also works when Recent developments in conversational AI and Speech recogni- the context is slightly changing to a different topic but having tion have seen an explosion of conversational systems such as minor touch points to the previous course of conversation. With Google Assistant and Amazon Alexa which can perform a wide this paper, we present an approach that is able to handle slight range of tasks such as providing weather information, making ap- shifts of context. Instead of maintaining within a certain node pointments etc. and can be accessed from smart phones or smart distance within the knowledge graph, we analyze each follow-up speakers. Chatbots are also widely used in industry for answering question for context shifts. employee FAQs or for providing call center support. Question The remainder of the paper is organized as follows. In Sect. 2 Answering over Linked Data (QALD) is a field that has been we discuss related approaches from QA and conversational QA. intensively researched in the recent years and QA systems have The processing of questions and the resolving of context is de- been successful in implementing a natural language interface to scribed in Sect. 3. We have implemented this approach in a pro- DBpedia. However, these systems expect users to phrase their totype which is evaluated using a newly created benchmark.
    [Show full text]
  • Gateway Into Linked Data: Breaking Silos with Wikidata
    Gateway into Linked Data: Breaking Silos with Wikidata PCC Wikidata Pilot Project @ Texas State University Mary Aycock, Database and Metadata Management Librarian Nicole Critchley, Assistant Archivist, University Archives Amanda Scott, Wittliff Collections Cataloging Assistant https://digital.library.txstate.edu/handle/10877/13529 It started about 10 years ago... ● Linked data started exploding as a topic at library conferences ● Data that was also machine-readable ● Excitement was in the air about the possibility of breaking our databases (catalog, repositories) out of their library-based silos If you learn it, will they build it? ● Libraries bought ILS vendors’ (often pricey) packages offering to convert MARC records to linked data, but results seemed underwhelming ● Many of us channeled our motivation into learning linked data concepts: RDF, Triples, SPARQL ● However, technical infrastructure and abundance of human resources not available to “use it” in most libraries Aimed at the Perplexed Librarian “Yet despite this activity, linked data has become something of a punchline in the GLAM community. For some, linked data is one of this era’s hottest technology buzzwords; but others see it as vaporware, a much-hyped project that will ultimately never come to fruition. The former may be true, but the latter certainly is not.” Carlson, S., Lampert, C., Melvin, D., & Washington, A. (2020). Linked Data for the Perplexed Librarian. ALA Editions. And then a few years ago, the word became… What does it have to offer? ● Stability: Created in 2012 as part of the Wikimedia Foundation ● 2014: Google retired Freebase in favor of Wikidata ● Ready-made infrastructure (Wikibase) & ontology ● Shared values of knowledge creation ● Easy to use graphical interface ● Hub of identifiers If they build it, you can learn..
    [Show full text]
  • Enhancing Profile and Context Aware Relevant Food Search Through
    proceedings Article Enhancing Profile and Context Aware Relevant Food Search through Knowledge Graphs † Unai Zulaika *,‡, Asier Gutiérrez ‡ and Diego López-de-Ipiña ‡ DeustoTech—University of Deusto, Avda. Universidades 24, 48007 Bilbao, Spain; [email protected] (A.G.); [email protected] (D.L.-d.-I.) * Correspondence: [email protected] † Presented at the 12th International Conference on Ubiquitous Computing and Ambient Intelligence (UCAmI 2018), Punta Cana, Dominican Republic, 4–7 December 2018. ‡ These authors contributed equally to this work. Published: 25 October 2018 Abstract: Foodbar is a Cloud-based gastroevaluation solution, leveraging IBM Watson cognitive services. It brings together machine and human intelligence to enable cognitive gastroevaluation of “tapas” or “pintxos” , i.e., small miniature bites or dishes. Foodbar matchmakes users’ profiles, preferences and context against an elaborated knowledge graph based model of user and machine generated information about food items. This paper reasons about the suitability of this novel way of modelling heterogeneous, with diverse degree of veracity, information to offer more stakeholder satisfying knowledge exploitation solutions, i.e., those offering more relevant and elaborated, directly usable, information to those that want to take decisions regarding food in miniature. An evaluation of the information modelling power of such approach is performed highlighting why such model can offer better more relevant and enriched answers to natural language questions posed by users. Keywords: knowledge graphs; relevant search; recommendation systems; data models; inference; software architectures 1. Introduction Currently, many of us follow social opinion when choosing where to go for food. Particularly, when we go to a unknown environment. Google Places (https://developers.google.com/places/web- service/intro) and TripAdvisor (https://www.tripadvisor.com/) are two widely used services for this purpose.
    [Show full text]
  • Analyzing Wikidata Transclusion on English Wikipedia
    Analyzing Wikidata Transclusion on English Wikipedia Isaac Johnson Wikimedia Foundation [email protected] Abstract. Wikidata is steadily becoming more central to Wikipedia, not just in maintaining interlanguage links, but in automated popula- tion of content within the articles themselves. It is not well understood, however, how widespread this transclusion of Wikidata content is within Wikipedia. This work presents a taxonomy of Wikidata transclusion from the perspective of its potential impact on readers and an associated in- depth analysis of Wikidata transclusion within English Wikipedia. It finds that Wikidata transclusion that impacts the content of Wikipedia articles happens at a much lower rate (5%) than previous statistics had suggested (61%). Recommendations are made for how to adjust current tracking mechanisms of Wikidata transclusion to better support metrics and patrollers in their evaluation of Wikidata transclusion. Keywords: Wikidata · Wikipedia · Patrolling 1 Introduction Wikidata is steadily becoming more central to Wikipedia, not just in maintaining interlanguage links, but in automated population of content within the articles themselves. This transclusion of Wikidata content within Wikipedia can help to reduce maintenance of certain facts and links by shifting the burden to main- tain up-to-date, referenced material from each individual Wikipedia to a single repository, Wikidata. Current best estimates suggest that, as of August 2020, 62% of Wikipedia ar- ticles across all languages transclude Wikidata content. This statistic ranges from Arabic Wikipedia (arwiki) and Basque Wikipedia (euwiki), where nearly 100% of articles transclude Wikidata content in some form, to Japanese Wikipedia (jawiki) at 38% of articles and many small wikis that lack any Wikidata tran- sclusion.
    [Show full text]
  • A Natural Language Interface for Querying Linked Data
    A Natural Language Interface for Querying Linked Data Simon Tham Christoffer Akrin Faculty of Health, Science and Technology Computer Science C-Dissertation 15 HP Supervisor: Nurul Momen Examiner: Lothar Fritsch Date: 2020-06-01 Abstract The thesis introduces a proof of concept idea that could spark great interest from many industries. The idea consists of a remote Natural Language Interface (NLI), for querying Knowledge Bases (KBs). The system applies natural language tech- nology tools provided by the Stanford CoreNLP, and queries KBs with the use of the query language SPARQL. Natural Language Processing (NLP) is used to analyze the semantics of a question written in natural language, and generates relational information about the question. With correctly defined relations, the question can be queried on KBs containing relevant Linked Data. The Linked Data follows the Resource Description Framework (RDF) model by expressing relations in the form of semantic triples: subject-predicate-object. With our NLI, any KB can be understood semantically. By providing correct training data, the AI can learn to understand the semantics of the RDF data stored in the KB. The ability to understand the RDF data allows for the process of extracting relational information from questions about the KB. With the rela- tional information, questions can be translated to SPARQL and be queried on the KB. Keywords: SPARQL, NLP, RDF, Semantic Web, Knowledge Base, Knowledge Graph i Acknowledgments We would like to thank our supervisor at Karlstad University, Nurul Momen for guidance and support. We would also like to thank our supervisor from Redpill Linpro, Rafael Espino for advice and inspiring us in the fields of Natural Language Processing and the Semantic Web.
    [Show full text]