<!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>ALOD2Vec Matcher Results for OAEI 2020</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>n Portis</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>iko P</string-name>
          <email>heikog@informatik.uni-mannheim.de</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Data and Web Science Group, University of Mannheim</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>SAP SE Product Engineering Financial Services</institution>
          ,
          <addr-line>Walldorf</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>State</institution>
          ,
          <addr-line>Purpose, General Statement</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper presents the results of the ALOD2Vec Matcher in the Ontology Alignment Evaluation Initiative (OAEI) 2020. The matching system exploits a Web-scale dataset, i.e. WebIsALOD, as background knowledge source. In order to make use of the dataset, the RDF2Vec approach is applied to derive embeddings for each concept available in the dataset. ALOD2Vec Matcher participated in the OAEI 2018 campaign before. This is the system's second participation. The matching system has been extended, improved, and achieves better results this year.3 The ALOD2Vec Matcher is an element-level, label-based matcher which uses a large-scale Web-crawled RDF dataset of hypernymy relations as general purpose background knowledge. The dataset contains many tail-entities as well as instance data such as persons or places which cannot be found in common thesauri. In order to exploit the external dataset, a neural language model approach is used to obtain a vector for each concept contained in the dataset. This matching system system was initially introduced at the OAEI 2018 [14] and has been completely re-implemented. The implementation is now based on the Matching EvaLuation Toolkit [5,11] as well as the KGvec2go [12] REST API. A contribution of this paper is also an extension to the MELT framework in the form of a KGvec2go Java client available in the MELT-ML module [6] of MELT 2.6.</p>
      </abstract>
      <kwd-group>
        <kwd>Ontology Matching</kwd>
        <kwd>Ontology Alignment</kwd>
        <kwd>External Re- sources</kwd>
        <kwd>Background Knowledge</kwd>
        <kwd>Knowledge Graph Embeddings</kwd>
        <kwd>RDF2Vec</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>1.1</p>
    </sec>
    <sec id="sec-2">
      <title>Presentation of the System</title>
      <p>1.2</p>
      <sec id="sec-2-1">
        <title>Speci c Techniques Used</title>
        <p>After the basic concepts of this matcher are introduced (Foundations ), the
speci c techniques applied are presented.
3 Copyright c 2020 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).</p>
      </sec>
      <sec id="sec-2-2">
        <title>Foundations</title>
        <p>
          WebIsALOD Dataset A frequent problem that occurs when working with
external background knowledge is the fact that less common entities are not contained
within a knowledge base. The WebIsA [
          <xref ref-type="bibr" rid="ref17">17</xref>
          ] database is an attempt to tackle this
