<!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>MultiKE: A Multi-view Knowledge Graph Embedding Framework for Entity Alignment?</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Wei Hu</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Qingheng Zhang</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Zequn Sun</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jiacheng Huang</string-name>
          <email>jchuangg.nju@gmail.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>State Key Laboratory for Novel Software Technology, Nanjing University</institution>
          ,
          <country country="CN">China</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>We study the problem of embedding-based entity alignment (EA) between knowledge graphs (KGs), and propose a novel framework that uni es multiple views of entities to learn their embeddings. Experiments on real-world datasets show that this framework largely outperforms the current embedding-based methods. Entity alignment (EA) aims to nd entities in di erent knowledge graphs (KGs) referring to the same real-world identity. Conventional methods identify similar entities based on the symbolic features, such as names, textual descriptions and attribute values. Recently, increasing attention has been drawn to leveraging the KG embedding techniques for dealing with this problem, where the key idea is to learn vector representations (called embeddings) of KGs and nd alignment according to the similarity of the embeddings. We propose a new EA framework, MultiKE, based on multi-view KG embedding. The underlying idea is to divide the various features of KGs into multiple subsets (called views), which are complementary to each other (see Figure 1 for example). Thus, entity embeddings can be learnt from each separate view and jointly optimized to improve the alignment performance.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>Multi-view KG embedding. Based on the data model of KGs, we de ne three
representative views based on the name, relation and attribute features. First,
literals are constituted by sequences of tokens. We embed the name view using
the literal embeddings. Second, the relation view characterizes the structure of
KGs. We employ TransE to interpret a relation as a translation vector from its
head entity to tail entity. Third, for the attribute view, we use a convolutional
neural network to extract features from the attributes and values of entities.
Cross-KG training. We propose the cross-KG entity identity inference to
capture the alignment information using seed alignment. We also present the
crossKG relation/attribute identity inference to enhance EA.
? Copyright c 2019 for this paper by its authors. Use permitted under Creative
Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>Mona Lisa Leonardo da Vinci
– other title : La Gioconda author – description : Italian Renaissance polymath
– year : 1503 – birth name : Leonardo di ser Piero da Vinci
… …
Louvre
– caption : The Richelieu Wing
– established : 1793
…</p>
      <p>birth place</p>
      <p>
        Attributes JAPE [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
+
l. Textual desc. KDCoE [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
eRLiterals AttrE [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]
      </p>
      <p>MultiKE-WVA
MultiKE-SSL
MultiKE-ITC</p>
      <p>DBP-WD DBP-YG
Hits@1 Hits@10 MR MRR Hits@1 Hits@10 MR MRR
31.84 58.88 266 0.411 23.57 48.41 189 0.320
57.19 69.53 182 0.618 42.71 48.30 137 0.446
38.96 66.77 142 0.487 23.24 42.70 706 0.300
90.42 94.59 22 0.921 85.92 94.99 19 0.891
91.86 96.26 39 0.935 82.35 93.30 21 0.862
91.45 95.19 114 0.928 88.03 95.32 35 0.906
View combinations. Intuitively, general entity embeddings can bene t from
multiple view-speci c embeddings. We propose weighted view averaging (WVA),
shared space learning (SSL) and in-training combination (ITC).
3</p>
    </sec>
    <sec id="sec-2">
      <title>Evaluation 4</title>
    </sec>
    <sec id="sec-3">
      <title>Conclusion</title>
      <p>
        We selected two datasets in [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], DBP-WD and DBP-YG, and compared MultiKE
with JAPE, KDCoE and AttrE, each of which used one type of extra features
as enhancement. Table 1 shows that MultiKE largely outperformed the others.
In this paper, we proposed a multi-view KG embedding framework for EA, and
our experiments demonstrated its e ectiveness. In future work, we will
investigate more feasible views (e.g., entity types) and study cross-lingual EA.
      </p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tian</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chang</surname>
            ,
            <given-names>K.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Skiena</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaniolo</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Co-training embeddings of knowledge graphs and entity descriptions for cross-lingual entity alignment</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <volume>3998</volume>
          {
          <issue>4004</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          :
          <article-title>Cross-lingual entity alignment via joint attribute-preserving embedding</article-title>
          .
          <source>In: ISWC</source>
          . pp.
          <volume>628</volume>
          {
          <issue>644</issue>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Sun</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hu</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          , Zhang,
          <string-name>
            <given-names>Q.</given-names>
            ,
            <surname>Qu</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          :
          <article-title>Bootstrapping entity alignment with knowledge graph embedding</article-title>
          .
          <source>In: IJCAI</source>
          . pp.
          <volume>4396</volume>
          {
          <issue>4402</issue>
          (
          <year>2018</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Trsedya</surname>
            ,
            <given-names>B.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Qi</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Zhang, R.:
          <article-title>Entity alignment between knowledge graphs using attribute embeddings</article-title>
          .
          <source>In: AAAI</source>
          (
          <year>2019</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>