<?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">Interactions Between Knowledge Graph-Related Tasks and Analogical Reasoning: A Discussion</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Pierre</forename><surname>Monnin</surname></persName>
							<email>pierre.monnin@orange.com</email>
							<affiliation key="aff0">
								<address>
									<settlement>Orange, Belfort</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Miguel</forename><surname>Couceiro</surname></persName>
							<email>miguel.couceiro@loria.fr</email>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">Université de Lorraine</orgName>
								<orgName type="institution" key="instit2">CNRS</orgName>
								<orgName type="institution" key="instit3">LORIA</orgName>
								<address>
									<settlement>Nancy</settlement>
									<country key="FR">France</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Interactions Between Knowledge Graph-Related Tasks and Analogical Reasoning: A Discussion</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">CD6DE5ACCFA7360178FDDF6E7E0EC063</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-06-19T14:46+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>Analogical reasoning</term>
					<term>Graph Embedding</term>
					<term>Semantic Table Interpretation</term>
					<term>Knowledge Matching</term>
					<term>Recommendation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Analogical reasoning has been extensively studied and relies on statements of the form "𝐴 is to 𝐵 as 𝐶 is to 𝐷" that are called analogical proportions. The motivation of our work is based on the following twofold observation. On the one hand, recent analogy-based settings relying on character or word embeddings have achieved state-of-the-art performance on Natural Language Processing tasks. On the other hand, graph embedding approaches are now mainstream for knowledge graph-related tasks, e.g., knowledge discovery, knowledge graph refinement, or recommendation. Inspired by these works, we advocate for the further study of interactions between knowledge graph-related tasks and analogical reasoning. In particular, we outline how knowledge graph embeddings combined with analogical reasoning could support semantic table interpretation, knowledge matching, and recommendation.</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>Analogical reasoning is a remarkable capability of the human mind <ref type="bibr" target="#b0">[1]</ref>. Analogical proportions or, simply, analogies, are statements of the form "𝐴 is to 𝐵 as 𝐶 is to 𝐷"' which are often written as 𝐴 : 𝐵 :: 𝐶 : 𝐷. A typical example of an analogy would be "Paris is to France as Stockholm is to Sweden". Most of the recent works on analogy use the formalization proposed in Lepage <ref type="bibr" target="#b1">[2]</ref>, and that subsumes common intuition on analogies viewed as a geometric proportion (Equation (1)), an arithmetic proportion (Equation (2)), or as a parallelogram in a vector space (Equation (3)):</p><formula xml:id="formula_0">𝐴 𝐵 = 𝐶 𝐷 (1) 𝐴 − 𝐵 = 𝐶 − 𝐷 (2) − → 𝐴 − − → 𝐵 = − → 𝐶 − − → 𝐷<label>(3)</label></formula><p>Traditional tasks related to analogical reasoning include analogy detection (i.e., classifying a quadruple as a valid or invalid analogy) and analogy solving (i.e., finding an 𝑥 such that 𝐴 : 𝐵 :: 𝐶 : 𝑥 constitutes a valid analogy). Analogies have been extensively studied in Natural Language Processing settings with applications in word morphology <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref>, machine translation <ref type="bibr" target="#b4">[5]</ref> and semantic tasks <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7,</ref><ref type="bibr" target="#b7">8]</ref>. Also, knowledge graphs (KGs) have gained a significant interest from both academic and industrial actors. A KG can be seen defined as "a graph of data intended to accumulate and convey knowledge of the real world, whose nodes represent entities of interest and whose edges represent relations between these entities" <ref type="bibr" target="#b8">[9]</ref>. Atomic elements of KGs are triples ⟨𝑠, 𝑝, 𝑜⟩ where 𝑠 is the subject, 𝑝 the predicate, and 𝑜 the object of the triple respectively. An example of a triple could be ⟨Paris, capitalOf, France⟩, where the predicate (also called property) capitalOf qualifies the relation holding between Paris and France. KGs support several downstream applications including offering a consolidated view of knowledge scattered across sources, fact-checking, search engines, e-commerce, question answering, or recommendation <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b12">13,</ref><ref type="bibr" target="#b13">14]</ref>. Various techniques have been developed to build, refine, and use KGs, including Knowledge Graph Embedding (KGE) techniques which have shown impressive performance <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b14">15]</ref>. Interestingly, the parallelogram view of an analogy (Equation ( <ref type="formula" target="#formula_0">3</ref>)) can be related to the translational view adopted by some KGE models. For example, TransE <ref type="bibr" target="#b15">[16]</ref> models a triple ⟨Paris, capitalOf, France⟩ as a translation</p><formula xml:id="formula_1">− −−− → Paris + − −−−−−−− → capitalOf = − −−−− → France.</formula><p>Hence, we would have:</p><formula xml:id="formula_2">− −−−− → France − − −−− → Paris = − −−−− → Sweden − − −−−−−−− → Stockholm = − −−−−−−− → capitalOf</formula><p>It is noteworthy that some embedding techniques already consider analogical properties. For example, Liu et al. <ref type="bibr" target="#b16">[17]</ref> argue that analogical inference is desirable for knowledge graph completion and include analogical structures in their learning objective. Alternatively, Portisch et al. <ref type="bibr" target="#b17">[18]</ref> evaluate link prediction and data mining approaches developed for knowledge graphs on an analogy inference task with the goal of retrieving the last element (𝐷) of a quadruple given the three first elements (𝐴, 𝐵, and 𝐶). Inspired by such previous work, we advocate in this article for a further study of interactions between analogical reasoning and knowledge graph-related tasks. This paper is organized as follows. In Section 2, we discuss possible interactions between analogical reasoning and Semantic Table <ref type="table">Interpretation</ref> (STI) as STI can be supported by knowledge graph embeddings. In Section 3 we reformulate knowledge matching in terms of analogical proportions, and we further explore this discussion for knowledge graph-based recommendation (Section 4). We then conclude by briefly outlining some noteworthy perspectives in Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Analogies for Semantic Table Interpretation</head><p>Semantic Table Interpretation (STI) aims at understanding the semantic content of tabular data such as Excel or CSV files, or Web tables. This process is carried out by annotating elements of tables with constituents of a knowledge graph through the three following tasks:</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Cell-Entity Annotation (CEA) associates cells with entities;</head><p>Column-Type Annotation (CTA) associates columns with types;</p><p>Columns-Property Annotation (CPA) associates pairs of columns with properties.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Example of a table listing countries, their capitals, their official language(s), and their GDP. This table is inspired from the Wikipedia pages "List of countries and dependencies and their capitals in native languages" 1 and "List of countries by GDP (nominal)".  <ref type="bibr" target="#b19">[20]</ref>.</p><p>When interpreting tabular data, several issues arise, e.g., different encoding charsets, misaligned cells, or missing values (for example, the capital of Finland in Table <ref type="table">1</ref>). Tables alone also provide little context to help disambiguate candidate entities for cell annotation <ref type="bibr" target="#b20">[21]</ref>. For example, consider Table <ref type="table">1</ref> and its annotation with Wikidata, an encyclopedic knowledge graph <ref type="bibr" target="#b21">[22]</ref>. Based solely on entity labels and string matching, annotation candidates for cell "Germany" are entity Q142<ref type="foot" target="#foot_1">3</ref> (Germany, the European country) and entity Q1350565<ref type="foot" target="#foot_2">4</ref> (Germany, the constituency of the European Parliament). To cope with such issues, current STI approaches rely on syntactic lookups and majority voting <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b23">24]</ref>, or graph embedding-based disambiguation <ref type="bibr" target="#b24">[25]</ref>. In the latter case, Chabot et al. <ref type="bibr" target="#b24">[25]</ref> rely on the assumption that columns of tables are semantically coherent. Thus, when applying a clustering algorithm on the embeddings of candidate entities for a whole column, valid entities should be grouped in the same cluster. In our example, Q142 should be grouped in the same cluster as the entities representing the other countries appearing in the table.</p><p>Interestingly, the semantic coherence of columns also allows to see a table through the lens of analogies. A first view consists in considering cells in pairs of columns as taking part in analogical proportions. For example, Table <ref type="table">1</ref> can be seen as sets of analogies of the form France : Paris :: Germany : Berlin or France : French :: Germany : German. In such a setting, the task of filling missing table values can be thought of as an analogy solving task, e.g., we would like to find 𝑥 such that France : Paris :: Finland : x is a valid analogy. In STI, such as task could be carried out both by retrieval (in case the correct entity is in the knowledge graph) and generation (in case the correct entity is absent from the target knowledge graph). Regarding disambiguation between candidate entities, this could be achieved by choosing the entity that satisfies the highest number of analogies generated from the table. However, it is noteworthy that tables can lead to a high number of analogies. For example, only considering columns "Country" and "Capital" of Table <ref type="table">1</ref> already produces 12 analogies. One could thus wonder about the computational complexity of such an approach. Future work could investigate the need for generating all possible analogies or, on the contrary, for restricting to the most useful analogies to the task at hand. Such a notion of usefulness may be task-or domaindependent and remains to be defined and discussed. A first approach to generating all analogies or pruning redundant analogies can be achieved by taking into account properties such as the symmetry of analogical proportions (i.e., 𝐴 : 𝐵 :: 𝐶 : 𝐷 → 𝐶 : 𝐷 :: 𝐴 : 𝐵).</p><p>Alternatively to generating analogies from pairs of columns independently, tables could be considered as whole in an analogical setting that follows the work of Prade and Richard <ref type="bibr" target="#b25">[26]</ref> and Hug et al. <ref type="bibr" target="#b26">[27]</ref>. Rows 𝑟 1 , 𝑟 2 , 𝑟 3 , and 𝑟 4 could be seen as vectors − → 𝑟 𝑖 = (𝑟 𝑖1 , 𝑟 𝑖2 , . . . , 𝑟 𝑖𝑛 )</p><p>such that analogical proportions hold on some of their components 𝐽 ⊂ [1, 𝑛]. Then, from the analogical inference principle, it follows that analogical proportions should also hold on the remaining components: ∀𝑗 ∈ 𝐽, 𝑟 1𝑗 : 𝑟 2𝑗 ::</p><formula xml:id="formula_3">𝑟 3𝑗 : 𝑟 4𝑗 ∀𝑘 ∈ [1, 𝑛] ∖ 𝐽, 𝑟 1𝑘 : 𝑟 2𝑘 :: 𝑟 3𝑘 : 𝑟 4𝑘<label>(4)</label></formula><p>This more holistic view may guide the STI process by focusing on analogical proportions that are valid on a high number of columns. However, in both views, analogical validity may not be possible over the entire table, i.e., all generated analogies may not be detected as valid. In such case, analogical validity ratios may be interesting metrics to guide and evaluate the quality of the STI process.</p><p>Inspired by recent approaches <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b17">18]</ref>, we assume that analogical reasoning for Semantic Table Interpretation could be supported by graph or table embeddings <ref type="bibr" target="#b11">[12,</ref><ref type="bibr" target="#b27">28]</ref>. However, some challenges inherent to tabular data must be integrated into analogical formalizations. For example, tables can contain cells with multiple entities (e.g. "Finnish, Swedish" in Table <ref type="table">1</ref>) and columns can involve a mix of entities and literals (e.g., column "GDP (US$ million)"). This leads to consider multi-modal embeddings. In a table-graph multi-modal embedding space, one could also envision the CEA task as detecting or solving analogies of the form 𝑟 𝑖1 : 𝑒 𝑖1 :: 𝑟 𝑖2 : 𝑒 𝑖2 where 𝑟 𝑖𝑗 are cells of a table and 𝑒 𝑖𝑗 are their matching entities in the knowledge graph.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Analogies for Knowledge Matching</head><p>Knowledge graphs are freely aggregated, published, and edited in the Web of data, and may thus overlap. Hence, a key task resides in matching (or aligning) their content <ref type="bibr" target="#b28">[29]</ref>. This task encompasses the identification, within an aggregated knowledge graph or across knowledge graphs, of nodes that are equivalent, more specific, weakly related, or that represent contradictory knowledge units. Matching allows to obtain a consolidated view of scattered elements of knowledge which is beneficial to many applications, such as fact-checking or query answering. The task of matching elements of knowledge graphs has been extensively studied in the literature. We refer the interested reader to the book of Euzenat and Shvaiko <ref type="bibr" target="#b28">[29]</ref> for a comprehensive review of existing work.</p><p>A knowledge matching task can be approached as an analogical setting. Indeed, nodes of knowledge graphs can be seen in analogical proportions with their neighbors. For ex- ample, from the two knowledge graphs represented in Figure <ref type="figure" target="#fig_0">1</ref>, it is possible to generate the analogy France 𝒦 1 : Paris 𝒦 1 :: France 𝒦 2 : Paris 𝒦 2 . The matching task then comes down to aligning nodes that maximize the validity of such analogical proportions between their respective neighbors with an analogy detection task. This corresponds to a structurebased matching <ref type="bibr" target="#b28">[29]</ref>. This analogy-based matching process could be strengthen by considering existing alignments between neighbors (e.g., Paris 𝒦 1 and Paris 𝒦 2 ) that could result from different matching methods (e.g., string matching). For example, from the reflexivity property of analogical proportions (i.e., 𝐴 : 𝐵 :: 𝐴 : 𝐵), the inner symmetry (i.e., 𝐴 : 𝐵 :: 𝐶 : 𝐷 =⇒ 𝐵 : 𝐴 :: 𝐷 : 𝐶), the uniqueness postulate (i.e., given 𝐴, 𝐵, and 𝐶, there exists only one 𝐷 such that 𝐴 : 𝐵 :: 𝐶 : 𝐷), the alignment Paris 𝒦 1 = Paris 𝒦 2 , and the analogical proportion Paris : France 𝒦 1 ::</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ICCBR'22 Workshop Proceedings</head><formula xml:id="formula_4">Paris : France 𝒦 2 ,</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>it follows that</head><p>France 𝒦 1 = France 𝒦 2 . Such an analogical matching process could also produce valid results without preexisting alignments by only taking into account structural similarities. Thus, it could be used to start a matching pipeline. Note that the previous analogical proportion relies on similarities between identical nodes to match. By generating analogies based on granularity differences or contradictions between nodes, we could output such different alignment types.</p><p>From the previous observations, a challenge thus resides in having a set of preexisting alignments of different types that could guide the analogy-based matching towards specific types of alignments.</p><p>It should be noted that other analogy-based views to match nodes can be considered. For example, given a set of preexisting alignments, matching a node France 𝒦 1 can be seen as solving a set of analogical equations of the form</p><formula xml:id="formula_5">Paris 𝒦 2 : Paris 𝒦 2 :: France 𝒦 1 : 𝑥 French 𝒦 2 : French 𝒦 2 :: France 𝒦 1 : 𝑥</formula><p>and chosing the entity that is mostly output as 𝑥. Analogies could also serve as a basis to align predicates (e.g., capital 𝒦 1 and capital 𝒦 2 ). Indeed, if two predicate are identical, then analogical proportions should hold between the entities they link, e.g.,</p><formula xml:id="formula_6">France 𝒦 1 : Paris 𝒦 1 :: France 𝒦 2 : Paris 𝒦 2 Germany 𝒦 1 : Berlin 𝒦 1 :: Germany 𝒦 2 : Berlin 𝒦 2</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ICCBR'22 Workshop Proceedings</head><p>France 𝒦 1 : Paris 𝒦 1 ::</p><formula xml:id="formula_7">Germany 𝒦 2 : Berlin 𝒦 2</formula><p>Hence, the alignment of predicates could be carried out by matching predicates that have a high number of valid analogical proportions between the entities they respectively connect.</p><p>Recent matching approaches rely on graph embeddings <ref type="bibr" target="#b29">[30,</ref><ref type="bibr" target="#b30">31,</ref><ref type="bibr" target="#b31">32,</ref><ref type="bibr" target="#b32">33]</ref>. Hence, it could be of interest to use such graph embeddings in an analogical setting for matching. This could correspond to aligning the embedding spaces of the KGs to match <ref type="bibr" target="#b33">[34]</ref>. Enforcing analogical properties in the training procedure similarly to Liu et al. <ref type="bibr" target="#b16">[17]</ref> could also be tested to learn specific graph embeddings tailored for analogical reasoning. However, it should be noted that analogy-based approaches to knowledge matching need to cope with issues similar to those described in Section 2. Indeed, KGs mix entities and literals (e.g., the life expectancy in 𝒦 2 ), which may require the use of multi-modal embeddings. Additionally, KGs may be incomplete and two equivalent nodes may not be entirely comparable based on their neigbhors. For example, in Figure <ref type="figure" target="#fig_0">1</ref>, France 𝒦 1 is associated with its anthem La Marseillaise which is absent from 𝒦 2 . Additionally, not all nodes from a KG may found their counterpart in another KG. Hence, an analogy-based matching approach should try to maximize analogical validity without reaching full coverage. Due to the increasing size of KGs, the computational complexity of such an analogy-based matching approach and the need for generating all possible analogies or only the most useful should also be taken into account.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Analogies for Knowledge Graph-Based Recommendation</head><p>In this section, we consider the task of recommending items to users. Traditional approaches rely on similarity between users and/or items. Indeed, collaborative filtering-based recommender systems simultaneously consider similarities between users, items, and users and items based on their interactions. Alternatively, content based-recommender systems consider features of items to find and recommend items similar to the ones liked by the users.</p><p>As such, recommendation is a natural setting for analogical reasoning since it is also based on similarities. That is why, analogies have already been applied to recommendation with the objective of predicting the rating of an item by a user based on ratings of other similar users <ref type="bibr" target="#b26">[27,</ref><ref type="bibr" target="#b34">35]</ref>. Precisely, consider four users 𝑎, 𝑏, 𝑐, and 𝑑 such that for each item 𝑗 commonly rated, the analogical proportion 𝑟 𝑎𝑗 : 𝑟 𝑏𝑗 :: 𝑟 𝑐𝑗 : 𝑟 𝑑𝑗 holds, with 𝑟 𝑎𝑗 the rating of user 𝑎 for item 𝑗. From the analogical inference principle, it is possible to predict the rating 𝑟 𝑑𝑖 for an item 𝑖 that has only been rated by 𝑎, 𝑏, and 𝑐 by solving the analogical proportion 𝑟 𝑎𝑖 : 𝑟 𝑏𝑖 :: 𝑟 𝑐𝑖 : 𝑥. This analogy-based setting has also been adapted to preference learning with the objective of learning to rank a set of objects <ref type="bibr" target="#b35">[36,</ref><ref type="bibr" target="#b36">37]</ref>, and considered in case-based reasoning <ref type="bibr" target="#b37">[38,</ref><ref type="bibr" target="#b38">39]</ref>.</p><p>Recently, KGs have been introduced in recommender systems as sources of side information <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b12">13]</ref>. Indeed, KGs allow to represent relations between items and their attributes, between users and items, and any additional user information. Hence, KGs better capture mutual relations between these different entities. Such rich KGs and their advantages motivated the use of knowledge graph embeddings for recommendation <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b12">13]</ref>. However, these embeddings models do not take into account potential analogical constraints holding between users and items. Hence, we propose to study how knowledge graph embeddings could be combined with analogical proportions for recommendation. Such proportions could involve users and items to directly support the recommendation, e.g., user 1 : item 1 :: user 2 : item 2 . We could also envision user-only analogies user 1 : user 2 :: user 3 : user 4 allowing to find similar users that could then support the recommendation of an item. Item-attribute analogies item 1 : attribute 2 :: item 3 : attribute 4 could highlight similarities between items whereas user-attribute analogies user 1 : attribute 2 :: user 3 : attribute 4 could emphasize the importance of some attributes to users. Such analogical proportions could be used to enrich training data or to check outputs of models by ensuring a minimum level of valid analogies with the recommended item(s). Alternatively, such analogies could be directly integrated in the learning procedure of the graph embeddings, similarly to the work of Liu et al. <ref type="bibr" target="#b16">[17]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Conclusion &amp; Perspectives</head><p>In this article, we advocated for the deeper study of the interactions between analogical reasoning and knowledge graph-related tasks. On the one hand, one can profit from recent analogy-based settings with state-of-the-art results on various tasks such as in Natural Language Processing and decision making, that make use of suitable data representations (embeddings). On the other hand, approaches based on knowledge graph embeddings are now mainstream and achieve competitive results for several tasks associated with knowledge graphs.</p><p>Motivated by these developments, we illustrated how analogy-based settings emerge naturally in semantic table interpretation, knowledge matching, and recommendation. While they could be suitably supported by available table or graph embeddings, such settings pose several challenges and open questions that need to be addressed. In particular, it remains to assess whether analogical views of such tasks actually improve performance. Interestingly, aside performance, such an integration of analogical reasoning could pave the way towards additional interpretability and explainability of approaches as discussed by Hüllermeier <ref type="bibr" target="#b39">[40]</ref>. This could, in turn, strengthen the line of research studying knowledge graphs as tools for explainable AI <ref type="bibr" target="#b40">[41]</ref>.</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: Example of a knowledge matching setting between two knowledge graphs 𝒦 1 and 𝒦 2 inspired from Wikidata.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>STI has seen a growing research interest over the past few years, for example with the SemTab challenge<ref type="bibr" target="#b18">[19]</ref>. Indeed, large parts of company knowledge or knowledge available on the Web are encoded as tabular data. Consequently, understanding the content of tables paves the way for several downstream tasks such as table completion with KG content, KG completion with table content, or data set search services</figDesc><table><row><cell></cell><cell></cell><cell>2</cell><cell></cell></row><row><cell>Country</cell><cell>Capital</cell><cell>Official language(s)</cell><cell>GDP (US$ million)</cell></row><row><cell>Finland</cell><cell>(empty)</cell><cell>Finnish, Swedish</cell><cell>297,617</cell></row><row><cell>France</cell><cell>Paris</cell><cell>French</cell><cell>2,936,702</cell></row><row><cell>Germany</cell><cell>Berlin</cell><cell>German</cell><cell>4,256,540</cell></row><row><cell>Sweden</cell><cell>Stockholm</cell><cell>Swedish</cell><cell>621,241</cell></row><row><cell cols="3">Switzerland Bern (de facto) German, French, Italian, Romansh</cell><cell>841,969</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_0">https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_and_their_capitals_in_native_languages 2 https://en.wikipedia.org/wiki/List_of_countries_by_GDP_(nominal)</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">https://www.wikidata.org/wiki/Q183</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_2">https://www.wikidata.org/wiki/Q1350565</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Abstraction and analogy-making in artificial intelligence</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mitchell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annals of the New York Academy of Sciences</title>
		<imprint>
			<biblScope unit="volume">1505</biblScope>
			<biblScope unit="page" from="79" to="101" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">Y</forename><surname>Lepage</surname></persName>
		</author>
		<ptr target="https://tel.archives-ouvertes.fr/tel-00004372" />
		<title level="m">De l&apos;analogie rendant compte de la commutation en linguistique</title>
				<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A neural approach for detecting morphological analogies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Alsaidi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Decker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lay</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Marquer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Murena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Couceiro</surname></persName>
		</author>
		<idno type="DOI">10.1109/DSAA53316.2021.9564186</idno>
	</analytic>
	<monogr>
		<title level="m">8th IEEE International Conference on Data Science and Advanced Analytics, DSAA 2021</title>
				<meeting><address><addrLine>Porto, Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">October 6-9, 2021. 2021</date>
			<biblScope unit="page" from="1" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Solving analogies on words based on minimal complexity transformation</title>
		<author>
			<persName><forename type="first">P</forename><surname>Murena</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Al-Ghossein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Dessalles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Cornuéjols</surname></persName>
		</author>
		<idno type="DOI">10.24963/ijcai.2020/256</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence, IJCAI 2020, ijcai.org</title>
				<meeting>the Twenty-Ninth International Joint Conference on Artificial Intelligence, IJCAI 2020, ijcai.org</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="1848" to="1854" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Réseaux de neurones pour la résolution d&apos;analogies entre phrases en traduction automatique par l&apos;exemple (neural networks for the resolution of analogies between sentences in EBMT)</title>
		<author>
			<persName><forename type="first">V</forename><surname>Taillandier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Lepage</surname></persName>
		</author>
		<ptr target="https://aclanthology.org/2020.jeptalnrecital-taln.9/" />
	</analytic>
	<monogr>
		<title level="m">Rencontre des Étudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (RÉCITAL</title>
				<meeting><address><addrLine>Nancy, France</addrLine></address></meeting>
		<imprint>
			<publisher>ATALA et AFCP</publisher>
			<date type="published" when="2020">June 8-19, 2020. 2020</date>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="page" from="108" to="121" />
		</imprint>
	</monogr>
	<note>Traitement Automatique des Langues Naturelle</note>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Analogies between sentences: Theoretical aspects -preliminary experiments</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">D</forename><surname>Afantenos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Kunze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Richard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Symbolic and Quantitative Approaches to Reasoning with Uncertainty -16th European Conference, ECSQARU 2021</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Vejnarová</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Wilson</surname></persName>
		</editor>
		<meeting><address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">September 21-24, 2021. 2021</date>
			<biblScope unit="volume">12897</biblScope>
			<biblScope unit="page" from="3" to="18" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Classifying and completing word analogies by machine learning</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Richard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int. J. Approx. Reason</title>
		<imprint>
			<biblScope unit="volume">132</biblScope>
			<biblScope unit="page" from="1" to="25" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Analogies between short sentences: A semantico-formal approach</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Lepage</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Human Language Technology. Challenges for Computer Science and Linguistics -9th Language and Technology Conference, LTC 2019</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Z</forename><surname>Vetulani</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">P</forename><surname>Paroubek</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Kubis</surname></persName>
		</editor>
		<meeting><address><addrLine>Poznan, Poland</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">May 17-19, 2019. 2019</date>
			<biblScope unit="volume">13212</biblScope>
			<biblScope unit="page" from="163" to="179" />
		</imprint>
	</monogr>
	<note>Revised Selected Papers</note>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<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>Gutiérrez</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><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.2200/S01125ED1V01Y202109DSK022</idno>
		<title level="m">Knowledge Graphs, Synthesis Lectures on Data, Semantics, and Knowledge</title>
				<imprint>
			<publisher>Morgan &amp; Claypool Publishers</publisher>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Building a broad knowledge graph for products</title>
		<author>
			<persName><forename type="first">X</forename><forename type="middle">L</forename><surname>Dong</surname></persName>
		</author>
		<idno type="DOI">10.1109/ICDE.2019.00010</idno>
	</analytic>
	<monogr>
		<title level="m">35th IEEE International Conference on Data Engineering, ICDE 2019</title>
				<meeting><address><addrLine>Macao, China</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2019">April 8-11, 2019. 2019</date>
			<biblScope unit="page">25</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">A survey on knowledge graphbased recommender systems</title>
		<author>
			<persName><forename type="first">Q</forename><surname>Guo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Zhuang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Qin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Xiong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>He</surname></persName>
		</author>
		<idno type="DOI">10.1109/TKDE.2020.3028705</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Knowledge and Data Engineering</title>
		<imprint>
			<biblScope unit="page" from="1" to="1" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<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>
		<author>
			<persName><forename type="first">S</forename><surname>Pan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Cambria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Marttinen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">S</forename><surname>Yu</surname></persName>
		</author>
		<idno type="DOI">10.1109/TNNLS.2021.3070843</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Neural Networks and Learning Systems</title>
		<imprint>
			<biblScope unit="volume">33</biblScope>
			<biblScope unit="page" from="494" to="514" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">A survey of recommendation algorithms based on knowledge graph embedding</title>
		<author>
			<persName><forename type="first">C</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Yao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Tang</surname></persName>
		</author>
		<idno type="DOI">10.1109/CSEI47661.2019.8938875</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Computer Science and Educational Informatization (CSEI)</title>
				<imprint>
			<date type="published" when="2019">2019. 2019</date>
			<biblScope unit="page" from="168" to="171" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Industry-scale knowledge graphs: lessons and challenges</title>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">F</forename><surname>Noy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Narayanan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Patterson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Taylor</surname></persName>
		</author>
		<idno type="DOI">10.1145/3331166</idno>
	</analytic>
	<monogr>
		<title level="j">Communications of the ACM</title>
		<imprint>
			<biblScope unit="volume">62</biblScope>
			<biblScope unit="page" from="36" to="43" />
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">A review of relational machine learning for knowledge graphs</title>
		<author>
			<persName><forename type="first">M</forename><surname>Nickel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Murphy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Tresp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Gabrilovich</surname></persName>
		</author>
		<idno type="DOI">10.1109/JPROC.2015.2483592</idno>
	</analytic>
	<monogr>
		<title level="j">Proceedings of the IEEE</title>
		<imprint>
			<biblScope unit="volume">104</biblScope>
			<biblScope unit="page" from="11" to="33" />
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<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>
		<author>
			<persName><forename type="first">N</forename><surname>Usunier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>García-Durán</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Weston</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Yakhnenko</surname></persName>
		</author>
		<ptr target="https://proceedings.neurips.cc/paper/2013/hash/1cecc7a77928ca8133fa24680a88d2f9-Abstract.html" />
	</analytic>
	<monogr>
		<title level="m">Advances in Neural Information Processing Systems 26: 27th Annual Conference on Neural Information Processing Systems 2013. Proceedings of a meeting held</title>
				<meeting><address><addrLine>Lake Tahoe, Nevada, United States</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">December 5-8, 2013. 2013</date>
			<biblScope unit="page" from="2787" to="2795" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Analogical inference for multi-relational embeddings</title>
		<author>
			<persName><forename type="first">H</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Wu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Yang</surname></persName>
		</author>
		<ptr target="http://proceedings.mlr.press/v70/liu17d.html" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 34th International Conference on Machine Learning, ICML 2017</title>
				<meeting>the 34th International Conference on Machine Learning, ICML 2017<address><addrLine>Sydney, NSW, Australia; PMLR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2017-08-11">6-11 August 2017. 2017</date>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="page" from="2168" to="2178" />
		</imprint>
	</monogr>
	<note>Proceedings of Machine Learning Research</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Knowledge graph embedding for data mining vs. knowledge graph embedding for link prediction -two sides of the same coin?</title>
		<author>
			<persName><forename type="first">J</forename><surname>Portisch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Heist</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
		<idno type="DOI">10.3233/SW-212892</idno>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="399" to="422" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<author>
			<persName><forename type="first">E</forename><surname>Jiménez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Efthymiou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Cutrona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-3103" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC 2021), Virtual conference</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<editor>
			<persName><forename type="first">J</forename><surname>Hassanzadeh</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><surname>Sequeda</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">N</forename><surname>Srinivas</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Abdelmageed</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">D</forename><surname>Hulsebos</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">C</forename><surname>Oliveira</surname></persName>
		</editor>
		<editor>
			<persName><surname>Pesquita</surname></persName>
		</editor>
		<meeting>the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC 2021), Virtual conference</meeting>
		<imprint>
			<date type="published" when="2021-10-27">October 27, 2021. 2022</date>
			<biblScope unit="volume">3103</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Dataset search: a survey</title>
		<author>
			<persName><forename type="first">A</forename><surname>Chapman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Simperl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Koesten</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Konstantinidis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Ibáñez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Kacprzak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Groth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">VLDB Journal</title>
		<imprint>
			<biblScope unit="volume">29</biblScope>
			<biblScope unit="page" from="251" to="272" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Web table extraction, retrieval, and augmentation: A survey</title>
		<author>
			<persName><forename type="first">S</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Balog</surname></persName>
		</author>
		<idno type="DOI">10.1145/3372117</idno>
	</analytic>
	<monogr>
		<title level="j">ACM Transactions on Intelligent Systems and Technology</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page">35</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<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>
	</analytic>
	<monogr>
		<title level="j">Communications of the 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="b22">
	<analytic>
		<title level="a" type="main">Mantistable: an automatic approach for the semantic table interpretation</title>
		<author>
			<persName><forename type="first">M</forename><surname>Cremaschi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Avogadro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Chieregato</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2553/paper3.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference, SemTab@ISWC 2019</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference, SemTab@ISWC 2019<address><addrLine>Auckland, New Zealand</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-10-30">October 30, 2019. 2019</date>
			<biblScope unit="volume">2553</biblScope>
			<biblScope unit="page" from="15" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">DAGOBAH: table and graph contexts for efficient semantic annotation of tabular data</title>
		<author>
			<persName><forename type="first">V</forename><surname>Huynh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Chabot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Deuzé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Labbé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Monnin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Troncy</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-3103/paper2.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC 2021), Virtual conference</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC 2021), Virtual conference</meeting>
		<imprint>
			<date type="published" when="2021-10-27">October 27, 2021. 2021</date>
			<biblScope unit="volume">3103</biblScope>
			<biblScope unit="page" from="19" to="31" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">DAGOBAH: an end-to-end context-free tabular data semantic annotation system</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Chabot</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Labbé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Liu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Troncy</surname></persName>
		</author>
		<ptr target="http://ceur-ws.org/Vol-2553/paper6.pdf" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference, SemTab@ISWC 2019</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference, SemTab@ISWC 2019<address><addrLine>Auckland, New Zealand</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-10-30">October 30, 2019. 2019</date>
			<biblScope unit="volume">2553</biblScope>
			<biblScope unit="page" from="41" to="48" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Reasoning with logical proportions</title>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Richard</surname></persName>
		</author>
		<ptr target="http://aaai.org/ocs/index.php/KR/KR2010/paper/view/1413" />
	</analytic>
	<monogr>
		<title level="m">Principles of Knowledge Representation and Reasoning: Proceedings of the Twelfth International Conference, KR 2010</title>
				<meeting><address><addrLine>Toronto, Ontario, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2010">May 9-13, 2010. 2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Analogy in recommendation. numerical vs. ordinal: A discussion</title>
		<author>
			<persName><forename type="first">N</forename><surname>Hug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Richard</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Serrurier</surname></persName>
		</author>
		<idno type="DOI">10.1109/FUZZ-IEEE.2016.7737969</idno>
	</analytic>
	<monogr>
		<title level="m">2016 IEEE International Conference on Fuzzy Systems, FUZZ-IEEE 2016</title>
				<meeting><address><addrLine>Vancouver, BC, Canada</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2016">July 24-29, 2016. 2016</date>
			<biblScope unit="page" from="2220" to="2226" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<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>
		<idno type="DOI">10.5555/3430915.3442430</idno>
		<ptr target="http://www.vldb.org/pvldb/vol14/p307-deng.pdf.doi:10.5555/3430915.3442430" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the VLDB Endowment</title>
				<meeting>the VLDB Endowment</meeting>
		<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page" from="307" to="319" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<title level="m">Ontology Matching, Second Edition</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Dividing the ontology alignment task with semantic embeddings and logic-based modules</title>
		<author>
			<persName><forename type="first">E</forename><surname>Jiménez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Agibetov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Samwald</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Cross</surname></persName>
		</author>
		<idno type="DOI">10.3233/FAIA200167</idno>
	</analytic>
	<monogr>
		<title level="m">Including 10th Conference on Prestigious Applications of Artificial Intelligence (PAIS 2020)</title>
				<meeting><address><addrLine>Santiago de Compostela, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2020-09-08">29 August-8 September 2020. August 29 -September 8, 2020 -. 2020</date>
			<biblScope unit="volume">325</biblScope>
			<biblScope unit="page" from="784" to="791" />
		</imprint>
	</monogr>
	<note>Frontiers in Artificial Intelligence and Applications</note>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Discovering alignment relations with graph convolutional networks: A biomedical case study</title>
		<author>
			<persName><forename type="first">P</forename><surname>Monnin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Raïssi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Napoli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Coulet</surname></persName>
		</author>
		<idno type="DOI">10.3233/SW-210452</idno>
	</analytic>
	<monogr>
		<title level="j">Semantic Web</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="379" to="398" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Iterative entity alignment with improved neural attribute embedding</title>
		<author>
			<persName><forename type="first">N</forename><surname>Pang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Zeng</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Tan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Zhao</surname></persName>
		</author>
		<ptr target="org" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Deep Learning for Knowledge Graphs (DL4KG2019) Co-located with the 16th Extended Semantic Web Conference 2019 (ESWC 2019)</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting>the Workshop on Deep Learning for Knowledge Graphs (DL4KG2019) Co-located with the 16th Extended Semantic Web Conference 2019 (ESWC 2019)<address><addrLine>Portoroz, Slovenia</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2019-06-02">June 2, 2019. 2019</date>
			<biblScope unit="volume">2377</biblScope>
			<biblScope unit="page" from="41" to="46" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Cross-lingual knowledge graph alignment via graph convolutional networks</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Q</forename><surname>Lv</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Lan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhang</surname></persName>
		</author>
		<idno type="DOI">10.18653/v1/d18-1032</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</title>
		<title level="s">Association for Computational Linguistics</title>
		<meeting>the 2018 Conference on Empirical Methods in Natural Language Processing<address><addrLine>Brussels, Belgium</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2018-11-04">October 31 -November 4, 2018. 2018</date>
			<biblScope unit="page" from="349" to="357" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<monogr>
		<title level="m" type="main">Is aligning embedding spaces a challenging task? a study on heterogeneous embedding alignment methods</title>
		<author>
			<persName><forename type="first">R</forename><surname>Biswas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Alam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Sack</surname></persName>
		</author>
		<ptr target="https://arxiv.org/abs/2002.09247.arXiv:2002.09247" />
		<imprint>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Experimenting analogical reasoning in recommendation</title>
		<author>
			<persName><forename type="first">N</forename><surname>Hug</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Richard</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-25252-0_8</idno>
	</analytic>
	<monogr>
		<title level="m">Foundations of Intelligent Systems -22nd International Symposium, ISMIS 2015</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Lyon, France</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2015">October 21-23, 2015. 9384. 2015</date>
			<biblScope unit="page" from="69" to="78" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Learning to rank based on analogical reasoning</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Fahandar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
		<ptr target="https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16830" />
	</analytic>
	<monogr>
		<title level="m">AAAI-18), the 30th innovative Applications of Artificial Intelligence (IAAI-18), and the 8th AAAI Symposium on Educational Advances in Artificial Intelligence (EAAI-18)</title>
				<meeting><address><addrLine>New Orleans, Louisiana, USA</addrLine></address></meeting>
		<imprint>
			<publisher>AAAI Press</publisher>
			<date type="published" when="2018">February 2-7, 2018. 2018</date>
			<biblScope unit="page" from="2951" to="2958" />
		</imprint>
	</monogr>
	<note>Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence</note>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Analogical embedding for analogy-based learning to rank</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Fahandar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-74251-5_7</idno>
	</analytic>
	<monogr>
		<title level="m">Advances in Intelligent Data Analysis XIX -19th International Symposium on Intelligent Data Analysis, IDA 2021</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Porto, Portugal</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">April 26-28, 2021. 2021</date>
			<biblScope unit="volume">12695</biblScope>
			<biblScope unit="page" from="76" to="88" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b37">
	<monogr>
		<title level="m" type="main">Case-based reasoning</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Richter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">O</forename><surname>Weber</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2016">2016</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">When Revision-Based Case Adaptation Meets Analogical Extrapolation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Lieber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Nauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Prade</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">29th ICCBR</title>
				<imprint>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">12877</biblScope>
			<biblScope unit="page" from="156" to="170" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Towards analogy-based explanations in machine learning</title>
		<author>
			<persName><forename type="first">E</forename><surname>Hüllermeier</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-57524-3_17</idno>
	</analytic>
	<monogr>
		<title level="m">Modeling Decisions for Artificial Intelligence -17th International Conference, MDAI 2020</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Sant Cugat, Spain</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">September 2-4, 2020. 2020</date>
			<biblScope unit="volume">12256</biblScope>
			<biblScope unit="page" from="205" to="217" />
		</imprint>
	</monogr>
	<note>Proceedings</note>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">Knowledge graphs as tools for explainable machine learning: A survey</title>
		<author>
			<persName><forename type="first">I</forename><surname>Tiddi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Schlobach</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.artint.2021.103627</idno>
	</analytic>
	<monogr>
		<title level="j">Artificial Intelligence</title>
		<imprint>
			<biblScope unit="volume">302</biblScope>
			<biblScope unit="page">103627</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

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