SlideShare ist ein Scribd-Unternehmen logo
1 von 52
Downloaden Sie, um offline zu lesen
Ontology matching   Instance-based OM        IBOMbIE     Experiments   Comparison other OM   Conclusions




                    Instance-Based Ontology Matching
                          By Instance Enrichment

                                  Balthasar A.C. Schopman
                                              –
                                         supervisors:
                                        Antoine Isaac
                                       Shenghui Wang
                                      Stefan Schlobach

                                        Vrije Universiteit Amsterdam


                                             June 29, 2009
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Outline


      1    Ontology matching

      2    Instance-based OM

      3    IBOMbIE

      4    Experiments

      5    Comparison other OM

      6    Conclusions
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Research questions




      General research questions:
             How do different algorithm design options of
             IBOMbIE influence the final result?
             How does the performance of IBOMbIE relate to other OM
             algorithms?
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Questions from the audience




      Crucial questions: please interrupt me.
      Other questions: after presentation please.
Ontology matching         Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Ontology

       Definition of an ontology1 :
                    An ontology typically (1) defines a vocabulary relevant in
                    a certain domain of interest, (2) specifies the meaning of
                    terms and (3) specifies relations between terms.

       Ontologies:
                    controlled vocabulary
                    thesaurus
                    database schema
                    canonical semantic web ontology: a set of typed, interrelated
                    concepts defined in a formal language


               1
                   by Euzenat and Shvaiko
Ontology matching         Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Ontology

       Definition of an ontology1 :
                    An ontology typically (1) defines a vocabulary relevant in
                    a certain domain of interest, (2) specifies the meaning of
                    terms and (3) specifies relations between terms.

       Ontologies:
                    controlled vocabulary
                    thesaurus
                    database schema
                    canonical semantic web ontology: a set of typed, interrelated
                    concepts defined in a formal language


               1
                   by Euzenat and Shvaiko
Ontology matching    Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Ontology Matching (OM)


       Ontologies ...
               facilitate interoperability between parties
               do not solve heterogeneity problem, but raise it to a higher
               level: the OM level

       Elementary OM techniques:
               terminological
               structure-based
               semantic-based
               instance-based
Ontology matching    Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Ontology Matching (OM)


       Ontologies ...
               facilitate interoperability between parties
               do not solve heterogeneity problem, but raise it to a higher
               level: the OM level

       Elementary OM techniques:
               terminological
               structure-based
               semantic-based
               instance-based
Ontology matching    Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Instance-based OM (IBOM)

       Variants IBOM:
           1   use dually annotated instances (DAI)
           2   create DAI
           3   use extension of concepts (DAI not required)

       General pros and cons:
               Con: does not deduce specific relations
               Con: suitable instances rarely available
               Pro: focus on active part of ontology
               Pro: able to deal with ambiguous linguistic phenomena:
               synonym, homonym
Ontology matching    Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Introduction


Instance-based OM (IBOM)

       Variants IBOM:
           1   use dually annotated instances (DAI)
           2   create DAI
           3   use extension of concepts (DAI not required)

       General pros and cons:
               Con: does not deduce specific relations
               Con: suitable instances rarely available
               Pro: focus on active part of ontology
               Pro: able to deal with ambiguous linguistic phenomena:
               synonym, homonym
Ontology matching   Instance-based OM      IBOMbIE    Experiments   Comparison other OM   Conclusions

Intro


Definitions of ‘instance of’-relation

        Example definitions:
             Canonical semantic web definition
             Library definition


                                   someone:Peter

                      foaf:name                        foaf:knows
                                         rdf:type

          "Peter"                                                     someone:Nate
                                        foaf:Person
Ontology matching   Instance-based OM     IBOMbIE    Experiments       Comparison other OM   Conclusions

Intro


Definitions of ‘instance of’-relation


        Example definitions:
             Canonical semantic web definition
             Library definition

                                        ontology /
                                        vocabulary      object o1

                                           c1                c1


                                           c2


                                           c3
                                                        object o2

                                            ...         c1        c2

                                                             c3
                                            ...
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Intro


Application




        Two library scenarios: KB and TEL
             match controlled vocabularies
             data-sets: book catalogs
             multi-lingual
Ontology matching   Instance-based OM   IBOMbIE   Experiments    Comparison other OM   Conclusions

IBOM


IBOM: measuring similarity



                                         c1
                                                            c2
Ontology matching   Instance-based OM   IBOMbIE   Experiments        Comparison other OM   Conclusions

IBOM


IBOM: measuring similarity



                                          c1
                                                                c2
Ontology matching   Instance-based OM   IBOMbIE   Experiments        Comparison other OM   Conclusions

