<?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">Workflow Adaptation in Process-oriented Case-based Reasoning</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Gilbert</forename><surname>Müller</surname></persName>
							<email>muellerg@uni-trier.de</email>
							<affiliation key="aff0">
								<orgName type="department">Business Information Systems II</orgName>
								<orgName type="institution">University of Trier</orgName>
								<address>
									<postCode>54286</postCode>
									<settlement>Trier</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Workflow Adaptation in Process-oriented Case-based Reasoning</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">38A6BFEE21E31646C8DD597A55AEB223</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:32+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>http://www.wi2.uni-trier.de</p><p>Workflows are an important research domain, as they are used in many application areas, e.g., there are business workflows, scientific workflows, workflows representing information gathering processes, or cooking instructions. Workflows are "the automation of a business process, in whole or part, during which documents, information or tasks are passed from one participant to another for action, according to a set of procedural rules" <ref type="bibr" target="#b3">[4]</ref>. Thus, workflows consists of a structured set of tasks and data objects shared between those tasks. In this regard, Process-oriented Case-based Reasoning (POCBR) <ref type="bibr" target="#b6">[7]</ref> addresses the creation and adaptation of processes that are, e.g., represented as workflows. Although, POCBR is of high relevance little research exist so far.</p><p>The presented research focuses on the development of new workflow adaptation approaches and related topics, for instance the retrieval of workflows. Methods are investigated, which automatically learn adaptation knowledge from the case base. This prevents limited adaptation capabilities due to the acquisition bottleneck for adaptation knowledge.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Research Questions</head><p>This section presents the research questions addressed by my doctoral thesis in note form.</p><p>1. How can workflows be e ciently retrieved? 2. How can workflows be adapted regarding defined preferences or restrictions? 3. How can interactive workflow adaptation be realized? 4. How can the adaptability of workflows be reflected during retrieval? 5. How can adaptation knowledge be revised to address the retainment of adaptation knowledge?</p><p>The approaches to address the first two research questions are described in the next section and section 3 describes how the remaining open research questions are going to be investigated.</p><p>Copyright © 2015 for this paper by its authors. Copying permitted for private and academic purposes. In Proceedings of the ICCBR 2015 Workshops. Frankfurt, Germany.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Current state of research</head><p>The presented research is implemented and evaluated using the CAKE (Collaborative Agent-based Knowledge Engine) framework<ref type="foot" target="#foot_0">1</ref> developed at the University of Trier. It deals with semantic workflows and is able to compute the similarity between two workflows according to the semantic similarity <ref type="bibr" target="#b1">[2]</ref>. The approaches will are illustrated and investigated in the cooking domain, i.e., the workflows represent cooking recipes.</p><p>Currently, approaches addressing the first two research questions have been investigated:</p><p>1. Based on research about clustering of workflows <ref type="bibr" target="#b2">[3]</ref>, the problem of improving retrieval performance by developing a cluster-based retrieval method for workflows <ref type="bibr" target="#b7">[8]</ref> was addressed. To achieve this, a new clustering algorithm, which constructs a binary tree of clusters was developed. The binary tree is used as index structure during a heuristic search to identify the most similar clusters containing the most similar workflows in a top-down fashion. Further, POQL <ref type="bibr" target="#b11">[12]</ref> was developed serving as query language to guide the retrieval and the adaptation of workflows regarding defined preferences or restrictions. 2. Several adaptation approaches had been investigated to address the second research question. A compositional adaptation approach for workflows was investigated <ref type="bibr" target="#b8">[9]</ref> where workflows are decomposed into meaningful subcomponents, called workflow streams. In order to support adaptation, streams of the retrieved workflow are replaced by appropriate streams of other workflows.</p><p>Based on this work, operator-based adaptation <ref type="bibr" target="#b10">[11]</ref> has been developed. The adaptation operators are learned automatically based on the workflows in the case base enabling to remove, insert or replace workflow fragments. Further, workflow generalization and specialization has been addressed <ref type="bibr" target="#b9">[10]</ref>, which increases the coverage of the workflow cases and thus being able to support adaptation as well.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Future Work</head><p>In future work, an additional adaptation approach will be investigated for semantic workflows, similar to the adaptation approach presented by Minor et. al. <ref type="bibr" target="#b5">[6]</ref>, which is based on adaptation cases describing how to transform a particular workflow to a target workflow. The future work addressing the remaining research questions 3.-5. is summarized below. A drawback of applying traditional adaptation methods is that the adaptation goal must mostly be known previously. Consequently, this can lead to a non-optimal or not desired solution. Hence, interactive adaption <ref type="bibr" target="#b0">[1]</ref> will be investigated, as it is a promising approach to overcome this drawback. It supports the search of a suitable query and hence the desired solutions by involving user interaction during adaptation.</p><p>Further, separating similarity-based retrieval and adaptation may provide workflows that can not be at best adapted according to the query. Hence, methods will be developed that also reflect the adaptability of the workflows during the retrieval stage <ref type="bibr" target="#b12">[13]</ref>.</p><p>Moreover, feedback of workflow adaptation will be captured in order to address the retaining of adaptation knowledge <ref type="bibr" target="#b4">[5]</ref>. This is essential, as the quality of automatically learned adaptation knowledge can not always be ensured. Thus, the quality of workflow adaptation is improved. Further, the growth of adaptation knowledge can be controlled and hence the performance of adaptation can be maintained.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">cakeflow.wi2.uni-trier.de</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Introduction: Interactive case-based reasoning</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">W</forename><surname>Aha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Muñoz-Avila</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Applied Intelligence</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="7" to="8" />
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Similarity assessment and e cient retrieval of semantic workflows</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Gil</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Inf. Syst</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="page" from="115" to="127" />
			<date type="published" when="2014-03">Mar 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Workflow clustering using semantic similarity measures</title>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Wittkowsky</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Artificial Intelligence. LNCS</title>
				<editor>
			<persName><forename type="first">Thimm</forename><surname>Timm</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2013">2013. 2013</date>
			<biblScope unit="volume">8077</biblScope>
			<biblScope unit="page" from="13" to="24" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<title level="m" type="main">Workflow management coalition glossary &amp; terminology</title>
		<author>
			<persName><forename type="first">D</forename><surname>Hollingsworth</surname></persName>
		</author>
		<ptr target="http://www.wfmc.org/docs/TC-1011_term_glossary_v3.pdf" />
		<imprint>
			<date type="published" when="1999-04-04">1999. last access on 04-04-2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">On retention of adaptation rules</title>
		<author>
			<persName><forename type="first">V</forename><surname>Jalali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Leake</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Case-Based Reasoning Research and Development</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="200" to="214" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Towards case-based adaptation of workflows</title>
		<author>
			<persName><forename type="first">M</forename><surname>Minor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Görg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Walter</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Research and Development</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="421" to="435" />
		</imprint>
	</monogr>
	<note>Case-Based Reasoning</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Process-oriented case-based reasoning</title>
		<author>
			<persName><forename type="first">M</forename><surname>Minor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Montani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">A</forename><surname>Recio-Garca</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Information Systems</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="issue">0</biblScope>
			<biblScope unit="page" from="103" to="105" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A Cluster-Based Approach to Improve Similarity-Based Retrieval for Process-Oriented Case-Based Reasoning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ECAI 2014</title>
				<meeting>ECAI 2014<address><addrLine>Prague, Czech Republic</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Workflow Streams: A Means for Compositional Adaptation in Process-Oriented CBR</title>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ICCBR 2014</title>
				<meeting>ICCBR 2014<address><addrLine>Cork, Ireland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Generalization of Workflows in Process-Oriented Case-Based Reasoning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">28th International FLAIRS Conference. AAAI</title>
				<meeting><address><addrLine>Hollywood (Florida), USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Learning and Applying Adaptation Operators in Process-Oriented Case-Based Reasoning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of ICCBR 2015</title>
				<meeting>ICCBR 2015<address><addrLine>Germany</addrLine></address></meeting>
		<imprint>
			<publisher>Frankfurt</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">POQL: A new query language for Process-Oriented Case-Based Reasoning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Müller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2015">2015</date>
			<pubPlace>Trier, Germany</pubPlace>
		</imprint>
	</monogr>
	<note>to be submitted to LWA 2015</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Retrieving adaptable cases</title>
		<author>
			<persName><forename type="first">B</forename><surname>Smyth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Keane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Topics in Case-Based Reasoning</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">S</forename><surname>Wess</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">K</forename><forename type="middle">D</forename><surname>Altho↵</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">M</forename><surname>Richter</surname></persName>
		</editor>
		<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1994">1994</date>
			<biblScope unit="volume">837</biblScope>
			<biblScope unit="page" from="209" to="220" />
		</imprint>
	</monogr>
</biblStruct>

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