User:CCLevy/Knowledge graph
A knowledge graph is a knowledge base that uses a graph-structured data model. Knowledge graphs are often used to store interlinked descriptions of entities — real-world objects, events, situations or abstract concepts — with free-form semantics,[1] not fitting into a single traditional ontology.[2]
Since the development of the Semantic Web, knowledge graphs are often associated with linked open data projects, focusing on the connections between concepts and entities.[3] The are also prominently associated with and used by search engines such as Google, Bing, and Yahoo; knowledge-engines and question-answering services such as WolframAlpha, Apple's Siri, and Amazon Alexa; and social networks such as LinkedIn and Facebook.
History
[edit]The term was coined as early as 1972, in a discussion of how to build modular instructional systems for courses.[4] In the late 1980s, Groningen and Twente universities jointly began a project called Knowledge Graphs, focusing on the design of semantic networks with edges restricted to a limited set of relations, to facilitate algebras on the graph. In subsequent decades, the distinction between semantic networks and knowledge graphs was blurred.
Some early knowledge graphs were topic-specific. In 1985, Wordnet was founded, capturing semantic relationships between words and meanings -- an application of this idea to language itself. In 2005, Marc Wirk founded Geonames to capture relationships between different geographic names and locales and associated entities.
In 2007, both DBpedia and Freebase were founded as graph-based knowledge repositories for general-purpose knowledge. DBpedia focused exclusively on data extracted from Wikipedia, while Freebase also included a range of public datasets. Neither described themselves as a 'knowledge graph' but developed and described related concepts.
In 2012, Google introduced their Knowledge Graph,[5] building on DBpedia and Freebase among other sources. They later incorporated RDFa and microdata formats from indexed web pages, which in time were standardized around vocabularies published by schema.org.[6] The Google Knowledge Graph became a successful complement to string-based search within Google, and its popularity online brought the term into more common use.[6]
Definitions
[edit]![]() | It has been suggested that Knowledge Graph (disambiguation) be merged into this section. (Discuss) Proposed since June 2020. |
There is no single commonly accepted definition of a knowledge graph. Popular definitions include:[7]
- General structure: A large network of entities, their semantic types, properties, and relationships.[8][9]
- Supporting reasoning over inferred ontologies: A knowledge graph acquires and integrates information into an ontology and applies a reasoner to derive new knowledge. [3]
- Flexible relations among knowledge in topical domains: A knowledge graph (i) mainly describes real world entities and their interrelations, organized in a graph, (ii) defines possible classes and relations of entities in a schema, (iii) allows for potentially interrelating arbitrary entities with each other, and (iv) covers various topical domains.[10]
Implementations
[edit]In addition to the above examples, the term has been used to describe open knowledge projects such as YAGO and Wikidata; federations like the Linked Open Data cloud;[11] a range of commercial search tools, including Yahoo’s semantic search assistant Spark, Google’s Knowledge Vault, and Microsoft’s Satori; and the LinkedIn and Facebook entity graphs.[3]
Using a knowledge graph for reasoning over data
[edit]In the case of integrating supplemental data source, a knowledge graph formally represents the meaning involved in information by describing concepts, relationships between things, and categories of things. This supports data inference through connected relations, instead of repeated searching of tables in a relational database.
In machine learning, knowledge graphs can help find latent connections or augment a dataset with other connections between entities.
The benefits of using a knowledge graph
[edit]In the case of integrating supplemental data source,
- A KG formally represents the meaning involved in information by describing concepts, relationships between things, and categories of things. These embedded semantics with the data offer significant advantages such as reasoning over data and dealing with heterogeneous data sources. The rules can be applied on KG more efficiently using graph query. For example, the graph query does the data inference through the connected relations, instead of repeated full search of the tables in relational database. KG facilitates the integration of new heterogeneous data by just adding new relationships between existing information and new entities. This facilitation is emphasized for the integration with existing popular linked open data source such as Wikidata.org.
- An SQL query is tightly coupled and rigidly constrained by datatype within the specific database. It can join tables and extract data from tables. The result is generally a table. A query can join tables by any columns which match by datatype. A SPARQL query is the standard query language and protocol for Linked Open Data on the Web. It is only loosely coupled with the database so that it facilitates the reusability and can extract data through the relations free from the datatype, and not only extract but also generate additional knowledge graph with more sophisticated operations (logic: transitive/symmetric/inverseOf/functional). The inference based query (query on the existing asserted facts without the generation of new facts by logic) can be fast comparing to the reasoning based query (query on the existing plus the generated/discovered facts based on logic).
- The information integration of heterogeneous data sources in traditional database is intricate, which requires the redesign of the database table such as changing the structure and/or addition of new data. In the case of semantic query, a SPARQL query reflects the relationships between entities in a way that is aligned with human's understanding of the domain, so the semantic intention of the query can be seen on the query itself. Unlike SPARQL an SQL query reflects the specific structure of the database and is derived from matching the relevant primary and foreign keys of tables. Thereby, it loses the semantics of the query by missing the relationships between entities.
In the case of reinforcing targeting algorithm based on machine learning,[12]
- A KG helps to find latent connections among items: improving of the precision; and a KG helps to identify a user's intention which was hidden only by the ML output: It brings the explainability to the targeting system.
- A KG helps to extending a user's interests reasonably using various relation types: increasing of the diversity; and KG helps to generate different knowledge presentations oriented by interested items: augmenting the dataset with the distance values between entities.
See also
[edit]References
[edit]- ^ "What is a Knowledge Graph?". 2018.
- ^ Ehrlinger, Lisa; Wöß, Wolfram (2016). "Towards a Definition of Knowledge Graphs" (PDF).
- ^ a b c Ehrlinger, Lisa; Wöß, Wolfram (2016). Towards a Definition of Knowledge Graphs (PDF). SEMANTiCS2016. Leipzig: Joint Proceedings of the Posters and Demos Track of 12th International Conference on Semantic Systems - SEMANTiCS2016 and 1st International Workshop on Semantic Change & Evolving Semantics (SuCCESS16). pp. 13–16.
- ^ Edward W. Schneider. 1973. Course Modularization Applied: The Interface System and Its Implications For Sequence Control and Data Analysis. In Association for the Development of Instructional Systems (ADIS), Chicago, Illinois, April 1972
- ^ Singhal, Amit. "Introducing the Knowledge Graph: things, not strings". Official Google Blog. Retrieved 21 March 2017.
- ^ a b McCusker, James P.; McGuiness, Deborah L. "What is a Knowledge Graph?". www.authorea.com. Retrieved 21 March 2017.
- ^ Hogan, Aidan; Blomqvist, Eva; Cochez, Michael; d'Amato, Claudia; de Melo, Gerard; Gutierrez, Claudio; Gayo, José Emilio Labra; Kirrane, Sabrina; Neumaier, Sebastian; Polleres, Axel; Navigli, Roberto (2022). "Knowledge Graphs". ACM Computing Surveys. 54 (4): 1–37. arXiv:2003.02320. doi:10.1145/3447772. S2CID 235716181.
- ^ Kroetsch, Markus; Weikum, Gerhard. "Special Issue on Knowledge Graph". Journal of Web Semantics. Retrieved 21 March 2017.
- ^ "What is a Knowledge Graph?|Onotext". Ontotext. Retrieved 2020-07-01.
- ^ Paulheim, Heiko (2017). "Knowledge Graph Refinement: A Survey of Approaches and Evaluation Methods" (PDF). Semantic Web Journal: 489–508. Retrieved 21 March 2017.
- ^ "The Linked Open Data Cloud". lod-cloud.net. Retrieved 2020-06-30.
- ^ Hongwei Wang (October 2018). "RippleNet: Propagating User Preferences on the Knowledge Graph for Recommender Systems". ACM International Conference on Information and Knowledge Management: 417–426. arXiv:1803.03467. doi:10.1145/3269206.3271739. S2CID 240061408.
Category:knowledge graphs Category:ontology Category:information science