<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Cooking made easy: On a novel approach to complexity-aware recipe generation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gilbert Mu¨ller</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Ralph Bergmann</string-name>
          <email>bergmann@uni-trier.de</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Business Information Systems II University of Trier 54286 Trier</institution>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <fpage>229</fpage>
      <lpage>236</lpage>
      <abstract>
        <p>This paper presents an approach to generate easy-to-prepare cooking recipes represented as workflows. A novel complexity-aware generation approach is described that considers various aspects such as preparation time, number of ingredients, and difficulty of preparation to optimize the complexity of the recipe. Based on a user query specifying the desired and undesired ingredients or preparation steps, easy-to-prepare dishes are generated automatically.</p>
      </abstract>
      <kwd-group>
        <kwd>workflow complexity</kwd>
        <kwd>workflow adaptation</kwd>
        <kwd>cooking</kwd>
        <kwd>process-oriented case based reasoning</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Introduction</title>
      <p>
        Nowadays, an increasing amount of amateur chefs become fascinated by the world of
cooking. Traditional cooking websites support these chefs in finding suitable cooking
recipes. However, the recipes need to match several criteria, which sometimes require
recipes to be adapted to the individual demands of the user. These demands include
contained ingredients, required preparation tools, or dietary restrictions. Thus, several
novel approaches have been presented aiming at supporting the user beyond traditional
recipe search (e.g., [
        <xref ref-type="bibr" rid="ref3 ref5 ref6 ref7">5,7,3,6</xref>
        ]). In certain situations, amateur chefs may prefer
easy-toprepare cooking recipes with a short preparation time, low required cooking skills, or a
small amount of ingredients for a variety of reasons.
      </p>
      <p>
        In this paper we will describe a novel approach that automatically constructs
individual and easy-to-prepare cooking recipes based on ingredients and preparation steps
specified as desired or undesired. The approach is based on our CookingCAKE
framework [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], which will be extended by a new complexity-aware recipe generation. The
remainder of this paper is organized as follows: The next section presents the
foundations of the CookingCAKE framework. Then, we introduce a complexity assessment
for cooking recipes represented as workflows, which will be applied during
CookingCAKE’s recipe generation. Finally, we present our prototypical implementation for
competing in the Easy Steps Challenge of the Computer Cooking Contest.
      </p>
      <p>Copyright © 2017 for this paper by its authors. Copying permitted for private and
academic purpose. In Proceedings of the ICCBR 2017 Workshops. Trondheim, Norway</p>
    </sec>
    <sec id="sec-2">
      <title>CookingCAKE</title>
      <p>
        CookingCAKE constructs individual cooking recipes represented as workflows by means
