<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Interactions Between Knowledge Graph-Related Tasks and Analogical Reasoning: A Discussion</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Pierre Monnin</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Miguel Couceiro</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Orange</institution>
          ,
          <addr-line>Belfort</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Université de Lorraine</institution>
          ,
          <addr-line>CNRS, LORIA, Nancy</addr-line>
          ,
          <country country="FR">France</country>
        </aff>
      </contrib-group>
      <abstract>
        <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>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Analogical reasoning</kwd>
        <kwd>Graph Embedding</kwd>
        <kwd>Semantic Table Interpretation</kwd>
        <kwd>Knowledge Matching</kwd>
        <kwd>Recommendation</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Analogical reasoning is a remarkable capability of the human mind [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. 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 [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], 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)):


=


(1)
 −  =  − 
(2)
→−  − →−  =→−  − →−
(3)
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 [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ], machine
translation [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and semantic tasks [
        <xref ref-type="bibr" rid="ref6 ref7 ref8">6, 7, 8</xref>
        ].
      </p>
      <p>
        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” [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. 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 ofering a consolidated view of knowledge scattered across sources,
fact-checking, search engines, e-commerce, question answering, or recommendation [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref14">10, 11,
12, 13, 14</xref>
        ]. Various techniques have been developed to build, refine, and use KGs, including
Knowledge Graph Embedding (KGE) techniques which have shown impressive performance [
        <xref ref-type="bibr" rid="ref12 ref15">12,
15</xref>
        ]. Interestingly, the parallelogram view of an analogy (Equation (3)) can be related to the
translational view adopted by some KGE models. For example, TransE [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] models a triple
⟨Paris, capitalOf, France⟩ as a translati→o−n−− −Pari→s−−− − +−− − −capitalOf →−=−− − −France. Hence, we
would have:
      </p>
      <p>
        →−− − − −France →−−− − −Paris →−− =−− −Swed→e−n−− − −− − − −Stockhol→m−−− − =−− − −capitalOf
It is noteworthy that some embedding techniques already consider analogical properties. For
example, Liu et al. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] argue that analogical inference is desirable for knowledge graph
completion and include analogical structures in their learning objective. Alternatively, Portisch
et al. [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] 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.
      </p>
      <p>This paper is organized as follows. In Section 2, we discuss possible interactions between
analogical reasoning and Semantic Table Interpretation (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>
    </sec>
    <sec id="sec-2">
      <title>2. Analogies for Semantic Table Interpretation</title>
      <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>
      <sec id="sec-2-1">
        <title>Cell-Entity Annotation (CEA) associates cells with entities;</title>
      </sec>
      <sec id="sec-2-2">
        <title>Column-Type Annotation (CTA) associates columns with types; Columns-Property Annotation (CPA) associates pairs of columns with properties.</title>
        <p>
          STI has seen a growing research interest over the past few years, for example with the SemTab
challenge [
          <xref ref-type="bibr" rid="ref19">19</xref>
          ]. 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 [
          <xref ref-type="bibr" rid="ref20">20</xref>
          ].
        </p>
        <p>
          When interpreting tabular data, several issues arise, e.g., diferent encoding charsets,
misaligned cells, or missing values (for example, the capital of Finland in Table 1). Tables alone
also provide little context to help disambiguate candidate entities for cell annotation [
          <xref ref-type="bibr" rid="ref21">21</xref>
          ].
For example, consider Table 1 and its annotation with Wikidata, an encyclopedic knowledge
graph [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ]. Based solely on entity labels and string matching, annotation candidates for cell
“Germany” are entity Q1423 (Germany, the European country) and entity Q13505654 (Germany,
the constituency of the European Parliament). To cope with such issues, current STI approaches
rely on syntactic lookups and majority voting [
          <xref ref-type="bibr" rid="ref23 ref24">23, 24</xref>
          ], or graph embedding-based
disambiguation [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ]. In the latter case, Chabot et al. [
          <xref ref-type="bibr" rid="ref25">25</xref>
          ] 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 1 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
2https://en.wikipedia.org/wiki/List_of_countries_and_dependencies_and_their_capitals_in_native_languages
2https://en.wikipedia.org/wiki/List_of_countries_by_GDP_(nominal)
3https://www.wikidata.org/wiki/Q183
4https://www.wikidata.org/wiki/Q1350565
noteworthy that tables can lead to a high number of analogies. For example, only considering
columns “Country” and “Capital” of Table 1 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 [
          <xref ref-type="bibr" rid="ref26">26</xref>
          ]
and Hug et al. [
          <xref ref-type="bibr" rid="ref27">27</xref>
          ]. Rows 1, 2, 3, and 4 could be seen as vector→s−  = (1, 2, . . . , )
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:
        </p>
        <p>∀ ∈ , 1 : 2 :: 3 : 4
∀ ∈ [1, ] ∖ , 1 : 2 :: 3 : 4
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 [
          <xref ref-type="bibr" rid="ref17 ref18 ref3">3, 17, 18</xref>
          ], we assume that analogical reasoning for Semantic
Table Interpretation could be supported by graph or table embeddings [
          <xref ref-type="bibr" rid="ref12 ref28">12, 28</xref>
          ]. 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 1) 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>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>3. Analogies for Knowledge Matching</title>
      <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 [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. 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 [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ] 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(4)</p>
      <p>French official language
La Marseillaise
anthem
Paris
France
capital</p>
      <p>capital
?</p>
      <p>Paris
France</p>
      <p>2
official language
life expectancy</p>
      <p>
        French
82.27317
year
ample, from the two knowledge graphs represented in Figure 1, it is possible to generate
the analogy France1 : Paris1 :: France2 : Paris2 . 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 [
        <xref ref-type="bibr" rid="ref29">29</xref>
        ]. This analogy-based matching process could be strengthen by
considering existing alignments between neighbors (e.g., Paris1 and Paris2 ) that could result
from diferent 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 Paris1 = Paris2 ,
and the analogical proportion Paris : France1 :: Paris : France2 , it follows that
France1 = France2 . 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
diferences or contradictions between nodes, we could output such diferent alignment types.
From the previous observations, a challenge thus resides in having a set of preexisting
alignments of diferent 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 France1 can be seen as
solving a set of analogical equations of the form</p>
      <p>Paris2 : Paris2 :: France1 :</p>
      <p>French2 : French2 :: France1 : 
and chosing the entity that is mostly output as . Analogies could also serve as a basis to
align predicates (e.g., capital1 and capital2 ). Indeed, if two predicate are identical, then
analogical proportions should hold between the entities they link, e.g.,</p>
      <p>France1 : Paris1 :: France2 : Paris2</p>
      <sec id="sec-3-1">
        <title>Germany1 : Berlin1 :: Germany2 : Berlin2</title>
      </sec>
      <sec id="sec-3-2">
        <title>France1 : Paris1 :: Germany2 : Berlin2</title>
        <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 [
          <xref ref-type="bibr" rid="ref30 ref31 ref32 ref33">30, 31, 32, 33</xref>
          ]. 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 [
          <xref ref-type="bibr" rid="ref34">34</xref>
          ]. Enforcing analogical
properties in the training procedure similarly to Liu et al. [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] 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 1, France1 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>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Analogies for Knowledge Graph-Based Recommendation</title>
      <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 [
        <xref ref-type="bibr" rid="ref27 ref35">27, 35</xref>
        ]. 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 [
        <xref ref-type="bibr" rid="ref36 ref37">36, 37</xref>
        ], and considered in case-based reasoning [
        <xref ref-type="bibr" rid="ref38 ref39">38, 39</xref>
        ].
      </p>
      <p>
        Recently, KGs have been introduced in recommender systems as sources of side
information [
        <xref ref-type="bibr" rid="ref11 ref13">11, 13</xref>
        ]. 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 diferent entities. Such rich KGs and their advantages
motivated the use of knowledge graph embeddings for recommendation [
        <xref ref-type="bibr" rid="ref11 ref13">11, 13</xref>
        ]. 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., user1 : item1 :: user2 : item2.
We could also envision user-only analogies user1 : user2 :: user3 : user4 allowing to
ifnd similar users that could then support the recommendation of an item. Item-attribute
analogies item1 : attribute2 :: item3 : attribute4 could highlight similarities between
items whereas user-attribute analogies user1 : attribute2 :: user3 : attribute4 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. [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ].
      </p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusion &amp; Perspectives</title>
      <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 [
        <xref ref-type="bibr" rid="ref40">40</xref>
        ]. This could,
in turn, strengthen the line of research studying knowledge graphs as tools for explainable
AI [
        <xref ref-type="bibr" rid="ref41">41</xref>
        ].
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitchell</surname>
          </string-name>
          ,
          <article-title>Abstraction and analogy-making in artificial intelligence</article-title>
          ,
          <source>Annals of the New York Academy of Sciences</source>
          <volume>1505</volume>
          (
          <year>2021</year>
          )
          <fpage>79</fpage>
          -
          <lpage>101</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          , De l'analogie rendant compte de la commutation en linguistique,
          <year>2003</year>
          . URL: https://tel.archives-ouvertes.fr/tel-00004372.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S.</given-names>
            <surname>Alsaidi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Decker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Lay</surname>
          </string-name>
          , E. Marquer,
          <string-name>
            <given-names>P.</given-names>
            <surname>Murena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Couceiro</surname>
          </string-name>
          ,
          <article-title>A neural approach for detecting morphological analogies</article-title>
          ,
          <source>in: 8th IEEE International Conference on Data Science and Advanced Analytics</source>
          ,
          <string-name>
            <surname>DSAA</surname>
          </string-name>
          <year>2021</year>
          , Porto, Portugal, October 6-
          <issue>9</issue>
          ,
          <year>2021</year>
          , IEEE,
          <year>2021</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          . doi:
          <volume>10</volume>
          .1109/DSAA53316.
          <year>2021</year>
          .
          <volume>9564186</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>P.</given-names>
            <surname>Murena</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Al-Ghossein</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Dessalles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Cornuéjols</surname>
          </string-name>
          ,
          <article-title>Solving analogies on words based on minimal complexity transformation</article-title>
          ,
          <source>in: Proceedings of the Twenty-Ninth International Joint Conference on Artificial Intelligence, IJCAI</source>
          <year>2020</year>
          ,
          <article-title>ijcai</article-title>
          .org,
          <year>2020</year>
          , pp.
          <fpage>1848</fpage>
          -
          <lpage>1854</lpage>
          . doi:
          <volume>10</volume>
          .24963/ijcai.
          <year>2020</year>
          /256.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>V.</given-names>
            <surname>Taillandier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Réseaux de neurones pour la résolution d'analogies entre phrases en traduction automatique par l'exemple (neural networks for the resolution of analogies between sentences in EBMT), in: Actes de la 6e conférence conjointe Journées d'Études sur la Parole (JEP, 33e édition), Traitement Automatique des Langues Naturelles (TALN, 27e édition), Rencontre des Étudiants Chercheurs en Informatique pour le Traitement Automatique des Langues (RÉCITAL, 22e édition)</article-title>
          . Volume
          <volume>2</volume>
          :
          <string-name>
            <given-names>Traitement</given-names>
            <surname>Automatique des Langues Naturelle</surname>
          </string-name>
          , Nancy, France, June 8-19,
          <year>2020</year>
          , ATALA et AFCP,
          <year>2020</year>
          , pp.
          <fpage>108</fpage>
          -
          <lpage>121</lpage>
          . URL: https://aclanthology.org/
          <year>2020</year>
          .jeptalnrecital-taln.9/.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S. D.</given-names>
            <surname>Afantenos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Kunze</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          , G. Richard,
          <article-title>Analogies between sentences: Theoretical aspects - preliminary experiments</article-title>
          , in: J.
          <string-name>
            <surname>Vejnarová</surname>
          </string-name>
          , N. Wilson (Eds.),
          <article-title>Symbolic and Quantitative Approaches to Reasoning with Uncertainty - 16th European Conference</article-title>
          ,
          <string-name>
            <surname>ECSQARU</surname>
          </string-name>
          <year>2021</year>
          , Prague, Czech Republic,
          <source>September 21-24</source>
          ,
          <year>2021</year>
          , Proceedings, volume
          <volume>12897</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>3</fpage>
          -
          <lpage>18</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>S.</given-names>
            <surname>Lim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          , G. Richard,
          <article-title>Classifying and completing word analogies by machine learning</article-title>
          ,
          <source>Int. J. Approx. Reason</source>
          .
          <volume>132</volume>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>25</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lepage</surname>
          </string-name>
          ,
          <article-title>Analogies between short sentences: A semantico-formal approach</article-title>
          , in: Z. Vetulani,
          <string-name>
            <given-names>P.</given-names>
            <surname>Paroubek</surname>
          </string-name>
          , M. Kubis (Eds.),
          <source>Human Language Technology. Challenges for Computer Science and Linguistics - 9th Language and Technology Conference, LTC</source>
          <year>2019</year>
          , Poznan, Poland, May
          <volume>17</volume>
          -19,
          <year>2019</year>
          , Revised Selected Papers, volume
          <volume>13212</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2019</year>
          , pp.
          <fpage>163</fpage>
          -
          <lpage>179</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hogan</surname>
          </string-name>
          , E. Blomqvist,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cochez</surname>
          </string-name>
          , C. d'Amato, G. de Melo,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gutiérrez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kirrane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. E. L.</given-names>
            <surname>Gayo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Neumaier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. N.</given-names>
            <surname>Ngomo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Polleres</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. M.</given-names>
            <surname>Rashid</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Rula</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Schmelzeisen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Staab</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zimmermann</surname>
          </string-name>
          , Knowledge Graphs,
          <source>Synthesis Lectures on Data, Semantics, and Knowledge</source>
          , Morgan &amp; Claypool Publishers,
          <year>2021</year>
          . doi:
          <volume>10</volume>
          . 2200/S01125ED1V01Y202109DSK022.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>X. L.</given-names>
            <surname>Dong</surname>
          </string-name>
          ,
          <article-title>Building a broad knowledge graph for products</article-title>
          ,
          <source>in: 35th IEEE International Conference on Data Engineering, ICDE</source>
          <year>2019</year>
          , Macao, China, April 8-
          <issue>11</issue>
          ,
          <year>2019</year>
          , IEEE,
          <year>2019</year>
          , p.
          <fpage>25</fpage>
          . doi:
          <volume>10</volume>
          .1109/ICDE.
          <year>2019</year>
          .
          <volume>00010</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Zhuang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Xie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Xiong</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>He</surname>
          </string-name>
          ,
          <article-title>A survey on knowledge graphbased recommender systems</article-title>
          ,
          <source>IEEE Transactions on Knowledge and Data Engineering</source>
          (
          <year>2020</year>
          )
          <fpage>1</fpage>
          -
          <lpage>1</lpage>
          . doi:
          <volume>10</volume>
          .1109/TKDE.
          <year>2020</year>
          .
          <volume>3028705</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Ji</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Pan</surname>
          </string-name>
          , E. Cambria,
          <string-name>
            <given-names>P.</given-names>
            <surname>Marttinen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P. S.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <article-title>A survey on knowledge graphs: Representation, acquisition, and applications</article-title>
          ,
          <source>IEEE Transactions on Neural Networks and Learning Systems</source>
          <volume>33</volume>
          (
          <year>2022</year>
          )
          <fpage>494</fpage>
          -
          <lpage>514</lpage>
          . doi:
          <volume>10</volume>
          .1109/TNNLS.
          <year>2021</year>
          .
          <volume>3070843</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>C.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <article-title>A survey of recommendation algorithms based on knowledge graph embedding</article-title>
          ,
          <source>in: 2019 IEEE International Conference on Computer Science and Educational Informatization (CSEI)</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>168</fpage>
          -
          <lpage>171</lpage>
          . doi:
          <volume>10</volume>
          .1109/CSEI47661.
          <year>2019</year>
          .
          <volume>8938875</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>N. F.</given-names>
            <surname>Noy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Narayanan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Patterson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Taylor</surname>
          </string-name>
          ,
          <article-title>Industry-scale knowledge graphs: lessons and challenges</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>62</volume>
          (
          <year>2019</year>
          )
          <fpage>36</fpage>
          -
          <lpage>43</lpage>
          . doi:
          <volume>10</volume>
          . 1145/3331166.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nickel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Murphy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Tresp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Gabrilovich</surname>
          </string-name>
          ,
          <article-title>A review of relational machine learning for knowledge graphs</article-title>
          ,
          <source>Proceedings of the IEEE</source>
          <volume>104</volume>
          (
          <year>2016</year>
          )
          <fpage>11</fpage>
          -
          <lpage>33</lpage>
          . doi:
          <volume>10</volume>
          .1109/JPROC.
          <year>2015</year>
          .
          <volume>2483592</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Usunier</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>García-Durán</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Yakhnenko</surname>
          </string-name>
          ,
          <article-title>Translating embeddings for modeling multi-relational data</article-title>
          ,
          <source>in: Advances in Neural Information Processing Systems 26: 27th Annual Conference on Neural Information Processing Systems 2013. Proceedings of a meeting held December 5-8</source>
          ,
          <year>2013</year>
          ,
          <string-name>
            <given-names>Lake</given-names>
            <surname>Tahoe</surname>
          </string-name>
          , Nevada, United States,
          <year>2013</year>
          , pp.
          <fpage>2787</fpage>
          -
          <lpage>2795</lpage>
          . URL: https://proceedings.neurips.cc/paper/2013/hash/ 1cecc7a77928ca8133fa24680a88d2f9-Abstract.html.
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>H.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <article-title>Analogical inference for multi-relational embeddings</article-title>
          ,
          <source>in: Proceedings of the 34th International Conference on Machine Learning</source>
          ,
          <string-name>
            <surname>ICML</surname>
          </string-name>
          <year>2017</year>
          ,
          <article-title>Sydney</article-title>
          ,
          <string-name>
            <surname>NSW</surname>
          </string-name>
          , Australia,
          <fpage>6</fpage>
          -
          <issue>11</issue>
          <year>August 2017</year>
          , volume
          <volume>70</volume>
          <source>of Proceedings of Machine Learning Research, PMLR</source>
          ,
          <year>2017</year>
          , pp.
          <fpage>2168</fpage>
          -
          <lpage>2178</lpage>
          . URL: http://proceedings.mlr.press/v70/liu17d.html.
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>J.</given-names>
            <surname>Portisch</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Heist</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Paulheim</surname>
          </string-name>
          ,
          <article-title>Knowledge graph embedding for data mining vs. knowledge graph embedding for link prediction - two sides of the same coin?</article-title>
          ,
          <source>Semantic Web</source>
          <volume>13</volume>
          (
          <year>2022</year>
          )
          <fpage>399</fpage>
          -
          <lpage>422</lpage>
          . doi:
          <volume>10</volume>
          .3233/SW-212892.
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Efthymiou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cutrona</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hassanzadeh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Srinivas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Abdelmageed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hulsebos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Oliveira</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          Pesquita (Eds.),
          <article-title>Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC</article-title>
          <year>2021</year>
          ), Virtual conference,
          <source>October</source>
          <volume>27</volume>
          ,
          <year>2021</year>
          , volume
          <volume>3103</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2022</year>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3103</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>A.</given-names>
            <surname>Chapman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Simperl</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Koesten</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Konstantinidis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Ibáñez</surname>
          </string-name>
          , E. Kacprzak,
          <string-name>
            <given-names>P.</given-names>
            <surname>Groth</surname>
          </string-name>
          ,
          <article-title>Dataset search: a survey</article-title>
          ,
          <source>VLDB Journal 29</source>
          (
          <year>2020</year>
          )
          <fpage>251</fpage>
          -
          <lpage>272</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , K. Balog,
          <article-title>Web table extraction, retrieval, and augmentation: A survey</article-title>
          ,
          <source>ACM Transactions on Intelligent Systems and Technology</source>
          <volume>11</volume>
          (
          <year>2020</year>
          )
          <volume>13</volume>
          :
          <fpage>1</fpage>
          -
          <lpage>13</lpage>
          :
          <fpage>35</fpage>
          . doi:
          <volume>10</volume>
          .1145/ 3372117.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandecic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <article-title>Wikidata: a free collaborative knowledgebase</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>57</volume>
          (
          <year>2014</year>
          )
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          . doi:
          <volume>10</volume>
          .1145/2629489.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <given-names>M.</given-names>
            <surname>Cremaschi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Avogadro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Chieregato</surname>
          </string-name>
          ,
          <article-title>Mantistable: an automatic approach for the semantic table interpretation, in: Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference</article-title>
          ,
          <source>SemTab@ISWC</source>
          <year>2019</year>
          , Auckland, New Zealand,
          <source>October</source>
          <volume>30</volume>
          ,
          <year>2019</year>
          , volume
          <volume>2553</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>15</fpage>
          -
          <lpage>24</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2553</volume>
          /paper3.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>V.</given-names>
            <surname>Huynh</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chabot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Deuzé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Labbé</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Monnin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Troncy</surname>
          </string-name>
          ,
          <article-title>DAGOBAH: table and graph contexts for eficient semantic annotation of tabular data, in: Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 20th International Semantic Web Conference (ISWC</article-title>
          <year>2021</year>
          ), Virtual conference,
          <source>October</source>
          <volume>27</volume>
          ,
          <year>2021</year>
          , volume
          <volume>3103</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>19</fpage>
          -
          <lpage>31</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>3103</volume>
          /paper2.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chabot</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Labbé</surname>
          </string-name>
          , J. Liu,
          <string-name>
            <given-names>R.</given-names>
            <surname>Troncy</surname>
          </string-name>
          ,
          <article-title>DAGOBAH: an end-to-end context-free tabular data semantic annotation system, in: Proceedings of the Semantic Web Challenge on Tabular Data to Knowledge Graph Matching co-located with the 18th International Semantic Web Conference</article-title>
          ,
          <source>SemTab@ISWC</source>
          <year>2019</year>
          , Auckland, New Zealand,
          <source>October</source>
          <volume>30</volume>
          ,
          <year>2019</year>
          , volume
          <volume>2553</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>48</lpage>
          . URL: http://ceur-ws.
          <source>org/</source>
          Vol-
          <volume>2553</volume>
          /paper6.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          , G. Richard,
          <article-title>Reasoning with logical proportions</article-title>
          ,
          <source>in: Principles of Knowledge Representation and Reasoning: Proceedings of the Twelfth International Conference, KR 2010</source>
          , Toronto, Ontario, Canada, May 9-
          <issue>13</issue>
          ,
          <year>2010</year>
          , AAAI Press,
          <year>2010</year>
          . URL: http://aaai.org/ ocs/index.php/KR/KR2010/paper/view/1413.
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hug</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          , G. Richard, M. Serrurier,
          <article-title>Analogy in recommendation. numerical vs. ordinal: A discussion</article-title>
          ,
          <source>in: 2016 IEEE International Conference on Fuzzy Systems, FUZZ-IEEE</source>
          <year>2016</year>
          , Vancouver, BC, Canada,
          <source>July 24-29</source>
          ,
          <year>2016</year>
          , IEEE,
          <year>2016</year>
          , pp.
          <fpage>2220</fpage>
          -
          <lpage>2226</lpage>
          . doi:
          <volume>10</volume>
          .1109/FUZZ-IEEE.
          <year>2016</year>
          .
          <volume>7737969</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>X.</given-names>
            <surname>Deng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lees</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <surname>C.</surname>
          </string-name>
          <article-title>Yu, TURL: table understanding through representation learning</article-title>
          ,
          <source>Proceedings of the VLDB Endowment</source>
          <volume>14</volume>
          (
          <year>2020</year>
          )
          <fpage>307</fpage>
          -
          <lpage>319</lpage>
          . URL: http://www.vldb. org/pvldb/vol14/p307-deng.pdf.
          <source>doi:10.5555/3430915</source>
          .3442430.
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          , Ontology Matching,
          <source>Second Edition</source>
          , Springer,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <given-names>E.</given-names>
            <surname>Jiménez-Ruiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Agibetov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Samwald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Cross</surname>
          </string-name>
          ,
          <article-title>Dividing the ontology alignment task with semantic embeddings and logic-based modules</article-title>
          ,
          <source>in: ECAI 2020 - 24th European Conference on Artificial Intelligence</source>
          ,
          <volume>29</volume>
          <fpage>August</fpage>
          -8
          <source>September</source>
          <year>2020</year>
          , Santiago de Compostela, Spain,
          <source>August 29 - September 8, 2020 - Including 10th Conference on Prestigious Applications of Artificial Intelligence (PAIS</source>
          <year>2020</year>
          ), volume
          <volume>325</volume>
          <source>of Frontiers in Artificial Intelligence and Applications</source>
          , IOS Press,
          <year>2020</year>
          , pp.
          <fpage>784</fpage>
          -
          <lpage>791</lpage>
          . doi:
          <volume>10</volume>
          .3233/ FAIA200167.
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <given-names>P.</given-names>
            <surname>Monnin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Raïssi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Coulet</surname>
          </string-name>
          ,
          <article-title>Discovering alignment relations with graph convolutional networks: A biomedical case study</article-title>
          ,
          <source>Semantic Web</source>
          <volume>13</volume>
          (
          <year>2022</year>
          )
          <fpage>379</fpage>
          -
          <lpage>398</lpage>
          . doi:
          <volume>10</volume>
          .3233/SW-210452.
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>N.</given-names>
            <surname>Pang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Zeng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Tang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Tan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <article-title>Iterative entity alignment with improved neural attribute embedding</article-title>
          ,
          <source>in: Proceedings of the Workshop on Deep Learning for Knowledge Graphs (DL4KG2019) Co-located with the 16th Extended Semantic Web Conference 2019 (ESWC</source>
          <year>2019</year>
          ), Portoroz, Slovenia, June 2,
          <year>2019</year>
          , volume
          <volume>2377</volume>
          <source>of CEUR Workshop Proceedings, CEUR-WS.org</source>
          ,
          <year>2019</year>
          , pp.
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Lv</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Lan</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y. Zhang,</surname>
          </string-name>
          <article-title>Cross-lingual knowledge graph alignment via graph convolutional networks</article-title>
          ,
          <source>in: Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing</source>
          , Brussels, Belgium,
          <source>October 31 - November 4</source>
          ,
          <year>2018</year>
          , Association for Computational Linguistics,
          <year>2018</year>
          , pp.
          <fpage>349</fpage>
          -
          <lpage>357</lpage>
          . doi:
          <volume>10</volume>
          .18653/v1/d18-
          <fpage>1032</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>R.</given-names>
            <surname>Biswas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Alam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Sack</surname>
          </string-name>
          ,
          <article-title>Is aligning embedding spaces a challenging task? a study on heterogeneous embedding alignment methods</article-title>
          ,
          <year>2020</year>
          . URL: https://arxiv.org/abs/
          <year>2002</year>
          .09247. arXiv:
          <year>2002</year>
          .09247.
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <given-names>N.</given-names>
            <surname>Hug</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          , G. Richard,
          <article-title>Experimenting analogical reasoning in recommendation</article-title>
          ,
          <source>in: Foundations of Intelligent Systems - 22nd International Symposium, ISMIS</source>
          <year>2015</year>
          , Lyon, France,
          <source>October 21-23</source>
          ,
          <year>2015</year>
          , Proceedings, volume
          <volume>9384</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2015</year>
          , pp.
          <fpage>69</fpage>
          -
          <lpage>78</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -25252-0\_8.
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Fahandar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hüllermeier</surname>
          </string-name>
          ,
          <article-title>Learning to rank based on analogical reasoning</article-title>
          ,
          <source>in: Proceedings of the Thirty-Second AAAI Conference on Artificial Intelligence</source>
          , (
          <issue>AAAI18</issue>
          ),
          <source>the 30th innovative Applications of Artificial Intelligence (IAAI-18), and the 8th AAAI Symposium on Educational Advances in Artificial Intelligence (EAAI-18)</source>
          , New Orleans, Louisiana, USA, February 2-
          <issue>7</issue>
          ,
          <year>2018</year>
          , AAAI Press,
          <year>2018</year>
          , pp.
          <fpage>2951</fpage>
          -
          <lpage>2958</lpage>
          . URL: https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/view/16830.
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Fahandar</surname>
          </string-name>
          , E. Hüllermeier,
          <article-title>Analogical embedding for analogy-based learning to rank</article-title>
          ,
          <source>in: Advances in Intelligent Data Analysis XIX - 19th International Symposium on Intelligent Data Analysis, IDA</source>
          <year>2021</year>
          , Porto, Portugal,
          <source>April 26-28</source>
          ,
          <year>2021</year>
          , Proceedings, volume
          <volume>12695</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2021</year>
          , pp.
          <fpage>76</fpage>
          -
          <lpage>88</lpage>
          . doi:
          <volume>10</volume>
          . 1007/978-3-
          <fpage>030</fpage>
          -74251-
          <issue>5</issue>
          _
          <fpage>7</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <surname>M. M. Richter</surname>
            ,
            <given-names>R. O.</given-names>
          </string-name>
          <string-name>
            <surname>Weber</surname>
          </string-name>
          ,
          <source>Case-based reasoning</source>
          , Springer,
          <year>2016</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <given-names>J.</given-names>
            <surname>Lieber</surname>
          </string-name>
          , E. Nauer,
          <string-name>
            <given-names>H.</given-names>
            <surname>Prade</surname>
          </string-name>
          ,
          <source>When Revision-Based Case Adaptation Meets Analogical Extrapolation, in: 29th ICCBR</source>
          , volume
          <volume>12877</volume>
          <source>of LNCS</source>
          ,
          <year>2021</year>
          , pp.
          <fpage>156</fpage>
          -
          <lpage>170</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <given-names>E.</given-names>
            <surname>Hüllermeier</surname>
          </string-name>
          ,
          <article-title>Towards analogy-based explanations in machine learning</article-title>
          ,
          <source>in: Modeling Decisions for Artificial Intelligence - 17th International Conference, MDAI</source>
          <year>2020</year>
          ,
          <string-name>
            <given-names>Sant</given-names>
            <surname>Cugat</surname>
          </string-name>
          ,
          <source>Spain, September 2-4</source>
          ,
          <year>2020</year>
          , Proceedings, volume
          <volume>12256</volume>
          of Lecture Notes in Computer Science, Springer,
          <year>2020</year>
          , pp.
          <fpage>205</fpage>
          -
          <lpage>217</lpage>
          . doi:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -57524-3_
          <fpage>17</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <given-names>I.</given-names>
            <surname>Tiddi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Schlobach</surname>
          </string-name>
          ,
          <article-title>Knowledge graphs as tools for explainable machine learning: A survey</article-title>
          ,
          <source>Artificial Intelligence</source>
          <volume>302</volume>
          (
          <year>2022</year>
          )
          <article-title>103627</article-title>
          . doi:
          <volume>10</volume>
          .1016/j.artint.
          <year>2021</year>
          .
          <volume>103627</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>