IBOM


IBOM: measuring similarity



                                          c1
                                                                c2
Ontology matching   Instance-based OM   IBOMbIE   Experiments        Comparison other OM   Conclusions

IBOM


IBOM: measuring similarity



                                          c1
                                                                c2
Ontology matching   Instance-based OM     IBOMbIE       Experiments   Comparison other OM   Conclusions

IBOM


Jaccard coefficient



       Jaccard coefficient:
                                                        |i1 ∩ i2 |
                                        J(c1 , c2 ) =
                                                        |i1 ∪ i2 |

       quantifies the overlap of the extension of concepts
       → relatedness between concepts


       Con: no multi-sets
Ontology matching   Instance-based OM     IBOMbIE       Experiments   Comparison other OM   Conclusions

IBOM


Jaccard coefficient



       Jaccard coefficient:
                                                        |i1 ∩ i2 |
                                        J(c1 , c2 ) =
                                                        |i1 ∪ i2 |

       quantifies the overlap of the extension of concepts
       → relatedness between concepts


       Con: no multi-sets
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

IBOM


Creating dually annotated instances (DAI)




       Jaccard needs DAI
       If DAI unavailable:
             exact instance matching → merge annotations
             approximate instance matching → enrich instances
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

IBOM


Creating dually annotated instances (DAI)




       Jaccard needs DAI
       If DAI unavailable:
             exact instance matching → merge annotations
             approximate instance matching → enrich instances
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Instance matching


Approximate instance matching




      Instance similarity measures:
              Lucene
              vector space model (VSM)
Ontology matching         Instance-based OM        IBOMbIE      Experiments        Comparison other OM   Conclusions

Enriching instances


Basic instance enrichment (IE)


                          data-set D1                                              data-set D2

                      i                                                                            i



                                          i1                                  i2

                                      a        b        match          A           B
                      i                                                                            i
Ontology matching         Instance-based OM        IBOMbIE   Experiments        Comparison other OM   Conclusions

Enriching instances


Basic instance enrichment (IE)


                          data-set D1                                           data-set D2

                      i                                                                         i



                                          i1                               i2

                                      a        b                    A           B
                      i                                                                         i
                                      A        B
Ontology matching         Instance-based OM        IBOMbIE      Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: topN

                          data-set D1                                              data-set D2

                      i                                                       i2
                                          i1
                                                          1st           A          B
                                      a        b         match
                                                                                                  i3

                                                          2nd                                     D
                                                         match
                      i                                                       i4
                                                         3rd
                                                                        A          C
                                                        match
Ontology matching         Instance-based OM        IBOMbIE   Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: topN

                          data-set D1                                           data-set D2

                      i                                                    i2
                                          i1
                                                                     A          B
                                      a        b                                               i3

                                      A        B                                               D
                      i                                                    i4

                                                                     A          C
Ontology matching         Instance-based OM        IBOMbIE   Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: topN


                          data-set D1                                           data-set D2

                      i                                                    i2
                                          i1
                                                                     A          B
                                      a        b                                               i3

                                      A        B                                               D
                      i                                                    i4
                                          D
                                                                     A          C
Ontology matching         Instance-based OM        IBOMbIE   Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: topN


                          data-set D1                                           data-set D2

                      i                                                    i2
                                          i1
                                                                     A          B
                                      a        b                                               i3

                                      A        B                                               D
                      i                                                    i4
                                          D
                                                                     A          C
                                      A        C
Ontology matching         Instance-based OM       IBOMbIE     Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: similarity threshold (ST)

                          data-set D1                                            data-set D2

                      i                                                     i2
                                         i1
                                                      sim(i1,i2)       A         B
                                     a        b         = 0.8
                                                                                                i3

                                                      sim(i1,i3)
                                                                                                D
                                                        = 0.4
                      i                                                     i4

                                                      sim(i1,i4)       A         C
                                                        = 0.2
Ontology matching         Instance-based OM       IBOMbIE     Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: similarity threshold (ST)

                          data-set D1                                            data-set D2

                      i                                                     i2
                                         i1
                                                      sim(i1,i2)       A         B
                                     a        b         = 0.8
                                                                                                i3

                                     A        B       sim(i1,i3)
                                                                                                D
                                                        = 0.4
                      i                                                     i4

                                                      sim(i1,i4)       A         C
                                                        = 0.2
Ontology matching         Instance-based OM       IBOMbIE     Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: similarity threshold (ST)


                          data-set D1                                            data-set D2

                      i                                                     i2
                                         i1
                                                      sim(i1,i2)       A         B
                                     a        b         = 0.8
                                                                                                i3

                                     A        B       sim(i1,i3)
                                                                                                D
                                                        = 0.4
                      i                                                     i4
                                         D
                                                      sim(i1,i4)       A         C
                                                        = 0.2
