<!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>InsMT+ Results for OAEI 2015 Instance Matching</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Abderrahmane Khiat</string-name>
          <email>khiat@yahoo.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Moussa Benaissa</string-name>
          <email>moussabenaissa@yahoo.fr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>LITIO Laboratory, University of Oran1 Ahmed Ben Bella</institution>
          ,
          <addr-line>Oran</addr-line>
          ,
          <country>Algeria abderrahmane</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>State</institution>
          ,
          <addr-line>Purpose, General Statement</addr-line>
        </aff>
      </contrib-group>
      <abstract>
        <p>The InsMT+ is an improved version of InsMT system participated at OAEI 2014. The InsMT+ an automatic instance matching system which consists in identifying the instances that describe the same real-world objects. The InsMT+ applies different string-based matchers with a local filter. This is the second participation of our system and we have improved somehow the results obtained by the previous version.</p>
      </abstract>
      <kwd-group>
        <kwd>Terminological Techniques</kwd>
        <kwd>String Based Similarity</kwd>
        <kwd>Instance Mapping</kwd>
        <kwd>Instance Matching</kwd>
        <kwd>Linked Data</kwd>
        <kwd>Web of Data</kwd>
        <kwd>Semantic Interoperability</kwd>
        <kwd>Semantic Web</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
The process of our system consists in the following successive steps.</p>
      <sec id="sec-2-1">
        <title>Step 1: Extraction and Normalization of Instances In this step, our system extracts</title>
        <p>
          the instances. Then, we have applied (
          <xref ref-type="bibr" rid="ref1">1</xref>
          ) case conversion (conversion of all words in
same upper or lower case) and (
          <xref ref-type="bibr" rid="ref2">2</xref>
          ) stop word elimination to normalize the instance
informations.
        </p>
        <p>Step 2: Terminological Matchers In this step, our system calculates the similarities
between instances, normalized in previous phase, using various string-based
matching algorithms. More precisely the different string-based matching algorithms used
are: levenshtein-distance, Jaro, SLIM-Winkler. The calculations of similarities by each
string matching algorithm are represented in matrix.</p>
        <p>Step 3: Local Filter In this step, our system applies a local filter on each matrix i.e.
we choose for each string-based matching algorithm a threshold to realize a filter. We
consider that: the similarities which are less than the threshold are set to 0. Our
intuition behind this local filter is that the similarities which are less than the threshold can
influence the strategy of the average aggregation.</p>
        <p>Step 4: Aggregation of Similarities In this step, our system combines the
similarities of each matrix (after we have applied a local filter) using the average aggregation
method and the result of the aggregation is represented in a matrix.</p>
      </sec>
      <sec id="sec-2-2">
        <title>Step 5: Global Filter and Identification of Alignment In this step, our system applies</title>
        <p>a second filter on the combined matrix (result of the previous step) in order to select the
correspondences found using the maximum strategy with a threshold.
1.3</p>
      </sec>
      <sec id="sec-2-3">
        <title>Adaptations Made for the Evaluation</title>
        <p>We do not have made any specific adaptation for this first version of InsMT+, for OAEI
2015 evaluation campaign. All parameters are the same for instance matching track of
OAEI 2015.
1.4</p>
      </sec>
      <sec id="sec-2-4">
        <title>Link to the set of provided alignments (in align format)</title>
        <p>The result of InsMT+ system can be downloaded from OAEI 2015 website http:
//islab.di.unimi.it/im_oaei_2015/index.html
2</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>In this section, we present the results obtained by running InsMT+ on instance matching
track of OAEI 2015 evaluation campaign.
2.1</p>
      <sec id="sec-3-1">
        <title>Author Disambiguation Task</title>
        <p>The goal of the author-dis task is to link OWL instances referring to the same person
(i.e., author) based on their publications.</p>
        <p>We present below the results obtained by running InsMT+ system on author
disambiguation task (see Tab. 1).
* The results of InsMT+ are better compared to the first version participated in
OAEI 2014, we can say that we have improved the results in terms of precision.
However, the results are less better than other systems due to the simple techniques used in
InsMT+. Since, InsMT+ is based only on String-based similarity.
2.2</p>
      </sec>
      <sec id="sec-3-2">
        <title>Author Recognition Task</title>
        <p>The goal of the author-rec task is to associate a person (i.e., author) with the
corresponding publication report containing aggregated information about the publication activity
of the person, such as number of publications, h-index, years of activity, number of
citations.</p>
        <p>We present below the results obtained by running InsMT+ system on author
recognition task (see Tab. 2).
* The results of InsMT+ on this track are not at all very satisfiable. However, we
can remark that the number of retrieved mappings by our system is less 10 time than
the mappings discovered by other systems, which explained the results obtained. We
are trying to analyses the reason of these results in order to improve our system.
3</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Conclusion</title>
      <p>This is the second time that InsMT+ system has participated in SEAL platform and
