<?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">A Testbed for Dual-Entity Knowledge Panels</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Leon</forename><surname>Martin</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Bamberg</orgName>
								<address>
									<addrLine>An der Weberei 5</addrLine>
									<postCode>96047</postCode>
									<settlement>Bamberg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Andreas</forename><surname>Henrich</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">University of Bamberg</orgName>
								<address>
									<addrLine>An der Weberei 5</addrLine>
									<postCode>96047</postCode>
									<settlement>Bamberg</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">A Testbed for Dual-Entity Knowledge Panels</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">E87509A96E2A09C4ECC8417FA0F9D906</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:20+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>Web Search Engines</term>
					<term>Knowledge Panels</term>
					<term>Entity Relationship Explanation</term>
					<term>Wikidata</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Currently, web search engines reliably display knowledge panels with summarizing information only when the issued query mentions exactly one entity. That being said, queries mentioning multiple entities are relatively common. The present paper introduces a testbed for developing and evaluating dual-entity knowledge panels. The idea is to populate these novel knowledge panels with an explanation of the relationship between the entities of dual-entity queries in order to serve the users' information need. To this end, previous research showed the feasibility of finding paths in Wikidata that connect two arbitrary entities. Although such paths provide a rich foundation for elucidating the relationship between two entities, it has not yet been studied how to present them in this context with usability in mind. Hence, this paper showcases a selection of conceivable presentation formats, including graph-based visualizations and LLM-based textual approaches, to promote research in this direction.</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 order to cater for the users' need for faster access to relevant information, modern web search engines such as Ecosia, Bing, and Startpage 1 go beyond the conventional list-based display of search results by incorporating supplementary components on their result pages. One prominent example of these components are Knowledge Panels (KPs), which are typically positioned in the top right corner of the result page. These rectangular interface elements are designed to provide concise and curated information on an entity mentioned in the query sourced from dedicated knowledge bases known as Knowledge Graphs (KGs) <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. By integrating such KPs, users can quickly access relevant details and insights about entities of interest without having to navigate the list of search results. As described in <ref type="bibr" target="#b2">[3]</ref>, current web search engines reliably display KPs only in response to single-entity queries, i.e., queries that mention exactly one entity, though. In contrast, for dual-entity queries, i.e., queries that mention exactly two entities, different behavior occurs: in some occasions, no KP is displayed at all, whereas sometimes only a KP for one of the entities is presented. In previous work <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b2">3]</ref>, we explained that we regard this as a missed opportunity because KPs for dual-entity queries 2 , i.e., dual-entity KPs, could provide an explanation of the relationship between the two entities, thereby potentially serving the users' LWDA'23: Learning, Knowledge, Data, Analysis. October 09-11, 2023, Marburg, Germany Envelope leon.martin@uni-bamberg.de (L. Martin); andreas.henrich@uni-bamberg.de (A. Henrich) Orcid 0000-0002-6747-5524 (L. Martin); 0000-0002-5074-3254 (A. Henrich) information need, as well. We thus proposed a bidirectional A* search algorithm for finding meaningful paths between arbitrary entities in a KG that could serve as basis for generating an explanation of the entities' relationship <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b2">3]</ref>. Given the scope of web search engines, we employed Wikidata <ref type="bibr" target="#b4">[5]</ref>, an open-domain KG, to be able to handle queries mentioning entities from virtually any domain. As a follow-up to that work, the present paper also focuses on paths from Wikidata for populating KPs with explanations of entity relationships.</p><p>That being said, it has not been studied how path-based entity relationship explanations could be presented in the special context of KPs with usability in mind. As a first step in this novel line of research, the present paper introduces a testbed <ref type="foot" target="#foot_0">3</ref> for developing and evaluating dual-entity KPs, in particular the presentation format that is used to convey the explanation of the entity relationship to the users. To promote research in this direction, some examples of conceivable presentation formats are shown, as well.</p><p>The remainder of the present paper is structured as follows: Section 2 discusses foundations and related work. Then, Section 3 introduces the testbed itself. Section 4 demonstrates a selection of conceivable presentation formats, before Section 5 draws a conclusion.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Foundations &amp; Related Work</head><p>Explanations of the relationship between two entities in a KG serve as the central foundation of the present paper. In <ref type="bibr" target="#b5">[6]</ref>, the task of entity relationship explanation is defined as follows:</p><p>"Given a pair of entities 𝑒 and 𝑒 ′ , provide an explanation, i.e., a textual description, supported by a KG, of how the pair of entities is related. "</p><p>In accordance with this definition, the bidirectional A* search algorithm from <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b2">3]</ref> detects paths in Wikidata that connect 𝑒 and 𝑒 ′ in a meaningful way. With respect to the KP context, 𝑒 and 𝑒 ′ correspond to the entities mentioned in a dual-entity query issued to a web search engine. The meaningfulness requirement, which is mandatory for generating entity relationship explanations that are useful for the users, is met by considering the semantic distances between entities as part of the search heuristics guiding the algorithm.</p><p>Since Wikidata is a KG that leverages the Resource Description Framework (RDF) <ref type="bibr" target="#b6">[7]</ref>, its information is encoded in the form of triples, each comprising a subject, a predicate, and an object. A predicate represents a property, which is a binary relation between the subject and the object that can be interpreted in both directions <ref type="bibr" target="#b7">[8]</ref>. In Wikidata, the entities, which are part of the combined set of subjects and objects, use proprietary identifiers with a leading Q, while the predicates use proprietary identifiers with a leading P, in addition to the typical Internationalized Resource Identifiers (IRIs). Wikidata can therefore be interpreted as a graph 𝐺 = (𝑉 , 𝐸) where the vertices 𝑉 are the combined set of subjects and objects and the edges 𝐸 are the instances of predicates. Accordingly, a path 𝑃 between 𝑒 ∈ 𝑉 and 𝑒 ′ ∈ 𝑉 consists of a set of vertices 𝑉 𝑃 ⊆ 𝑉 and a set of edges 𝐸 𝑃 ⊆ 𝐸, thereby also qualifying as a (sub)graph. The length of a path is defined as the number of edges, i.e., one less than the number of entities, on the path <ref type="bibr" target="#b8">[9]</ref>.</p><formula xml:id="formula_0">𝑒 ... 𝑒 ′ (a) A direct path from 𝑒 to 𝑒 ′ 𝑒 ... 𝑒 ′ (b) A direct path from 𝑒 ′ to 𝑒 𝑒 ... 𝑣 𝑖 ... 𝑒 ′</formula><p>(c) A path composed of a direct path from 𝑒 to an intersecting entity 𝑣 𝑖 and a direct path from 𝑒 ′ to an intersecting entity 𝑣 𝑖</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Figure 1:</head><p>The graph patterns that can be found using the bidirectional A* search algorithm from <ref type="bibr" target="#b3">[4]</ref>, adopted from <ref type="bibr" target="#b2">[3]</ref>. 𝑒 and 𝑒 ′ correspond to the entities of a dual-entity query, between which a path is searched. Nodes with ... are placeholders for series of 𝑛 ≥ 0 entities.</p><p>For exchanging RDF data, various serialization formats exist. The testbed expects paths in the Terse RDF Triple Language (Turtle) <ref type="bibr" target="#b9">[10]</ref> as an input. Due to its characteristics, the bidirectional A* search algorithm from <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b2">3]</ref> can only find paths following the patterns shown in Figure <ref type="figure">1</ref>. That being said, the testbed is able to parse Turtle-formatted paths with arbitrary patterns even though the focus of the present paper remains on paths with the depicted patterns.</p><p>To generate a dual-entity KP based on a Turtle-formatted path, the explanation of the entity relationship encoded within the path has to be presented in some way. To this end, there are various options, some of which are fundamentally different. For instance, graph-based visualizations are just as conceivable as textual representations in natural language. Thus, we use the umbrella term presentation formats to subsume the range of options for presenting the entity relationship in a dual-entity KP, disregarding the utilized modalities and media types.</p><p>Regarding the presentation of paths from Wikidata in particular, it is important to consider the particularities of the Wikidata knowledge graph. Entities and properties in Wikidata feature many (contextual) information that can be leveraged to present paths in a more user-friendly manner. Most importantly, there are triples that provide natural language labels and descriptions for each entity and property. To give an example, consider the following path from Wikidata with Q7958 (explanation) representing 𝑒 and Q46857 (scientific method) representing 𝑒 ′4 : Q7958 (explanation) −P366 (has use)→ Q352842 (teaching) −P31 (instance of)→ Q11862829 (academic discipline) −P1269 (facet of)→ Q336 (science) ←P1535 (used by)− Q46857 (scientific method) Using the testbed that will be introduced in Section 3, one can implement dual-entity KPs that leverage the presentation format from the example and evaluate it using standard methods from human-computer interaction, thereby deepening the understanding of dual-entity KP usability. In addition to labels and descriptions, there are many other properties that could be leveraged for presenting the entity relationships. The testbed imposes no restrictions on the use of supplementary information as long as it is encoded in the Turtle format.</p><p>The visualization of graphs has been studied intensively in the past <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b11">12]</ref>. Occasionally, one can find side notes on how individual paths in a graph visualization could be highlighted.</p><p>However, the presentation of particular paths representing entity relationships in the context of KPs has not been investigated so far. Nevertheless, insights from previous work on graph visualization should be applicable to path visualization as well, since paths themselves are, by definition, graphs, albeit simple examples of them. Disregarding the particular presentation format that is employed, fundamental principles of interface design still apply, as well. This includes, for instance, Nielsen's usability heuristics <ref type="bibr" target="#b12">[13]</ref> but also more modern guidelines like the visual design principles postulated in <ref type="bibr" target="#b13">[14]</ref>.</p><p>Recent advances in machine learning and more specifically natural language generation enable the usage of textual presentation formats that were difficult to implement before. Previous work considered the task of natural language generation as a compound problem comprising several independent tasks that address some aspect of the generation process like the text structuring or the linguistic realization <ref type="bibr" target="#b14">[15]</ref>. Despite significant effort, the resulting texts often lack quality. Representing the current state-of-the-art, Large Language Models (LLMs) such as GPT-4 <ref type="bibr" target="#b15">[16]</ref> leverage a holistic approach for the natural language generation problem to generate high-quality texts. ChatGPT, the conversational AI based on GPT, allows users to easily issue specific requests via prompts. For instance, one can request a textual description of certain (semi-)structured data. For our use case, this ability can be utilized to implement a presentation format that uses an actual natural language explanation to convey the entity relationship, just as prescribed in the definition of entity relationship explanation from <ref type="bibr" target="#b5">[6]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">The Testbed</head><p>The testbed is implemented as a web application using Svelte <ref type="foot" target="#foot_2">5</ref> and is Docker-ized <ref type="foot" target="#foot_3">6</ref> for ease of use and reproducibility. As depicted in Figure <ref type="figure" target="#fig_0">2</ref>, the user interface features a central input group allowing the selection of the two entities of a dual-entity query <ref type="foot" target="#foot_4">7</ref> . After the selection, users can press a button to trigger the generation of the corresponding dual-entity KP. Disregarding the presentation format, each dual-entity KP comprises the labels, the IDs, and the descriptions of the two entities. Below that, there is a dropdown menu for selecting one of the available presentation formats. By default, the presentation format called Turtle is selected, which presents the path as the raw Turtle document. To add other presentation formats, one only has to add a Svelte component containing the corresponding code <ref type="foot" target="#foot_5">8</ref> .</p><p>Note that the testbed is currently not connected to a pathfinding backend since its purpose is to facilitate the implementation and evaluation of presentation formats in an isolated manner. The paths that can be selected via the central input group thus originate from Turtle-formatted paths that are hard-coded into the application. This ensures that always the same paths are available in the user interface. Furthermore, custom paths with specific characteristics can be added and tested easily, which would be difficult to achieve with an actual pathfinding backend. We plan to conduct both qualitative studies, e.g., using the think-aloud method, as well as quantitative studies, e.g., using the system usability scale <ref type="bibr" target="#b16">[17]</ref>, with the testbed. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Showcase of Presentation Formats</head><p>In addition to the Turtle presentation format, the four prototypical presentation formats depicted in Figure <ref type="figure" target="#fig_2">3</ref> have been implemented yet. Arrow corresponds to the presentation format used in Section 2 to give an example for a path in Wikidata. While this presentation format features the human-readable labels of entities and properties from Wikidata, it suffers from the prominent positioning of their proprietary IDs, which are supposedly not useful for most users. Next, LLM presents the path as a natural language explanation generated with ChatGPT. For this purpose, ChatGPT was asked to generate a description of the path encoded in the Turtle document. To mature this presentation format, the prompts provided to the LLM of choice need to be refined to optimize content, length, and structure of the description based on user feedback. That being said, the depicted explanation already possesses a decent quality. Both the third and the fourth presentation format use a graph-based visualization of the path but leverage different layouts. While Graph: Circle arranges the nodes in a circle, Graph: Hierarchy interprets the path as a hierarchy with respect to the direction of the properties. In both layouts, hovering over the path components further triggers a popup revealing the respective ID and description. Furthermore, the entities of the dual-entity query are highlighted in blue. Still, the latter format is supposedly easier to parse for users, especially when the properties express taxonomic relations. Facilitating the evaluation of such assumptions is a primary objective of the testbed.</p><p>Future work should not only evaluate and refine the showcased presentation formats but also investigate further options. Considering that KPs can comprise various media depending on the particular entity, even exotic presentation formats might be useful for some dual-entity queries. For example, AI-generated pictures could be leveraged to explain the relationship of certain entities. Wolfram|Alpha<ref type="foot" target="#foot_6">9</ref> , an engine for factual query answering, also generates different visualizations comparing characteristics depending on the type of the queried entities. This  includes maps with locations of geographic entities and tables comparing features of entities from a similar domain, among others. Context sensitivity is thus an important topic to be explored. Moreover, combinations of different presentation formats should also be considered.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion</head><p>The present paper introduced a testbed facilitating the implementation and evaluation of dualentity KPs, i.e., KPs that are presented in response to dual-entity queries. In Section 4, a selection of prototypical presentation formats that convey an explanation of the relationship between the two entities of such queries was showcased. Even though this paper focused on paths from Wikidata as a basis for generating the explanations, the testbed can be adapted to operate on paths from other KGs if desired.</p><p>Complementary to the study of representation formats, another line of research is required that examines the usefulness of paths with respect to their characteristics. For example, paths with properties expressing taxonomic relationships might be more accessible to typical end users. In addition, paths exceeding a certain length might yield explanations with a lower perceived usefulness. The two lines of research must go hand in hand since path characteristics influence the applicability of presentation formats, as well. For instance, graph-based presentation formats are not suitable for illustrating paths beyond a certain length.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: The user interface of the testbed after clicking the Generate Knowledge Panel button. In this screenshot, the lengthy Turtle document encoding the path is not shown completely.</figDesc><graphic coords="5,162.21,84.19,270.84,186.48" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head></head><label></label><figDesc>(a) The Arrow presentation format. (b) The LLM presentation format. (c) The Graph: Circle presentation format. (d) The Graph: Hierarchy presentation format.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: The four currently implemented prototypical presentation formats.</figDesc><graphic coords="6,89.29,184.64,204.17,172.76" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">The testbed implementation is available in the GitHub repository at https://github.com/uniba-mi/ dual-entity-panels (accessed 2023/09/05), which is also indexed in the Software Heritage Project's archive (https: //archive.softwareheritage.org; accessed 2023/09/05).</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">In this notation adopted from<ref type="bibr" target="#b2">[3]</ref>, the properties within the arrows (edges) connect the surrounding entities (nodes) in the respective direction. For both properties and entities, the Wikidata IDs and the labels are provided.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">https://svelte.dev (accessed 2023/09/05); the full tech stack is described in the provided Git repository 3 .</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">https://www.docker.com (accessed 2023/09/05)</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_4">In a future end-to-end implementation, users will input a standard search query and the entities will be automatically extracted and linked, eliminating the need for manual entity selection.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_5">The provided Git repository 3 comprises thorough development instructions.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="9" xml:id="foot_6">https://www.wolframalpha.com (accessed 2023/09/05)</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Singhal</surname></persName>
		</author>
		<ptr target="https://googleblog.blogspot.com/2012/05/introducing-knowledge-graph-things-not.html" />
		<title level="m">Introducing the Knowledge Graph: Things, not Strings, Official Search Blog</title>
				<imprint>
			<date type="published" when="2012">2012. 2023/09/05</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Knowledge graphs</title>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Blomqvist</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cochez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Amato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>De Melo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kirrane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">E L</forename><surname>Gayo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Navigli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Neumaier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">N</forename><surname>Ngomo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Rashid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rula</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Schmelzeisen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">F</forename><surname>Sequeda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Zimmermann</surname></persName>
		</author>
		<idno type="DOI">10.1145/3447772</idno>
		<ptr target="https://doi.org/10.1145/3447772" />
	</analytic>
	<monogr>
		<title level="j">ACM Comput. Surv</title>
		<imprint>
			<biblScope unit="volume">54</biblScope>
			<biblScope unit="page">37</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">BiPaSs: Further investigation of fast pathfinding in Wikidata</title>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">19th International Conference on Semantic Systems</title>
				<meeting><address><addrLine>Leipzig, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="2023">September 20-22, 2023. accepted. 2023</date>
		</imprint>
	</monogr>
	<note>SEMANTiCS 2023</note>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Fast pathfinding in knowledge graphs using word embeddings</title>
		<author>
			<persName><forename type="first">L</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Boockmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Henrich</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-58285-2_27</idno>
		<ptr target="https://doi.org/10.1007/978-3-030-58285-2_27" />
	</analytic>
	<monogr>
		<title level="m">Advances in Artificial Intelligence -43rd German Conference on AI</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">U</forename><surname>Schmid</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">F</forename><surname>Klügl</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Wolter</surname></persName>
		</editor>
		<meeting><address><addrLine>Bamberg, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020-09-21">2020. September 21-25, 2020. 2020</date>
			<biblScope unit="volume">12325</biblScope>
			<biblScope unit="page" from="305" to="312" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Wikidata: a free collaborative knowledgebase</title>
		<author>
			<persName><forename type="first">D</forename><surname>Vrandecic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Krötzsch</surname></persName>
		</author>
		<idno type="DOI">10.1145/2629489</idno>
		<ptr target="https://doi.org/10.1145/2629489" />
	</analytic>
	<monogr>
		<title level="j">Commun. ACM</title>
		<imprint>
			<biblScope unit="volume">57</biblScope>
			<biblScope unit="page" from="78" to="85" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Knowledge graphs: An information retrieval perspective</title>
		<author>
			<persName><forename type="first">R</forename><surname>Reinanda</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Meij</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>De Rijke</surname></persName>
		</author>
		<idno type="DOI">10.1561/1500000063</idno>
		<ptr target="https://doi.org/10.1561/1500000063" />
	</analytic>
	<monogr>
		<title level="j">Found. Trends Inf. Retr</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="289" to="444" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">RDF 1.1 concepts and abstract syntax</title>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hyland-Wood</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lanthaler</surname></persName>
		</author>
		<ptr target="https://www.w3.org/TR/rdf11-concepts" />
	</analytic>
	<monogr>
		<title level="m">W3C Recommendation</title>
				<imprint>
			<date type="published" when="2014">2014. 2023/09/05</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">MING: mining informative entity relationship subgraphs</title>
		<author>
			<persName><forename type="first">G</forename><surname>Kasneci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Elbassuoni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Weikum</surname></persName>
		</author>
		<idno type="DOI">10.1145/1645953.1646196</idno>
		<ptr target="https://doi.org/10.1145/1645953.1646196" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 18th ACM Conference on Information and Knowledge Management, CIKM 2009</title>
				<editor>
			<persName><forename type="first">D</forename><forename type="middle">W</forename><surname>Cheung</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">I</forename><surname>Song</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">W</forename><forename type="middle">W</forename><surname>Chu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">X</forename><surname>Hu</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Lin</surname></persName>
		</editor>
		<meeting>the 18th ACM Conference on Information and Knowledge Management, CIKM 2009<address><addrLine>Hong Kong, China</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2009">November 2-6, 2009. 2009</date>
			<biblScope unit="page" from="1653" to="1656" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Introduction to Algorithms</title>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">H</forename><surname>Cormen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">E</forename><surname>Leiserson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">L</forename><surname>Rivest</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stein</surname></persName>
		</author>
		<ptr target="http://mitpress.mit.edu/books/introduction-algorithms" />
		<imprint>
			<date type="published" when="2009">2009</date>
			<publisher>MIT Press</publisher>
		</imprint>
	</monogr>
	<note>3rd Edition</note>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Beckett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Berners-Lee</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Prud'hommeaux</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Carothers</surname></persName>
		</author>
		<ptr target="https://www.w3.org/TR/turtle" />
		<title level="m">RDF 1.1 turtle -terse rdf triple language, W3C Recommendation</title>
				<imprint>
			<date type="published" when="2014">2014. 2023/09/05</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Graph visualization and navigation in information visualization: A survey</title>
		<author>
			<persName><forename type="first">I</forename><surname>Herman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Melançon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">S</forename><surname>Marshall</surname></persName>
		</author>
		<idno type="DOI">10.1109/2945.841119</idno>
		<ptr target="https://doi.org/10.1109/2945.841119" />
	</analytic>
	<monogr>
		<title level="j">IEEE Trans. Vis. Comput. Graph</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="page" from="24" to="43" />
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">A taxonomy and survey of dynamic graph visualization</title>
		<author>
			<persName><forename type="first">F</forename><surname>Beck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Burch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Diehl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Weiskopf</surname></persName>
		</author>
		<idno type="DOI">10.1111/cgf.12791</idno>
		<ptr target="https://doi.org/10.1111/cgf.12791" />
	</analytic>
	<monogr>
		<title level="j">Comput. Graph. Forum</title>
		<imprint>
			<biblScope unit="volume">36</biblScope>
			<biblScope unit="page" from="133" to="159" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Enhancing the explanatory power of usability heuristics</title>
		<author>
			<persName><forename type="first">J</forename><surname>Nielsen</surname></persName>
		</author>
		<idno type="DOI">10.1145/191666.191729</idno>
		<ptr target="https://doi.org/10.1145/191666.191729" />
	</analytic>
	<monogr>
		<title level="m">Conference on Human Factors in Computing Systems, CHI 1994</title>
				<meeting><address><addrLine>Boston, Massachusetts, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Proceedings</publisher>
			<date type="published" when="1994">April 24-28, 1994. 1994</date>
			<biblScope unit="page" from="152" to="158" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Principles of effective data visualization</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">R</forename><surname>Midway</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.patter.2020.100141</idno>
		<ptr target="https://doi.org/10.1016/j.patter.2020.100141" />
	</analytic>
	<monogr>
		<title level="j">Patterns</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="page">100141</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Survey of the state of the art in natural language generation: Core tasks, applications and evaluation</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Krahmer</surname></persName>
		</author>
		<idno type="DOI">10.1613/jair.5477</idno>
		<ptr target="https://doi.org/10.1613/jair.5477" />
	</analytic>
	<monogr>
		<title level="j">J. Artif. Intell. Res</title>
		<imprint>
			<biblScope unit="volume">61</biblScope>
			<biblScope unit="page" from="65" to="170" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title/>
		<author>
			<persName><surname>Openai</surname></persName>
		</author>
		<idno type="DOI">10.48550/arXiv.2303.08774</idno>
		<idno>CoRR abs/2303.08774</idno>
		<ptr target="https://doi.org/10.48550/arXiv.2303.08774" />
		<imprint>
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
	<note type="report_type">GPT-4 technical report</note>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">SUS: a &quot;quick and dirty&quot; usability scale</title>
		<author>
			<persName><forename type="first">J</forename><surname>Brooke</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Usability evaluation in industry</title>
		<imprint>
			<biblScope unit="volume">189</biblScope>
			<biblScope unit="page" from="189" to="194" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

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