Ontology matching         Instance-based OM       IBOMbIE     Experiments        Comparison other OM   Conclusions

Enriching instances


IE parameter: similarity threshold (ST)


                          data-set D1                                            data-set D2

                      i                                                     i2
                                         i1
                                                      sim(i1,i2)       A         B
                                     a        b         = 0.8
                                                                                                i3

                                     A        B       sim(i1,i3)
                                                                                                D
                                                        = 0.4
                      i                                                     i4
                                         D
                                                      sim(i1,i4)       A         C
                                     A        C         = 0.2
Ontology matching        Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Experimental questions


Experimental questions




              Instance similarity measure
              topN parameter
              ST parameter
              combining topN + ST parameters
              performance as compared to other OM algorithms
Ontology matching     Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions

Evaluation


Alignment evaluation


       Methods:
             Gold standard := good alignment
             Reindexing



       Measures:
             Precision
             Recall
             f-measure
Ontology matching                    Instance-based OM                     IBOMbIE                           Experiments               Comparison other OM           Conclusions

Results of experiments


Results: instance similarity measure - quality


                           1                                                                                  1
                                                                              P VSM                                    P VSM
                                                                              R VSM                                    R VSM
                                                                              F VSM                                    F VSM
                                                                            P Lucene                                 P Lucene
                                                                            R Lucene                                 R Lucene
                          0.8                                               F Lucene                         0.8     F Lucene




                          0.6                                                                                0.6
            performance




                                                                                               performance
                          0.4                                                                                0.4




                          0.2                                                                                0.2




                           0                                                                                  0
                                10   100    1000                  10000   100000       1e+06                   100              1000        10000       100000   1e+06
                                                   mapping rank                                                                          mapping rank


                                     (a) Gold standard                                                                            (b) Reindex



                                                                          Virtually equal
Ontology matching                    Instance-based OM                 IBOMbIE                        Experiments                   Comparison other OM                                         Conclusions

Results of experiments


Results: instance similarity measure - quality


                       1                                                                               1
                                                                                                                                                                      precision VSM
                                                                                                                                                                    precision Lucene



                      0.8                                                                             0.8




                      0.6                                                                             0.6




                                                                                        performance
            overlap




                      0.4                                                                             0.4




                      0.2                                                                             0.2




                       0                                                                               0
                            1   10        100       1000       10000   100000   1e+06                       0   500   1000   1500   2000       2500       3000   3500   4000      4500   5000
                                                mapping rank                                                                               mapping rank


                                       (c) Overlap                                                              (d) Manual Evaluation



                                                                       Edge to VSM
Ontology matching        Instance-based OM   IBOMbIE   Experiments                                     Comparison other OM                             Conclusions

Results of experiments


Results: instance similarity measure - run-time

             amount            time to enrich 100K
             indexed           instances (hrs:min)
             instances         Lucene VSM
             524K              1:04      0:17                                  1600
                                                                                            VSM
                                                                                          Lucene

                                                                               1400


             1,457K            7:20      0:22                                  1200



             2,506K            26:15     0:32                                  1000




                                                           increase run-time
                                (e) stats                                      800


                                                                               600


                                                                               400


                                                                               200


                                                                                 0
                                                                                      4        6   8   10   12     14      16      18   20   22   24   26
                                                                                                            indexed documents * 100K


                                                                                                   (f) figure it out

       Optimizations VSM:
           pre-calculate weights indexed documents
           purge insignificant weights (35% + 50%)
           word centered indexing approach
Ontology matching        Instance-based OM   IBOMbIE   Experiments                                     Comparison other OM                             Conclusions

Results of experiments


Results: instance similarity measure - run-time

             amount            time to enrich 100K
             indexed           instances (hrs:min)
             instances         Lucene VSM
             524K              1:04      0:17                                  1600
                                                                                            VSM
                                                                                          Lucene

                                                                               1400


             1,457K            7:20      0:22                                  1200



             2,506K            26:15     0:32                                  1000




                                                           increase run-time
                                (g) stats                                      800


                                                                               600


                                                                               400


                                                                               200


                                                                                 0
                                                                                      4        6   8   10   12     14      16      18   20   22   24   26
                                                                                                            indexed documents * 100K


                                                                                                   (h) figure it out

       Optimizations VSM:
           pre-calculate weights indexed documents
           purge insignificant weights (35% + 50%)
           word centered indexing approach
Ontology matching                             Instance-based OM                   IBOMbIE                      Experiments                       Comparison other OM           Conclusions

