<?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">CookingCAKE: A Framework for the adaptation of cooking recipes represented as workflows</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Gilbert</forename><surname>Müller</surname></persName>
							<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>
						<author>
							<persName><forename type="first">Ralph</forename><surname>Bergmann</surname></persName>
							<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">CookingCAKE: A Framework for the adaptation of cooking recipes represented as workflows</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">5168BBB569917B1988E1A58052927CF5</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>
			<textClass>
				<keywords>
					<term>recipe adaptation</term>
					<term>workflow adaptation</term>
					<term>workflows</term>
					<term>process-oriented case based reasoning</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper presents CookingCAKE, a framework for the adaptation of cooking recipes represented as workflows. CookingCAKE integrates and combines several workflow adaptation approaches applied in process-oriented case based reasoning (POCBR) in a single adaptation framework, thus providing a capable tool for the adaptation of cooking recipes. The available case base of cooking workflows is analyzed to generate adaptation knowledge which is used to adapt a recipe regarding restrictions and resources, which the user may define for the preparation of a dish.</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>Even after more than 30 years of research in CBR, adaptation is still a major challenge. This also applies to the adaptation of cooking recipes. Direct processing of textual recipes is however almost not feasible. Thus, they are usually transformed to structured cases, e.g., workflows <ref type="bibr" target="#b17">[18]</ref>. In Process-Oriented Case-Based Reasoning (POCBR) <ref type="bibr" target="#b10">[11]</ref>, workflow adaptation is also an important research topic.</p><p>Existing methods for adaptation in CBR can be roughly classified into transformational, compositional, and generative adaptation <ref type="bibr" target="#b20">[21,</ref><ref type="bibr" target="#b8">9]</ref>. While transformational adaptation relies on adaptations executed in a kind of a rule-based manner, generative adaptation demands general domain knowledge appropriate for an automated from scratch problem solver. An approach for transformational adaptation of workflows was presented by Minor et al. <ref type="bibr" target="#b9">[10]</ref>. Compositional adaptation usually means that several cases are used during adaptation, incorporating transformational or generative adaptation methods involving adaptation knowledge. Dufour-Lussier et al. <ref type="bibr" target="#b3">[4]</ref>, for example, presented such a compositional adaptation approach. However, the different adaptation approaches come along with respective advantages and disadvantages. Thus, we expect that the integration and combination of several adaptation approaches can significantly improve the overall adaptation capability of a CBR system by overcoming some of the disadvantages of each individual approach.</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><p>In this paper, we present the next evolutionary step of your CookingCAKE system, which is the integration of three adaptation approaches developed within our previous research. In particular, we present a novel integration of adaptation by generalization and specialization, compositional adaptation, and transformational adaptation in POCBR. To achieve this, CookingCAKE analyzes the case base of cooking workflows generating an extensive adaptation knowledge base using several adaptation approaches. This knowledge is then used to adapt workflows according to the requirements and resources given in a current adaptation scenario. While this paper presents novel ideas and positions on adaptation, the open challenge is addressed. In addition, we present our examples as well as a comprehensive use case from the sandwich challenge, thus this challenge is addressed as well.</p><p>The next section introduces cooking workflows followed by a summary section sketching the used adaptation approaches from our previous research (see <ref type="bibr">Sect. 3)</ref>. Section 4 describes the novel integration of the approaches, including the generation of adaptation knowledge as well as the integrated adaptation itself. Next, Sect. 5 provides details on how the Computer Cooking Contest 2015 sandwich challenge is addressed. Finally, the paper wraps up by discussing potential future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Cooking Workflows</head><p>In our approach a cooking recipe is represented as a workflow describing the process to prepare a particular dish <ref type="bibr" target="#b17">[18]</ref> (see Fig. <ref type="figure" target="#fig_0">1</ref>). Cooking workflows consist of a set of preparation steps (also called tasks) and a set of ingredients (also called data items) shared between its tasks. Further, control-flow blocks may be used that represent either sequences, parallel (AND), alternative (XOR), or repeated execution (LOOPs) of preparation steps. These control-flow blocks may be nested but not interleaved, thus we consider block-oriented workflows only. This ensures the syntactic correctness of the workflow following the correctness-by-construction principle <ref type="bibr" target="#b16">[17,</ref><ref type="bibr" target="#b2">3]</ref>, e.g., that the workflow has one start node and one end node. Such workflows are referred to as consistent workflows. Tasks and control-flow blocks are linked by control-flow edges defining the execution order. This forms the control-flow. Tasks, data items, and relationships (represented by data-flow edges) between the two of them form the data flow. An example block-oriented cooking workflow for a sandwich recipe is illustrated in Fig. <ref type="figure" target="#fig_0">1</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">Semantic Workflows and Semantic Workflow Similarity</head><p>To support retrieval and adaptation of workflows, the individual workflow elements are annotated with ontological information, thus leading to a semantic workflow <ref type="bibr" target="#b1">[2]</ref>. Cook-ingCAKE uses a taxonomy of ingredients to define the semantics of data items and a taxonomy of preparation steps to define the semantics of tasks. These taxonomies are employed for the similarity assessment between tasks and data items. An example ingredient taxonomy is given in Fig. <ref type="figure">2</ref>. A taxonomy is ordered by terms that are either a generalization or a specialization of a specific other term within the taxonomy, i.e., an inner node represents a generalized term that stands for the set of most specific terms below it. For example, the generalized term vegeterian stands for the set {potatoes, rice, noodles}. Further on in the paper we use inner nodes in generalized workflows to represent that an arbitrary ingredient from the set of its specializations can be chosen. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Fig. 2. Example of an ingredient taxonomy</head><p>In our previous work, we developed a semantic similarity measure for workflows that enables the similarity assessment of a case workflow W c w.r.t. a query workflow W q [2], i.e. sim(W q , W c ). Each query workflow element x q ∈ W q is mapped by the function m : W q → W c to an element of the case workflow x c ∈ W c , i.e., x c = m(x q ). The mapping is used to estimate the similarity between the two workflow elements utilizing the taxonomy, i.e., sim(x q , x c ). The similarity of preparation steps or ingredients reflects the closeness in the taxonomy and further regards the level of the taxonomic elements. In general, the similarity is defined by the attached similarity value of the least common anchestor, e.g., sim(beef, pork) = 0.6. If a more general query element such as "meat" is compared with a specific element below it, such as "pork", the similarity value is 1. This ensures that if the query asks for a recipe containing meat, any recipe workflow from the case base containing any kind of meat is considered highly similar. All the similarity values of the mappings are then aggregated to estimate an overall workflow similarity.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Querying Semantic Workflows</head><p>In order to guide the retrieval and adaptation of workflows a query is defined by the user. CookingCAKE uses POQL (Query Language for Process-Oriented Case-Based Reasoning) <ref type="bibr" target="#b15">[16]</ref> to capture desired and undesired ingredients or preparation steps of a cooking workflow as a query q. The definition of preparation steps is useful as certain tools might not be available or their usage is desired (e.g. oven). Let q d = {x 1 , . . . , x n } be a set of desired ingredients or preparation steps and q u = {y 1 , . . . , y n } be a set of undesired ingredients or preparation steps. A query q is then defined as (x 1 ∧ . . . ∧ x 2 ) ∧ ¬y 1 ∧. . .∧¬y n . POQL also enables to capture generalized terms, i.e., if a vegeterian dish is desired, this can be defined by ¬meat. The query q is then used to guide retrieval, i.e., to search for a workflow which at best does not contain any undesired element and contains all desired elements. Based on the query q the unmatched elements can be identified, enabling estimating the elements to be deleted or added to the retrieved workflow during the subsequent adaptation stage. The similarity between the query and a workflow W is defined as the similarity between the desired ingredients and the workflow W and the number of undesired ingredients not contained in W according to the semantic similarity measure <ref type="bibr" target="#b1">[2]</ref> in relation to the size of the query:</p><formula xml:id="formula_0">sim(q, W ) = x∈q d sim(x, m(x)) + |{y ∈ q u |sim(y, m(y)) = 1}| |q d | + |q u |<label>(1)</label></formula><p>Hence, please note that similar desired ingredients or preparation steps increase the similarity while similar undesired ingredients or preparation steps do not reduce the similarity between the POQL query and the workflow.</p><p>In general, POQL is even more expressive and can, for example, capture time restrictions on preparation steps or that a certain ingredient should or should not be processed in a particular manner (e.g. do or do not bake vegetables). However, for the sake of simplicity we assume a set of desired and undesired ingredients or preparation steps only in the following sections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Adaptation Approaches</head><p>This section summarizes the used adaptation approaches within the CookingCAKE framework.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Adaptation by Generalization and Specialization of Workflows</head><p>A generalized workflow <ref type="bibr" target="#b13">[14]</ref> is a workflow containing generalized terms from a taxonomy (see Sec. 2.1), each of them representing multiple specialized ingredients or preparation steps. Thus, the generalized workflow represents a set of specialized workflows. Figure <ref type="figure" target="#fig_1">3</ref> illustrates an example for a generalization of the example workflow given in Fig. <ref type="figure" target="#fig_0">1</ref>. Here, any preparation step that chops the cheese and any sort of meat could potentially be used. Such generalized workflows can be learned by comparing similar workflows from the case base. A workflow is generalized by generalizing terms if similar workflows from the case base contain several specializations of this generalized term. It is assumed that if similar workflows contain the terms {beef, chicken, pork}, for example, these workflows can be generalized to contain any kind of meat. Likewise makesmall represents all possible cooking steps reducing ingredients to small pieces. Adaptation is supported by specializing a workflow according to the POQL query q. Lets assume the generalized workflow contains the term meat and the query defines that beef is desired, the generalized element can be specialized according to beef . Thus, specialization enables adapting a workflow according to the POQL query.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Compositional Adaptation by Workflow Streams</head><p>The idea of compositional adaptation by workflow streams <ref type="bibr" target="#b12">[13]</ref> is that each workflow can be decomposed into meaningful sub-components or snippets <ref type="bibr" target="#b6">[7]</ref>. A sandwich workflow, for example, prepares the sauce and the toppings in order to produce the entire sandwich dish. These sub-components represented as partial workflows are referred to as workflow streams. Workflow streams can be identified by collecting all data-flow connected tasks <ref type="foot" target="#foot_0">1</ref> until a new data item such as sandwich sauce is created. An example for a workflow stream for the example workflow (see Fig. <ref type="figure" target="#fig_0">1</ref>) is given in Figure <ref type="figure" target="#fig_2">4</ref> describing how to place toppings on the sandwich. To compute the adaptation knowledge, all workflow streams that can be found in the workflows within the case base are extracted.</p><p>The basic idea for compositional adaptation is, to adapt a workflow by using the workflow streams of other workflows that produce the same data item in a different manner, e.g., with other tasks or data. In the sandwich domain, for example, toppings, sauces, or preparation steps can be replaced. However, only workflow streams are substitutable if they produce the same data and consume identical data nodes. This ensures that replacing an arbitrary stream does not violate the semantic correctness of the workflow. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.3">Transformational Adaptation by Workflow Adaptation Operators</head><p>The workflow adaptation operators <ref type="bibr" target="#b14">[15]</ref> are specified by two workflow sub-graphs called streamlets, one representing a workflow fraction to be deleted and one representing a workflow fraction to be added. Such operators can be learned from the case base by comparing two workflows and employ the difference between the two workflows in order to generate workflow adaptation operators. The example adaptation operator in Fig. <ref type="figure" target="#fig_3">5</ref> describes that mayonnaise can be replaced by tomatoes. This also enforces that tasks have to be changed as well, because the combine task also has to be exchanged for a chop task. The basic idea for operational adaptation is that chains of adaptation operators are applied W o1 → W 1 o2 → . . . on → W n to the retrieved workflow W , thereby transforming the workflow W to an adapted workflow W n . This process can be considered a search process towards an optimal solution w.r.t. the query. Hence, streamlets are removed, inserted, or replaced to transform the workflow according to the query.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">CookingCAKE Framework</head><p>We now present the CookingCAKE framework which automatically generates adaptation knowledge using various adaptation approaches applied in POCBR (see Sect. 4.1). Based on this knowledge workflow adaptation is supported regarding a POQL query defining the requirements and resources on the workflow adaptation (see Sect. 4.2).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">Generation of adaptation knowledge</head><p>As the acquisition of adaptation knowledge is an instance of the traditional knowledge acquisition bottleneck <ref type="bibr" target="#b4">[5]</ref>, CookingCAKE automatically generates adaptation knowledge based on the workflows contained in the case base (see Fig. <ref type="figure" target="#fig_4">6</ref>). First, the case base and thus each workflow is generalized applying the method described in section 3.1. From this generalized case base further adaptation knowledge, i.e., workflow streams and adaptation rules (see Sect. 3), is automatically generated. As the adaptation knowledge is acquired based on the generalized case base, the adaptation knowledge itself is also generalized. This increases the adaptability for the entire adaptation procedure. The generated adaptation knowledge can then be used to adapt a workflow whenever a query occurs. Further details on this procedure are explained in the next section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">Workflow adaptation</head><p>Whenever a POQL query occurs CookingCAKE searches for the workflow that best matches the given query within the generalized case base (see Fig. <ref type="figure" target="#fig_5">7</ref>). However, it may happen that not all resources or requirements defined in the query are fulfilled by this workflow. Thus, workflow adaptation is required. For this purpose the workflow adaptation approaches presented in Sect. 3 are subsequently applied, still regarding the defined query. After this procedure, the adapted workflow still has to be specialized according to the query if it contains generalized elements. Therefore, CookingCAKE uses the specialization method presented in Sect. In order to ensure scalability of the presented approach for large case bases or large sets of adaptation knowledge, CookingCAKE supports a cluster-based retrieval <ref type="bibr" target="#b11">[12]</ref> for workflows as well as for adaptation knowledge.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">CCC Sandwich Challenge</head><p>In order to address the sandwich challenge a case base of 61 sandwich recipe workflows was created. The workflows were manually modelled based on sandwich recipes found on WikiTaaable 2 and further Internet sources. To enable similarity computations between the workflows, a modified version of the ingredient and cooking step ontology provided by WikiTaaable was employed. More precisely, multiple inheritance was resolved as CookingCAKE so far is only able to handle taxonomies (single inheritance). Further, the generalized terms of the taxonomies have been manually annotated with similarity values (see Sect. 2.1).</p><p>A running demo of CookingCAKE for the sandwich challenge is available under http://cookingCAKE.wi2.uni-trier.de</p><p>steps. An example query ( http://cookingCAKE.wi2.uni-trier.de?d=cherry%20tomato|salmon&amp;u= cheese), generates a salmon and cherry tomato recipe without using any kind of cheese. Please note, that CookingCAKE does not necessarily fulfill the given query, it rather tries to fulfill the query as much as possible but does not execute any adaptations if no adaptation knowledge is present in order to remain the quality of the sandwich recipe. Consequently, if e.g. edam cheese is desired among other ingredients possibly a recipe with gouda cheese is returned if that is more suitable concerning the other desired desired ingredients. Further, undesired ingredients might be contained or a desired ingredient might not be contained, if that seems to be inappropriate according to the remaining ingredients given in the query. In general, cooking steps are adapted, if particular changed ingredients may require a different preparation of the particular dish.</p><p>After the definition of a query, CookingCAKE searches for the workflow in the case base that already best matches the given query based on the similarity value (see Sect. 2.2). If the query can not be fulfilled, adaptation is required. In this case, the entire adaptation procedure presented in Sect. 4.2 is used to adapt the sandwich recipe according to a query.</p><p>As a result, CookingCAKE can also print a detailed XML-File describing the used original case based recipe as well as the adapted recipe according to the query. Further, information is provided on which ingredients are removed from and added to the original workflow during adaptation.</p><p>Additionally, CookingCAKE also provides a textual view of the solution (see Fig. <ref type="figure" target="#fig_6">9</ref>). For this purpose, the workflows are translated into a textual representation. Hence, the block-oriented workflow structure is reduced to a single sequence. Based on this, the required ingredients and the sequence of preparation steps (including the information on which ingredients are required in every preparation step) are generated. Further, the workflow itself is also illustrated in the process view.</p><p>CookingCAKE also features a name generator for the generated recipes. It accesses the taxonomy of ingredients and combines several terms of sub-taxonomies contained as ingredients in the workflow to assign a name to a recipe.</p><p>Based on the 61 recipes stored in CookingCAKE, generalization and specialization enable to generate more than 9 • 10 21 recipes. Further adaptations are supported by 197 workflow streams found and 7870 operators (1306 replace, 3903 insert, 2661 delete) generated. As the streams and operators are also generalized (see Sect. 4.2) adaptability is further increased. Hence, CookingCAKE provides a capable tool for the adaptation of sandwich recipes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions and Future Work</head><p>We presented CookingCAKE, a framework for the adaptation of cooking recipes represented as workflows integrating and combining various adaptation approaches applied in Process-Oriented Case-Based Reasoning (POCBR). The available case base of cooking workflows is analyzed to generate adaptation knowledge which is used to adapt a recipe regarding a given query for the preparation of a dish.</p><p>In future work, we will investigate and integrate additional adaptation approaches for workflows such as the abstraction of workflows containing abstract tasks (e.g., pre- pare sauce, place toppings on sandwich). Further, we will integrate the case-based adaptation approach of Minor et al. <ref type="bibr" target="#b9">[10]</ref> in our framework. Moreover, CookingCAKE will be extended to be able to handle more knowledge-intensive ontologies, e.g., ontologies with multiple inheritance. Future work will also comprise the retrieval of adaptable cases <ref type="bibr" target="#b18">[19]</ref>, i.e., we will investigate the adaptability of the workflows within the case base as the workflow that best matches the given query is not necessarily the workflow that can be at best adapted to the resources and requirements given. Consequently, a better workflow as starting point for the adaptation can be chosen. Moreover, the retainment of adaptation knowledge <ref type="bibr" target="#b5">[6]</ref> will be addressed by gathering user feedback on the adapted cooking recipes. This is important, as the quality of automatically learned adaptation knowledge can not always be ensured. Thus, the quality of workflow adaptation is improved and the growth of adaptation knowledge can be controlled. Finally, CookingCAKE will be extended by interactive adaptation <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b7">8,</ref><ref type="bibr" target="#b19">20]</ref>. This supports the search of a suitable query by involving user interaction during adaptation which assist the user to create more individual cooking recipes.</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. Example of a block-oriented cooking workflow</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Example of a generalized workflow</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Example of a workflow stream</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Example of a workflow adaptation operator</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 6 .</head><label>6</label><figDesc>Fig. 6. Generation of adaptation knowledge</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_5"><head>Fig. 7 .</head><label>7</label><figDesc>Fig. 7. Workflow adaptation</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_6"><head>Fig. 9 .</head><label>9</label><figDesc>Fig. 9. Example recipe generated by CookingCAKE</figDesc><graphic coords="10,134.77,115.84,345.83,380.51" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="8,134.77,381.79,345.82,258.27" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">If a task consumes a data item produced by another one, both tasks are dataflow-connected.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_1">(see Fig.8). The query of CookingCAKE contains desired and undesired ingredients as well as desired and undesired preparation 2 http://wikitaaable.loria.fr<ref type="bibr" target="#b2">3</ref> Please note that CookingCAKE is still under improvement until the CCC'15 Fig. 8. Cooking Cake interface</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. This work was funded by the German Research Foundation (DFG), project number BE 1373/3-1.</p></div>
			</div>

			<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 efficient 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">Von ADEPT zur AristaFlow BPM Suite-Eine Vision wird Realität</title>
		<author>
			<persName><forename type="first">P</forename><surname>Dadam</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Reichert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rinderle-Ma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Göser</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Kreher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jurisch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Correctness by Construction&quot; und flexible, robuste Ausführung von Unternehmensprozessen</title>
				<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Text adaptation using formal concept analysis</title>
		<author>
			<persName><forename type="first">V</forename><surname>Dufour-Lussier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lieber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Nauer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Toussaint</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Case-Based Reasoning. Research and Development, LNCS</title>
				<editor>
			<persName><forename type="first">I</forename><surname>Bichindaritz</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">S</forename><surname>Montani</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="volume">6176</biblScope>
			<biblScope unit="page" from="96" to="110" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">The adaptation knowledge bottleneck: How to ease it by learning from cases</title>
		<author>
			<persName><forename type="first">K</forename><surname>Hanney</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Keane</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Case-Based Reasoning Research and Development</title>
				<editor>
			<persName><forename type="first">David</forename><surname>Leake</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><forename type="middle">P</forename></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1997">1997. 1997</date>
			<biblScope unit="volume">1266</biblScope>
			<biblScope unit="page" from="179" to="192" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<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>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">L</forename><surname>Lamontagne</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">E</forename><surname>Plaza</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="volume">8765</biblScope>
			<biblScope unit="page" from="200" to="214" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m">Proceedings Case-Based Reasoning Workshop</title>
				<editor>
			<persName><forename type="first">J</forename><forename type="middle">L</forename><surname>Kolodner</surname></persName>
		</editor>
		<meeting>Case-Based Reasoning Workshop<address><addrLine>San Mateo, California</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann Publishers</publisher>
			<date type="published" when="1988">1988</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Combining CBR with interactive knowledge acquisition, manipulation and reuse</title>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Leake</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">C</forename><surname>Wilson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Case-Based Reasoning Research and Development</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="203" to="217" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Retrieval, reuse, revision and retention in case-based reasoning</title>
		<author>
			<persName><forename type="first">R</forename><surname>Lopez Mantaras</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mcsherry</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Bridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Leake</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Smyth</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Craw</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Faltings</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">L</forename><surname>Maher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Cox</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Forbus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Keane</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Aamodt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Watson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">The Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">20</biblScope>
			<biblScope unit="issue">03</biblScope>
			<biblScope unit="page" from="215" to="240" />
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<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="b10">
	<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="b11">
	<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">20th European Conference on Artificial Intelligence (ECAI 2014)</title>
				<imprint>
			<publisher>IOS Press</publisher>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Workflow Streams: A Means for Compositional Adaptation 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 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="b13">
	<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="b14">
	<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>Frankfurt, Germany</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" 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>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the LWA 2015 Workshops: KDML, FGWM, IR, and FGDB. COER Workshop Proceedings</title>
				<meeting>the LWA 2015 Workshops: KDML, FGWM, IR, and FGDB. COER Workshop Proceedings</meeting>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
	<note>to appear</note>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Reichert</surname></persName>
		</author>
		<title level="m">Dynamische Ablaufänderungen in Workflow-Management-Systemen</title>
				<imprint>
			<date type="published" when="2000">2000</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Extraction of procedural knowledge from the web</title>
		<author>
			<persName><forename type="first">P</forename><surname>Schumacher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Minor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Walter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Workshop Proceedings: WWW&apos;12</title>
				<meeting><address><addrLine>Lyon, France</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<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>Althoff</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>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">CBRFlow: Enabling adaptive workflow management through conversational case-based reasoning</title>
		<author>
			<persName><forename type="first">B</forename><surname>Weber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Wild</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Breu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Case-Based Reasoning</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="434" to="448" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Techniques and knowledge used for adaptation during case-based problem solving</title>
		<author>
			<persName><forename type="first">W</forename><surname>Wilke</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bergmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Tasks and Methods in Applied Artificial Intelligence</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="page" from="497" to="506" />
		</imprint>
	</monogr>
</biblStruct>

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