<?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">Moving from Tabular Knowledge Graph Quality Assessment to RDF Triples Leveraging ChatGPT</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Gabriele</forename><surname>Tuozzo</surname></persName>
							<email>g.tuozzo4@studenti.unisa.it</email>
							<affiliation key="aff0">
								<orgName type="department">Dipartimento di Informatica</orgName>
								<orgName type="institution">Unviersità degli Studi di Salerno</orgName>
								<address>
									<settlement>Fisciano (SA)</settlement>
									<country key="IT">ITALY</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Moving from Tabular Knowledge Graph Quality Assessment to RDF Triples Leveraging ChatGPT</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">D88573A86C45059867546E7AA7682B55</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T18:39+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>Quality assessment</term>
					<term>Knowledge extraction</term>
					<term>Interpretability</term>
					<term>Prompt engineering</term>
					<term>GPT-3.5</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Data quality assessment is a multifaceted challenge involving various dimensions such as accessibility, interlinking, and completeness. These dimensions are domain-dependent and can be aggregated into a score between 0 and 1, facilitating dataset ranking based on quality. Achieving effective representation and explanation of these rankings poses significant challenges akin to those in machine learning, where interpretability and understandability are crucial. In the domain of natural language processing, data interpretation is a critical yet complex process, often requiring domain expertise and significant resources. Advanced Language Model Models (LLMs) offer promise in automating annotation tasks, ensuring consistency, and adapting to specific domains. Leveraging such models for knowledge representation tasks necessitates adept prompt engineering. This study focuses on experiencing state-of-the-art prompt engineering methods, particularly using GPT-3.5, for representing knowledge related to dataset quality. By exploring techniques to extract RDF triples from textual data without predefined labels or constraints, this work aims to enhance interpretability and understanding of dataset quality assessment results while verifying the feasibility on automatic knowledge representation leveraging LLMs.</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>Data quality is a multidimensional problem encompassing heterogeneous and multiple quality dimensions, including but not limited to accessibility, interlinking, performance, syntactic validity, and completeness <ref type="bibr" target="#b0">[1]</ref>. The significance of each dimension depends on the domain or particular use cases. The result returned by assessing these quality dimensions can be combined to generate a score ranging from 0 to 1, allowing datasets to be ranked accordingly, where a higher score indicates a higher quality.</p><p>Once datasets are ranked based on their quality score, the key challenges are how to effectively represent the quality of the datasets and how to explain the produced results. Analogous to Machine Learning, explainability is often replaced with the notion of interpretability <ref type="bibr" target="#b1">[2]</ref>, which are considered interchangeable terms within the broader Artificial Intelligence (AI) community and particularly among scholars specializing in automated learning and reasoning. Conversely, the software engineering community prefers the term understandability <ref type="bibr" target="#b2">[3]</ref>. In general terms, interpretability is often defined as the ability to convey or extract the meaning of an abstract concept, whereas understandability refers to the capability of making it comprehensible to end-users <ref type="bibr" target="#b1">[2]</ref>. This work focuses on the interpretability and explicability of quality scores, treating those terms as synonyms.</p><p>Knowledge Graphs (KGs) are often preferred in scenarios where explainability and interpretability are crucial <ref type="bibr" target="#b3">[4]</ref>, as they explicitly represent relationships between entities and provide a structured knowledge representation. Hence, a crucial step in the direction of interpreting quality scores is modeling them as a KG. The process of KG construction requires a significant amount of manual effort and expert knowledge in identifying and labeling sentences or patterns, performing named entity recognition, relation extraction, and semantic parsing <ref type="bibr" target="#b4">[5]</ref>. Often, this process encompasses at least the involvement of experts in the modeled field and computer scientists or experts in the targeted ontology. As a matter of fact, in the complex realm of machine learning and natural language processing (NLP), data annotation stands out as a critical yet challenging step, transcending simple label attachment to encompass a rich array of auxiliary predictive information. Data annotation poses significant challenges for current machine learning models due to the complexity, subjectivity, and diversity of data, requiring domain expertise and the resource-intensive nature of manually labeling large datasets.</p><p>Cutting-edge Large Language Models (LLMs) such as GPT-3.5<ref type="foot" target="#foot_0">1</ref> , Gemini<ref type="foot" target="#foot_1">2</ref> and Llama-2<ref type="foot" target="#foot_2">3</ref> offer a promising opportunity to revolutionize data annotation. LLMs play a pivotal role in enhancing the accuracy and efficiency of data annotation processes. Their ability to automate annotation tasks, ensure consistency across large volumes of data, and adapt through fine-tuning or prompting for specific domains, mitigates challenges inherent in traditional methods, setting a new standard for NLP <ref type="bibr" target="#b5">[6]</ref>. By providing a well-devised input sequence (e.g. a textual prompt), LLMs can adeptly undertake knowledge extraction tasks. However, the question is how to formulate an effective input prompt, and this is where prompt engineering assumes significance.</p><p>In our investigation, we consider the free GPT-3.5 a state-of-the-art model for prompt engineering to explore prompt engineering's role in knowledge extraction and representation of tabular datasets quality. We adapt to different situations that generate knowledge in the context of knowledge extraction <ref type="bibr" target="#b5">[6]</ref>. Specifically, modeling quality dimensions and metrics score as a CSV file, we aim to extract all potential triples from the text, without supplying any predetermined labels nor imposing constraints within the prompt as in Closed Information Extraction settings. This work provides the adaptation of state-of-the-art prompt engineering methods in the context of knowledge extraction from the quality of the datasets. It introduces a first step through the interpretability of the final score, verifying the feasibility of an automatic process of knowledge extraction leveraging LLMs.</p><p>This paper is organized as follows: Section 2 provides the background on quality and discusses the related work on knowledge extraction and representation. Section 3 documents the performed approach reported in such detail to enable reproducibility. Section 4 introduces the preliminary results of our approach, which are discussed in Section 5. We report conclusive thoughts in Section 6 along with future directions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1.">Terminology</head><p>Data quality assessment involves the measurement of quality dimensions relevant to the consumer and considering dataset characteristics, which can be grouped in dimension clusters. Inspired by Zaveri et al. <ref type="bibr" target="#b0">[1]</ref>, we consider the following dimension clusters:</p><p>• Accessibility dimensions which involves aspects related to the access, authenticity, and retrieval of data to obtain either the entire or some portion of the data (or from another linked dataset) for a particular use case. It includes availability, licensing, security, and performance. • Intrinsic dimensions are those that are independent of the user's context. It includes semantic accuracy, consistency, and conciseness. These dimensions focus on whether the information (syntactically and semantically) correctly and compactly represents the real world and whether the information is logically consistent in itself. • Contextual dimensions are those that highly depend on the context of the task at hand, assessing the amount of published data, their relevancy, trustworthiness, understandability, and timeliness. This dimension can be further refined by considering the following aspects as separate dimension clusters:</p><p>-Trust dimensions focusing on trustworthiness in terms of verifiability, reputation, and believability; -Dataset dynamicity focusing on the currency and timeliness.</p><p>• Representational dimensions capture aspects related to the design of the data, such as representational conciseness, interoperability, interpretability, and versatility.</p><p>While quality dimensions are rather abstract, they can be measured via quality assessment metrics which rely on quality indicators. An assessment score is computed from these indicators using a scoring function.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Related work</head><p>Extracting knowledge from tabular data like databases, Web tables and CSV files is a common way for KG construction. If users are aware of tables semantics, they can define and use heuristic rules to transform their data into KG facts. However, usually end-users lack a deep understanding of tables meta information, such as table name and column header. In recent years, transformer-based LMs have been investigated for processing tables and representing learning, such as TURL <ref type="bibr" target="#b6">[7]</ref>, RPT <ref type="bibr" target="#b7">[8]</ref>, Starmie <ref type="bibr" target="#b8">[9]</ref>. There have been several attempts that use LLMs for these tasks, such as Doduo <ref type="bibr" target="#b9">[10]</ref> which focuses on the prediction of column types and identification of inter-column relationships, and Korini et al. <ref type="bibr" target="#b10">[11]</ref> who prompt ChatGPT to annotate semantic column types. Some attention has been given also to utilizing LLMs for tabular data processing and KG construction, such as the work authored by Kommineni et al. <ref type="bibr" target="#b11">[12]</ref>. However, there is still room for investigation, mainly in representing non-textual tabular data, like numbers <ref type="bibr" target="#b12">[13]</ref>. Moreover, LLMs are mostly applied to process and understand tables but rarely applied to the final step of knowledge extraction <ref type="bibr" target="#b12">[13]</ref>. As some examples in this direction, OntoGPT <ref type="bibr" target="#b13">[14]</ref> and Trajanoska et al. <ref type="bibr" target="#b14">[15]</ref> extract instances from texts to populate an ontology, but there are no counterparts for tables. Our contribution target this direction, exploring how to populate an ontology using ChatGPT starting from a tabular representation of quality scores. It goes in the direction of leveraging LLMs to represent and interpret KG quality results integrating LLMs in the KG quality measurement pipeline as a way to enhance the interpretation of quality assessment report. As a result, using LLMs to automatically convert CSV data quality assessment to RDF triples, make assessment results machine-readable and potentially useful for an automatic elaboration.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">LLM-driven Knowledge Retrieval Process</head><p>This section describes the performed process to move from CSV quality assessment returned by KGHeartBeat <ref type="foot" target="#foot_3">4</ref> to RDF triples leveraging ChatGPT. KGHeartBeat is a fully-automatic community-shared open source quality assessment tool to periodically perform quality analysis on all the freely available KGs that can be automatically retrieved by widely used data and knowledge aggregation platforms, such as LOD Cloud <ref type="foot" target="#foot_4">5</ref> and DataHub <ref type="foot" target="#foot_5">6</ref> . The KGHeartBeat web-application can be configured to query a list of KGs and implements a large set of KG quality metrics proposed by Zaveri et al. <ref type="bibr" target="#b0">[1]</ref> belonging to different quality dimensions, focusing on those that can be automatically and objectively computed without requiring a gold standard. The implementation details of all the supported quality dimensions and the related metrics are freely accessible online <ref type="foot" target="#foot_6">7</ref> . Once selected the quality dimensions of interest, quality results can be downloaded as CSV files. The CSV stores a KG quality assessment per line, listing all the metrics' and dimensions' scores as columns. As a convention, all the metrics related to the same dimensions share as prefix the name of the dimension. Per each dimension, there is both a weighted and a normalized score. Such as an example, the CSV file focused on the availability dimension results concerning a single KG is structured as follows reporting the header in bold and the value attached to it:</p><formula xml:id="formula_0">• kg_id -cznace • analysis_date -2024-01-28 • Availability_sparqlEndpoint -Available • Availability_RDFDumpM --1 • Availability_RDFDumpQ -True • Availability_inactiveLinks -True</formula><p>The quality assessment CSV files can be used along with an ontology to model KG quality scores as input to LLM, such as ChatGPT, as summarized in the process visible in Figure <ref type="figure" target="#fig_0">1</ref>. We used the CSV returned by KGHeartBeat and the Data Quality Vocabulary<ref type="foot" target="#foot_7">8</ref> (DQV) in TTL format to perform the experiments reported in this article. DQV defines quality measures as specific instances of dqv:QualityMeasurements and it relies on quality dimensions (dqv:Dimension) e.g. the availability of a dataset, and quality metrics (dqv:Metric) e.g. whether or not a SPARQL endpoint is accessible.</p><p>We consider three scenarios of incremental complexity, defined as follows:</p><p>• Single dimension, multiple metrics. The end-user focused on a single dimension. Hence, KGHeartBeat returns a CSV containing the detail for each metric implemented for the user-selected dimension and an overall score at dimension level. As an example, we focus on scores concerning availability of ten different randomly selected KGs. • Single dimension category, multiple dimensions and multiple metrics. The end-user focused on a single dimension category, which include multiple dimensions, each computed in terms of multiple metrics. Hence, KGHeartBeat returns a CSV containing the detail for each metric implemented for the user-selected dimension and an overall score at dimension level. As an example, we focus on scores concerning the trust category of ten different KGs randomly selected. • Different dimensions categories. According to the task or scenario of interest, end-users can select different dimensions and the related metrics. As a result, we consider a CSV of ten different KGs randomly selected with a set of quality dimensions related to different categories.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Results</head><p>This section reports the performed experiments describing the used prompts and discussing ChatGPT replies, mainly focusing on positive aspects and what is missing. Files used as input, the transcript of conversations performed on ChatGPT 3.5, and the resulting RDF skeleton are reported in the KGHeartBeat GitHub 9 , this is to promote the reproducibility of the experiment performed.</p><p>Single Dimension, Multiple Metrics: the Availability Case. The simplest interaction with ChatGPT is uploading both the CSV and the DQV.ttl ontology without any explanation, and inspect the resulting RDF triples. Consequently, we report the used prompts in the following:</p><p>1 Consider the following csv entitled "availability_scores.csv": &lt;PASTE CSV FILE CONTENT&gt;.</p><p>2 Consider the following ontology in ttl format entitled "dqv.ttl": &lt;PASTE ONTOLOGY IN TTL FORMAT&gt; 3 Can you model the "availability_scores.csv" file content according to the "dqv.ttl" ontology and return the resulting triples in rdf format?</p><p>As a result, ChatGPT correctly models each KGs as a dqv:QualityMeasurementDataset, correctly attaches each value to a modeled metric, and correctly creates the correspondence between metric scores and datasets. However, it considers all the columns in the CSV as metrics, without distinguishing metrics' scores to the overall score at the dimension level. Of course, we need to clarify how the CSV file must be interpreted. Moreover, ChatGPT only returns a skeleton of the RDF file, suggesting to repeat similar patterns for other KGs and quality metrics. By reformulating the third prompt as follows, we obtained a complete modeling of RDF triples of a specific KG modeled in the CSV, e.g., DBpedia in French.</p><p>1 Considering that all the columns listed in the "availability_score.csv" file having the name starting with "availability_" are metrics of the availability dimension which is one of the accessibility dimensions, the column entitle "availabilityScoreValue" is the value corresponding to the availability dimension, and you can ignore the other columns ending with score, can you model the data contained in "availability_scores.csv" file and related to the KG entitled "DBpedia in French" according to the "dqv.ttl" ontology and return the complete and detailed set of resulting triples in rdf format both reporting the score of the availability dimension and detailing all the metrics' measurements?</p><p>The explanation of the CSV file is needed to correctly distinguishing quality dimensions and metrics in the ontology. The suggestion to focus on a single KG is due to the trend of ChatGPT of proposing the skeleton of the RDF triples for a small set of metrics and KGs and suggesting to complete it following similar patterns, as observed before. Moreover, if end-users do not specify the desired level of details in terms of metrics' measurements, ChatGPT only models the quality dimension score.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Single Dimension Category, Multiple Dimensions and Multiple Metrics: the Trust Case.</head><p>According to the interaction described before, the used prompts specify the CSV, the ontology and describe how to interpret the CSV header as follows:</p><p>3 Let's consider that the CSV file contains all dimensions concerning the trust category and for each dimension, the file details its metrics. To distinguish metrics and dimension, consider that all the file column names follow the pattern of DIMENSION_METRIC. With these premises, can you model the data contained in csv file according to the "dqv.ttl" ontology and return the complete and detailed set of resulting triples in rdf format?</p><p>As a result, ChatGPT correctly recognizes category, dimensions and metrics and models them as an hierarchy. However, it stops to a single metric and to a single KG. Even if we suggest to focus on a single KG, such as DBpedia in French, it returns an incomplete formulation, just modeling a single metric and suggesting to add similar triples for other metrics and dimensions. Moreover, even when we ask to focus on a single dimension, e.g., the believability dimension, and a single KG, it returns a incomplete formulation, completed by explicitly asking to for it with three iterative interactions. The used prompt is as follows:</p><p>1 Let's focus on the Believability dimension. Can you provide with a complete rdf concerning the KG entitled "DBpedia in French" modeling it according to the "dqv.ttl" ontology and return the complete and detailed set of resulting triples in RDF format both reporting the score of all the dimensions and detailing all their metrics' measurements? Different dimensions categories cases. Similarly to the trust case, once provided ChatGPT with the quality scores CSV, the DQV ontology and the explanation of the CSV header to distinguish metrics and dimensions, ChatGPT returns a skeleton correctly modeling the dimension category, dimensions and metrics hierarchy, but sends the user the role of instantiating the names of the metrics and dimensions and completing the triples by replicating the identified patterns.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Discussion</head><p>This section summarizes potentialities and limitations of a LLM-driven KG generation to convert CSV into RDF according to a data quality ontology.</p><p>Automatic RDF skeleton to be manually completed. ChatGPT returns a useful skeleton for modeling the CSV content according to the data quality vocabulary requiring a minimum explanation of the CSV header to distinguish metrics' and dimensions' scores and automatically inferring the ontology structure, without requiring any clarification. However, the more data available in terms of metrics and KGs, the more the skeleton only reports the structure that must be manually replicated for each metric and KG observed. Tricks used to complete RDF files seems to work only when end-users narrow down to a focused scenario, e.g., a single dimension and a single KG. As a result, ChatGPT successfully saved human effort in proposing the initial draft of KG, but requires human expertise in assessing and refining, if needed, its outcome, as confirmed by similar work in this field <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b13">14]</ref>.</p><p>Light-versions of files used as input might be required. With respect to other available and freely usable LLM, ChatGPT accepts prompts long enough to paste the entire Data Quality Vocabulary at once. However, any LLM has its own prompt limit <ref type="bibr" target="#b15">[16]</ref>. In fact, we encountered some limitations with CSV starting from the second case due to the presence of several columns populated with a list of values, such as the list of used vocabularies. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Conclusion and Future Directions</head><p>This article explores the opportunity to automatically generate RDF triples via LLM. We initialized ChatGPT 3.5 with a (light version of) CSV modeling KGs' quality scores automatically generated by KGHeartBeat and the data quality vocabulary and we explored the returned RDF triples. ChatGPT automatically returns a skeleton of the RDF triples inferring patterns to model metrics and KG assessment that must be manually completed by end-users. According to the level of details in describing metrics, ChatGPT correctly model data quality categories, dimensions and metrics. While manual effort is mitigated, experts in the field are still required to assess the quality of the automatically extracted triples and complete them if needed.</p><p>Future directions. This article proposes a feasibility study to generate RDF triples from a CSV file modeling KG quality assessment. As a future direction we are interested to consider the effect of prompting ChatGPT with just a portion of the DQV and compare the results in terms of quality of the returned output. Moreover, we are interested in investigating the perceived utility of a (semi-)automatic KG generation as the one described in this article by inquiring experts in the field. Finally, besides qualitative insights as the ones reported in this article, it is crucial to quantify the quality of the returned output and compare the quality of the KGs resulting by ChatGPT with the one obtained with a manual traditional approach.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: LLM-driven Knowledge Retrieval Process. From a list of user-selected KGs, KGHeartBeat is a community-shared software that performs quality assessment and returns dimensions and metrics scores as a CSV file. Providing LLM with a textual representation of the CSV and the TTL of the ontology used as a reference to model quality scores according to the Semantic Web technologies, we aim to obtain a triple representation of data in the CSV.</figDesc><graphic coords="5,172.63,84.19,250.02,181.20" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>2</head><label></label><figDesc>&lt;PARTIAL RDF ENDING WITH #...(similar triples for other metrics under the Believability dimension)&gt; 3 Please, complete it 4 &lt;PARTIAL RDF ENDING WITH #...(similar triples for other metrics under the Believability dimension)&gt; 5 Please, complete it 6 &lt;PARTIAL RDF&gt;</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>To mitigate the problem, we replaced the original versions of CSV returned by KGHeartBeat with a light version replacing lists with their size. Both the original and the light version of CSV used as prompts are in the KGHeartBeat GitHub repository. Our experience with susceptibility of results according to the used prompt is confirmed by the survey authored by Pan et al.<ref type="bibr" target="#b12">[13]</ref> concerning LLMs and KGs, which report that prompt-based retrieval is biased towards prompt structure. Thus, prompt engineering is a crucial part of knowledge retrieval from LLMs.Low hallucination.A common problem with LLMs is hallucination of results. However, we experienced a low level of hallucination. It might be justified by the explicit requirement to extract what was found in the pasted CSV within each prompt, similarly to what has been experienced by Caufield et al.<ref type="bibr" target="#b13">[14]</ref>.</figDesc><table><row><cell>Bias in prompt-based retrieval.</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">OpenAI GPT-3.5: https://openai.com/gpt-4</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">Google Gemini: https://gemini.google.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">Meta Llama-2: https://llama.meta.com</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">KGHeartBeat: http://www.isislab.it:12280/kgheartbeat KGHeartBeat GitHub repository: https://github.com/isislab-unisa/KGHeartbeat</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">LOD Cloud: https://lod-cloud.net</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">DataHub: https://datahub.io</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">Metric details: https://isislab-unisa.github.io/KGHeartbeat</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">Data Quality Vocabulary: https://github.com/w3c/dwbp/blob/gh-pages/dqv.ttl</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_8">Consider the following csv entitled "trust_scores.csv": &lt;PASTE CSV FILE CONTENT&gt;.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_9">Consider the following ontology in ttl format entitled "dqv.ttl": &lt;PASTE ONTOLOGY IN TTL FORMAT&gt;<ref type="bibr" target="#b8">9</ref> GitHub folder with examples: https://bit.ly/kgheartbeat-eswc-ws</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Quality assessment for linked data: A survey</title>
		<author>
			<persName><forename type="first">A</forename><surname>Zaveri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Maurino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Pietrobon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Auer</surname></persName>
		</author>
		<idno type="DOI">10.3233/SW-150175</idno>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="63" to="93" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Notions of explainability and evaluation approaches for explainable artificial intelligence</title>
		<author>
			<persName><forename type="first">G</forename><surname>Vilone</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Longo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Fusion</title>
		<imprint>
			<biblScope unit="volume">76</biblScope>
			<biblScope unit="page" from="89" to="106" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A bibliometric analysis of the explainable artificial intelligence research field</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">M</forename><surname>Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Castiello</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Mencar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International conference on information processing and management of uncertainty in knowledge-based systems</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="3" to="15" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Knowledge-based transfer learning explanation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Lécué</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Horrocks</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Chen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Sixteenth International Conference on Principles of Knowledge Representation and Reasoning</title>
				<imprint>
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Constructing knowledge graphs and their biomedical applications</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">N</forename><surname>Nicholson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">S</forename><surname>Greene</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational and structural biotechnology journal</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="page" from="1414" to="1428" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">Z</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Beigi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bhattacharjee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Jiang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Karami</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Cheng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Liu</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2402.13446</idno>
		<title level="m">Large language models for data annotation: A survey</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Turl: Table understanding through representation learning</title>
		<author>
			<persName><forename type="first">X</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Sun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Lees</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Yu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM SIGMOD Record</title>
		<imprint>
			<biblScope unit="volume">51</biblScope>
			<biblScope unit="page" from="33" to="40" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Rpt: relational pre-trained transformer is almost all you need towards democratizing data preparation</title>
		<author>
			<persName><forename type="first">N</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Du</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Madden</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Ouzzani</surname></persName>
		</author>
		<idno type="DOI">10.14778/3457390.3457391</idno>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the VLDB Endowment</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="1254" to="1261" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Semantics-aware dataset discovery from data lakes with contextualized column-based representation learning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Fan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Miller</surname></persName>
		</author>
		<idno type="DOI">10.14778/3587136.3587146</idno>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the VLDB Endowment</title>
		<imprint>
			<biblScope unit="volume">16</biblScope>
			<biblScope unit="page" from="1726" to="1739" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Annotating columns with pre-trained language models</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Suhara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ç</forename><surname>Demiralp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W.-C</forename><surname>Tan</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2022 International Conference on Management of Data</title>
				<meeting>the 2022 International Conference on Management of Data</meeting>
		<imprint>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="1493" to="1503" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<author>
			<persName><forename type="first">K</forename><surname>Korini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bizer</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2306.00745</idno>
		<title level="m">Column type annotation using chatgpt</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">K</forename><surname>Kommineni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>König-Ries</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Samuel</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2403.08345</idno>
		<title level="m">From human experts to machines: An llm supported approach to ontology and knowledge graph construction</title>
				<imprint>
			<date type="published" when="2024">2024</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Large Language Models and Knowledge Graphs: Opportunities and Challenges</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">Z</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Razniewski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-C</forename><surname>Kalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Singhania</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Dietze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Jabeen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Omeliyanenko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lissandrini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Biswas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>De Melo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bonifati</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Vakaj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Dragoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Graux</surname></persName>
		</author>
		<idno type="DOI">10.4230/TGDK.1.1.2</idno>
	</analytic>
	<monogr>
		<title level="j">Transactions on Graph Data and Knowledge</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">38</biblScope>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Caufield</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hegde</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Emonet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">L</forename><surname>Harris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Joachimiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Matentzoglu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Kim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">A</forename><surname>Moxon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T</forename><surname>Reese</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Haendel</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2304.02711</idno>
		<title level="m">Structured prompt interrogation and recursive extraction of semantics (spires): A method for populating knowledge bases using zero-shot learning</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Trajanoska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stojanov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Trajanov</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2305.04676</idno>
		<title level="m">Enhancing knowledge graph construction using large language models</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Qiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Ou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Deng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Zhang</surname></persName>
		</author>
		<idno type="arXiv">arXiv:2305.13168</idno>
		<title level="m">Llms for knowledge graph construction and reasoning: Recent capabilities and future opportunities</title>
				<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">arXiv preprint</note>
</biblStruct>

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