Results of experiments


Results: topN parameter (TEL)


                                                As N increases, quality of mappings decrease

                        0.45                                                                                   0.25
                                   top1 (baseline)                                                                      top1 (baseline)
                                             top2                                                                                 top2
                                             top3                                                                                 top3
                         0.4                 top4                                                                                 top4
                                             top5                                                                                 top5
                                             top6                                                               0.2               top6
                        0.35


                         0.3

                                                                                                               0.15
            f-measure




                                                                                                   f-measure
                        0.25


                         0.2
                                                                                                                0.1

                        0.15


                         0.1
                                                                                                               0.05

                        0.05


                          0                                                                                      0
                               1           10        100       1000       10000   100000   1e+06                  100                     1000        10000       100000   1e+06
                                                           mapping rank                                                                            mapping rank


                                           (i) Gold standard                                                                                (j) Reindex
Ontology matching                                 Instance-based OM                     IBOMbIE                     Experiments                    Comparison other OM           Conclusions

Results of experiments


Results: similarity threshold parameter (KB)

       Best performance with ST: ST=µ
       Best performance: baseline (topN=1, ST=∞)

                        0.6                                                                                          0.4
                                       baseline                                                                                  baseline
                                   T=mean-1.5s                                                                               T=mean-1.5s
                                      T=mean-s                                                                                  T=mean-s
                                    T=mean-.5s                                                                      0.35      T=mean-.5s
                        0.5            T=mean                                                                                    T=mean
                                    T=mean+.5s                                                                                T=mean+.5s
                                     T=mean+s                                                                                  T=mean+s
                                   T=mean+1.5s                                                                       0.3     T=mean+1.5s

                        0.4
                                                                                                                    0.25
            f-measure




                                                                                                        f-measure
                        0.3                                                                                          0.2


                                                                                                                    0.15
                        0.2

                                                                                                                     0.1

                        0.1
                                                                                                                    0.05


                         0                                                                                            0
                              10                  100    1000                  10000   100000   1e+06                  100                  1000        10000       100000   1e+06
                                                                mapping rank                                                                         mapping rank


                                              (k) Gold standard                                                                               (l) Reindex
Ontology matching                             Instance-based OM               IBOMbIE                   Experiments                       Comparison other OM           Conclusions

Results of experiments


Results: combining parameters
       Using both parameters performs good in TEL, not in KB...
       possibly due to:
                        more selective IBOMbIE pays off in TEL, because vocabularies
                        + instance annotations are more different than in KB scenario.

                         0.4                                                                             0.3
                                            baseline                                                                        baseline
                                  topN=1 ST=mu-0.5s                                                               topN=1 ST=mu-0.5s
                                      topN=1 ST=mu                                                                    topN=1 ST=mu
                        0.35     topN=1 ST=mu+0.5s                                                               topN=1 ST=mu+0.5s
                                  topN=2 ST=mu-0.5s                                                     0.25      topN=2 ST=mu-0.5s
                                      topN=2 ST=mu                                                                    topN=2 ST=mu
                                 topN=2 ST=mu+0.5s                                                               topN=2 ST=mu+0.5s
                         0.3      topN=3 ST=mu-0.5s                                                                   topN=3 ST=mu
                                      topN=3 ST=mu                                                               topN=3 ST=mu+0.5s
                                                                                                         0.2
                        0.25
            f-measure




                                                                                            f-measure
                         0.2                                                                            0.15


                        0.15
                                                                                                         0.1

                         0.1

                                                                                                        0.05
                        0.05


                          0                                                                               0
                           100                    1000        10000       100000    1e+06                  100                    1000         10000       100000   1e+06
                                                           mapping rank                                                                     mapping rank


                                                         (m) KB                                                                          (n) TEL


       (evaluation method: reindexing)
Ontology matching   Instance-based OM    IBOMbIE   Experiments   Comparison other OM   Conclusions

OAEI


Ontology alignment evaluation initiative (OAEI)


                             terminol-     structure-     semantic-      instance-
                             ogical        based          based          based
              DSSim                                                      #
              Lily                                                       #
              TaxoMap                                                    #
              IBOMbIE        #             #              #



       DSSim, Lily and TaxoMap:
             consider KB ontologies “huge”
             feature functionality to deal with large ontologies
Ontology matching              Instance-based OM   IBOMbIE               Experiments       Comparison other OM   Conclusions

OAEI


