<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">ONTMAT: Results for OAEI 2017</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Saida</forename><surname>Gherbi</surname></persName>
							<email>saida_gharbi23@yahoo.fr</email>
							<affiliation key="aff0">
								<orgName type="department">LabGed</orgName>
								<orgName type="institution">ESTI</orgName>
								<address>
									<postCode>23000</postCode>
									<settlement>Annaba</settlement>
									<country key="DZ">Algeria</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">M</forename><surname>Ed</surname></persName>
						</author>
						<author>
							<persName><forename type="first">Tarek</forename><surname>Khadir</surname></persName>
							<email>khadir@labged.net</email>
							<affiliation key="aff1">
								<orgName type="department">LabGed</orgName>
								<orgName type="institution">University Badji Mokhtar Annaba</orgName>
								<address>
									<postCode>23000</postCode>
									<country key="DZ">Algeria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">ONTMAT: Results for OAEI 2017</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">E5732294F00E135C3E1C2682B62E2E6C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T09:47+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Ontology</term>
					<term>Alignment</term>
					<term>OWL</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper describes ONTMAT an ontology matching system, and presents the results obtained for the Ontology Alignment Evaluation Initiative (OAEI) 2017. ONTMAT is an ontology matching process, which compares the instances of ontologies to align in order to deduce the relations between their concepts. Then, based on hierarchical and binary relations between the concepts inside the ontologies it performs entities matching.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>1</head><p>Presentation of the system ONTMAT (ONTology MATching) is an ontology alignment tool, aiming to align OWL entities (classes, object properties i.e. binary relations), participating for the first time in OAEI (Conference track).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, purpose, general statement</head><p>ONTMAT uses a terminological methods based on WordNet dictionary <ref type="bibr" target="#b1">[2]</ref>,which is exploited as background knowledge to provide a set of the relations between individuals names of the ontologies source ( ) and target( ). Then, if the name does not exist in WordNet the approach handles the n-gram measure instead of the dictionary. Moreover, from this set of individual relations we will deduce the equivalence or subsumption relation among their concepts. The equivalent concepts are recorded in an alignment matrix (AM), and the concepts related by subsumptions relations are registered within a temporary alignment matrix (TAM) <ref type="bibr" target="#b3">[4]</ref>. Furthermore, the TAM elements and the concepts neighbors of AM are compared by using the inference roles with the terminological techniques cited previously and the retained alignment will be added to AM. The concepts neighbors are those related by hierarchical or binary relations with AM concepts. Here, we first align the neighboring concepts because they have more chance to be similar <ref type="bibr" target="#b0">[1]</ref>, after we will align the other concepts by using the same technics. Next, inference technics are applied on AM to align the binary relations.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Approach description</head><p>In our proposition we suppose that Wordnet is hierarchically organized as W(S,≤,A g ,g), where S is a set of synsets {s1,s2,…,si}(i is a positive integer), and an annotate function A g associates the gloss g to each synset. Furthermore, the relations ≤ between concepts , may be presented in the following logical relations <ref type="bibr" target="#b3">[4]</ref> as: 1)</p><p>;means that is a hyponym or meronym of ; 2)</p><p>; express that is a hypernym or holonym of ; 3)</p><p>; signified that and belong to the same synset are similar <ref type="bibr" target="#b0">[1]</ref>; <ref type="bibr" target="#b3">4)</ref> when and are the siblings in the part of hierarchy they are connected by a relation of antonymy.</p><p>The entities aligned can be related by one of the hierarchical relation presented in the set , , where ( : equivalence; subclass), fuzzy relation symbolized by "&amp;", or binary relation. Further, the binary ontologies relations (O 1 , O 2 )are also aligned by an element of the set HR. The algorithm will explain in the following items:</p><p>1. In level 1 we compare the instances names (I O1 ,I O2 ) of ontologies( , )to deduce the relations among their concepts. To do this, WordNet is exploited because we cannot assume with certainty that two entities are dissimilar if they have different names (synonyms), or they are equivalent if they have the same name(homonyms). If the name does not existed in WordNet we will measure the similarity among names by the n-gram measure. Then the equivalent instances will construct the instances matrix IM. The concepts (C 1 ,C 2 ) of ( , ) that have the same sets of instances in IM are considered as equivalent concepts as proven in <ref type="bibr" target="#b3">[4]</ref>, and ( , , ) can be added to AM. Although, if the instances set of C 1 are included in the instances set of C 2 then ( , , ) will be inserted in TAM.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">The level 2 starts by applying terminological techniques on the concepts names.</head><p>Next the results obtained will be combined with inferences methods illustrated in <ref type="bibr" target="#b3">[4]</ref> to be inserted in AM: ( , , ) of TAM confirmed or modified, where , , , . 3. The concepts neighbors sorted by hierarchical relations of the AM elements ( , , ), are ( , linked to ( , respectively by an element of the set HR. The neighbors , joined by " " with , of AM in ( , ), will be aligned by using the inferences techniques applied on the background knowledge <ref type="bibr" target="#b2">[3]</ref>. The background knowledge is the ontology source when the neighbors belong to O1, and ontology target if we match the neighbors existing in O2. The other neighbors will be matched using the terminological methods. 4. The fourth level exploits the description logic roles proven in <ref type="bibr" target="#b3">[4]</ref> to match the concepts ( , associated to ( , by binary relations ( , ) in ( , ), as following: ─ If ( , , ( , , then ( , , will be inserted to A BRS M (Alignment Binary Relation Source Matrix) ─ If ( , , ( , , then ( , , will be added to A BRT M (Alignment Binary Relation Target Matrix) Thus, binary relations can be aligned because we have: h R Iff dom( ) h R dom( ) and ran( ) h R ran( ); where <ref type="bibr" target="#b3">[4]</ref>, for instance; If ( , , , , , , ( , , then ( , , ) will be added to A BR (Alignment Binary Relation Matrix). 5. Finally, the concepts not yet aligned, will be matched via the terminological methods.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations made for the evaluation</head><p>We have adapted the format of the alignment result to the reference alignments restricted to name classes, using the "=" sign for equivalence relation with confidence of 1. Although our system provides other relations as subsumption, and binary relations without measure, as well as the alignment of binary relation by the HR.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head><p>In this version we wish to test the techniques used by ONTMAT, such as, the inferences mechanisms applied onWordNet and the ontologies source and target, and the deduction of the matching among entities based on instances. The most appropriate track to do these tests is the conference track. Conference track comprises 16 ontologies from the domain of conference organization. Most ontologies of this track were equipped with OWL DL axioms; which is useful to test our inferences approach. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Discussions on the way to improve the proposed system</head><p>To improve our application, we will also align the properties of ontologies ( , ). Then, adapt it to read all files type, and integrate the translator to test our tool under other tracks as: Instance Matching, MultiFarm.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Comments on the OAEI test cases</head><p>The application seals-omt-client from seal, only test files where the alignment relation between concepts is itself the equivalence relation. However ONTOMAT, offers other possibilities in terms alignment relations between entities such as; &amp; : Fuzzy and binary relations. We hope that OAEI takes into consideration those types of relations in the reference alignment file.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Conclusion and future work</head><p>We have briefly described the mechanisms exploited by our proposition ONTMAT, and presented the results obtained under the conference track of OAEI 2017. This is our first participation in OAEI, the results are not satisfying, and the system presents some limitations. In the future, we will make great efforts to improve ONTMAT results, and participate in more tracks.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>This command tests two predefined ontologies from the Conference. From Table1we can write that ONTMAT perform well because these ontologies are the same structure. Results for two predefined ontologiesThe results obtained by the global test as illustrated in Table2, are not well as the results of the precedent table in term of precision and F-measure. Although, the global recall is 0.434.</figDesc><table><row><cell>Precision</cell><cell>Recall</cell><cell>F-Measure</cell></row><row><cell>1.0</cell><cell>0.455</cell><cell>0.625</cell></row></table><note>Table 1shows the evaluation result obtained by running ONTMAT under the SEALS client with the command: java -jar F:/temp/seals-omt-client.jar F:/temp/ONTMAT -t</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Results for conference track</figDesc><table><row><cell>Test Case ID</cell><cell>Precision</cell><cell>Recall</cell><cell>F-measure</cell></row><row><cell>cmt-conference</cell><cell>0.6</cell><cell>0.2</cell><cell>0.3</cell></row><row><cell>cmt-confof</cell><cell>0.4</cell><cell>0.25</cell><cell>0.308</cell></row><row><cell>cmt-edas</cell><cell>0.444</cell><cell>0.615</cell><cell>0.516</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Ontology Matching</title>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="middle">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>Springer-Verlag</publisher>
			<biblScope unit="page" from="92" to="93" />
			<pubPlace>Berlin Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">WordNet: An Electronic Lexical Database</title>
		<author>
			<persName><forename type="first">C</forename><surname>Fellbaum</surname></persName>
		</author>
		<imprint>
			<date type="published" when="1998">1998</date>
			<publisher>MIT Press</publisher>
			<pubPlace>Cambridge, MA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">BRMAP : Un outil d&apos;Alignement des ontologies</title>
		<author>
			<persName><surname>Gherbis</surname></persName>
		</author>
		<author>
			<persName><surname>Belleilih</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">la conférence maghrébine sur les avancés des systèmes décisionnels</title>
				<imprint>
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
	<note>7ème édition de</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title/>
		<author>
			<persName><surname>Gherbis</surname></persName>
		</author>
		<imprint>
			<biblScope unit="page">535</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Inferred ontology concepts alignment using and an external dictionary</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Khadir</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.procs.2016.04.145</idno>
		<ptr target="http://www.sciencedirect.com/science/article/pii/S1877050916301752" />
	</analytic>
	<monogr>
		<title level="m">the 7th International Conference on Ambient Systems, Networks and Technologies (ANT 2016) / The 6th International Conference on Sustainable Energy Information Technology (SEIT-2016) / Aliated Workshops</title>
				<imprint>
			<date type="published" when="2016">2016</date>
			<biblScope unit="volume">83</biblScope>
			<biblScope unit="page" from="648" to="652" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">SMatch an algorithm and an implementation of semantic matching</title>
		<author>
			<persName><forename type="first">F</forename><surname>Giunchiglia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Yatskevich</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 1st EuropeanSemanticWeb Symposium (ESWS)</title>
		<title level="s">Lecture notes in computer science</title>
		<meeting>1st EuropeanSemanticWeb Symposium (ESWS)<address><addrLine>Hersounisous (GR</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004-05">2004. May 2004</date>
			<biblScope unit="volume">3053</biblScope>
			<biblScope unit="page" from="10" to="12" />
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
