<?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">CODI: Combinatorial Optimization for Data Integration -Results for OAEI 2010</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Jan</forename><surname>Noessner</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">KR &amp; KM Research Group University of Mannheim</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mathias</forename><surname>Niepert</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">KR &amp; KM Research Group University of Mannheim</orgName>
								<address>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">CODI: Combinatorial Optimization for Data Integration -Results for OAEI 2010</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">8AB979D1A51E424F44F6A8EE99C67897</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>The problem of linking entities in heterogeneous and decentralized data repositories is the driving force behind the data and knowledge integration effort. In this paper, we describe our probabilistic-logical alignment system CODI (Combinatorial Optimization for Data Integration). The system provides a declarative framework for the alignment of individuals, concepts, and properties of two heterogeneous ontologies. CODI leverages both logical schema information and lexical similarity measures with a well-defined semantics for A-Box and T-Box matching. The alignments are computed by solving corresponding combinatorial optimization problems.</p><p>1 Presentation of the system 1.1 State, purpose, general statement CODI (Combinatorial Optimization for Data Integration) leverages terminological structure for ontology matching. The current implementation produces mappings between concepts, properties, and individuals including mappings between object and data type properties. The system combines lexical similarity measures with schema information to reduce or completely avoid incoherence and inconsistency during the alignment process. The system is based on the syntax and semantics of Markov logic [2] and transforms the alignment problem to a maximum-a-posteriori optimization problem.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Markov logic combines first-order logic and undirected probabilistic graphical models <ref type="bibr" target="#b10">[11]</ref>. A Markov logic network (MLN) is a set of first-order formulae with weights. Intuitively, the more evidence there is that a formula is true the higher the weight of this formula. It has been proposed as a possible approach to several problems occurring in the context of the semantic web <ref type="bibr" target="#b1">[2]</ref>. We have shown that Markov logic provides a suitable framework for ontology matching as it captures both hard logical axioms and soft uncertain statements about potential correspondences between entities. The probabilistic-logical framework we propose for ontology matching essentially adapts the syntax and semantics of Markov logic. However, we always type predicates and we require a strict distinction between hard and soft formulae as well as hidden and observable predicates. Given a set of constants (the classes and object properties of the ontologies) and formulae (the axioms holding between the objects and classes), a Markov logic network defines a probability distribution over possible alignments. We refer the reader to <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b7">8]</ref> for an in-depth discussion of the approach and some computational challenges. For generating the Marcov logic networks we used the approach described in <ref type="bibr" target="#b11">[12]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>T-Box Matching Formalization</head><p>Given two ontologies O 1 and O 2 and an initial apriori similarity measure σ we apply the following formalization. First, we introduce observable predicates O to model the structure of O 1 and O 2 with respect to both concepts and properties. For the sake of simplicity we use uppercase letters D, E, R to refer to individual concepts and properties in the ontologies and lowercase letters d, e, r to refer to the corresponding constants in C. In particular, we add ground atoms of observable predicates to F h for i ∈ {1, 2} according to the following rules <ref type="foot" target="#foot_0">1</ref> :</p><formula xml:id="formula_0">Oi |= D ⊑ E → subi(d, e) Oi |= D ⊑ ¬E → disi(d, e) Oi |= ∃R.⊤ ⊑ D → sub d i (r, d) Oi |= ∃R.⊤ ⊒ D → sup d i (r, d) Oi |= ∃R.⊤ ⊑ ¬D → dis d i (r, d)</formula><p>The ground atoms of observable predicates are added to the set of hard constraints F h , forcing them to hold in computed alignments. The hidden predicates m c and m p , on the other hand, model the sought-after concept and property correspondences, respectively. Given the state of the observable predicates, we are interested in determining the state of the hidden predicates that maximize the a-posteriori probability of the corresponding possible world. The ground atoms of these hidden predicates are assigned the weights specified by the a-priori similarity σ. The higher this value for a correspondence the more likely the correspondence is correct a-priori. Hence, the following ground formulae are added to F s :</p><p>(mc(c, d), σ(C, D)) if C and D are concepts (mp(p, r), σ(P, R))</p><p>if P and R are properties</p><p>Notice that the distinction between m c and m p is required since we use typed predicates and distinguish between the concept and property type.</p><p>Cardinality Constraints A method often applied in real-world scenarios is the selection of a functional one-to-one alignment <ref type="bibr" target="#b0">[1]</ref>. Within the ML framework, we can include a set of hard cardinality constraints, restricting the alignment to be functional and one-to-one. In the following we write x, y, z to refer to variables ranging over the appropriately typed constants and omit the universal quantifiers.</p><formula xml:id="formula_1">mc(x, y) ∧ mc(x, z) ⇒ y = z mc(x, y) ∧ mc(z, y) ⇒ x = z</formula><p>Analogously, the same formulae can be included with hidden predicates m p , restricting the property alignment to be one-to-one and functional.</p><p>Coherence Constraints Incoherence occurs when axioms in ontologies lead to logical contradictions. Clearly, it is desirable to avoid incoherence during the alignment process. All existing approaches to alignment repair remove correspondences after the computation of the alignment. Within the ML framework we can incorporate incoherence reducing constraints during the alignment process for the first time. This is accomplished by adding formulae of the following type to</p><formula xml:id="formula_2">F h . dis1(x, x ′ ) ∧ sub2(x, x ′ ) ⇒ ¬(mc(x, y) ∧ mc(x ′ , y ′ )) dis d 1 (x, x ′ ) ∧ sub d 2 (y, y ′ ) ⇒ ¬(mp(x, y) ∧ mc(x ′ , y ′ ))</formula><p>Stability Constraints Several approaches to schema and ontology matching propagate alignment evidence derived from structural relationships between concepts and properties. These methods leverage the fact that existing evidence for the equivalence of concepts C and D also makes it more likely that, for example, child concepts of C and child concepts of D are equivalent. One such approach to evidence propagation is similarity flooding <ref type="bibr" target="#b6">[7]</ref>. As a reciprocal idea, the general notion of stability was introduced, expressing that an alignment should not introduce new structural knowledge <ref type="bibr" target="#b4">[5]</ref>.</p><p>The soft formula below, for instance, decreases the probability of alignments that map concepts X to Y and</p><formula xml:id="formula_3">X ′ to Y ′ if X ′ subsumes X but Y ′ does not subsume Y . (sub1(x, x ′ ) ∧ ¬sub2(y, y ′ ) ⇒ mc(x, y) ∧ mc(x ′ , y ′ ), w1) (sub d 1 (x, x ′ ) ∧ ¬sub d 2 (y, y ′ ) ⇒ mp(x, y) ∧ mc(x ′ , y ′ ), w2)</formula><p>Here, w 1 and w 2 are negative real-valued weights, rendering alignments that satisfy the formulae possible but less likely.</p><p>The presented list of cardinality, coherence, and stability constraints could be extended by additional soft and hard formulae. Other constraints could, for example, model known correct correspondences or generalize the one-to-one alignment to mto-n alignments.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>A-Box Matching</head><p>The current instance matching configuration of CODI leverages terminological structure and combines it with lexical similarity measures. The approach is presented in more detail in <ref type="bibr" target="#b9">[10]</ref>.</p><formula xml:id="formula_4">It uses one T-Box T but two different A-Boxes A 1 ∈ O 1 and A 2 ∈ O 2 .</formula><p>In cases with two different T-Boxes the T-Box matching approach is applied as a preprocessing step, merge the two aligned T-Boxes and then use our instance matching algorithm. CODI offers complete conflict elimination meaning that the resulting alignment is always coherent for OWL DL ontologies. This component is based on the work of Meilicke et al. <ref type="bibr" target="#b5">[6]</ref>. CODI enforces the instance alignment to be consistent. To this end, we need to introduce observable predicates O to model conflicts, that is, a positive assertion of one instance in one ontology and a negative assertion of the same instance in the other ontology. This is done for both property and concept assertions.</p><p>Analogous to the concept and property alignment before, we introduce the hidden predicate m i representing instance correspondences. Let C be a concept and P be a property of T-Box T . Further, let A ∈ A 1 and B ∈ A 2 be individuals in the respective A-Boxes. Then, using a reasoner, ground atoms are added to the set of hard constraints F h according to the following rules:</p><formula xml:id="formula_5">T ∪ A1 |= C(A) ∧ T ∪ A2 |= ¬C(B) → ¬mi(a, b) T ∪ A1 |= ¬C(A) ∧ T ∪ A2 |= C(B) → ¬mi(a, b) T ∪ A1 |= P (A, A ′ ) ∧ T ∪ A2 |= ¬P (B, B ′ ) → ¬mi(a, b) ∨ ¬mi(a ′ , b ′ ) T ∪ A1 |= ¬P (A, A ′ ) ∧ T ∪ A2 |= P (B, B ′ ) → ¬mi(a, b) ∨ ¬mi(a ′ , b ′ )</formula><p>In addition to these formulae we included cardinality constraints analogous to those used in the concept and property matching of Section 1.2. In the instance matching formulation, the a-priori similarity σ c and σ p measures the normalized overlap of concept and property assertions, respectively. For more details on these measures, we refer the reader to <ref type="bibr" target="#b9">[10]</ref>. The following formulae are added to the set of soft formulae F s :</p><formula xml:id="formula_6">(mi(a, b), σc(A, B)) if A and B are instances (mi(a, b) ∧ mi(c, d), σp(A, B, C, D))</formula><p>if A, B, C, and D are instances</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations made for the evaluation</head><p>The strength of the system is its modularity allowing the incorporation of different similarity measures. The system can be optimized in two major ways: (a) Inclusion of novel formulae enforcing the logical consistency and (b) the inclusion of additional similarity measures. There is room for improvement since we used a very simple lexical similarity measure based on the Levenshtein distance <ref type="bibr" target="#b3">[4]</ref> for our experiments. It is possible to apply different aggregation functions like average or maximum and to include specific properties of an ontology like URIs, labels, and comments. In all OAEI test cases Algorithm 1 was used for computing the a-priori similarity σ(entity 1 , entity 2 ). In the case of concept and property alignments, the a-priori similarity is computed by taking the maximal similarity between the URIs, labels and OBO to OWL constructs. In case of instance matching the algorithm goes through all data properties and takes the average of the similarity scores.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.4">Link to the System and Parameters File</head><p>CODI can be downloaded from http://codi-matcher.googlecode.com.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.5">Link to the Set of Provided Alignments</head><p>The alignments for the tracks Benchmark and Conference has been made with the SEALS platform. For Anatomy, IIMB, and Restaurant the alignments can be found at http://code.google.com/p/codi-matcher/downloads/list</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head><p>In the following section, we present the results of the CODI system for the individual OAEI tracks. Due to space considerations, we do not explain the different benchmarks in more detail. Benchmark Track While our system's strength is its modularity and adaptability to different ontologies we used the exact same setting for all ontology matching tracks. Hence, the performance on the benchmark track is rather poor. This is primarily due to the high threshold of 0.85 for the Levenshtein similarity measure that we applied in each of the ontology matching tracks. The results are shown in Table <ref type="table" target="#tab_1">1</ref>.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Algorithm 1 σ(entity</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Anatomy Track</head><p>The results on the anatomy track are also convincing. The results shown in Table <ref type="table" target="#tab_3">3</ref> are en par with the 2009 results of state-of-the-art matching applications. The F 1 scores are between 0.79 and 0.73 for all subtasks, even for the two tasks Focus on Precision and Focus on Recall. Thus, our algorithm achieves satisfiable precision and recall values without sacrifices on the F 1 score. For the last task, where a partial reference alignment was given, we could gain almost 5 % on the F 1 score. This is because incorporating a partial reference alignment in our system is straight-forward.</p><p>The reference alignment becomes a direct part of the optimization problem, enforcing good correspondences while ruling out contradicting ones. However, since our algorithm uses logical reasoning and has to solve an NP-hard optimization problem, the execution times are quite high<ref type="foot" target="#foot_2">3</ref> . </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>IIMB Track</head><p>The instance matching benchmark IIMB consists of 80 transformations divided in four transformation categories containing 20 transformations each. We applied the full A-Box matching functionality described above with a threshold on the a-priori similarity of 0.1. The average execution time on the IIMB small (large) dataset is 2.6 (35.1) minutes. Table <ref type="table" target="#tab_4">4</ref> summarizes the different results of the CODI system. The values without brackets are the results for the small IIMB dataset and the values in brackets for the large one. PR Track For this track consisting of small files about persons and restaurants, we used a simple one to one alignment only based on lexical similarity scores since no significant structural information is available. Thus, the runtime was with less than 5 seconds per test case very short. The results of the CODI system are depicted in Table <ref type="table" target="#tab_5">5</ref>. CODI is a very young system and does not yet provide a user interface. Hence, improvements in usability by designing a suitable user interface will be one of the next steps. In case of the quality of the alignments, more sophisticated lexical similarity measures will be tested and integrated. We are also working on novel algorithms solving the optimization problems more efficiently.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Comments on the OAEI 2010 procedure</head><p>The SEALS evaluation campaign is very beneficial since it is the first time that the matchers must have a standardized interface which could possibly be used by everyone.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Comments on the OAEI 2010 measures</head><p>We encorage the organizers to use semantic precision and recall measures as described in <ref type="bibr" target="#b2">[3]</ref>.</p><p>CODI performs concept, property, and instance alignments. It combines logical and structural information with a-priori similarity measures in a well-defined way by using the syntax and semantics of Markov logic. The system therefore not only aligns the entities with the highest lexical similarity but also enforces the coherence and consistency of the resulting alignment.</p><p>The overall results of the young system are very promising. Especially when considering the fact that there are many optimization possibilities with respect to the lexical similarity measures that have not yet been investigated. The strength of the CODI system is the combination of lexical and structural information and the declarative nature that allows easy experimentation. We will continue the development of the CODI system and hope that our approach inspires other researchers to leverage terminological structure for ontology matching.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>end if end if end for end for return</head><label></label><figDesc>1 , entity 2 )</figDesc><table><row><cell>if entity1 and entity2 are either concepts or properties then</cell></row><row><cell>value ← 0</cell></row><row><cell>for all Values s1 of URI, labels, and OBOtoOWL constructs in entity1 do</cell></row><row><cell>for all Values s2 of URI, labels, and OBOtoOWL constructs in entity1 do</cell></row><row><cell>value ← M ax(value, sim(s1, s2))</cell></row><row><cell>end for</cell></row><row><cell>end for</cell></row><row><cell>return value</cell></row><row><cell>end if</cell></row><row><cell>if entity1 and entity2 are individuals then</cell></row></table><note>M ap U RI, double similarities ← null for all dataproperties dp1 of entity1 do uri1 ← URI of dp1 for all dataproperties dp2 of entity2 do if uri1 equals URI of dp2 then value ← sim(valueof dp1, valueof dp2) if uri1 is entailed in similarities then update entry uri1, old value to uri1, Minimum (old value + value, 1) in similarities else add new entry pair uri1, value in similarities (sum of all values in similarities)/(length of similarities) end if</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 .</head><label>1</label><figDesc>Benchmark resultsConference Track On the real-world conference dataset CODI achieves very good results since it employs logical reasoning to avoid incoherences. The execution time is between 2 and 4 minutes per test case 2 . Table2summarizes the overall results.</figDesc><table><row><cell></cell><cell>1xx</cell><cell>2xx</cell><cell>3xx</cell><cell>Average</cell></row><row><cell>Precision</cell><cell>1</cell><cell>0.70</cell><cell>0.92</cell><cell>0.72</cell></row><row><cell>Recall</cell><cell>0.99</cell><cell>0.42</cell><cell>0.43</cell><cell>0.44</cell></row><row><cell>F1 score</cell><cell>1</cell><cell>0.49</cell><cell>0.56</cell><cell>0.51</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2 .</head><label>2</label><figDesc>Conference results</figDesc><table><row><cell></cell><cell>Average</cell></row><row><cell>Precision</cell><cell>0.87</cell></row><row><cell>Recall</cell><cell>0.51</cell></row><row><cell>F1 score</cell><cell>0.64</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 3 .</head><label>3</label><figDesc>Anatomy results</figDesc><table><row><cell></cell><cell>Focus on</cell><cell>Focus on</cell><cell>Focus on</cell><cell>Partial</cell></row><row><cell></cell><cell>F1 score</cell><cell>Precision</cell><cell>Recall</cell><cell>Alignment</cell></row><row><cell>Precision</cell><cell>0.954</cell><cell>0.964</cell><cell>0.782</cell><cell>0.969</cell></row><row><cell>Recall</cell><cell>0.680</cell><cell>0.663</cell><cell>0.695</cell><cell>0.742</cell></row><row><cell>F1 score</cell><cell>0.794</cell><cell>0.784</cell><cell>0.736</cell><cell>0.840</cell></row><row><cell cols="2">Execution Time (min) 88</cell><cell>60</cell><cell>157</cell><cell>95</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 4 .</head><label>4</label><figDesc>IIMB results</figDesc><table><row><cell>Transformations</cell><cell>0-20</cell><cell>21-40</cell><cell>41-60</cell><cell>61-80 4</cell><cell>overall</cell></row><row><cell>Precision</cell><cell>0.99 (0.98)</cell><cell>0.95 (0.94)</cell><cell>0.96 (0.99)</cell><cell>0.86 (0.86)</cell><cell>0.94 (0.95)</cell></row><row><cell>Recall</cell><cell>0.93 (0.87)</cell><cell>0.83 (0.79)</cell><cell>0.97 (0.99)</cell><cell>0.54 (0.53)</cell><cell>0.83 (0.80)</cell></row><row><cell>F1 score</cell><cell>0.96 (0.91)</cell><cell>0.88 (0.85)</cell><cell>0.97 (0.99)</cell><cell>0.65 (0.63)</cell><cell>0.87 (0.85)</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 5 .</head><label>5</label><figDesc>PR results</figDesc><table><row><cell></cell><cell>Person1</cell><cell>Person2</cell><cell>Restaurant</cell></row><row><cell>Precision</cell><cell>0.87</cell><cell>0.83</cell><cell>0.71</cell></row><row><cell>Recall</cell><cell>0.96</cell><cell>0.22</cell><cell>0.72</cell></row><row><cell>F1-score</cell><cell>0.91</cell><cell>0.36</cell><cell>0.72</cell></row><row><cell>3</cell><cell></cell><cell></cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>General comments 3.1 Discussions on the way to improve the proposed system</head><label></label><figDesc></figDesc><table /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">Due to space considerations the list is incomplete. For instance, predicates modeling range restrictions are not included.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">All experiments are executed on a Desktop PC with 2 GB RAM and a Intel Core2 Duo 2.4 GHz processor.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">This forces us to submit the solutions without the seals platform because of a timeout after</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="45" xml:id="foot_3">minutes.</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<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><surname>Cruz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Palandri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Antonelli</surname></persName>
		</author>
		<author>
			<persName><surname>Stroe</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the ISWC 2009 Workshop on Ontology Matching</title>
				<meeting>the ISWC 2009 Workshop on Ontology Matching</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Just add weights: Markov logic for the semantic web</title>
		<author>
			<persName><forename type="first">P</forename><surname>Domingos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Lowd</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kok</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Poon</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Richardson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Singla</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Uncertain Reasoning for the Semantic Web</title>
				<meeting>the Workshop on Uncertain Reasoning for the Semantic Web</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="1" to="25" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">A Practical Implementation of Semantic Precision and Recall</title>
		<author>
			<persName><forename type="first">D</forename><surname>Fleischhacker</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Complex, Intelligent and Software Intensive Systems</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2010">2010. 2010</date>
			<biblScope unit="page" from="986" to="991" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Binary codes capable of correcting deletions and insertions and reversals</title>
		<author>
			<persName><forename type="first">V</forename><forename type="middle">I</forename><surname>Levenshtein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Doklady Akademii Nauk SSSR</title>
		<imprint>
			<biblScope unit="page" from="845" to="848" />
			<date type="published" when="1965">1965</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Analyzing mapping extraction approaches</title>
		<author>
			<persName><forename type="first">C</forename><surname>Meilicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Ontology Matching</title>
				<meeting>the Workshop on Ontology Matching<address><addrLine>Busan, Korea</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Repairing ontology mappings</title>
		<author>
			<persName><forename type="first">C</forename><surname>Meilicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Tamilin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference on Artificial Intelligence</title>
				<meeting>the Conference on Artificial Intelligence<address><addrLine>Vancouver, Canada</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="1408" to="1413" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Similarity flooding: A versatile graph matching algorithm and its application to schema matching</title>
		<author>
			<persName><forename type="first">S</forename><surname>Melnik</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Garcia-Molina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Rahm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ICDE</title>
				<meeting>ICDE</meeting>
		<imprint>
			<date type="published" when="2002">2002</date>
			<biblScope unit="page" from="117" to="128" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Delayed Column Generation Strategy for Exact k-Bounded MAP Inference in Markov Logic Networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Niepert</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 25th Conference on Uncertainty in Artificial Intelligence</title>
				<meeting>the 25th Conference on Uncertainty in Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Probabilistic-Logical Framework for Ontology Matching</title>
		<author>
			<persName><forename type="first">M</forename><surname>Niepert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Meilicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 24th AAAI Conference on Artificial Intelligence</title>
				<meeting>the 24th AAAI Conference on Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Leveraging Terminological Structure for Object Reconciliation</title>
		<author>
			<persName><forename type="first">J</forename><surname>Noessner</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Niepert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Meilicke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: Research and Applications</title>
				<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="334" to="348" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Markov logic networks</title>
		<author>
			<persName><forename type="first">M</forename><surname>Richardson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Domingos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Machine Learning</title>
				<imprint>
			<date type="published" when="2006">2006</date>
			<biblScope unit="volume">62</biblScope>
			<biblScope unit="page" from="107" to="136" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Improving the accuracy and efficiency of map inference for markov logic</title>
		<author>
			<persName><forename type="first">S</forename><surname>Riedel</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Conference on Uncertainty in Artificial Intelligence</title>
				<meeting>the Conference on Uncertainty in Artificial Intelligence</meeting>
		<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="468" to="475" />
		</imprint>
	</monogr>
</biblStruct>

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