Performance comparison: quality

                     0.8
                                                                                   P IBOMbIE topN=1
                                                                                   R IBOMbIE topN=1
                                                                                           P DSSim
                     0.7                                                                   R DSSim
                                                                                               P Lily
                                                                                               R Lily
                                                                                         P TaxoMap
                     0.6                                                                 R TaxoMap


                     0.5
       performance




                     0.4


                     0.3


                     0.2


                     0.1


                      0
                           0         2000          4000                  6000            8000           10000
                                                          mapping rank
Ontology matching   Instance-based OM    IBOMbIE   Experiments   Comparison other OM   Conclusions

OAEI


Performance comparison: resources + coverage



                        matcher         run-time   amount mappings
                        DSSim             12:00         2930
                         Lily                ?          2797
                       TaxoMap             2:40         1851
                       IBOMbIE             1:54        7000+



       (Amount lexically equal concepts KB vocabulaires = 2,895)
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Conclusions + discussion


      IBOMbIE algorithm is quite promising:
             Relatively low run-time
             Able to deal with large ontologies
             Amount + quality of mappings
             Pros of IBOM
             Able to align ontologies using disjunct data-sets



      Basic instance enrichment appears best performing method.
      Possible cause: Jaccard coefficient does not support multi-sets.
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Fin




      Thank you... any questions ?
Ontology matching     Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Vocabularies




                    vocabulary        size
        KB          GTT               35K
                    Brinkman           5K
        TEL         LCSH             340K
                    Rameau           155K
                    SWD              805K
Ontology matching   Instance-based OM   IBOMbIE   Experiments      Comparison other OM   Conclusions




IE parameter: similarity threshold (ST)



                              D1            D2
                              annotated     annotated
                              with          with                  µ       σ
                    KB        O1            O2                  0.297   0.106
                              O2            O1                  0.279   0.101
                    TEL       O1            O2                  0.260   0.097
                              O2            O1                  0.232   0.084

      standard ST: µ
                 1
      step-size: 2 σ
Ontology matching   Instance-based OM       IBOMbIE        Experiments           Comparison other OM   Conclusions




VSM
      Weights are components of vectors:
          term frequency - inverse document frequency: TF-IDF
          e.g. audiovisual features

                                        tfidfw ,d = tfw ,d ∗ idfw
                                                    √
                                                       nw ,d
                                           tfw ,d =
                                                      |d|
                                                        |D|
                                 idfw = log
                                                  |d ∈ D : w ∈ d|
      VSM cosine similarity
                                                                             n
                                              d1 · d2                        i =1 wi ,d1 wi ,d2
                cosine sim(d1 , d2 ) =                     =
                                              |d1 ||d2 |                 i   wi2 1         i   wi2 2
                                                                               ,d                ,d
Ontology matching   Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




Evaluation method: gold standard



      Gold standard := good alignment

                                          |{reference} ∩ {retrieved}|
                    P = precision =
                                                  |{retrieved}|
                                        |{reference} ∩ {retrieved}|
                       R = recall =
                                                |{reference}|
                                                           P ∗R
                              F = f − measure = 2 ∗
                                                           P +R
Ontology matching    Instance-based OM         IBOMbIE        Experiments        Comparison other OM   Conclusions




Evaluation method: reindexing
                                          o_1                       o_2

                                           a                         x

                                           b                         y

                                           c                         z



                            instance i_dual                           instance i_dual

                                 {a, b}                                     {x, z}
                                                    reindex

                                  {x}                                       {a, b}




                            dually annotated instances |{reference}∩{retrieved}|
                                                              |{retrieved}|
                    P=
                                          |{reindexed instances}|
                            dually annotated instances |{reference}∩{retrieved}|
                                                              |{reference}|
                    R=
Ontology matching        Instance-based OM   IBOMbIE   Experiments   Comparison other OM   Conclusions




IbOM by IM algorithm overview


      Whole algorithm
      Start: two data-sets Dx and Dy
         1   Enrich instances of Dx with annotations of instances of Dy
             For every instance a:
                    1   Find N best matching instances {b} in Dy
                    2   Add annotations of {b} to a
         2   Enrich vice versa
         3   Merge data-sets into one dually annotated data-set
         4   Apply Jaccard measure

Weitere ähnliche Inhalte

Kürzlich hochgeladen

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...liera silvan
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 

Kürzlich hochgeladen (20)

ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
EmpTech Lesson 18 - ICT Project for Website Traffic Statistics and Performanc...
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 

Empfohlen

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTExpeed Software
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsPixeldarts
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthThinkNow
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfmarketingartwork
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 

Empfohlen (20)

Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 