OAEI campaign. In this year, our system has participated only in two instance matching
tracks of OAEI 2015 evaluation campaign. The InsMT+ system gives good results better
than the InsMT system but these results still not statifaisable. As future Perspective, we
attempt to improve more our system in order to get better results.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <given-names>A.</given-names>
            <surname>Doan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Madhavan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Domingos</surname>
          </string-name>
          ,
          <article-title>and</article-title>
          <string-name>
            <given-names>A.</given-names>
            <surname>Halevy</surname>
          </string-name>
          ,
          <article-title>Learning to map ontologies on the semantic web</article-title>
          ,
          <source>in Proceedings of the International World Wide Web Conference</source>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <given-names>A.</given-names>
            <surname>Maedche</surname>
          </string-name>
          and
          <string-name>
            <given-names>V.</given-names>
            <surname>Zacharias</surname>
          </string-name>
          ,
          <article-title>Clustering ontologybased metadata in the semantic web</article-title>
          ,
          <source>in Proceedings of the 13th ECML and 6th PKDD</source>
          , (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <given-names>A.</given-names>
            <surname>Khiat</surname>
          </string-name>
          ,
          <string-name>
            <surname>M.</surname>
          </string-name>
          <article-title>Benaissa, InsMT / InsMTL results for OAEI 2014 instance matching</article-title>
          .
          <source>In Proceedings of the 9th International Workshop on Ontology Matching co-located with the 13th International Semantic Web Conference (ISWC</source>
          <year>2014</year>
          ), October 20, pp.
          <fpage>120</fpage>
          -
          <lpage>125</lpage>
          . CEURWS.org, Trentino, Italy,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <given-names>A.</given-names>
            <surname>Maedche</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Motik</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Silva</surname>
          </string-name>
          and
          <string-name>
            <given-names>R.</given-names>
            <surname>Volz</surname>
          </string-name>
          ”
          <article-title>Mafraa mappingframework for distributed ontologies</article-title>
          ”, Springer, Benjamins VR (eds) EKAW, Berlin, vol
          <volume>2473</volume>
          , pp
          <fpage>235250</fpage>
          , (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>K.</given-names>
            <surname>Todorov</surname>
          </string-name>
          , P. Geibel, KU. Kuhnberger ”
          <article-title>Mining concept similarities for heterogeneous ontologies</article-title>
          ”, Springer, Berlin, ICDM, vol
          <volume>6171</volume>
          . , pp
          <fpage>86100</fpage>
          , (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Valtchev</surname>
          </string-name>
          ,
          <article-title>Similarity-based ontology alignment in owllite</article-title>
          ,
          <source>in Proceedings of ECAI</source>
          , (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <given-names>J.</given-names>
            <surname>Euzenat</surname>
          </string-name>
          and
          <string-name>
            <given-names>P.</given-names>
            <surname>Shvaiko</surname>
          </string-name>
          . OntologyMatching. Springer (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrig</surname>
          </string-name>
          .
          <source>Ontology Alignment Bridging the Semantic Gap</source>
          . Springer (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <given-names>M.</given-names>
            <surname>Jaro</surname>
          </string-name>
          .
          <article-title>Advances in record-linkage methodology as applied to matching the 1985 census of tampa, florida</article-title>
          .
          <source>Journal of America Statistical Association</source>
          ,
          <volume>84</volume>
          (
          <issue>406</issue>
          ):
          <fpage>414</fpage>
          -
          <lpage>420</lpage>
          , (
          <year>1989</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. A.
          <string-name>
            <surname>Khiat</surname>
          </string-name>
          et M.
          <article-title>Benaissa: ”Nouvelle Approche dAlignement dOntologies base dInstances : trasferet des instances par linfrence”</article-title>
          ,
          <source>In The Proceeding of International Conference On Artificial Intelligence and Information Technology</source>
          ,
          <year>ICA2IT 2014</year>
          , Ouargla, Algeria, (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <given-names>V.</given-names>
            <surname>Levenshtein</surname>
          </string-name>
          .
          <article-title>Binary codes capable of correcting deletions, insertions, and reversals</article-title>
          .
          <source>Soviet Physics Doklady</source>
          ,
          <volume>10</volume>
          :
          <fpage>707</fpage>
          -
          <lpage>710</lpage>
          , (
          <year>1966</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <given-names>W.</given-names>
            <surname>Winkler</surname>
          </string-name>
          .
          <article-title>The state of record linkage and current research problems</article-title>
          . Statistics of Income Division,
          <source>Internal Revenue Service. Publication R99/04</source>
          (
          <year>1999</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <given-names>M.</given-names>
            <surname>Ehrig</surname>
          </string-name>
          and
          <string-name>
            <given-names>Y.</given-names>
            <surname>Sure</surname>
          </string-name>
          ,
          <article-title>Ontology mapping - an integrated approach</article-title>
          ,
          <source>in Proceedings of the European Semantic Web Symposium ESWS</source>
          , (
          <year>2004</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <given-names>B.</given-names>
            <surname>Schopman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Isaac</surname>
          </string-name>
          and
          <string-name>
            <given-names>S.</given-names>
            <surname>Schlobach</surname>
          </string-name>
          ,
          <article-title>Instance-Based Ontology Alignment by Instance Enrichment</article-title>
          ,
          <source>Journal on Data Semantics</source>
          , vol. 1,
          <string-name>
            <surname>N 4</surname>
          </string-name>
          , (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>E. Rahm</surname>
          </string-name>
          <article-title>Towards large-scale schema and ontology Alignment</article-title>
          , ReCALL, (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>J. Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          <string-name>
            <surname>Tang</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
            and
            <given-names>Q.</given-names>
          </string-name>
          <string-name>
            <surname>Luo</surname>
          </string-name>
          ,
          <article-title>Rimom: a dynamic multistrategy ontology alignment framework</article-title>
          ,
          <source>IEEE Trans Knowl</source>
          , (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>