<!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>Towards an Interactive Workflow Modeling Assistance by Means of Case-Based Reasoning</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Christian Zeyen</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>
      <abstract>
        <p>Supporting non-experts in modeling workflows is an important yet challenging task to make workflow technology more accessible. While scientific workflows are broadly used in e-Science and various approaches to support modeling have been proposed, Digital Humanities (DH) is a rather new application domain that is largely unexplored, precisely in this respect. This paper presents our current work on developing an interactive modeling assistance for scientific workflows. We argue that interactivity is an important aspect when it comes to supporting the user in the iterative process of workflow modeling. We consider this process as a problem-solving activity and propose an assistance by casebased reasoning through the experience-based reuse of previously created workflows. We primarily target non-expert users and focus on text and data mining workflows, which we assume are in particular useful in the DH.</p>
      </abstract>
      <kwd-group>
        <kwd>Case-Based Reasoning</kwd>
        <kwd>Workflow Reuse</kwd>
        <kwd>Scientific Workflows</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        Scientific workflows[
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] can be regarded as an established means to perform
experiments and data analysis in e-Science. Generally speaking, workflows are beneficial for
the automation, modularization, reproducibility, reuse, documentation, and others. The
potentials of scientific workflows have also been recognized in the context of the Digital
Humanities (DH) although their broad usage is still in its infancy [
        <xref ref-type="bibr" rid="ref12 ref13">12,13</xref>
        ]. Particularly,