of Process-oriented Case-based Reasoning [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. In a nutshell, CookingCAKE selects the
best matching cooking workflow from the workflow repository (case base) and
subsequently adapts it according to a query specified by the user.
2.1
      </p>
      <sec id="sec-2-1">
        <title>Cooking Workflows</title>
        <p>
          In our approach a cooking recipe is represented as a workflow describing the process to
prepare a particular dish [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] (see Fig. 1). A cooking workflow W = (N; E) consists
of nodes N = N T [ N D and edges E = EC [ ED. Nodes of the workflow represent
preparation steps N T (also called tasks) or ingredients N D (also called data nodes).
The execution order of preparation steps is defined by control-flow edges EC N T
N T and the consumption or production of an ingredient is specified by data-flow edges
ED (N T N D) [ (N D N T ). Furthermore, we enforce that the workflow is
executable, which means here that it consists of a single sequence of tasks such that
each task t 2 N T consumes (9d 2 N D : (d; t) 2 ED) and produces (i.e., 9d 2 N D :
(t; d) 2 ED) at least one ingredient, respectively. An example cooking workflow for a
sandwich recipe is illustrated in Fig. 1.
        </p>
      </sec>
      <sec id="sec-2-2">
        <title>2.2 Ingredient and Preparation Step Similarity</title>
        <p>
          To support retrieval and adaptation of workflows, the individual workflow elements
are annotated with ontological information resulting in a semantic workflow [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ].
CookingCAKE 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 Figure 2. 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 vegetarian in the illustrated taxonomy
italian
mayonaise seasoning mustard
sauce
sandwich
dish
grate
slice
mix
add
spread
add
layer
sprinkle
        </p>
        <p>bake
baguette
salami
cucumber
cheese
data- ow edge control- ow edge control- ow node data node task node
stands for the set fpotatoes; rice; noodles; : : :g. Inner nodes in generalized workflows
represent that an arbitrary ingredient from the set of its specializations can be chosen.</p>
        <p>ingredients0.01
vegeterian0.1</p>
        <p>non vegeterian0.1
potatoes rice noodles
... side dis0h.5vegetab...le0s.6 liqui...d0s.3 seafoo...d0.7 meat0.6</p>
        <p>beef pork chicken turkey</p>
        <p>
          In our previous work, we developed a semantic similarity measure for workflows
that enables the similarity assessment of a case workflow Wc w.r.t a query workflow
Wq [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ], i.e. sim(Wc; Wq). Each query workflow element xq 2 Wq is mapped by the
function m : Wq ! Wc to an element of the case workflow xc 2 Wc, i.e., xc = m(xq).
The mapping is used to estimate the similarity between the two workflow elements
utilizing the taxonomy, i.e., sim(xq; xc). 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 ancestor, 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 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.
CookingCAKE uses the query language POQL [
          <xref ref-type="bibr" rid="ref12">12</xref>
          ] to capture desired and undesired
ingredients or preparation steps of a cooking workflow as query q. The ability to
specify preparation steps is useful as certain tools might not be available or their usage is
desired (e.g., oven). Let qd = fx1; : : : ; xng be a set of desired ingredients or
preparation steps and qu = fy1; : : : ; yng be a set of undesired ingredients or preparation
steps, respectively. A query q is then defined as (x1 ^ : : : ^ x2) ^ :y1 ^ : : : ^ :yn.
POQL further enables the specification of generalized terms, i.e., if a vegetarian dish
is desired, this can be defined by :meat. The query q is used to guide retrieval, i.e.,
to search for a workflow which at best contains all desired elements but no undesired
element. Based on the query q the not matching elements can be identified, enabling
to determine the elements to be deleted or added to the retrieved workflow during the
subsequent adaptation stage. The query fulfillment of a workflow W for a query q is
defined as the similarity between the desired ingredients/preparation steps as well as the
workflow W and the number of undesired ingredients/preparation steps not contained
in W according to the workflow similarity (see Sec. 2.2) in relation to the size of the
query (see Formula 1).
jqdj + jquj
(1)
        </p>
        <p>Consequently, similar desired ingredients or preparation steps increase the query
fulfillment, while matching undesired ingredients or preparation steps reduce the query
fulfillment between the POQL query and the workflow.
2.4</p>
      </sec>
      <sec id="sec-2-3">
        <title>Recipe Construction</title>
        <p>
          Based on the defined POQL query, CookingCAKE constructs a workflow
automatically by retrieving the best matching workflow from the repository (case base) and
adapting it according to the query fulfilment. Consequently, the adaptation process of
CookingCAKE aims at adding missing desired ingredients/preparation steps and at
removing undesired contained ingredients/preparation steps. In a nutshell, the adaptation
process uses three different adaptation methods that are subsequently executed. First,
entire components of the cooking dish such as the sandwich sauce or sandwich topping
are replaced by matching components from other recipes [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ]. Next, adaptation is
performed by use of operators that define possible and valid modifications on the cooking
workflows. Finally, the cooking recipes are adapted by replacing single ingredients and
preparation steps by means of the specified taxonomy, assuming that similar terms can
most likely be replaced with each other [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ]. In all approaches, adaptation of a
workflow is performed by chaining several adaptation steps W !1 W1 !2 : : : !n Wn = W 0,
which iteratively transforms the retrieved workflow W towards an adapted workflow
W 0. This process solves an optimization problem aiming at maximizing the specified
criterion, which is so far implemented by the query fulfillment. Thus, the recipe
construction is a search process with the goal to achieve an adapted workflow with the
highest query fulfillment possible. The overall recipe construction process ensures the
syntactical correctness of the workflows, i.e., that the workflows are executable. More
detailed information on the construction process of CookingCAKE can be found in the
corresponding publication [
          <xref ref-type="bibr" rid="ref10">10</xref>
          ].
        </p>
        <p>In the next section, we introduce a new criterion for the retrieval and adaptation
process that considers the complexity of workflows. Thus, retrieval as well as the
adaptation become complexity-aware and aim at optimizing the constructed workflow with
regard to the new defined criterion during recipe construction.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Complexity Assessment</title>
      <p>
        In the literature various approaches to asses the complexity of workflows exist (see
[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]). In this approach, we rather focus on a domain-specific complexity measure for
cooking workflows. During recipe construction, this complexity criterion is considered
to generate easy-to-prepare recipes automatically. We assume that the complexity of a
recipe is less focused on one single feature, but is composed by several criteria. Thus,
we deploy a complexity measure that covers five different indicators for determining
the complexity of the recipe (see Table 1).
      </p>
      <p>The first two criteria measure basic complexity properties, i.e., the number of
preparation steps as well as the number of ingredients in the particular cooking workflow
W = (N; E). Both measures are normalized by the highest amount of ingredients
or preparation steps contained in the workflows from the workflow repository.
Consequently, cooking workflows with more ingredients or more preparation steps are
assumed to be more complex. Furthermore, the complexity of preparation steps as well
as the complexity of ingredient processing represent two additional complexity
criteria. The complexity measure for ingredient processing considers the average amount
of ingredients consumed and produced by the preparation steps, which assigns a high
complexity value to those workflows in which the preparation steps N T consume and
produce a large amount of ingredients1 ED. In contrast, for computing the complexity of
preparation steps each task t in the taxonomy (see Sec. 2.2) is annotated by an estimated
task complexity value taskComplexity(t) 2 [0; 1]. As an example, the preparation
step blanche is considered to be more complex than the preparation step mix. The
criterion is then defined as the average complexity of the preparation steps in the workflow
W . Finally, the duration for preparing a particular dish is also a factor affecting the
complexity. Therefor, also approximated execution times taskP reparationT ime(t) 2 N
are annotated to each task t in the taxonomy. Here, for example, baking is annotated
by a long execution time, while season is considered as a rather short preparation step.
The duration of preparation for a workflow W is then heuristically measured by
aggregating the execution times of the preparation steps, i.e., preparationT ime(W ) =
Pt2NT taskP reparationT ime(t). To assess the corresponding complexity, this value
is normalized in relation to the workflows from the repository as defined in Table 1.</p>
      <p>Each of these five complexity measures determines a complexity value within the
interval [0; 1]. Based on these measures, we constructed an overall complexity measure
complexity(W ) ! [0; 5] which adds up all complexity criteria to a single value. The
1 Please note that each task in a workflow consumes and produces at least one ingredient,
respectively (see Sec. 2.1)
overall complexity measure specifies the corresponding difficulty level of the recipe
preparation and distinguishes between very easy ([0; 1[), easy ([1; 2[), medium ([2; 3[),
difficult ([3; 4[) and very difficult ([4; 5]).</p>
      <p>QFcomplexity(q; W ) =</p>
      <p>QF (q; W ) + (1
) (1
complexity(W )=5)
(2)</p>
      <p>Based on this overall complexity measure, we defined a new complexity-aware
query fulfilment measure QFcomplexity(q; W ) ! [0; 1] (see Eq. 2) for the retrieval and
adaptation process. It replaces the query fulfillment measure specified in formula 1,
thus considering complexity as well. Both criteria may be weighted by a parameter
2 [0; 1]. The workflow construction process of CookingCAKE as described in
Section 2.4 then aims at optimizing the constructed workflow with regard to this new
criterion. Please note that this is a multi-objective optimization problem and thus the
adaptation may not be able to maximize the query fulfillment and to reduce the complexity
of the workflow at the same time.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Computer Cooking Contest: Easy steps challenge</title>
      <p>
        We created a new user interface for the CookingCAKE system in order to address the
Easy Steps Challenge of the Computer Cooking Contest, which applies the previously
described complexity assessment. A running prototype of the implementation is
available under (http://cookingCAKE.wi2.uni-trier.de/complexity), which uses a workflow
repository of 61 sandwich recipes manually modelled from various Internet sources
(e.g., sandwich recipes on WikiTaaable [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]2). The employed taxonomies of preparation
steps and ingredients (see Sec. 2.2) are based on the WikiTaaable ontology and were
manually annotated with similarity, preparation time, and task complexity values.
      </p>
      <p>The query of CookingCAKE involves desired and undesired ingredients as well as
desired and undesired preparation steps. An example query ( http://cookingCAKE.wi2.
uni-trier.de/complexity?d=cherry%20tomato|salmon&amp;u=cheese), generates a salmon and
cherry tomato recipe without using any kind of cheese. CookingCAKE then selects
the best matching workflow from the repository and subsequently adapts it according to
the novel criterion QFcomplexity(q; W ). Thus, the system tries to maximize the query
fulfilment on the one hand and on the other hand aims at reducing the complexity of the
workflow to generate an appropriate easy-to-prepare recipe for an amateur chef. The
result page of the novel CookingCAKE interface also displays the estimated difficulty
of preparation, the computed duration time as well as the single complexity values (see
Sec. 3) for the constructed recipe.</p>
      <p>To evaluate our new complexity-aware approach for recipe construction, we
generated 61 queries automatically. More precisely, for each workflow W , a corresponding
query was constructed by selecting the most similar workflow W 0 from the repository
and by determining the difference between the two workflows. The constructed query
considers workflow elements as desired that are only contained in the workflow W
while the elements only contained in workflow W 0 are considered as undesired. At
2 http://wikitaaable.loria.fr
most 4 randomly selected ingredients and 2 preparation steps are determined as desired
or undesired respectively. For each of the queries we performed a leave-one-out test,
i.e., the corresponding workflow was removed from the repository. Then, we executed
the recipe generation process with the standard approach as well as the
complexityaware approach. For the complexity-aware recipe construction we chose the parameter
= 0:5 to consider the query fulfillment and the complexity in equal shares. For
both approaches, we measured the query fulfillment, the complexity, and the combined
complexity-aware criterion of the retrieved as well as of the adapted workflow.</p>
      <p>The evaluation results illustrated in Table 2 clearly show that already during
complexity-aware retrieval, a less complex workflow is selected. Furthermore, the
computation time of the subsequent adaptation stage is significantly decreased3. The most
important observation, however, is that with the new complexity-aware approach, the final
complexity is significantly reduced (-40%), while the query fulfillment is only slightly
decreased (-5%). Altogether it can be concluded that the complexity-aware approach
presented in this paper enables the individual construction of easy-to-prepare cooking
recipes with a low preparation complexity.
5</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusions and Future Work</title>
      <p>This paper presents a new approach to generate easy-to-prepare cooking recipes based
on cooking workflows. The new approach considers a query specified by the user to
automatically generate a cooking workflow matching the users demands and further
considers the complexity of the cooking workflow as an additional criterion. The
complexity measure is composed of several criteria including the number of ingredients, the
preparation time and the complexity of preparation steps.</p>
      <p>In future work we aim at providing an interface for choosing the desired recipe
complexity. Furthermore, the complexity assessment will be improved and evaluated
by comparing various complexity measures. Finally, we will investigate several other
factors that could be considered during the construction of recipes such as nutritions
and dietary restrictions.
3 The adaptation time depends on the size of the workflow, which is usually smaller, if the
workflow is less complex.
Acknowledgements. This work was funded by the German Research Foundation (DFG),
project number BE 1373/3-3.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Badra</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bendaoud</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bentebibel</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Champin</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cojan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cordier</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          , Despre`s,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Jean-Daubias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            ,
            <surname>Lieber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Meilender</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Mille</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Nauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Napoli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Toussaint</surname>
          </string-name>
          ,
          <string-name>
            <surname>Y.</surname>
          </string-name>
          :
          <article-title>TAAABLE: text mining, ontology engineering, and hierarchical classification for textual case-based cooking</article-title>
          . In: Schaaf, M. (ed.)
          <source>ECCBR</source>
          <year>2008</year>
          , Trier, Germany, Workshop Proceedings. pp.
          <fpage>219</fpage>
          -
          <lpage>228</lpage>
          (
          <year>2008</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Similarity assessment and efficient retrieval of semantic workflows</article-title>
          .
          <source>Inf. Syst</source>
          .
          <volume>40</volume>
          ,
          <fpage>115</fpage>
          -
          <lpage>127</lpage>
          (
          <year>Mar 2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bridge</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Larkin</surname>
          </string-name>
          , H.:
          <article-title>Creating new sandwiches from old</article-title>
          . In: Nauer,
          <string-name>
            <given-names>E.</given-names>
            ,
            <surname>Minor</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Cordier</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . (eds.) Procs. of the Seventh Computer Cooking Contest (Workshop Programme of the Twenty-second
          <source>International Conference on Case-Based Reasoning)</source>
          . pp.
          <fpage>117</fpage>
          -
          <lpage>124</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Cardoso</surname>
            ,
            <given-names>J.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mendling</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Neumann</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reijers</surname>
            ,
            <given-names>H.A.</given-names>
          </string-name>
          :
          <article-title>A discourse on complexity of process models</article-title>
          . In: Eder,
          <string-name>
            <given-names>J.</given-names>
            ,
            <surname>Dustdar</surname>
          </string-name>
          , S. (eds.) Business Process Management Workshops,
          <article-title>BPM 2006 International Workshops</article-title>
          ,
          <string-name>
            <surname>BPD</surname>
          </string-name>
          , BPI, ENEI, GPWW, DPM, semantics4ws, Vienna, Austria, September 4-
          <issue>7</issue>
          ,
          <year>2006</year>
          ,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>4103</volume>
          , pp.
          <fpage>117</fpage>
          -
          <lpage>128</lpage>
          . Springer (
          <year>2006</year>
          ), http://dx.doi.org/10.1007/11837862_
          <fpage>13</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Gaillard</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lieber</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Nauer</surname>
          </string-name>
          , E.:
          <article-title>Improving ingredient substitution using formal concept analysis and adaptation of ingredient quantities with mixed linear optimization</article-title>
          . In: KendallMorwick, J. (ed.)
          <source>Workshop Proceedings from (ICCBR</source>
          <year>2015</year>
          ), Frankfurt, Germany.
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1520</volume>
          , pp.
          <fpage>209</fpage>
          -
          <lpage>220</lpage>
          . CEUR-WS.org (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Grace</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Maher</surname>
            ,
            <given-names>M.L.</given-names>
          </string-name>
          , Wilson,
          <string-name>
            <given-names>D.C.</given-names>
            ,
            <surname>Najjar</surname>
          </string-name>
          ,
          <string-name>
            <surname>N.A.</surname>
          </string-name>
          :
          <article-title>Combining CBR and deep learning to generate surprising recipe designs</article-title>
          . In: Goel,
          <string-name>
            <surname>A.K.</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D</given-names>
            <surname>´</surname>
          </string-name>
          ıaz-Agudo,
          <string-name>
            <given-names>M.B.</given-names>
            ,
            <surname>Roth-Berghofer</surname>
          </string-name>
          ,
          <string-name>
            <surname>T</surname>
          </string-name>
          . (eds.)
          <source>ICCBR</source>
          <year>2016</year>
          ,
          <article-title>Atlanta</article-title>
          ,
          <string-name>
            <surname>GA</surname>
          </string-name>
          , USA,
          <source>Proceedings. Lecture Notes in Computer Science</source>
          , vol.
          <volume>9969</volume>
          , pp.
          <fpage>154</fpage>
          -
          <lpage>169</lpage>
          . Springer (
          <year>2016</year>
          ), http://dx.doi.org/10.1007/ 978-3-
          <fpage>319</fpage>
          -47096-2_
          <fpage>11</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Keppler</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kohlhase</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lauritzen</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schmidt</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Schumacher</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          , Spa¨t, A.:
          <article-title>GoetheShaker - Developing a rating score for automated evaluation of cocktail recipes</article-title>
          .
          <source>In: ICCBR Workshop Proceedings</source>
          . pp.
          <fpage>101</fpage>
          -
          <lpage>108</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Montani</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Recio-Garca</surname>
            ,
            <given-names>J.A.</given-names>
          </string-name>
          :
          <article-title>Process-oriented case-based reasoning</article-title>
          .
          <source>Information Systems</source>
          <volume>40</volume>
          (
          <issue>0</issue>
          ),
          <fpage>103</fpage>
          -
          <lpage>105</lpage>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9. Mu¨ller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Workflow Streams: A Means for Compositional Adaptation in Process-Oriented Case-Based Reasoning</article-title>
          .
          <source>In: Proceedings of ICCBR 2014</source>
          . Cork,
          <string-name>
            <surname>Ireland</surname>
          </string-name>
          (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10. Mu¨ller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>CookingCAKE: A framework for the adaptation of cooking recipes represented as workflows</article-title>
          . In:
          <string-name>
            <surname>Kendall-Morwick</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          . (ed.)
          <source>Workshop Proceedings from (ICCBR</source>
          <year>2015</year>
          ), Frankfurt, Germany.
          <source>CEUR Workshop Proceedings</source>
          , vol.
          <volume>1520</volume>
          , pp.
          <fpage>221</fpage>
          -
          <lpage>232</lpage>
          . CEUR-WS.org (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Mu¨ller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Generalization of Workflows in Process-Oriented Case-Based Reasoning</article-title>
          . In: 28th International FLAIRS Conference. AAAI,
          <string-name>
            <surname>Hollywood</surname>
          </string-name>
          (Florida),
          <source>USA</source>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12. Mu¨ller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>POQL: A New Query Language for Process-Oriented Case-Based Reasoning (</article-title>
          <year>2015</year>
          ), to be submitted to LWA 2015 Trier, Germany
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Schumacher</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walter</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Extraction of procedural knowledge from the web</article-title>
          .
          <source>In: Workshop Proceedings: WWW'12</source>
          .
          <string-name>
            <surname>Lyon</surname>
          </string-name>
          , France (
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>