problem by providing a dataset which is not based on a single source of
knowledge { like DBpedia [
          <xref ref-type="bibr" rid="ref8">8</xref>
          ] { but instead on the whole Web: The dataset consists
of hypernymy relations extracted from the Common Crawl 4, a freely
downloadable crawl of a signi cant portion of the Web. A sample triple from the dataset
is european union skos:broader international organization5. The dataset is also
available via a Linked Open Data (LOD) endpoint6 under the name
WebIsALOD [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ]. In the LOD dataset, a machine-learned con dence score c 2 [0; 1] is
assigned to every hypernymy triple indicating the assumed degree of truth of
the statement.
        </p>
        <p>
          RDF2Vec The background dataset can be viewed as a very large knowledge
graph; in order to obtain a similarity score for nodes and edges in that graph,
the RDF2Vec [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] approach is used. It applies the word2vec [
          <xref ref-type="bibr" rid="ref10 ref9">9,10</xref>
          ] model to
RDF data: Random walks are performed for each node and are interpreted as
sentences. After the walk generation, the sentences are used as input for the
word2vec algorithm. As a result, one obtains a vector for each word, i.e., a
concept in the RDF graph. Multiple avors of RDF2Vec have been developed in
the past such as biased walks [
          <xref ref-type="bibr" rid="ref1">1</xref>
          ] or RDF2Vec Light [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ].7
KGvec2go Training embeddings on large knowledge graphs can be
computationally very expensive. Moreover, the resulting embedding models can be very
large since a multidimensional vector needs to be persisted for every node in the
knowledge graph. However, most downstream applications require only a small
subset of node vectors. The KGvec2go project [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] addresses these problems by
providing a free REST API8 for pre-trained RDF2Vec models on various large
knowledge graphs (among which WebIsALOD is also available).
Monolingual Matching ALOD2Vec Matcher is a monolingual matching
system. For the alignment process, the system retrieves the labels of all elements
of the ontologies to be matched. A lter adds all simple string matches to the
nal alignment in order to increase the performance. The remaining labels are
linked to concepts in the background dataset, are compared, and the best
solution is added to the nal alignment. A high-level view of the matching system
is provided in Figure 1.
        </p>
        <sec id="sec-2-2-1">
          <title>4 see http://commoncrawl.org/</title>
          <p>5 see http://webisa.webdatacommons.org/concept/european_union_
6 see http://webisa.webdatacommons.org/
7 For a good overview of the RDF2Vec approach and its applications, refer to
http://www.rdf2vec.org/
8 see http://kgvec2go.org/api.html</p>
          <p>
            The rst step is to link the obtained labels from the ontology to concepts in
the WebIsALOD dataset. Therefore, string operations are performed on the label
and it is checked whether the label is available in WebIsALOD. If it cannot be
found, a token-lookup is performed. Given two entities e1 and e2, the matcher
uses their textual labels to link them to concepts e01 and e02 in the external
dataset. Afterwards, the embedding vectors ve01 and ve02 of the linked concepts
(e01 and e02) are retrieved via a Web request and the cosine similarity between
those is calculated. Hence: sim(e1; e2) = simcosine(ve01 ; ve02 ). If sim(e1; e2) &gt; t
where t is a threshold in the range of 0 and 1, a correspondence is added to a
temporary alignment. In a last step, a one-to-one arity is enforced by applying
a Maximum Weight Bipartite [
            <xref ref-type="bibr" rid="ref2">2</xref>
            ] lter on the temporary alignment.
          </p>
          <p>In order to consume the vectors in Java, a client has been implemented and
contributed to the MELT-ML module. The KGvec2go REST API can now be
accessed though class KGvec2goClient. Even though this matcher only uses the
WebIsALOD dataset, the implementation supports all datasets accessible on
KGvec2go. The extension is available by default in MELT 2.6.</p>
          <p>Instance Matching For the 2020 version of the matching system, an
instance matching module has been added. After classes and properties have been
matched, instances are matched using a string index. The con dence score
assigned to instances belonging to matched classes is higher than that of matches
between instances belonging to non-matched classes.</p>
          <p>
            Explainability ALOD2Vec Matcher provices an explanation for every
correspondence that is added to the nal alignment. Therefore, the extension
capabilities of the alignment format [
            <xref ref-type="bibr" rid="ref3">3</xref>
            ] are used. Two concrete examples from the
Anatomy track for explanations of the matching system are: \Label 'aqueous
humour' of ontology 1 and label 'Aqueous Humor' of ontology 2 have a very
similar writing." or \The following two label sets have a cosine above the given
threshold: jlensjanteriorjepitheliumj and janteriorjsurfacejlensj". In order to
explain a correspondence, the description property9 of the Dublin Core Metadata
Initiative is used.
1.3
          </p>
        </sec>
      </sec>
      <sec id="sec-2-3">
        <title>Extensions to the Matching System for the 2020 Campaign</title>
        <p>
          The 2020 system has been completely rewritten. Among the signi cant changes
are an improved handling of string matches, an instance matching module for
the knowledge graph track [
          <xref ref-type="bibr" rid="ref7">7</xref>
          ], explanations on the level of correspondences, a
simpli ed linking process as well as the usage of a Web endpoint compared to a
local key value database that has been used before. It is important to note that
the 2020 system uses the KGvec2go model for ALOD2Vec which is not equal to
the model trained in 2018. Due to the usage of the KGvec2go API, the SEALS
package is now several magnitudes smaller than before in terms of required disk
space.10 The smaller package cost comes at the price of a slower system runtime
due to API calls. However, this matcher still scored at the exact median of all
matching systems in terms of runtime on the anatomy track this year. The 2020
implementation is publicly available on GitHub.11
2
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>2.1</p>
      <sec id="sec-3-1">
        <title>Anatomy Track</title>
        <p>On the anatomy dataset, the recall could be signi cantly improved in 2020
compared to the 2018 version of the matching system. Despite a drop in precision,
the new ALOD2Vec Matcher achieves an overall higher F1 score. Due to
multiple API calls to KGvec2go, the runtime performance decreased compared to the
2018 version of the matcher.
2.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Conference Track</title>
        <p>On the conference track, the new matcher con guration achieved a better result
than the 2018 one in terms of F1 due to a higher recall (from 0.5 in 2018 to 0.52
in 2020). The overall F1 score on ra1-M3 was 0.59.</p>
        <sec id="sec-3-2-1">
          <title>9 see http://purl.org/dc/terms/description</title>
          <p>10 The 2018 version of the matching system had to be submitted via a download link
due to its large size. The 2020 version was submitted using the default process.
11 see https://github.com/janothan/ALOD2VecMatcher</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>Knowledge Graph Track</title>
        <p>
          This is the rst year that ALOD2Vec Matcher participates in the knowledge
graph track. The system could complete all matching tasks in time. Due to the
new instance matching module, this matcher obtains the second best results
achieving almost the same score as the Wiktionary Matcher 2020 [
          <xref ref-type="bibr" rid="ref15">15</xref>
          ]. The
overall F1 score was 0.87 on the complete track.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>In this paper, we presented the newest version of the ALOD2Vec Matcher, a
matcher utilizing an RDF2Vec vector representation of the WebIsALOD dataset,
as well as its results in the 2020 OAEI. The matching system has been improved
compared to its 2018 version. ALOD2Vec Matcher now uses a remote vector API
which makes the matcher package very portable due to its substantially reduced
size. Overall, the results of the matching system could be signi cantly improved
compared to its last OAEI participation and is the second best performing system
on the knowledge graph track.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Cochez</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ristoski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Biased graph walks for RDF graph embeddings</article-title>
          . In: Akerkar,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Cuzzocrea</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Cao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Hacid</surname>
          </string-name>
          , M. (eds.)
          <source>Proceedings of the 7th International Conference on Web Intelligence</source>
          , Mining and Semantics,
          <string-name>
            <surname>WIMS</surname>
          </string-name>
          <year>2017</year>
          , Amantea, Italy, June 19-22,
          <year>2017</year>
          . pp.
          <volume>21</volume>
          :
          <issue>1</issue>
          {
          <fpage>21</fpage>
          :
          <fpage>12</fpage>
          .
          <string-name>
            <surname>ACM</surname>
          </string-name>
          (
          <year>2017</year>
          ). https://doi.org/10.1145/3102254.3102279, https://doi.org/ 10.1145/3102254.3102279
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Cruz</surname>
            ,
            <given-names>I.F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Antonelli</surname>
            ,
            <given-names>F.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stroe</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>E cient selection of mappings and automatic quality-driven combination of matching methods</article-title>
          .
          <source>In: Proceedings of the 4th International Conference on Ontology Matching-Volume</source>
          <volume>551</volume>
          . pp.
          <volume>49</volume>
          {
          <fpage>60</fpage>
          .
          <string-name>
            <surname>Citeseer</surname>
          </string-name>
          (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>David</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euzenat</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Schar e, F.,
          <string-name>
            <surname>dos Santos</surname>
          </string-name>
          , C.T.:
          <article-title>The alignment API 4.0</article-title>
          .
          <issue>Semantic Web 2</issue>
          (
          <issue>1</issue>
          ),
          <volume>3</volume>
          {
          <fpage>10</fpage>
          (
          <year>2011</year>
          ). https://doi.org/10.3233/SW-2011-0028, https: //doi.org/10.3233/SW-2011-0028
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Webisalod: Providing hypernymy relations extracted from the web as linked open data</article-title>
          . In: d'Amato,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Fernandez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Tamma</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.A.M.</given-names>
            ,
            <surname>Lecue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Cudre-Mauroux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Sequeda</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.F.</given-names>
            ,
            <surname>Lange</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>He</surname>
          </string-name>
          <string-name>
            <surname>in</surname>
          </string-name>
          , J. (eds.)
          <source>The Semantic Web - ISWC 2017 - 16th International Semantic Web Conference</source>
          , Vienna, Austria,
          <source>October 21-25</source>
          ,
          <year>2017</year>
          , Proceedings,
          <source>Part II. Lecture Notes in Computer Science</source>
          , vol.
          <volume>10588</volume>
          , pp.
          <volume>111</volume>
          {
          <fpage>119</fpage>
          . Springer (
          <year>2017</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -68204-4 11, https://doi.org/10.1007/978-3-
          <fpage>319</fpage>
          -68204-4_
          <fpage>11</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>MELT - matching evaluation toolkit</article-title>
          . In: Acosta,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cudre-Mauroux</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Maleshkova</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Pellegrini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Sack</surname>
          </string-name>
          ,
          <string-name>
            <surname>H.</surname>
          </string-name>
          , SureVetter, Y. (eds.)
          <source>Semantic Systems. The Power of AI and Knowledge Graphs - 15th International Conference, SEMANTiCS</source>
          <year>2019</year>
          , Karlsruhe, Germany, September 9-
          <issue>12</issue>
          ,
          <year>2019</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>11702</volume>
          , pp.
          <volume>231</volume>
          {
          <fpage>245</fpage>
          . Springer (
          <year>2019</year>
          ). https://doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -33220-4 17, https: //doi.org/10.1007/978-3-
          <fpage>030</fpage>
          -33220-4_
          <fpage>17</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Supervised ontology and instance matching with MELT</article-title>
          .
          <source>In: OM@ISWC</source>
          <year>2020</year>
          (
          <year>2020</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Hofmann</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Perchani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Dbkwik: Towards knowledge graph creation from thousands of wikis</article-title>
          . In: Nikitina,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Song</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Fokoue</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Haase</surname>
          </string-name>
          , P. (eds.)
          <source>Proceedings of the ISWC</source>
          <year>2017</year>
          <article-title>Posters &amp; Demonstrations and Industry Tracks co-located with 16th International Semantic Web Conference (ISWC</article-title>
          <year>2017</year>
          ), Vienna, Austria, October 23rd - to - 25th,
          <year>2017</year>
          .
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <year>1963</year>
          .
          <article-title>CEUR-WS.org (</article-title>
          <year>2017</year>
          ), http://ceur-ws.org/Vol1963/paper540.pdf
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Lehmann</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Isele</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jakob</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jentzsch</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kontokostas</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendes</surname>
            ,
            <given-names>P.N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hellmann</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Morsey</surname>
            , M., van Kleef,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Dbpedia - A large-scale, multilingual knowledge base extracted from wikipedia</article-title>
          .
          <source>Semantic Web</source>
          <volume>6</volume>
          (
          <issue>2</issue>
          ),
          <volume>167</volume>
          {
          <fpage>195</fpage>
          (
          <year>2015</year>
          ). https://doi.org/10.3233/SW-140134, https://doi.org/10.3233/SW140134
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.:</given-names>
          </string-name>
          <article-title>E cient estimation of word representations in vector space</article-title>
          . In: Bengio,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>LeCun</surname>
          </string-name>
          , Y. (eds.) 1st
          <source>International Conference on Learning Representations, ICLR</source>
          <year>2013</year>
          , Scottsdale, Arizona, USA, May 2-
          <issue>4</issue>
          ,
          <year>2013</year>
          , Workshop Track Proceedings (
          <year>2013</year>
          ), http://arxiv.org/abs/1301.3781
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Mikolov</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sutskever</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Corrado</surname>
            ,
            <given-names>G.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dean</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <article-title>Distributed representations of words and phrases and their compositionality</article-title>
          . In: Burges,
          <string-name>
            <given-names>C.J.C.</given-names>
            ,
            <surname>Bottou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            ,
            <surname>Ghahramani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            ,
            <surname>Weinberger</surname>
          </string-name>
          ,
          <string-name>
            <surname>K.Q</surname>
          </string-name>
          . (eds.)
          <source>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. pp.
          <volume>3111</volume>
          {
          <issue>3119</issue>
          (
          <year>2013</year>
          ), http://papers.nips.cc/paper/5021-distributed
          <article-title>-representations-ofwords-and-phrases-and-their-compositionality</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hertling</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Visual analysis of ontology matching results with the MELT dashboard</article-title>
          .
          <source>In: The Semantic Web: ESWC 2020 Satellite Events</source>
          (
          <year>2020</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hladik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Kgvec2go - knowledge graph embeddings as a service</article-title>
          . In: Calzolari,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Bechet</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            ,
            <surname>Blache</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Cieri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Isahara</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of The 12th Language Resources and Evaluation Conference</source>
          ,
          <string-name>
            <surname>LREC</surname>
          </string-name>
          <year>2020</year>
          , Marseille, France, May
          <volume>11</volume>
          -16,
          <year>2020</year>
          . pp.
          <volume>5641</volume>
          {
          <fpage>5647</fpage>
          .
          <string-name>
            <surname>European Language Resources Association</surname>
          </string-name>
          (
          <year>2020</year>
          ), https: //www.aclweb.org/anthology/2020.lrec-
          <volume>1</volume>
          .692/
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hladik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Rdf2vec light - a lightweight approach for knowledge graph embeddings</article-title>
          .
          <source>In: Proceedings of the ISWC 2020 Posters Demonstrations</source>
          (
          <year>2020</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Alod2vec matcher</article-title>
          .
          <source>In: OM@ISWC. CEUR Workshop Proceedings</source>
          , vol.
          <volume>2288</volume>
          , pp.
          <volume>132</volume>
          {
          <fpage>137</fpage>
          .
          <string-name>
            <surname>CEUR-WS.org</surname>
          </string-name>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Portisch</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Wiktionary Matcher results for OAEI 2020</article-title>
          . In: OM@ISWC
          <year>2020</year>
          (
          <year>2020</year>
          ), to appear
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Ristoski</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rosati</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Noia</surname>
          </string-name>
          , T.D.,
          <string-name>
            <surname>Leone</surname>
            ,
            <given-names>R.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
          </string-name>
          , H.:
          <article-title>Rdf2vec: RDF graph embeddings and their applications</article-title>
          .
          <source>Semantic Web</source>
          <volume>10</volume>
          (
          <issue>4</issue>
          ),
          <volume>721</volume>
          {
          <fpage>752</fpage>
          (
          <year>2019</year>
          ). https://doi.org/10.3233/SW-180317, https://doi.org/10.3233/SW-180317
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Seitner</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bizer</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eckert</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Faralli</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Meusel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Paulheim</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ponzetto</surname>
            ,
            <given-names>S.P.:</given-names>
          </string-name>
          <article-title>A large database of hypernymy relations extracted from the web</article-title>
          . In: Calzolari,
          <string-name>
            <given-names>N.</given-names>
            ,
            <surname>Choukri</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            ,
            <surname>Declerck</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Goggi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Grobelnik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Maegaard</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            ,
            <surname>Mariani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Mazo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            ,
            <surname>Moreno</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Odijk</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Piperidis</surname>
          </string-name>
          , S. (eds.)
          <source>Proceedings of the Tenth International Conference on Language Resources and Evaluation LREC</source>
          <year>2016</year>
          , Portoroz, Slovenia, May
          <volume>23</volume>
          -28,
          <year>2016</year>
          .
          <string-name>
            <given-names>European</given-names>
            <surname>Language Resources Association (ELRA)</surname>
          </string-name>
          (
          <year>2016</year>
          ), http://www.lrec-conf.org/proceedings/lrec2016/ summaries/204.html
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>