<?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">User Involvement in Ontology Matching Using an Online Active Learning Approach</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Booma</forename><surname>Sowkarthiga Balasubramani</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">ADVIS Lab</orgName>
								<orgName type="institution">University of Illinois at Chicago</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Aynaz</forename><surname>Taheri</surname></persName>
							<email>ataher2@uic.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">ADVIS Lab</orgName>
								<orgName type="institution">University of Illinois at Chicago</orgName>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Isabel</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
							<email>ifcruz@uic.edu</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Computer Science</orgName>
								<orgName type="laboratory">ADVIS Lab</orgName>
								<orgName type="institution">University of Illinois at Chicago</orgName>
							</affiliation>
						</author>
						<title level="a" type="main">User Involvement in Ontology Matching Using an Online Active Learning Approach</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1641B2AB0AA9F37E59A9506FCD7857CE</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:33+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>We propose a semi-automatic ontology matching system using a hybrid active learning and online learning approach. Following the former paradigm, those mappings whose validation is estimated to lead to greater quality gain are selected for user validation, a process that occurs in each iteration, following the online learning paradigm. Experimental results demonstrate the effectiveness of our approach.</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 result of performing ontology matching is a set of mappings between concepts in the source ontology and concepts in the target ontology. This set is called an alignment. The reference alignment or gold standard is (an approximation of) the set of correct and complete mappings built by domain experts. We consider a semi-automatic ontology matching approach, whereby the mappings are first determined using automatic ontology matching methods, which we call matchers, followed by user validation.</p><p>We use six of the matchers of the AgreementMaker ontology matching system <ref type="bibr" target="#b2">[3]</ref>, including the Linear Weighted Combination (LWC) matcher, which performs a weighted combination of the results of the other five matchers, using weights that are automatically determined using a quality metric <ref type="bibr" target="#b3">[4]</ref>.</p><p>We train a classifier and modify the weights of the LWC matcher using an iterative approach, following the on-line learning paradigm. At each iteration, user validation is sought for those candidate mappings that can potentially contribute the most to the quality of the final alignment, following the active learning paradigm. The process continues until there is no significant improvement in F-Measure. We describe this process in Section 2. Experimental results are obtained using the ontology sets from the Ontology Alignment Evaluation Initiative (OAEI) and comparison is made with the results of other systems in Section 3. We discuss related work in Section 4, and conclude with Section 5.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Proposed System</head><p>After the source and target ontologies are loaded into AgreementMaker, the following steps are executed in sequence: Automatic matching algorithms execution The following matchers are executed individually and their results are stored in the corresponding similarity matrices: the Advanced Similarity Matcher (ASM) <ref type="bibr" target="#b4">[5]</ref>, the Parametric String-based Matcher (PSM) <ref type="bibr" target="#b3">[4]</ref>, the Lexical Similarity Matcher (LSM) <ref type="bibr" target="#b4">[5]</ref>, the Vector-based Multi-word Matcher (VMM) <ref type="bibr" target="#b3">[4]</ref>, and the Base Similarity Matcher (BSM) <ref type="bibr" target="#b4">[5]</ref>. Linear weighted combination The Linear Weight Combination (LWC) matcher <ref type="bibr" target="#b5">[6]</ref> linearly combines the similarity matrices of the other five automatic matchers using weights determined by the local confidence quality metric, which estimates the quality of the scores produced by each matcher. The new score for each mapping is stored in the LWC matrix. It is up to the selection phase to output only those mappings that are in the final alignment, taking into account the desired cardinality of the mappings (e.g., one-to-one) <ref type="bibr" target="#b3">[4]</ref>. Candidate mapping selection Candidate mappings to be presented to the users for validation are based on the combination of the following three criteria: (1) Disagreement-based Top-k Mapping <ref type="bibr" target="#b5">[6]</ref>, which measures the level of similarity among the five scores, one for each of the matchers considered. If the matchers mostly agree on the scores, then the disagreement is low, but it is high when the matchers disagree on the scores; (2) Cross Count Quality (CCQ), which counts, for a score, the number of non-zero scores in the row and column of that score in the LWC matrix <ref type="bibr" target="#b1">[2]</ref>. The count is normalized by the maximum sum of the scores per column and row in the whole matrix; (3) Similarity Score Definiteness (SSD), which is a quality metric that ranks mappings in increasing order of their score <ref type="bibr" target="#b1">[2]</ref>. It evaluates how close the score associated with a mapping is to the maximum and minimum possible scores (1 and 0). User validation The result of this step is a label that has value 1 if the mapping is correct and 0 if the mapping is incorrect. For each iteration, users validate a set of candidate mappings. The validation of each mapping is called an interaction by others <ref type="bibr" target="#b6">[7]</ref>. There can be any number of interactions per iteration, that is, users can be presented with any number of mappings to validate at a time. Classification We use a logistic regression classifier, which considers the parametric distribution P (Y |X) where Y is the discrete-valued user label (1 or 0) and the feature vector X = X 1 , . . . , X n is the signature vector <ref type="bibr" target="#b5">[6]</ref> with n scores computed for a mapping by n individual matchers, and estimates the parameter that is the vector of weights W = w 1 , . . . , w n of the LWC matcher. The logistic regression model is based on the following probabilities:</p><formula xml:id="formula_0">P (Y = 1|X) = 1 1 + e w0+ n i=1 wiXi , P (Y = 0|X) = e w0+ n i=1 wiXi 1 + e w0+ n i=1 wiXi</formula><p>W is updated during the iterative process by taking the partial derivative of the log likelihood function with respect to each component, w i . The recursive rule for the update is as follows, where α is the learning rate that determines how fast or slow the weights will converge to their optimal values <ref type="bibr" target="#b9">[10]</ref>:</p><formula xml:id="formula_1">W ← W + α m i=1 X i (Y i − g(W T X i ))</formula><p>3 Experimental Evaluation</p><p>We use the 2014 OAEI Conference Track ontology sets and their reference alignments to simulate the user validation. The baseline is the F-Measure obtained automatically by the AgreementMaker matchers. Our approach has an average F-Measure gain of 8.6% and an average F-Measure of 60.4%. This is a considerable improvement as we started from an average F-Measure of 51.8%, which was obtained using the automatic matchers along with LWC. Table <ref type="table" target="#tab_1">2</ref> compares our results with those obtained by other systems that participated in the 2014 OAEI Interactive Track. It performs better than HerTUDA and WeSeE (with F-Measure values of 58.2% and 47.3%, respectively). The F-Measure gain of AML <ref type="bibr" target="#b8">[9]</ref> is 7.1% and of LogMap is 4.6%, therefore our approach has the highest F-Measure gain. The table also shows the relative number of interactions, which is the average number of interactions per pair of ontologies divided by the size of the reference alignment for that pair. Our approach shows better improvement in F-Measure with fewer number of interactions when compared to AML that has the highest F-Measure.</p><p>Figure <ref type="figure" target="#fig_0">1</ref> shows the effect of the total number of interactions on the F-Measure in our approach. Here, the total number of interactions represent the sum of the number of interactions in each of the 21 reference alignments in the Conference Track dataset (one for each pair of ontologies) up to 123 interactions. The Disagreement-based Top-k Mapping Selection performs better than the other candidate selection strategies. SSD and the combination of SSD+CCQ+ Disagreement have the next highest average F-Measure.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Comparison with Related Work</head><p>We divide previous work into two categories depending on whether feedback from single or multiple users is considered. Single user A previous approach that uses AgreementMaker performs updates in the LWC matrix based on user feedback <ref type="bibr" target="#b5">[6]</ref>, but does not use a classifier to adjust the LWC weights. Another method uses logistic regression to learn an optimal combination of both lexical and structural similarity metrics <ref type="bibr" target="#b7">[8]</ref>. Compared to our approach, it uses different similarity metrics, candidate selection strategies, and techniques to customize weights for different matching strategies. Another system aggregates similarity measures with the help of self-organizing maps and incorporates user feedback for refining self-organizing map outcomes <ref type="bibr" target="#b10">[11]</ref>. There is an active learning approach where the user validation is propagated according to the ontology structure <ref type="bibr" target="#b12">[13]</ref>. Another approach makes use of the parameterization of matchers <ref type="bibr" target="#b11">[12]</ref>. It uses example mappings to automatically determine a suitable parameter setting for each matcher, based on those examples. However, in our approach, the LWC uses five of the already existing matchers with the same configuration as in AgreementMaker. Multiple users We discuss two approaches. The first one uses a pay-as-you-go approach and propagates the (possibly faulty) user validation input to similar mappings <ref type="bibr" target="#b1">[2]</ref>. In the second approach, a multi-user feedback method that attempts to maximize the benefits that can be drawn from user feedback, by managing it as a first class citizen <ref type="bibr" target="#b0">[1]</ref>. None of these approaches uses a classifier.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Conclusions and Future Work</head><p>In this paper, we have proposed an effective semi-automatic ontology matching approach that combines active learning with online learning. Our experimental evaluation demonstrate that a considerable improvement in F-Measure can be achieved over the base case. Clearly, a combination of user feedback with learning is fertile ground for future research, where the scalability of the methods to large and very large ontologies and the use of a variety of classifiers and of candidate selection strategies would be some of the topics to investigate.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 :</head><label>1</label><figDesc>Fig. 1: F-Measure gain as a function of the number of interactions.</figDesc><graphic coords="4,142.98,115.83,329.40,151.65" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 :</head><label>1</label><figDesc>Table 1 depicts the average F-Measure after 20 iterations using the three candidate selection criteria individually or in combination with one another. The top performer is the Disagreementbased Top-k Mapping Selection criteria. Average F-Measure for 20 iterations (123 interactions/iteration).</figDesc><table><row><cell></cell><cell></cell><cell></cell><cell>1</cell><cell>2</cell><cell>3</cell><cell>4</cell><cell>5</cell><cell>6</cell><cell>7</cell></row><row><cell cols="8">Candidate Mapping Selection Strategy 48.08 52.45 60.43 51.42 48.91 52.47 53.18</cell></row><row><cell cols="3">Baseline (Before User Feedback)</cell><cell cols="5">51.8 51.8 51.8 51.8 51.8 51.8 51.8</cell></row><row><cell cols="8">Strategies: 1. CCQ 2. SSD 3. Disagreement 4. CCQ + SSD 5. CCQ + Disagreement 6. SSD +</cell></row><row><cell></cell><cell cols="6">Disagreement 7. CCQ + SSD + Disagreement</cell></row><row><cell>Matcher</cell><cell>F-Measure with</cell><cell cols="3">F-Measure w/o</cell><cell cols="3">F-Measure gain Relative Num-</cell></row><row><cell></cell><cell>User Feedback</cell><cell cols="2">User Feedback</cell><cell></cell><cell></cell><cell></cell><cell>ber of Interac-</cell></row><row><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>tions</cell></row><row><cell>AML</cell><cell>0.801</cell><cell>0.730</cell><cell></cell><cell></cell><cell>0.071</cell><cell></cell><cell>0.497</cell></row><row><cell>LogMap</cell><cell>0.729</cell><cell>0.680</cell><cell></cell><cell></cell><cell>0.049</cell><cell></cell><cell>0.391</cell></row><row><cell>HerTUDA</cell><cell>0.582</cell><cell>0.600</cell><cell></cell><cell></cell><cell>-0.018</cell><cell></cell><cell>0.996</cell></row><row><cell>WeSeE</cell><cell>0.473</cell><cell>0.610</cell><cell></cell><cell></cell><cell>-0.137</cell><cell></cell><cell>0.447</cell></row><row><cell cols="2">Our Approach 0.604</cell><cell>0.518</cell><cell></cell><cell></cell><cell>0.086</cell><cell></cell><cell>0.470</cell></row></table></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>Comparison with the 2014 OAEI Interactive Track results.</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgments</head><p>This research was partially supported by NSF Awards IIS-1143926, IIS-1213013, and CCF-1331800.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">User Feedback as a First Class Citizen in Information Integration Systems</title>
		<author>
			<persName><forename type="first">K</forename><surname>Belhajjame</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">W</forename><surname>Paton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">A A</forename><surname>Fernandes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hedeler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Embury</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">CIDR Conference on Innovative Data Systems Research</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="175" to="183" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Pay-As-You-Go Multi-User Feedback Model for Ontology Matching</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Loprete</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmonari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stroe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Taheri</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Knowledge Engineering and Knowledge Management (EKAW)</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="80" to="96" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">AgreementMaker: Efficient Matching for Large Real-World Schemas and Ontologies</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Palandri Antonelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stroe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">PVLDB</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="1586" to="1589" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Efficient Selection of Mappings and Automatic Quality-driven Combination of Matching Methods</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Palandri Antonelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stroe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC International Workshop on Ontology Matching (OM). CEUR Workshop Proceedings</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">551</biblScope>
			<biblScope unit="page" from="49" to="60" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Using AgreementMaker to Align Ontologies for OAEI</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stroe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Caci</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Caimi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmonari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Palandri Antonelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><forename type="middle">C</forename><surname>Keles</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC International Workshop on Ontology Matching (OM). CEUR Workshop Proceedings</title>
				<imprint>
			<date type="published" when="2010">2010. 2010</date>
			<biblScope unit="volume">689</biblScope>
			<biblScope unit="page" from="118" to="125" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Interactive User Feedback in Ontology Matching Using Signature Vectors</title>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Stroe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmonari</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on Data Engineering (ICDE)</title>
				<imprint>
			<date type="published" when="2012">2012</date>
			<biblScope unit="page" from="1321" to="1324" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Results of the Ontology Alignment Evaluation Initiative</title>
		<author>
			<persName><forename type="first">Z</forename><surname>Dragisic</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Eckert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Euzenat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Faria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ferrara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Granada</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Ivanova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Jiménez-Ruiz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">O</forename><surname>Kempf</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Lambrix</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Montanelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Ritze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Shvaiko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Solimando</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">T</forename><surname>Dos Santos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Zamazal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">C</forename><surname>Grau</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC International Workshop on Ontology Matching (OM)</title>
				<imprint>
			<date type="published" when="2014">2014. 2014</date>
			<biblScope unit="page" from="61" to="104" />
		</imprint>
	</monogr>
	<note>CEUR Workshop Proceedings</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">One Size Does Not Fit All: Customizing Ontology Alignment Using User Feedback</title>
		<author>
			<persName><forename type="first">S</forename><surname>Duan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Fokoue</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Srinivas</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference (ISWC)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6496</biblScope>
			<biblScope unit="page" from="177" to="192" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">The AgreementMakerLight Ontology Matching System</title>
		<author>
			<persName><forename type="first">D</forename><surname>Faria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Pesquita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Santos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Palmonari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">M</forename><surname>Couto</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Ontologies, DataBases, and Applications of Semantics (ODBASE)</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="527" to="541" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Classification: Naive Bayes vs Logistic Regression</title>
		<author>
			<persName><forename type="first">J</forename><surname>Halloran</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Tech. rep</title>
		<imprint>
			<biblScope unit="volume">645</biblScope>
			<date type="published" when="2009">2009</date>
		</imprint>
		<respStmt>
			<orgName>University of Hawaii at Manoa EE</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Mapsom: User Involvement in Ontology Matching</title>
		<author>
			<persName><forename type="first">V</forename><surname>Jirkovskỳ</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Ichise</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Joint International Semantic Technology Conference (JIST)</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="348" to="363" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Towards an Automatic Parameterization of Ontology Matching Tools Based on Example Mappings</title>
		<author>
			<persName><forename type="first">D</forename><surname>Ritze</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Paulheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ISWC International Workshop on Ontology Matching (OM)</title>
				<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="37" to="48" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Actively Learning Ontology Matching via User Interaction</title>
		<author>
			<persName><forename type="first">F</forename><surname>Shi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Li</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Tang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Xie</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Li</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Semantic Web Conference (ISWC)</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5823</biblScope>
			<biblScope unit="page" from="585" to="600" />
		</imprint>
	</monogr>
</biblStruct>

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