<?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">Lily Results for OAEI 2015</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Wenyu</forename><surname>Wang</surname></persName>
							<email>pwang@seu.edu.cn</email>
							<affiliation key="aff0">
								<orgName type="department">School of Computer Science and Engineering</orgName>
								<orgName type="institution">Southeast University</orgName>
								<address>
									<country key="CN">China</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">Chien-Shiung Wu College</orgName>
								<orgName type="institution">Southeast University</orgName>
								<address>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">School of Computer Science and Engineering</orgName>
								<orgName type="institution">Southeast University</orgName>
								<address>
									<country key="CN">China</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Lily Results for OAEI 2015</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">7F3A2FF57D2DC56EAC78407BBFAD30B1</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>This paper presents the results of Lily in the ontology alignment contest OAEI 2015. As a comprehensive ontology matching system, Lily is intended to participate in four tracks of the contest: benchmark, conference, anatomy, and instance matching. The specific techniques used by Lily will be introduced briefly. The strengths and weaknesses of Lily will also be discussed.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Presentation of the system</head><p>With the use of hybrid matching strategies, Lily, as an ontology matching system, is capable of solving some issues related to heterogeneous ontologies. It can process normal ontologies, weak informative ontologies <ref type="bibr" target="#b4">[5]</ref>, ontology mapping debugging <ref type="bibr" target="#b6">[7]</ref>, and ontology matching tunning <ref type="bibr" target="#b8">[9]</ref>, in both normal and large scales. In previous OAEI contests <ref type="bibr" target="#b0">[1]</ref><ref type="bibr" target="#b1">[2]</ref><ref type="bibr" target="#b2">[3]</ref>, Lily has achieved preferable performances in some tasks, which indicated its effectiveness and wideness of availability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.1">State, purpose, general statement</head><p>The core principle of matching strategies of Lily is utilizing the useful information correctly and effectively. Lily combines several effective and efficient matching techniques to facilitate alignments. There are five main matching strategies: (1) Generic Ontology Matching (GOM) is used for common matching tasks with normal size ontologies. (2) Large scale Ontology Matching (LOM) is used for the matching tasks with large size ontologies. (3) Instance Ontology Matching (IOM) is used for instance matching tasks. (4) Ontology mapping debugging is used to verify and improve the alignment results. <ref type="bibr" target="#b4">(5)</ref> Ontology matching tuning is used to enhance overall performance.</p><p>The matching process mainly contains three steps: (1) Pre-processing, when Lily parses ontologies and prepares the necessary information for subsequent steps. Meanwhile, the ontologies will be generally analyzed, whose characteristics, along with studied datasets, will be utilized to determine parameters and strategies. (2) Similarity computing, when Lily uses special methods to calculate the similarities between elements from different ontologies. (3) Post-processing, when alignments are extracted and refined by mapping debugging.</p><p>In this year, some algorithms and matching strategies of Lily have been modified for higher efficiency, and adjusted for brand-new matching tasks like Author Recognition and Author Disambiguation in the Instance Matching track.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.2">Specific techniques used</head><p>Lily aims to provide high quality 1:1 concept pair or property pair alignments. The main specific techniques used by Lily are as follows.</p><p>Semantic subgraph An element may have heterogeneous semantic interpretations in different ontologies. Therefore, understanding the real local meanings of elements is very useful for similarity computation, which are the foundations for many applications including ontology matching. Therefore, before similarity computation, Lily first describes the meaning for each entity accurately. However, since different ontologies have different preferences to describe their elements, obtaining the semantic context of an element is an open problem. The semantic subgraph was proposed to capture the real meanings of ontology elements <ref type="bibr" target="#b3">[4]</ref>. To extract the semantic subgraphs, a hybrid ontology graph is used to represent the semantic relations between elements. An extracting algorithm based on an electrical circuit model is then used with new conductivity calculation rules to improve the quality of the semantic subgraphs. It has been shown that the semantic subgraphs can properly capture the local meanings of elements <ref type="bibr" target="#b3">[4]</ref>.</p><p>Based on the extracted semantic subgraphs, more credible matching clues can be discovered, which help reduce the negative effects of the matching uncertainty.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Generic ontology matching method</head><p>The similarity computation is based on the semantic subgraphs, which means all the information used in the similarity computation comes from the semantic subgraphs. Lily combines the text matching and structure matching techniques.</p><p>Semantic Description Document (SDD) matcher measures the literal similarity between ontologies. A semantic description document of a concept contains the information about class hierarchies, related properties and instances. A semantic description document of a property contains the information about hierarchies, domains, ranges, restrictions and related instances. For the descriptions from different entities, the similarities of the corresponding parts will be calculated. Finally, all separated similarities will be combined with the experiential weights.</p><p>Matching weak informative ontologies Most existing ontology matching methods are based on the linguistic information. However, some ontologies may lack in regular linguistic information such as natural words and comments. Consequently the linguistic-based methods will not work. Structure-based methods are more practical for such situations. Similarity propagation is a feasible idea to realize the structure-based matching. But traditional propagation strategies do not take into consideration the ontology features and will be faced with effectiveness and performance problems. Having analyzed the classical similarity propagation algorithm, Similarity Flood, we proposed a new structure-based ontology matching method <ref type="bibr" target="#b4">[5]</ref>. This method has two features: (1) It has more strict but reasonable propagation conditions which lead to more efficient matching processes and better alignments. (2) A series of propagation strategies are used to improve the matching quality. We have demonstrated that this method performs well on the OAEI benchmark dataset <ref type="bibr" target="#b4">[5]</ref>.</p><p>However, the similarity propagation is not always perfect. When more alignments are discovered, more incorrect alignments would also be introduced by the similarity propagation. So Lily also uses a strategy to determine when to use the similarity propagation.</p><p>Large scale ontology matching Matching large ontologies is a challenge due to its significant time complexity. We proposed a new matching method for large ontologies based on reduction anchors <ref type="bibr" target="#b5">[6]</ref>. This method has a distinct advantage over the divide-and-conquer methods because it does not need to partition large ontologies. In particular, two kinds of reduction anchors, positive and negative reduction anchors, are proposed to reduce the time complexity in matching. Positive reduction anchors use the concept hierarchy to predict the ignorable similarity calculations. Negative reduction anchors use the locality of matching to predict the ignorable similarity calculations. Our experimental results on the real world datasets show that the proposed methods are efficient in matching large ontologies <ref type="bibr" target="#b5">[6]</ref>.</p><p>Ontology mapping debugging Lily utilizes a technique named ontology mapping debugging to improve the alignment results <ref type="bibr" target="#b6">[7]</ref>. Different from existing methods that focus on finding efficient and effective solutions for the ontology mapping problems, mapping debugging emphasizes on analyzing the mapping results to detect or diagnose the mapping defects. During debugging, some types of mapping errors, such as redundant and inconsistent mappings, can be detected. Some warnings, including imprecise mappings or abnormal mappings, are also locked by analyzing the features of mapping result. More importantly, some errors and warnings can be repaired automatically or can be presented to users with revising suggestions.</p><p>Ontology matching tuning Lily adopted ontology matching tuning this year. By performing parameter optimization on training datasets <ref type="bibr" target="#b8">[9]</ref>, Lily is able to determine the best parameters for similar tasks. Those data will be stored. When it comes to real matching tasks, Lily will perform statistical calculations on the new ontologies to acquire their features that help it find the most suitable configurations, based on previous training data. In this way, the overall performance can be improved.</p><p>Currently, ontology matching tuning is not totally automatic. It is difficult to find out typical statistical parameters that distinguish each task from others. Meanwhile, learning from test datasets can be really time-consuming. Our experiment is just a beginning.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.3">Adaptations made for the evaluation</head><p>For benchmark, anatomy and conference tasks, Lily is totally automatic, which means Lily can be invoked directly from the SEALS client. It will also determine which strategy to use and the corresponding parameters. For a specific instance matching task, Lily needs to be configured and started up manually, so only matching results were submitted.</p><p>1.4 Link to the system and parameters file SEALS wrapped version of Lily for OAEI 2015 is available at https://drive. google.com/file/d/0B4fqkE38d3QrS1Zta0pPSFpqXzA/view?usp=sharing.</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 set of provided alignments, as well as overall performance, is available at each track of the OAEI 2015 official website, http://oaei.ontologymatching. org/2015/.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Results</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Benchmark track</head><p>There are two datasets in different sizes: Biblio and energy. The former one, which will be matched using Generic Ontology Matching, is generally small, while the latter one is so much that it has to be matched by Large scale Ontology Matching.</p><p>There are five groups of test suites in each dataset. Each test suite has 94 matching tasks. The overall results of one test suite will be represented by the mean value of Precision, Recall and F-Measure. Test suites were generated from the same seed ontologies, which means they are all equal. Thus, the harmonic mean values of all test suites will be used to evaluate how well Lily worked.</p><p>The detailed results are shown in Table <ref type="table" target="#tab_0">1</ref>. As Table <ref type="table" target="#tab_0">1</ref> has shown, Lily handles Benchmark datasets well in both small and large scales, although the results of the energy dataset are slightly worse as the expense of better performance. According to the Benchmark results of OAEI2015<ref type="foot" target="#foot_0">1</ref> , Lily has the highest overall F-Measure among 11 matching systems that generated alignments for the Biblio dataset. However, the public results show that Lily failed to produce alignments for energy dataset. That is because the energy dataset is a replacement for its former dataset IFC. The substitution also brought about format changes of ontology description files. Consequently, Lily and some other systems were not able to parse ontologies correctly. After the issue was fixed, we evaluated Lily on only energy dataset with SEALS client and obtained the results.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Anatomy track</head><p>The anatomy matching task consists of two real large-scale biological ontologies. Table <ref type="table" target="#tab_1">2</ref> shows the performance of Lily in the Anatomy track on a server with one 3.46 GHz, 6-core CPU and 8GB RAM allocated. The time unit is second (s). Compared with the result in OAEI 2011 <ref type="bibr" target="#b7">[8]</ref>, there is a small improvement of Precision, Recall and F-Measure, from 0.80, 0.72 and 0.76 to 0.87, 0.79 and 0.83, respectively. One main reason for the improvement is that we found the names of classes not semantically useful, which would confuse Lily when the similarity matrix was calculated. After the names were excluded, better alignments were generated. Besides, there is a significant reduction of the time consumption, from 563s to 266s. This is not only the result of stronger CPU, but also because more optimizations, like parallelization, were applied to the algorithms in Lily.</p><p>However, as can be seen in the overall result, Lily lies in the middle position of the rank, which indicates it is still possible to make further progress. Additionally, some key algorithms have not been successfully parallelized. After that is done, the time consumption is expected to be further reduced.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3">Conference track</head><p>In this track, there are 7 independent ontologies that can be matched with one another. The 21 subtasks are based on given reference alignments. As a result of heterogeneous characters, it is a challenge to generate high-quality alignments for all ontology pairs in this track.</p><p>Lily adopted ontology matching tuning for the Conference track this year. Table <ref type="table" target="#tab_2">3</ref> shows its latest performance. Compared with the result in OAEI 2011 <ref type="bibr" target="#b7">[8]</ref>, there is a significant improvement of mean Precision, Recall and F-Measure, from 0.36, 0.47 and 0.41 to 0.59, 0.53 and 0.56, respectively. Besides, all the tasks share the same configurations, so it is possible to generate better alignments by assigning the most suitable parameters for each task. We will continue to enhance this feature.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.4">Instance matching track</head><p>We submitted alignments for two tasks in the IM track of OAEI 2015: Author Disambiguation Task and Author Recognition Task. For the other three tasks, there is currently no specific strategy available, so Lily will not produce alignments for them.</p><p>For each task, there are two matching subtasks with different scales. The sandbox scale is around 1,000 instances, which was provided as the test dataset. The mainbox scale is around 10,000 instances. The results will be analyzed for each task.</p><p>Author Disambiguation Task Lily utilized a different strategy for this task, as we found several features of the dataset: one author's name in ontology A usually contains the corresponding name in ontology B, and a slight difference of one property may distinguish publications in two ontologies. The result is shown in Table <ref type="table" target="#tab_3">4</ref>. As can be seen in Table <ref type="table" target="#tab_3">4</ref>, the strategy is practical. Most correct matches can be found with high precision in both sandbox and mainbox subtasks. According to overall results, Lily scores highest in this task. However, there are still some missing matches. After analyzing the reference alignments and matching ontologies, we found that some matched authors had actually no publication in common, and that accounts for many matches missed by Lily.</p><p>Author Recognition Task Quite different from the previous task, this task requires computations over the source ontology, whose results will be matched with the target ontology. Lily will first follow the requirement to generate an intermediate, statistical ontology from the source ontology. Then, string properties and numeric properties of that ontology and the target ontology will be compared in different methods. Finally, all the similarities will be combined. The result is shown in Table <ref type="table" target="#tab_4">5</ref>. As can be seen in Table <ref type="table" target="#tab_4">5</ref>, the strategy is practical as well, especially for the sandbox subtask.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">General comments</head><p>In this year, a lot of modifications were done to Lily for both effectiveness and efficiency. The performance has been improved as we have expected. The strategies for new tasks have been proved to be useful.</p><p>On the whole, Lily is a comprehensive ontology matching system with the ability to handle multiple types of ontology matching tasks, of which the results are generally competitive. However, Lily still lacks in strategies for some newly developed matching tasks. The relatively high time and memory consumption also prevent Lily from finishing some challenging tasks.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>In this paper, we briefly introduced our ontology matching system Lily. The matching process and the special techniques used by Lily were presented, and the alignment results were carefully analyzed.</p><p>There is still so much to do to make further progress. Lily needs more optimization to handle large ontologies with limited time and memory. Thus, techniques like parallelization will be applied more. Also, we have just tried out ontology matching tuning. With further research on that, Lily will not only produce better alignments for tracks it was intended for, but also be able to participate in the interactive track.</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>The performance in the Benchmark track</figDesc><table><row><cell cols="4">Test suite Precision Recall F-Measure</cell></row><row><cell>biblio-r1</cell><cell>0.96</cell><cell>0.83</cell><cell>0.89</cell></row><row><cell>biblio-r2</cell><cell>0.96</cell><cell>0.83</cell><cell>0.89</cell></row><row><cell>biblio-r3</cell><cell>0.97</cell><cell>0.84</cell><cell>0.90</cell></row><row><cell>biblio-r4</cell><cell>0.97</cell><cell>0.83</cell><cell>0.89</cell></row><row><cell>biblio-r5</cell><cell>0.97</cell><cell>0.84</cell><cell>0.90</cell></row><row><cell cols="2">H-mean 0.97</cell><cell>0.83</cell><cell>0.90</cell></row><row><cell>energy-r1</cell><cell>0.90</cell><cell>0.76</cell><cell>0.82</cell></row><row><cell>energy-r2</cell><cell>0.90</cell><cell>0.77</cell><cell>0.83</cell></row><row><cell>energy-r3</cell><cell>0.90</cell><cell>0.77</cell><cell>0.83</cell></row><row><cell>energy-r4</cell><cell>0.89</cell><cell>0.76</cell><cell>0.82</cell></row><row><cell>energy-r5</cell><cell>0.91</cell><cell>0.77</cell><cell>0.83</cell></row><row><cell cols="2">H-mean 0.90</cell><cell>0.77</cell><cell>0.83</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>The performance in the Anatomy track</figDesc><table><row><cell cols="5">Matcher Runtime Precision Recall F-Measure</cell></row><row><cell>Lily</cell><cell>266s</cell><cell>0.87</cell><cell>0.79</cell><cell>0.83</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>The performance in the Conference track</figDesc><table><row><cell cols="4">Test Case ID Precision Recall F-Measure</cell></row><row><cell>cmt-conference</cell><cell>0.53</cell><cell>0.6</cell><cell>0.56</cell></row><row><cell>cmt-confof</cell><cell>0.80</cell><cell>0.25</cell><cell>0.38</cell></row><row><cell>cmt-edas</cell><cell>0.64</cell><cell>0.54</cell><cell>0.58</cell></row><row><cell>cmt-ekaw</cell><cell>0.55</cell><cell>0.55</cell><cell>0.55</cell></row><row><cell>cmt-iasted</cell><cell>0.57</cell><cell>1.00</cell><cell>0.73</cell></row><row><cell>cmt-sigkdd</cell><cell>0.70</cell><cell>0.58</cell><cell>0.64</cell></row><row><cell>conference-confof</cell><cell>0.67</cell><cell>0.53</cell><cell>0.59</cell></row><row><cell>conference-edas</cell><cell>0.41</cell><cell>0.41</cell><cell>0.41</cell></row><row><cell>conference-ekaw</cell><cell>0.62</cell><cell>0.64</cell><cell>0.63</cell></row><row><cell>conference-iasted</cell><cell>0.67</cell><cell>0.43</cell><cell>0.52</cell></row><row><cell cols="2">conference-sigkdd 0.71</cell><cell>0.67</cell><cell>0.69</cell></row><row><cell>confof-edas</cell><cell>0.69</cell><cell>0.47</cell><cell>0.56</cell></row><row><cell>confof-ekaw</cell><cell>0.79</cell><cell>0.75</cell><cell>0.77</cell></row><row><cell>confof-iasted</cell><cell>0.46</cell><cell>0.67</cell><cell>0.55</cell></row><row><cell>confof-sigkdd</cell><cell>0.17</cell><cell>0.14</cell><cell>0.15</cell></row><row><cell>edas-ekaw</cell><cell>0.67</cell><cell>0.52</cell><cell>0.59</cell></row><row><cell>edas-iasted</cell><cell>0.50</cell><cell>0.37</cell><cell>0.42</cell></row><row><cell>edas-sigkdd</cell><cell>0.63</cell><cell>0.33</cell><cell>0.43</cell></row><row><cell>ekaw-iasted</cell><cell>0.50</cell><cell>0.80</cell><cell>0.62</cell></row><row><cell>ekaw-sigkdd</cell><cell>0.50</cell><cell>0.46</cell><cell>0.48</cell></row><row><cell>iasted-sigkdd</cell><cell>0.56</cell><cell>0.67</cell><cell>0.61</cell></row><row><cell>Average</cell><cell>0.59</cell><cell>0.53</cell><cell>0.56</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 4 .</head><label>4</label><figDesc>The performance in the author-dis task</figDesc><table><row><cell cols="4">Matcher Scale Precision Recall F-Measure</cell></row><row><cell>Lily sandbox</cell><cell>0.98</cell><cell>0.98</cell><cell>0.98</cell></row><row><cell cols="2">Lily mainbox 0.96</cell><cell>0.96</cell><cell>0.96</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 5 .</head><label>5</label><figDesc>The performance in the author-rec task</figDesc><table><row><cell cols="4">Matcher Scale Precision Recall F-Measure</cell></row><row><cell>Lily sandbox</cell><cell>1.00</cell><cell>1.00</cell><cell>1.00</cell></row><row><cell cols="2">Lily mainbox 0.99</cell><cell>0.99</cell><cell>0.99</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://oaei.ontologymatching.org/2015/results/benchmarks/index.html</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Lily: ontology alignment results for OAEI</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 4th International Workshop on Ontology Matching</title>
				<meeting><address><addrLine>Washington Dc., USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009. 2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Lily: Ontology Alignment Results for OAEI</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Third International Workshop on Ontology Matching</title>
				<meeting><address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2008">2008. 2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">LILY: the results for the ontology alignment contest OAEI</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Second International Workshop on Ontology Matching (OM2007)</title>
				<meeting><address><addrLine>Busan, Korea</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2007">2007. 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Extracting Semantic Subgraphs to Capture the Real Meanings of Ontology Elements</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuming</forename><surname>Zhou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Tsinghua Science and Technology</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="724" to="733" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">An Effective Similarity Propagation Model for Matching Ontologies without Sufficient or Regular Linguistic Information</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The 4th Asian Semantic Web Conference (ASWC2009)</title>
				<meeting><address><addrLine>Shanghai, China</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Matching Large Ontologies Based on Reduction Anchors</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yuming</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Twenty-Second International Joint Conference on Artificial Intelligence (IJCAI 2011)</title>
				<meeting><address><addrLine>Barcelona, Catalonia, Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Debugging Ontology Mapping: A Static Approach</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Baowen</forename><surname>Xu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computing and Informatics</title>
		<imprint>
			<biblScope unit="volume">27</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page">2136</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Lily results on SEALS platform for OAEI</title>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 6th OM Workshop</title>
				<meeting>of 6th OM Workshop</meeting>
		<imprint>
			<date type="published" when="2011">2011. 2011</date>
			<biblScope unit="page" from="156" to="162" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Ontology Matching Tuning Based on Particle Swarm Optimization: Preliminary Results</title>
		<author>
			<persName><forename type="first">Pan</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peng</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Li</forename><surname>Ji</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xingyu</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Kai</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bin</forename><surname>Yu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web and Web Science</title>
				<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="146" to="155" />
		</imprint>
	</monogr>
</biblStruct>

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