<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Robust Knowledge Graph Cleaning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Maximilian</forename><forename type="middle">K</forename><surname>Egger</surname></persName>
							<email>maximilian.egger@cs.au.dk</email>
							<affiliation key="aff0">
								<orgName type="institution">Aarhus University</orgName>
								<address>
									<addrLine>Nordre Ringgade 1</addrLine>
									<postCode>8000</postCode>
									<settlement>Aarhus C</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Davide</forename><surname>Mottin</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Aarhus University</orgName>
								<address>
									<addrLine>Nordre Ringgade 1</addrLine>
									<postCode>8000</postCode>
									<settlement>Aarhus C</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Panagiotis</forename><surname>Karras</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">Aarhus University</orgName>
								<address>
									<addrLine>Nordre Ringgade 1</addrLine>
									<postCode>8000</postCode>
									<settlement>Aarhus C</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="institution">Copenhagen University</orgName>
								<address>
									<addrLine>Nørregade 10</addrLine>
									<postCode>1172</postCode>
									<settlement>Copenhagen</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Robust Knowledge Graph Cleaning</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D22AE3DE9B483434007ACFEDD09AA610</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:37+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Knowledge Graphs</term>
					<term>Data Mining</term>
					<term>Data Quality</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Data quality is needed to properly and reliably use the information represented in the dataset. The increasing volume of data renders data preparation and cleaning increasingly difficult. Additionally, more diverse types of data structures for databases, like graphs, get used and need to be handled differently. This leads to the necessity of robust methods to increase data integrity, scalable approaches for finding and fixing errors, and local-oriented algorithms that can be used to pinpoint attention where needed. In my PhD project, I focus mainly on knowledge graph structures and define and establish different tools that can be used to clean the knowledge graphs.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>In today's data-driven world, information and knowledge are mined, processed, and used in almost any digital setting. With the rise of machine learning and artificial intelligence in many daily applications, most individuals are affected by their reliability and accuracy in their respective tasks. Therefore, it is essential that the information and data are factually correct, if available, or as accurate as possible. One framework for interacting and working with such data is Knowledge Graphs (KGs) <ref type="bibr" target="#b0">[1]</ref>. A general KG is a network of heterogeneous information of entities that are connected with relationships <ref type="bibr" target="#b1">[2]</ref>. Entities (nodes) are objects that are either representations from real life, like people or places, or abstract concepts. Relations describe the relationships such objects have with each other. Additionally, there are types and categories that can be applied to entities and relations. A complete directed connection between two entities with a specific relation is called a fact or triple. If nodes and relations also have properties themself, it is considered a property graph <ref type="bibr" target="#b2">[3]</ref>.</p><p>KGs are applied in different disciplines of research, such as medicine <ref type="bibr" target="#b3">[4]</ref>, social sciences <ref type="bibr" target="#b4">[5]</ref>, and drug discovery <ref type="bibr" target="#b5">[6]</ref>. In daily life, they are also used when searching the web via Google <ref type="bibr" target="#b6">[7]</ref>, often unbeknownst to the regular user. If there is a box to the right of your search result page, it is a response generated by the KG of Google. These panels provide factual information on the respective search terms.</p><p>KGs can be utilized by experts in the domain to query for specific information that they require to further their own research. A current highly relevant use case is the drug discovery process to save time and money for developing new medicines. In these projects, it is possible to model the benefits and side effects of various drug elements before synthesizing them in the lab for clinical studies <ref type="bibr" target="#b7">[8]</ref>.</p><p>Currently, with the rise of interest in generative AI like Chat GPT, Gemini, and Copilot, the generation of factual incorrect but plausible-sounding information has become a lot easier; this gives a need for factual correct answers. KGs are one possible solution to aid LLMs with the framework of retrieval augmented generation (RAG) <ref type="bibr" target="#b8">[9]</ref>. This process allows the respective LLM to query for a factual answer in the KG to support the generated answer to the user. If done correctly, the generated answer will then contain the answer from the KG, which is correct, given that the underlying KG has no error.</p><p>In all of the mentioned use cases, errors in the results or the knowledge extracted in the KG can result in higher costs in time and resources.</p><p>In my PhD, I explore the notion of robustness as the ability of a knowledge base to work as intended even in the presence of incomplete, erroneous, redundant, and inconsistent data and accommodate such data in a way that reduces incompleteness and eliminates errors, redundancies, and inconsistencies. Towards this, I aim to solve the following research questions: (RQ1) Is there a measure that provides a prior indication of the reliability of a KGE on a specific subgraph? (RQ2) Are there normal forms for graphs that can increase the data integrity? (RQ3) Are there logical rules that can be found and utilized on topic-based subgraphs?</p><p>This paper presents the work done in the first two years of my PhD as well as some ideas for my future work. The structure is as follows. Section 2 covers the related work regarding our approaches to support knowledge graph cleaning; Section 3 covers the main contributions; Section 4 presents future work and challenges; Section 5 concludes the paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Work</head><p>Knowledge graph cleaning is the focus of several research areas. Here, we restrict our focus to the immediate areas regarding my projects from the first two years as well as my planned future work. Knowledge graph embeddings (KGEs) are used commonly for various tasks, like detecting missing triples, correcting errors, or question answering <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11]</ref>. There are several different KGE types and fitting examples like, Translational embeddings (TansE <ref type="bibr" target="#b11">[12]</ref>), Semantic embeddings (Dist-Mult <ref type="bibr" target="#b12">[13]</ref>), Complex embeddings (ComplEx <ref type="bibr" target="#b13">[14]</ref>) and Neuralnetwork embeddings (ConvE <ref type="bibr" target="#b14">[15]</ref>). Evaluation of embeddings is mainly done with rankingbased measures, in particular with HITS@k and mean reciprocal rank (MRR) for head, tail, and relation prediction <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b15">16,</ref><ref type="bibr" target="#b16">17]</ref>. These measures indicate performance globally, but so far, no measure provides local analysis capabilities. Functional dependencies (FDs) define directed relationships between attributes in the data. Therefore they are used as blocks to construct keys and normal forms <ref type="bibr" target="#b17">[18]</ref>. Similarly, FDs tailored to graph models are pairs of a graph pattern and an implication <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20,</ref><ref type="bibr" target="#b20">21]</ref>. Data normalization uses normal forms (NF) to reduce data redundancies in the chosen representation, like first, second, third, and BC normal form <ref type="bibr" target="#b17">[18]</ref> for relational databases. BCNF has been extended towards XML documents and their underlying tree structure <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b23">24]</ref> as a first step toward general graphs. A recent attempt at graph normalization has been made that uses uniqueness constraints <ref type="bibr" target="#b24">[25]</ref> and graph-tailored functional dependencies <ref type="bibr" target="#b25">[26]</ref> that target node properties. This leaves a gap of NFs that handle all parts of a graph and are not zoned in on the node level. Rule mining in KGs finds logic rules that can be used to find and fill in missing information throughout the data <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b27">28]</ref>. These also provide human-readable statements that can be used for the reasoning process to fill in the graph. These rules are evaluated and constructed from a global perspective, which could lead to topic-specific rules being overlooked that are still relevant and valid in their respective contexts.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Contributions</head><p>Here, we first discuss our completed work on reliability in knowledge graph embeddings and then introduce our current endeavors on normal forms for graphs. In the initial project ReliK, we defined and evaluated a new metric for the local reliability of KGEs. In the second project, which is in the process of being submitted, we looked into property graphs and established normal forms for them to reduce data redundancy.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">ReliK</head><p>KGEs are heavily used for a variety of downstream tasks that rely on the underlying KG being complete and the KGE being well trained. Their evaluation so far has only been done on a global scale with their respective tasks in mind.</p><p>Therefore, an open problem is a more general metric that can indicate behavior independent of the application while also being unprejudiced towards the chosen embedding model or the underlying data.</p><p>These issues can be addressed by our measure ReliK <ref type="bibr" target="#b28">[29]</ref>, which is a straightforward yet principled approach that assesses the reliability of a KGE's performance on a specific downstream task within a particular section of the KG, all without executing the task or (re)training the KGE. ReliK only relies on the existing embedding scores as a black box.</p><p>These scores are only used to create a ranking that is fed into our measure.</p><p>Specifically, two rankings are used to get the value for a triple. Figure <ref type="figure" target="#fig_0">1</ref> shows what is considered to be part of the respective ranking. Namely, the two negative neighborhoods that are used to measure the triple against. The negative neighborhood aimed at the head (ℎ) part of the triple consists of all triples with the form (ℎ, ?, ?) that are not part of the original KG. For the tail (𝑡), this is done in a similar manner. Then, the embedding score for the neighborhoods and the correct triple 𝑥 ℎ𝑟𝑡 is evaluated, and the ranking is established. This gets put into the following formula to constitute the ReliK score.</p><formula xml:id="formula_0">ReliK(𝑥 ℎ𝑟𝑡 ) = 1 2 ( 1 rank 𝐻 (𝑥 ℎ𝑟𝑡 ) + 1 rank 𝑇 (𝑥 ℎ𝑟𝑡 )</formula><p>) .</p><p>This can also be extended to a subgraph level by taking the mean of the respective ReliK scores for all triples in the subgraph.</p><p>Consequently, ReliK is agnostic to (1) the specific characteristics of a given KGE, (2) the particular KG in question, and (3) does not require any KGE retraining. Furthermore, (4) ReliK is task-agnostic: its design principles are so broad that it is naturally suited for a wide range of downstream tasks for more details. Finally, (5) ReliK possesses the locality property, allowing its computation and semantics to be tailored to specific parts of the KG. Overall, our ReliK measure fully meets all the aforementioned criteria. It is also important to note that ReliK can be utilized to evaluate the effectiveness of a KGE for a downstream task, even when we only have access to the embeddings for privacy or other reasons, rather than the original KG.</p><p>ReliK is simple, intuitive, and easy to implement. Despite that, its exact computation requires processing all the possible combinations of entities and relationships for every single fact of interest. Therefore, we also introduced two approximations to calculate a good estimate of the exact ReliK for large KGs. One of them is a good approximation in expectation, while the other is a strict lower bound of the original ReliK if this is needed for theoretical guarantees.</p><p>To showcase that both of these approximations work as expected, we present both runtime and MSE for a small dataset in which the calculation of the accurate ReliK is feasible.</p><p>To verify our metric and its approximations, we have conducted an extensive study in which we evaluate against measures like MRR for tail, relation, and triple classification, as well as more complicated tasks with query answering and rule mining.</p><p>The results of the experiments support that ReliK correlates with the accuracy of the prediction and classification tasks, which provides deeper insight into the reliability of venue: "SIGMOD" name: "SIGMOD'24" publisher: "ACM" city: "Los Angeles" country: "USA" c2: Conference KGEs. Especially ReliK is able to differentiate between the correct and incorrect rule instances for complex logical rules as well as guiding the rule mining in subgraphs towards high-confidence rules.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Graph normal forms</head><p>Graph databases like property graphs do have sources of redundancies like any database can have. This issue can be resolved in relational databases or XML files via the concept of normal forms (NF) and a process to transform the original data into that format.</p><p>For graph databases, this does not exist in the same format yet. Still, the foundations like graph functional dependencies <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20,</ref><ref type="bibr" target="#b20">21]</ref> and a first attempt that focuses on nodes have been made <ref type="bibr" target="#b25">[26]</ref>.</p><p>In our project, we establish a set of five graph normal forms (GNF) that use and build on top of these ideas by considering the complete graph in its structure. The process of utilizing edges and their properties cannot be done trivially from the NFs of the relational setting.</p><p>To define the GNFs, we use graph functional dependencies (GFDs) that consist of a pattern and a one-way dependency between two sets of attributes. An example of such can be seen in Figure <ref type="figure">2</ref>.</p><p>1GNF disallows implicit links between nodes that could be represented by regular edges and nested attributes that hide data complexity. Increasing from there, the 2GNF forbids the replication of attribute values that are dependent on the key of a different node; 3GNF disallows partial dependencies from a key towards attributes; 4GNF only allows attributes directly dependent on a superkey; EGNF removes all value duplication by enforcing that every property is a key.</p><p>We provide algorithms that transform any property graph into its respective GNF versions without losing any information that may be stored in the database. One example of how a graph not in 2GNF can be transformed into one can be seen in Figure <ref type="figure">2</ref>. In this small example, the attribute year from paper nodes can be connected to the name of conference nodes with the GFD FD1, which states that the publish year of a paper is determined by the name of the conference it was published in. This is a violation of the 2GNF, and in order to remove the violation, the attribute year is moved into the conference node. When done for all conference and paper nodes, this reduces possible redundancy throughout the graph and preserves information. It should be noted that to query for the same piece of information, a different query is needed between the original snippet and the 2GNF version of it.</p><p>To show that our established GNFs do reduce data redundancy, we perform experiments in which we count the total number of attribute values in a selection of datasets, perform the transformations into the GNFs, and then count in the transformed datasets. The number of attribute values is getting lower as more GNFs are applied, thus showing that GNFs are able to increase the data integrity by reducing redundancy in graphs. The process of transforming into the different GNFs incurs the addition of new edges and nodes to the dataset to facilitate the changes needed for the consolidation of information.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Future Work</head><p>The next avenue to look into for graph cleaning for my PhD project is rule mining. Specifically, the problem of contextual rule mining is about the possibility of rules having context and a local neighborhood of validity. So far rule mining has been nearly exclusively done on a global scale <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b29">30,</ref><ref type="bibr" target="#b27">28,</ref><ref type="bibr" target="#b30">31,</ref><ref type="bibr" target="#b31">32]</ref>, this could lead to topic-specific rules to be overlooked in the process. Additionally focusing on a specific area of a KG to mine rules opens up the chance of generating higher complexity rules and structures.</p><p>Just selecting random subgraphs probably does not suffice. Such subgraphs should capture different contexts like domain, temporal, or geographical areas. Therefore a new method, similar to community detection, will be needed to avoid human-heavy annotation of datasets. Especially since topic areas will not necessarily be strongly connected to communities in KGs.</p><p>Another challenge is guaranteeing significance and statistical support for the rules based on a smaller search space. Here, the absolute support of a rule in a subgraph will be at most equal to the global setting, which leads to a trade off between subgraph size and statistical significance.</p><p>To motivate the validity of contextual rule mining, we report some preliminary experiments on a subset of the Freebase dataset that has six annotated domains in the graph <ref type="foot" target="#foot_0">1</ref> .</p><p>In Table <ref type="table" target="#tab_0">1</ref> we see some results of applying the rule mining method AMIE <ref type="bibr" target="#b26">[27]</ref> on both the complete set as well as exclusively the respective domains. In three of these topic area subgraphs we were able to find rules that are not found and presented in the entire set of these six domains. This observation supports the claim that these kinds of rules exist in KGs. Further investigation of the relevance and significance of rules found in this approach is needed as to how to apply this concept on datasets that do not have domains pre-labeled.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>In my PhD, I study the notion of robustness in knowledge bases. Towards this I investigate the reliability of knowledge graph embeddings, eliminating redundancies in graphs, and contextual rule mining. Specifically, ReliK (1) gives the possibility of verifying which areas of knowledge graph embedding can and should be used in the cleaning and knowledge completion process. Enforced by an intuitive metric that can be applied independent of model choice. Graph normal forms (2) provide the needed reduction in data redundancy that increases data integrity, as well as giving a standardized way to normalize the data. Finally, I present locally aware rules (3) as a future project that can be used to get topic-specific rules, which can be further used to establish correctness in applicable subgraphs in a nuanced approach.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>1 :</head><label>1</label><figDesc>triples 𝒩 − (𝑡) to compute rank 𝑇 Figure Constituents of ReliK on an example KG.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>1 Figure 2 :</head><label>12</label><figDesc>Figure 2: Fragments of graph satisfying 1GNF and 2GNF, with associated patterns and GFDs.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1</head><label>1</label><figDesc>Domain details in size and number of mined rules</figDesc><table><row><cell>Domain</cell><cell cols="3">Triples Rules Dom. specific</cell></row><row><cell>complete</cell><cell>4302875</cell><cell>1636</cell><cell>-</cell></row><row><cell>organization</cell><cell>1767483</cell><cell>106</cell><cell>0</cell></row><row><cell>government</cell><cell>613575</cell><cell>405</cell><cell>17</cell></row><row><cell>military</cell><cell>260973</cell><cell>68</cell><cell>4</cell></row><row><cell>business</cell><cell>1408406</cell><cell>758</cell><cell>11</cell></row><row><cell>geography</cell><cell>139900</cell><cell>5</cell><cell>0</cell></row><row><cell>finance</cell><cell>112538</cell><cell>66</cell><cell>0</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://people.cs.aau.dk/~matteo/notes/freebase-data-dump.html</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Claimskg: A knowledge graph of fact-checked claims</title>
		<author>
			<persName><forename type="first">A</forename><surname>Tchechmedjiev</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web-ISWC</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="309" to="324" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A survey of heterogeneous information network analysis</title>
		<author>
			<persName><forename type="first">C</forename><surname>Shi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TKDE</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="17" to="37" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Pg-schema: Schemas for property graphs</title>
		<author>
			<persName><forename type="first">R</forename><surname>Angles</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ACM on Management of Data</title>
				<meeting>the ACM on Management of Data</meeting>
		<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="page" from="1" to="25" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Real-world data medical knowledge graph: construction and applications</title>
		<author>
			<persName><forename type="first">L</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Artificial intelligence in medicine</title>
		<imprint>
			<biblScope unit="volume">103</biblScope>
			<biblScope unit="page">101817</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">A model to represent human social relationships in social network graphs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Conti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SocInfo</title>
		<imprint>
			<biblScope unit="page" from="174" to="187" />
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Knowledge graphs and their applications in drug discovery</title>
		<author>
			<persName><forename type="first">F</forename><surname>Maclean</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Expert opinion on drug discovery</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="1057" to="1069" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Knowledge graph refinement: A survey of approaches and evaluation methods</title>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semantic web</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="489" to="508" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Toward better drug discovery with knowledge graph</title>
		<author>
			<persName><forename type="first">X</forename><surname>Zeng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Current opinion in structural biology</title>
		<imprint>
			<biblScope unit="volume">72</biblScope>
			<biblScope unit="page" from="114" to="126" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Retrieval-augmented generation for knowledge-intensive nlp tasks</title>
		<author>
			<persName><forename type="first">P</forename><surname>Lewis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Advances in Neural Information Processing Systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="9459" to="9474" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Knowledge graph embedding: A survey of approaches and applications</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TKDE</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="2724" to="2743" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A survey on knowledge graphs: Representation, acquisition, and applications</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ji</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Trans. Neural Netw. Learn. Syst</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="494" to="514" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Translating embeddings for modeling multi-relational data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Bordes</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">NeurIPS</title>
		<imprint>
			<biblScope unit="volume">26</biblScope>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Embedding entities and relations for learning and inference in knowledge bases</title>
		<author>
			<persName><forename type="first">B</forename><surname>Yang</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
			<publisher>ICLR</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Complex embeddings for simple link prediction</title>
		<author>
			<persName><forename type="first">T</forename><surname>Trouillon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICML, PMLR</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="page" from="2071" to="2080" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Convolutional 2d knowledge graph embeddings</title>
		<author>
			<persName><forename type="first">T</forename><surname>Dettmers</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">AAAI</title>
		<imprint>
			<biblScope unit="volume">32</biblScope>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Evaluating the calibration of knowledge graph embeddings for trustworthy link prediction</title>
		<author>
			<persName><forename type="first">T</forename><surname>Safavi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">EMNLP</title>
				<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Knowledge graph embeddings and explainable ai</title>
		<author>
			<persName><forename type="first">F</forename><surname>Bianchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Knowledge Graphs for eXplainable Artificial Intelligence: Foundations, Applications and Challenges</title>
				<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="49" to="72" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Further normalization of the data base relational model</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">F</forename><surname>Codd</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Data base systems</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="33" to="64" />
			<date type="published" when="1972">1972</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">Functional Dependencies for Graphs</title>
		<author>
			<persName><forename type="first">W</forename><surname>Fan</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
			<publisher>SIGMOD</publisher>
			<biblScope unit="page" from="1843" to="1857" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Capturing associations in graphs</title>
		<author>
			<persName><forename type="first">W</forename><surname>Fan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB</title>
		<imprint>
			<biblScope unit="page" from="1863" to="1876" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Discovering association rules from big graphs</title>
		<author>
			<persName><forename type="first">W</forename><surname>Fan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB</title>
		<imprint>
			<biblScope unit="page" from="1479" to="1492" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">A normal form for xml documents</title>
		<author>
			<persName><forename type="first">M</forename><surname>Arenas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TODS</title>
		<imprint>
			<biblScope unit="page" from="195" to="232" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">An information-theoretic approach to normal forms for relational and xml data</title>
		<author>
			<persName><forename type="first">M</forename><surname>Arenas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JACM</title>
		<imprint>
			<biblScope unit="page" from="246" to="283" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Normalization theory for XML</title>
		<author>
			<persName><forename type="first">M</forename><surname>Arenas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">SIGMOD</title>
		<imprint>
			<biblScope unit="page" from="57" to="64" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Uniqueness constraints on property graphs</title>
		<author>
			<persName><forename type="first">P</forename><surname>Skavantzos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Advanced Information Systems Engineering</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="280" to="295" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Normalizing Property Graphs</title>
		<author>
			<persName><forename type="first">P</forename><surname>Skavantzos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VLDB Endowment</title>
				<meeting>the VLDB Endowment</meeting>
		<imprint>
			<date type="published" when="2023">2023</date>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="3031" to="3043" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">AMIE: association rule mining under incomplete evidence in ontological knowledge bases</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">A</forename><surname>Galárraga</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">TheWebConf</title>
		<imprint>
			<biblScope unit="page" from="413" to="422" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Rule learning over knowledge graphs with genetic logic programming</title>
		<author>
			<persName><forename type="first">L</forename><surname>Wu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE 38th International Conference on Data Engineering (ICDE), IEEE</title>
				<imprint>
			<date type="published" when="2022">2022. 2022</date>
			<biblScope unit="page" from="3373" to="3385" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Relik: A reliability measure for knowledge graph embeddings</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">K</forename><surname>Egger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM Web Conference</title>
				<imprint>
			<date type="published" when="2024">2024</date>
			<biblScope unit="page" from="2009" to="2019" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Fast rule mining in ontological knowledge bases with amie ++</title>
		<author>
			<persName><forename type="first">L</forename><surname>Galárraga</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDBJ</title>
		<imprint>
			<biblScope unit="volume">24</biblScope>
			<biblScope unit="page" from="707" to="730" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Rudik: Rule discovery in knowledge bases</title>
		<author>
			<persName><forename type="first">S</forename><surname>Ortona</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB</title>
		<imprint>
			<biblScope unit="page" from="1946" to="1949" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Mining expressive rules in knowledge graphs</title>
		<author>
			<persName><forename type="first">N</forename><surname>Ahmadi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">JDIQ</title>
		<imprint>
			<biblScope unit="page" from="1" to="27" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