modularization and reuse are topics of interest since various scientific tools1 have been
emerged from DH projects but reusing them for new research questions usually requires
non-trivial and time-consuming adjustments or new combinations of tools. Scientific
workflows particularly capture expert knowledge of how to solve a concrete problem in
terms of required data, suitable processing steps and their composition, and parameter
settings to name just a few. Hence, workflows can be valuable for non-expert users.
By reusing workflows that have proven useful or repurposing them by experimenting
with different combinations users may be able to perform non-trivial data analysis tasks
1 This can be seen in the advent of tool and method collections such as TAPoR (http://tapor.ca)
and Methodica (http://methodi.ca)
more efficiently [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. Scientific Workflow Management Systems (SciWFM) typically
enable the user to construct analytics processes at an more abstract level. For example,
the RapidMiner (formerly known as YALE) [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] workflow editor supports the visual
programming of workflows for data and text mining tasks. However, modeling new
workflows can be a demanding and time-consuming task for novice users, in
particular for complex data analysis that involve large amounts of data and require complex
combinations of processing steps [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
      </p>
      <p>
        Consequently, supporting the development of scientific workflows has been
considered an important topic of research and various approaches have been presented to this
effect. Regarding RapidMiner, a recent feature [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] automatically creates data mining
workflows for a user-defined data set and pre-defined analysis tasks. Another approach
by Jannach et al. [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] supports the user with context-sensitive recommendations of
suitable processing steps and parameter settings for the current workflow under
construction based on the analysis of a large workflow repository. In [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], Kietz et al.
summarize their findings from extending RapidMiner with semantic technologies. Building an
ontology of the available processing steps, parameters, constraints, etc. enabled them
to implement a fully automatic composition of workflows using a planning approach,
correctness-checking of workflows, and quick-fixes to support users. Another SciWFM
named WINGS [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] does also follow a semantic approach and uses planning and
semantic reasoning to automatically create workflows based on high-level user requests.
Case-Based Reasoning (CBR) [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ] has also been utilized to support the development
of workflows as an experience-based activity. For instance, Chinthaka et al. [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]
proposed a generic approach that supports the keyword-based and graph-based search for
workflows based on workflows annotated by the user beforehand.
      </p>
      <p>
        Previous approaches that automatically compose or search workflows typically
require the user to specify their requirements and analysis goals in a query. This poses
the difficult dilemma of query elicitation. A query interface with a higher degree of
abstraction might be more suitable for inexperienced users but is also more restrictive
and thus less appropriate for users with more specific requests. On the other side,
expressive query interfaces might be more suitable for expert users but the formulation
of such a query can be a significant burden for the inexperienced user as it requires
comprehensive domain knowledge. As a consequence, interactive search interfaces are
considered to be important since they allow an iterative query refinement [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]. Further
desirable features are the presentation of discriminative properties of similar workflows
and the consideration of user feedback. Conversational CBR (CCBR) [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] approaches
particularly target the problem of a proactive query formulation by conducting a
dialog with the user. During a conversation, the user can answer consecutive questions
instead of deciding proactively which information to include in the query. However, to
our knowledge, CCBR has not yet been applied in the context of a modeling assistance
for scientific workflows.
      </p>
      <p>In this paper, we present ongoing work on interactive approaches to scientific
workflow reuse. We particularly focus on supporting novice users such as domain
scientists, students, or practitioners. More precisely, building up upon our previous works on
process-oriented CBR, we are working on new interactive CBR approaches to a
workflow modeling assistance. We plan to implement them as an extension to RapidMiner
and evaluate them in the domain of text and data mining workflows with non-expert
users. We particularly aim to support digital humanists and we hope that our work can
contribute to the establishment of scientific workflows in the DH.</p>
      <p>In the following, section 2 describes our research goals and related projects in more
detail while section 3 presents the proposed initial approach to an interactive workflow
modeling assistance. Section 4 concludes with a short summary and outlook.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Research Goals and Projects</title>
      <p>Our research is embedded within two projects located at the University of Trier. In the
first project named eXplore!2 we investigate the characteristics of workflow
composition in the field of Digital Humanities. From the literary-scientific perspective, the goal
is to investigate influences on the creative processes of Klaus Mann, a famous
German writer, by analyzing documents about his life and experiences written by himself.
A focus is put on his diaries from the 1930’s that comprise very detailed information
about his personal and professional life. Due to the wealth of information contained in
the texts, text and data mining workflows are created and applied to extract, combine,
and analyze the available data. Our primary goal is to accompany the creation of such
scientific workflows and to develop a workflow modeling assistance suitable to support
non-experts. The project is testing the use of RapidMiner as a SciWMS to create, apply,
and manage workflows for the data analysis. In the course of the workflow creation, we
capture the experiences made and we populate a structured workflow repository as a
basis for further research on providing modeling support. Using CBR, we aim at
providing an interactive workflow modeling assistance that facilitates the creation of new
workflows by reusing and repurposing past ones.</p>
      <p>
        For this purpose, we focus on developing new methods for the interactive retrieval
and adaptation of workflows by means of process-oriented CBR (POCBR) in the second
project named EVER3. During the first funding period from 2011 to 2016, the project
has been investigating whether workflow technology and POCBR can help to analyze
and reuse procedural experiential knowledge in Internet communities such as cooking
web sites [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. We considered recipes as cooking workflows and developed methods for
the similarity-based retrieval of workflows and the automatic adaptation of retrieved
ones. Throughout the project, we continuously integrated the developed methods into
the CBR component of the CAKE framework [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Currently, the project is in its second
funding period in which we focus on transferring the developed approaches to a novel
application domain, i.e., text and data mining workflows. With regard to the goal of
developing a workflow modeling assistance, interactivity will be a focus of research.
The current retrieval and adaptation methods are fully automatic for a given user query
and do not further interact with the user. To avoid the specification of user queries we
proposed a conversational approach for the interactive retrieval of cooking workflows
2 eXplore! – Computer-based Modeling, Analysis, and Exploration as a Basis for eScience in
eHumanities is a cooperation project (launched in 2016) with the Trier Center for Digital
Humanities (TCDH) at the University of Trier.
3 EVER – Extraction and Processing of Procedural Experiential Knowledge in Workflows is a
cooperation project (launched in 2011) with the Goethe University in Frankfurt.
[
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]. However, adaptation has not yet been integrated. Our previous works revealed that
the automatic adaptation approaches are capable of increasing the overall query
fulfillment but potentially decrease the workflow quality. Consequently, we aim at developing
new methods for the interactive retrieval and adaptation in order to better suit the user’s
needs. In particular, we hope that our approach is able to make workflow modeling more
accessible for novice users.
      </p>
    </sec>
    <sec id="sec-3">
      <title>3 Interactive Workflow Modeling Assistance by CBR</title>
      <p>Retrieve At first, the user starts creating a workflow. Presumably, she does not yet
know how the final workflow is constructed exactly and does only insert the input
and output data without specifying the entire data transformation. By
accompanying the user’s modeling process, information about the current modeling context can
be gathered, e.g., the last workflow element the user inserted, and the retrieval can
be invoked automatically whenever the workflow is updated. During the retrieve
phase, the interaction component displays questions to the user and thus learns the
user’s requirements and goals successively. Based on the available information, an
internal query is elaborated and best matching workflows from the repository are
retrieved and ranked by similarity. The result list is displayed to the user.
Reuse In this phase, the user can apply her own modifications to the current workflow
based on the workflows obtained from the retrieval. In addition, based on these
workflows and the available adaptation knowledge, the CBR system computes
applicable adaptations to the current workflow under construction and suggests them
to the user. Such adaptations may consist of workflow fragments that can be
(automatically) inserted into the current workflow. By this means, an autocompletion
feature could be realized. Each adaptation must be selected by the user.
Revise This phase is closely linked to the reuse phase since each automatic adaptation
may be undone or corrected by the user. Maintaining the quality of automatically
learned adaptation knowledge is a challenging task. In this regard, the user can
give valuable feedback to the system whether suggested or automatically performed
adaptations have met the user’s requirements.</p>
      <p>Retain Retainment is essential for the learning of new experience. Whenever the user
finalized a workflow and the workflow is tried and tested, she can inform the
system about the new case and may also provide meta information that characterizes
the specific application situation in which the workflow has proven useful. In
addition, the CBR system can try to learn from manually applied adaptations that were
performed by the user.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Summary and Outlook</title>
      <p>In this paper we have presented ongoing work on the development of an interactive
workflow modeling assistance by case-based reasoning. The target is to provide an
assistance for non-experts that do not have a broad experience in creating workflows
for text and data analysis. The question under investigation is whether interactive
casebased reasoning can support inexperienced users (such as domain scientists or students)
to familiarize themselves with the workflow programming paradigm and to create
appropriate workflows in order to complete their desired analysis tasks. The Digital
Humanities are a new and so far under-explored application domain with respect to this
approach. In future work, we will focus on the interactive nature of problem-solving
and investigate new methods for interactive retrieval and adaptation of already
available workflows to provide users with useful suggestions for the current workflow under
construction.</p>
      <p>Acknowledgments. This work is partly funded by the German Federal Ministry of
Education and Research (BMBF, No. 01UG1606) and the German Research Foundation
(DFG, No. BE 1373/3-3).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Aamodt</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plaza</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>Case-based reasoning: Foundational issues, methodological variations, and system approaches</article-title>
          .
          <source>AI Communications</source>
          <volume>7</volume>
          (
          <issue>1</issue>
          ),
          <fpage>39</fpage>
          -
          <lpage>59</lpage>
          (
          <year>1994</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Aha</surname>
            ,
            <given-names>D.W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Breslow</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <article-title>Mun˜oz-</article-title>
          <string-name>
            <surname>Avila</surname>
          </string-name>
          , H.:
          <source>Conversational Case-Based Reasoning. Appl. Intell</source>
          .
          <volume>14</volume>
          (
          <issue>1</issue>
          ),
          <fpage>9</fpage>
          -
          <lpage>32</lpage>
          (
          <year>2001</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gessinger</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          , Go¨rg,
          <string-name>
            <surname>S.</surname>
          </string-name>
          , Mu¨ller, G.:
          <article-title>The collaborative agile knowledge engine CAKE</article-title>
          . In: Goggins,
          <string-name>
            <given-names>S.P.</given-names>
            ,
            <surname>Jahnke</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            ,
            <surname>McDonald</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.W.</given-names>
            ,
            <surname>Bjørn</surname>
          </string-name>
          , P. (eds.)
          <source>Proceedings of the 18th International Conference on Supporting Group Work</source>
          ,
          <year>2014</year>
          . pp.
          <fpage>281</fpage>
          -
          <lpage>284</lpage>
          . ACM (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Bergmann</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Minor</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          , Mu¨ller, G.,
          <string-name>
            <surname>Schumacher</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Project</surname>
            <given-names>EVER</given-names>
          </string-name>
          :
          <article-title>Extraction and Processing of Procedural Experience Knowledge in Workflows. In: S a´nchez-</article-title>
          <string-name>
            <surname>Ruiz</surname>
            ,
            <given-names>A.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>KofodPetersen</surname>
          </string-name>
          , A. (eds.)
          <source>Proceedings of ICCBR 2017 Workshops. CEUR Workshop Proceedings</source>
          , vol.
          <year>2028</year>
          , pp.
          <fpage>137</fpage>
          -
          <lpage>146</lpage>
          . CEUR-WS.org (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <surname>Chinthaka</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ekanayake</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leake</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Plale</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>CBR Based Workflow Composition Assistant</article-title>
          . In: 2009 IEEE Congress on Services,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          ,
          <string-name>
            <surname>SERVICES</surname>
            <given-names>I</given-names>
          </string-name>
          <year>2009</year>
          . pp.
          <fpage>352</fpage>
          -
          <lpage>355</lpage>
          . IEEE Computer Society (
          <year>2009</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Cohen-Boulakia</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Leser</surname>
            ,
            <given-names>U.</given-names>
          </string-name>
          : Search, Adapt, and
          <article-title>Reuse: The Future of Scientific Workflows</article-title>
          .
          <source>SIGMOD Record</source>
          <volume>40</volume>
          (
          <issue>2</issue>
          ),
          <fpage>6</fpage>
          -
          <lpage>16</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ratnakar</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Gonza´
          <fpage>lez</fpage>
          -Calero,
          <string-name>
            <given-names>P.A.</given-names>
            ,
            <surname>Groth</surname>
          </string-name>
          , P.T., Moody, J.,
          <string-name>
            <surname>Deelman</surname>
          </string-name>
          , E.:
          <article-title>Wings: Intelligent Workflow-Based Design of Computational Experiments</article-title>
          .
          <source>IEEE Intelligent Systems</source>
          <volume>26</volume>
          (
          <issue>1</issue>
          ),
          <fpage>62</fpage>
          -
          <lpage>72</lpage>
          (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Hauder</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gil</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sethi</surname>
            ,
            <given-names>R.J.</given-names>
          </string-name>
          , Liu,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Jo</surname>
          </string-name>
          , H.:
          <article-title>Making data analysis expertise broadly accessible through workflows</article-title>
          . In: Taylor, I.J.,
          <string-name>
            <surname>Montagnat</surname>
            ,
            <given-names>J</given-names>
          </string-name>
          . (eds.)
          <source>WORKS'11, Proceedings of the 6th Workshop on Workflows in Support of Large-Scale Science</source>
          . pp.
          <fpage>77</fpage>
          -
          <lpage>86</lpage>
          . ACM (
          <year>2011</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Jannach</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jugovac</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lerche</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Supporting the Design of Machine Learning Workflows with a Recommendation System</article-title>
          .
          <source>TiiS</source>
          <volume>6</volume>
          (
          <issue>1</issue>
          ), 8:
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          :
          <fpage>35</fpage>
          (
          <year>2016</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kietz</surname>
            ,
            <given-names>J.U.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Serban</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fischer</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bernstein</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>“Semantics Inside!” But Let's Not Tell the Data Miners: Intelligent Support for Data Mining</article-title>
          . In: Presutti, V.,
          <string-name>
            <surname>d'Amato</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gandon</surname>
          </string-name>
          , F.,
          <string-name>
            <surname>d'Aquin</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Staab</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Tordai</surname>
            ,
            <given-names>A</given-names>
          </string-name>
          . (eds.)
          <source>The Semantic Web: Trends and Challenges - 11th International Conference, ESWC</source>
          <year>2014</year>
          ,
          <article-title>Proceedings</article-title>
          . LNCS, vol.
          <volume>8465</volume>
          , pp.
          <fpage>706</fpage>
          -
          <lpage>720</lpage>
          . Springer (
          <year>2014</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11. Krishna Roy:
          <article-title>RapidMiner looks to boost data scientists' productivity with Auto Model</article-title>
          , https: //rapidminer.com/resource/451-research
          <article-title>-report-auto-model/</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Kuhn</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Reiter</surname>
          </string-name>
          , N.:
          <article-title>A Plea for a Method-Driven Agenda in the Digital Humanities</article-title>
          .
          <source>In: Book of Abstracts of DH</source>
          <year>2015</year>
          (
          <year>2015</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Kuras</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Eckar</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>Prozessmodellierung mittels BPMN in Forschungsinfrastrukturen der Digital Humanities</article-title>
          . In: Eibl,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gaedke</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. (eds.) INFORMATIK</surname>
          </string-name>
          <year>2017</year>
          . pp.
          <fpage>1101</fpage>
          -
          <lpage>1112</lpage>
          . Gesellschaft fu¨r Informatik,
          <source>Bonn</source>
          (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Mierswa</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wurst</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klinkenberg</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Scholz</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Euler</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          :
          <article-title>YALE: Rapid prototyping for complex data mining tasks</article-title>
          . In: Eliassi-Rad,
          <string-name>
            <given-names>T.</given-names>
            ,
            <surname>Ungar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.H.</given-names>
            ,
            <surname>Craven</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Gunopulos</surname>
          </string-name>
          ,
          <string-name>
            <surname>D</surname>
          </string-name>
          . (eds.)
          <source>Proceedings of the Twelfth ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          ,
          <year>2006</year>
          . pp.
          <fpage>935</fpage>
          -
          <lpage>940</lpage>
          . ACM (
          <year>2006</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Taylor</surname>
          </string-name>
          , I.J.,
          <string-name>
            <surname>Gannon</surname>
            ,
            <given-names>D.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Shields</surname>
          </string-name>
          , M. (eds.):
          <article-title>Workflows for e-Science: Scientific Workflows for Grids</article-title>
          . Springer London (
          <year>2010</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Zeyen</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , Mu¨ller, G.,
          <string-name>
            <surname>Bergmann</surname>
          </string-name>
          , R.:
          <article-title>Conversational Process-Oriented Case-Based Reasoning</article-title>
          . In: Aha,
          <string-name>
            <given-names>D.W.</given-names>
            ,
            <surname>Lieber</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.)
          <source>Case-Based Reasoning Research and Development - 25th International Conference, ICCBR</source>
          <year>2017</year>
          ,
          <article-title>Proceedings</article-title>
          . LNCS, vol.
          <volume>10339</volume>
          , pp.
          <fpage>403</fpage>
          -
          <lpage>419</lpage>
          . Springer (
          <year>2017</year>
          )
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>