<?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">Harnessing the power of folksonomies for formal ontology matching on-the-y</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Theodosia</forename><surname>Togia</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Informatics</orgName>
								<orgName type="institution">University of Edinburgh</orgName>
								<address>
									<postCode>EH8 9LE</postCode>
									<country key="GB">Scotland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fiona</forename><surname>Mcneill</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Informatics</orgName>
								<orgName type="institution">University of Edinburgh</orgName>
								<address>
									<postCode>EH8 9LE</postCode>
									<country key="GB">Scotland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Alan</forename><surname>Bundy</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Informatics</orgName>
								<orgName type="institution">University of Edinburgh</orgName>
								<address>
									<postCode>EH8 9LE</postCode>
									<country key="GB">Scotland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Harnessing the power of folksonomies for formal ontology matching on-the-y</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">59F1109231AF2AA69251E3A7E020C923</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T05:51+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper is a short introduction to our work on building and using folksonomies to facilitate communication between Semantic Web agents with disparate ontological representations. We briey present the Semantic Matcher, a system that measures the semantic proximity between terms in interacting agents' ontologies at run-time, fully automatically and minimally: that is, only for semantic mismatches that impede communication. The system is designed to allow agents to "understand" the meanings of terms to be matched by comparing their folksonomy-based "mental representations".</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>The Semantic Matcher is an extension of the Ontology Repair System (ORS) <ref type="bibr" target="#b1">[2]</ref>, a plug-in for a service-requesting agent (requester) in the Semantic Web. Terms unknown to the requester which are encountered during interaction with a service-providing agent (provider) are mapped to terms in the former's ontology. We assume that the requester, and therefore ORS, has no access to the provider's ontology beyond what is revealed during interation: we are thus concerned with matching not two full ontologies but only individual terms from the provider's ontology to the most relevant terms of the requester's ontology.</p><p>We believe that the most serious obstacle for meaning sharing between agents is the lack of symbol grounding in ontologies: ontology terms are unable to refer to the objective world without human interpretation. We argue <ref type="bibr" target="#b2">[3]</ref> that this can be dealt with if we allow agents to interprete the meanings of their terms by building a mental representation (sense) <ref type="bibr" target="#b0">[1]</ref> for each one of these terms. In our work, senses are simulated by broad folksonomies <ref type="bibr" target="#b3">[4]</ref> which annotate physical or abstract resources as opposed to digital resources (e.g. the set of cats in the world vs. a web-page about cats). Folksonomies are created and related to the requester's (formal) ontology. We show that combining ontologies and folksonomies in this way can allow fast and eective matching to be done onthe-y and provides a way of grounding terms in ontologies to real-world entities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Using Folksonomies for Ontology Matching</head><p>The architecture of our matcher is inspired by that of search engines. Broad folksonomies (comparable to "virtual documents" <ref type="bibr" target="#b4">[5]</ref> or bags of words) are built for every candidate term (i.e. name of a relation, class or individual) in the requester's ontology with our sense creation algorithm (which extracts information from databases such as WordNet and SUMO and manipulates it with techniques such as stemming and stopping 1 ). During agent interaction, when ORS diagnoses a semantic mismatch, a sense must be created for the unknown term, which will act as a query to the search engine. This step must be performed on-the-y without interrupting normal interaction more than necessary. Our search engine then takes the sense representing the unknown term and a list of senses representing the requester's candidate terms as input and returns as output a ranking of the candidate terms.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Implementation and Evaluation</head><p>The system briey discussed here has been fully implemented. Evaluation was performed using dierent versions of the SUMO ontology and its sub-ontologies from the Sigmakee repository 2 . When terms are changed between SUMO versions (e.g. "Corn" becomes "Maize"), we have an objective way of measuring the performance of the matcher because we can safely regard terms and their renamings as synonyms and compare these pairings with our system's prediction. Initial results are encouraging, with 57% of correct matches chosen as the best by the system, 19% as the second-best.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Further Work and Conclusions</head><p>This paper briey introduced our work on integrating folksonomies with formal ontologies to perform matching on-the-y, whenever the need becomes apparent. We believe these ideas could be a major step forward in the problem of ontology matching in an agent communication environment, and in providing symbol grounding for ontology terms. Furthermore, they can provide a framework for the design of matchers which exploit the vast amount of tag data available on the web. Full details of the theory on which this work is based, together with full descriptions of the implementation and evaluation, can be found in <ref type="bibr" target="#b2">[3]</ref>. We are currently extending this work and evaluating it more fully.</p></div>		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">On sense and reference</title>
		<author>
			<persName><forename type="first">G</forename><surname>Frege</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Readings in the Philosophy of Language</title>
				<editor>
			<persName><forename type="first">P</forename><surname>Ludlow</surname></persName>
		</editor>
		<imprint>
			<publisher>MIT</publisher>
			<date type="published" when="1892">1892. 1997</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Dynamic, automatic, rst-order ontology repair by diagnosis of failed plan execution</title>
		<author>
			<persName><forename type="first">F</forename><surname>Mcneill</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alan</forename><surname>Bundy</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IJSWIS (International Journal on Semantic Web and Information Systems) special issue on Ontology Matching</title>
		<imprint>
			<biblScope unit="volume">3</biblScope>
			<biblScope unit="page">135</biblScope>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Automated ontology evolution: Semantic matching</title>
		<author>
			<persName><forename type="first">T</forename><surname>Togia</surname></persName>
		</author>
		<ptr target="http://dream.inf.ed.ac.uk/projects/dor/(unpublished" />
		<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
		<respStmt>
			<orgName>University of Edinburgh</orgName>
		</respStmt>
	</monogr>
	<note>Master&apos;s thesis</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Explaining and showing broad and norrow folksonomies</title>
		<author>
			<persName><forename type="first">T</forename><surname>Vander Wal</surname></persName>
		</author>
		<ptr target="http://www.vanderwal.net/random/entrysel.php?blog=1635" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Constructing virtual documents for ontology matching</title>
		<author>
			<persName><forename type="first">W</forename><surname>Hu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Qu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Cheng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 15th International WWW Conference</title>
				<meeting>the 15th International WWW Conference</meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page">2331</biblScope>
		</imprint>
	</monogr>
</biblStruct>

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