Instance-based Ontology Matching by Instance Enrichment

  • 1. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Instance-Based Ontology Matching By Instance Enrichment Balthasar A.C. Schopman – supervisors: Antoine Isaac Shenghui Wang Stefan Schlobach Vrije Universiteit Amsterdam June 29, 2009
  • 2. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Outline 1 Ontology matching 2 Instance-based OM 3 IBOMbIE 4 Experiments 5 Comparison other OM 6 Conclusions
  • 3. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Research questions General research questions: How do different algorithm design options of IBOMbIE influence the final result? How does the performance of IBOMbIE relate to other OM algorithms?
  • 4. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Questions from the audience Crucial questions: please interrupt me. Other questions: after presentation please.
  • 5. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Ontology Definition of an ontology1 : An ontology typically (1) defines a vocabulary relevant in a certain domain of interest, (2) specifies the meaning of terms and (3) specifies relations between terms. Ontologies: controlled vocabulary thesaurus database schema canonical semantic web ontology: a set of typed, interrelated concepts defined in a formal language 1 by Euzenat and Shvaiko
  • 6. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Ontology Definition of an ontology1 : An ontology typically (1) defines a vocabulary relevant in a certain domain of interest, (2) specifies the meaning of terms and (3) specifies relations between terms. Ontologies: controlled vocabulary thesaurus database schema canonical semantic web ontology: a set of typed, interrelated concepts defined in a formal language 1 by Euzenat and Shvaiko
  • 7. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Ontology Matching (OM) Ontologies ... facilitate interoperability between parties do not solve heterogeneity problem, but raise it to a higher level: the OM level Elementary OM techniques: terminological structure-based semantic-based instance-based
  • 8. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Ontology Matching (OM) Ontologies ... facilitate interoperability between parties do not solve heterogeneity problem, but raise it to a higher level: the OM level Elementary OM techniques: terminological structure-based semantic-based instance-based
  • 9. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Instance-based OM (IBOM) Variants IBOM: 1 use dually annotated instances (DAI) 2 create DAI 3 use extension of concepts (DAI not required) General pros and cons: Con: does not deduce specific relations Con: suitable instances rarely available Pro: focus on active part of ontology Pro: able to deal with ambiguous linguistic phenomena: synonym, homonym
  • 10. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Introduction Instance-based OM (IBOM) Variants IBOM: 1 use dually annotated instances (DAI) 2 create DAI 3 use extension of concepts (DAI not required) General pros and cons: Con: does not deduce specific relations Con: suitable instances rarely available Pro: focus on active part of ontology Pro: able to deal with ambiguous linguistic phenomena: synonym, homonym
  • 11. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Intro Definitions of ‘instance of’-relation Example definitions: Canonical semantic web definition Library definition someone:Peter foaf:name foaf:knows rdf:type "Peter" someone:Nate foaf:Person
  • 12. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Intro Definitions of ‘instance of’-relation Example definitions: Canonical semantic web definition Library definition ontology / vocabulary object o1 c1 c1 c2 c3 object o2 ... c1 c2 c3 ...
  • 13. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Intro Application Two library scenarios: KB and TEL match controlled vocabularies data-sets: book catalogs multi-lingual
  • 14. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM IBOM: measuring similarity c1 c2
  • 15. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM IBOM: measuring similarity c1 c2
  • 16. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM IBOM: measuring similarity c1 c2
  • 17. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM IBOM: measuring similarity c1 c2
  • 18. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM Jaccard coefficient Jaccard coefficient: |i1 ∩ i2 | J(c1 , c2 ) = |i1 ∪ i2 | quantifies the overlap of the extension of concepts → relatedness between concepts Con: no multi-sets
  • 19. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM Jaccard coefficient Jaccard coefficient: |i1 ∩ i2 | J(c1 , c2 ) = |i1 ∪ i2 | quantifies the overlap of the extension of concepts → relatedness between concepts Con: no multi-sets
  • 20. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM Creating dually annotated instances (DAI) Jaccard needs DAI If DAI unavailable: exact instance matching → merge annotations approximate instance matching → enrich instances
  • 21. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IBOM Creating dually annotated instances (DAI) Jaccard needs DAI If DAI unavailable: exact instance matching → merge annotations approximate instance matching → enrich instances
  • 22. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Instance matching Approximate instance matching Instance similarity measures: Lucene vector space model (VSM)
  • 23. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances Basic instance enrichment (IE) data-set D1 data-set D2 i i i1 i2 a b match A B i i
  • 24. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances Basic instance enrichment (IE) data-set D1 data-set D2 i i i1 i2 a b A B i i A B
  • 25. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: topN data-set D1 data-set D2 i i2 i1 1st A B a b match i3 2nd D match i i4 3rd A C match
  • 26. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: topN data-set D1 data-set D2 i i2 i1 A B a b i3 A B D i i4 A C
  • 27. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: topN data-set D1 data-set D2 i i2 i1 A B a b i3 A B D i i4 D A C
  • 28. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: topN data-set D1 data-set D2 i i2 i1 A B a b i3 A B D i i4 D A C A C
  • 29. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: similarity threshold (ST) data-set D1 data-set D2 i i2 i1 sim(i1,i2) A B a b = 0.8 i3 sim(i1,i3) D = 0.4 i i4 sim(i1,i4) A C = 0.2
  • 30. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: similarity threshold (ST) data-set D1 data-set D2 i i2 i1 sim(i1,i2) A B a b = 0.8 i3 A B sim(i1,i3) D = 0.4 i i4 sim(i1,i4) A C = 0.2
  • 31. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: similarity threshold (ST) data-set D1 data-set D2 i i2 i1 sim(i1,i2) A B a b = 0.8 i3 A B sim(i1,i3) D = 0.4 i i4 D sim(i1,i4) A C = 0.2
  • 32. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Enriching instances IE parameter: similarity threshold (ST) data-set D1 data-set D2 i i2 i1 sim(i1,i2) A B a b = 0.8 i3 A B sim(i1,i3) D = 0.4 i i4 D sim(i1,i4) A C A C = 0.2
  • 33. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Experimental questions Experimental questions Instance similarity measure topN parameter ST parameter combining topN + ST parameters performance as compared to other OM algorithms
  • 34. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Evaluation Alignment evaluation Methods: Gold standard := good alignment Reindexing Measures: Precision Recall f-measure
  • 35. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: instance similarity measure - quality 1 1 P VSM P VSM R VSM R VSM F VSM F VSM P Lucene P Lucene R Lucene R Lucene 0.8 F Lucene 0.8 F Lucene 0.6 0.6 performance performance 0.4 0.4 0.2 0.2 0 0 10 100 1000 10000 100000 1e+06 100 1000 10000 100000 1e+06 mapping rank mapping rank (a) Gold standard (b) Reindex Virtually equal
  • 36. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: instance similarity measure - quality 1 1 precision VSM precision Lucene 0.8 0.8 0.6 0.6 performance overlap 0.4 0.4 0.2 0.2 0 0 1 10 100 1000 10000 100000 1e+06 0 500 1000 1500 2000 2500 3000 3500 4000 4500 5000 mapping rank mapping rank (c) Overlap (d) Manual Evaluation Edge to VSM
  • 37. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: instance similarity measure - run-time amount time to enrich 100K indexed instances (hrs:min) instances Lucene VSM 524K 1:04 0:17 1600 VSM Lucene 1400 1,457K 7:20 0:22 1200 2,506K 26:15 0:32 1000 increase run-time (e) stats 800 600 400 200 0 4 6 8 10 12 14 16 18 20 22 24 26 indexed documents * 100K (f) figure it out Optimizations VSM: pre-calculate weights indexed documents purge insignificant weights (35% + 50%) word centered indexing approach
  • 38. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: instance similarity measure - run-time amount time to enrich 100K indexed instances (hrs:min) instances Lucene VSM 524K 1:04 0:17 1600 VSM Lucene 1400 1,457K 7:20 0:22 1200 2,506K 26:15 0:32 1000 increase run-time (g) stats 800 600 400 200 0 4 6 8 10 12 14 16 18 20 22 24 26 indexed documents * 100K (h) figure it out Optimizations VSM: pre-calculate weights indexed documents purge insignificant weights (35% + 50%) word centered indexing approach
  • 39. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: topN parameter (TEL) As N increases, quality of mappings decrease 0.45 0.25 top1 (baseline) top1 (baseline) top2 top2 top3 top3 0.4 top4 top4 top5 top5 top6 0.2 top6 0.35 0.3 0.15 f-measure f-measure 0.25 0.2 0.1 0.15 0.1 0.05 0.05 0 0 1 10 100 1000 10000 100000 1e+06 100 1000 10000 100000 1e+06 mapping rank mapping rank (i) Gold standard (j) Reindex
  • 40. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: similarity threshold parameter (KB) Best performance with ST: ST=µ Best performance: baseline (topN=1, ST=∞) 0.6 0.4 baseline baseline T=mean-1.5s T=mean-1.5s T=mean-s T=mean-s T=mean-.5s 0.35 T=mean-.5s 0.5 T=mean T=mean T=mean+.5s T=mean+.5s T=mean+s T=mean+s T=mean+1.5s 0.3 T=mean+1.5s 0.4 0.25 f-measure f-measure 0.3 0.2 0.15 0.2 0.1 0.1 0.05 0 0 10 100 1000 10000 100000 1e+06 100 1000 10000 100000 1e+06 mapping rank mapping rank (k) Gold standard (l) Reindex
  • 41. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Results of experiments Results: combining parameters Using both parameters performs good in TEL, not in KB... possibly due to: more selective IBOMbIE pays off in TEL, because vocabularies + instance annotations are more different than in KB scenario. 0.4 0.3 baseline baseline topN=1 ST=mu-0.5s topN=1 ST=mu-0.5s topN=1 ST=mu topN=1 ST=mu 0.35 topN=1 ST=mu+0.5s topN=1 ST=mu+0.5s topN=2 ST=mu-0.5s 0.25 topN=2 ST=mu-0.5s topN=2 ST=mu topN=2 ST=mu topN=2 ST=mu+0.5s topN=2 ST=mu+0.5s 0.3 topN=3 ST=mu-0.5s topN=3 ST=mu topN=3 ST=mu topN=3 ST=mu+0.5s 0.2 0.25 f-measure f-measure 0.2 0.15 0.15 0.1 0.1 0.05 0.05 0 0 100 1000 10000 100000 1e+06 100 1000 10000 100000 1e+06 mapping rank mapping rank (m) KB (n) TEL (evaluation method: reindexing)
  • 42. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions OAEI Ontology alignment evaluation initiative (OAEI) terminol- structure- semantic- instance- ogical based based based DSSim # Lily # TaxoMap # IBOMbIE # # # DSSim, Lily and TaxoMap: consider KB ontologies “huge” feature functionality to deal with large ontologies
  • 43. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions OAEI Performance comparison: quality 0.8 P IBOMbIE topN=1 R IBOMbIE topN=1 P DSSim 0.7 R DSSim P Lily R Lily P TaxoMap 0.6 R TaxoMap 0.5 performance 0.4 0.3 0.2 0.1 0 0 2000 4000 6000 8000 10000 mapping rank
  • 44. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions OAEI Performance comparison: resources + coverage matcher run-time amount mappings DSSim 12:00 2930 Lily ? 2797 TaxoMap 2:40 1851 IBOMbIE 1:54 7000+ (Amount lexically equal concepts KB vocabulaires = 2,895)
  • 45. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Conclusions + discussion IBOMbIE algorithm is quite promising: Relatively low run-time Able to deal with large ontologies Amount + quality of mappings Pros of IBOM Able to align ontologies using disjunct data-sets Basic instance enrichment appears best performing method. Possible cause: Jaccard coefficient does not support multi-sets.
  • 46. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Fin Thank you... any questions ?
  • 47. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Vocabularies vocabulary size KB GTT 35K Brinkman 5K TEL LCSH 340K Rameau 155K SWD 805K
  • 48. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IE parameter: similarity threshold (ST) D1 D2 annotated annotated with with µ σ KB O1 O2 0.297 0.106 O2 O1 0.279 0.101 TEL O1 O2 0.260 0.097 O2 O1 0.232 0.084 standard ST: µ 1 step-size: 2 σ
  • 49. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions VSM Weights are components of vectors: term frequency - inverse document frequency: TF-IDF e.g. audiovisual features tfidfw ,d = tfw ,d ∗ idfw √ nw ,d tfw ,d = |d| |D| idfw = log |d ∈ D : w ∈ d| VSM cosine similarity n d1 · d2 i =1 wi ,d1 wi ,d2 cosine sim(d1 , d2 ) = = |d1 ||d2 | i wi2 1 i wi2 2 ,d ,d
  • 50. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Evaluation method: gold standard Gold standard := good alignment |{reference} ∩ {retrieved}| P = precision = |{retrieved}| |{reference} ∩ {retrieved}| R = recall = |{reference}| P ∗R F = f − measure = 2 ∗ P +R
  • 51. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions Evaluation method: reindexing o_1 o_2 a x b y c z instance i_dual instance i_dual {a, b} {x, z} reindex {x} {a, b} dually annotated instances |{reference}∩{retrieved}| |{retrieved}| P= |{reindexed instances}| dually annotated instances |{reference}∩{retrieved}| |{reference}| R=
  • 52. Ontology matching Instance-based OM IBOMbIE Experiments Comparison other OM Conclusions IbOM by IM algorithm overview Whole algorithm Start: two data-sets Dx and Dy 1 Enrich instances of Dx with annotations of instances of Dy For every instance a: 1 Find N best matching instances {b} in Dy 2 Add annotations of {b} to a 2 Enrich vice versa 3 Merge data-sets into one dually annotated data-set 4 Apply Jaccard measure