<?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">Documentation of Non-Functional Requirements for Systems with Machine Learning Components</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Elma</forename><surname>Bajraktari</surname></persName>
							<email>elma.bajraktari@adesso.de</email>
						</author>
						<author>
							<persName><forename type="first">Thomas</forename><surname>Krause</surname></persName>
							<email>thomas.krause@serapion.net</email>
							<affiliation key="aff1">
								<orgName type="institution">Serapion GmbH</orgName>
								<address>
									<addrLine>Schäufeleinstr. 7</addrLine>
									<postCode>80687</postCode>
									<settlement>München</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Christian</forename><surname>Kücherer</surname></persName>
							<email>christian.kuecherer@reutlingen-university.de</email>
							<affiliation key="aff2">
								<orgName type="institution">Reutlingen University</orgName>
								<address>
									<postCode>72762</postCode>
									<settlement>Reutlingen</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<author>
							<affiliation key="aff0">
								<address>
									<addrLine>1 adesso SE, Stockholmer Platz 1</addrLine>
									<postCode>70173</postCode>
									<settlement>Stuttgart</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Documentation of Non-Functional Requirements for Systems with Machine Learning Components</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">F2A82CACD1B92730F3670B4EE68AD2AC</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T20:08+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>Requirements elicitation and documentation</term>
					<term>machine learning</term>
					<term>non-functional requirements</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"> Context and motivation]  <p>Many of today´s systems use artificial intelligence, where Machine learning (ML) is a subfield. Requirements engineering (RE) addresses the needs of the stakeholders for systems development. In particular, systems with ML components require specific non-functional requirements (NFRs) to define ML relevant details, such as quality aspects of training datasets, retrainability of ML-models or specifics of the ML training pipeline. [Problem] The specific application of RE techniques in practical use to systems with ML components is not yet completely understood. It is not clear, which techniques for elicitation, documentation of requirements can be used efficiently for ML based systems. [Ideas and results] Based on a systematic mapping study; we identify 58 NFRs used in studies to describe particular ML requirements. Through an online survey and expert interviews, we identified 30 NFRs that need to be considered in particular for systems with ML components. For the documentation of the highly relevant NFRs, a template was designed, evaluated and optimized in two IT companies. This template helps to ensure consistent documentation of the NFRs. [Contribution]   Based on the systematic mapping study, the online survey and the expert interviews, we provide a list of relevant NFRs and a template for documenting the NFRs for systems with ML components. We validated the proposed template using a real world case in the context of two IT industry companies and several software projects. The evaluation shows an increased completeness of requirements.</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>Requirements Engineering (RE) is a process used in the development of software-based systems to address the needs of stakeholders. During the RE process, requirements are elicited, documented, validated, and managed. A requirement is a statement that reflects the needs of the stakeholder, such as the capabilities or characteristics that the software to be developed must have <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b1">2]</ref>. A distinction is made between functional and non-functional requirements (NFRs). Functional requirements describe functionalities that must be provided by a system. NFRs are understood to be quality requirements on the one hand and constraints on the other <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3]</ref>.</p><p>In this paper, only NFRs are considered. Quality requirements describe quality criteria that the system must meet, such as performance and availability, and constraints describe conditions and restrictions that can influence the development of the system, such as laws, regulations or standards <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b2">3]</ref>. According to Ahmad et al. <ref type="bibr" target="#b2">[3]</ref>, RE has been sufficiently explored in the development of classical software-based systems, and it is clear which techniques can be used in RE activities. Recent software developments are increasingly using artificial intelligence (AI) components and machine learning (ML) <ref type="bibr" target="#b2">[3]</ref>. According to Kreutzer and Sirrenberg <ref type="bibr" target="#b3">[4]</ref> AI is understood as an overarching term for systems that automatically generate intelligent solutions to a problem <ref type="bibr" target="#b3">[4]</ref>. ML is understood as a subfield of AI in which self-learning algorithms are used. These systems are able to learn and solve problems on their own without a human being programming them to do so <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref>. The difference between classical software-based systems and systems with ML components is that systems with ML components are probabilistic <ref type="bibr" target="#b5">[6]</ref>. According to Ahmad et al. <ref type="bibr" target="#b2">[3]</ref>, the use of RE in the development of systems with AI or ML components has not been sufficiently explored. This statement is confirmed by Yoshioka et al. <ref type="bibr" target="#b5">[6]</ref> and Villamizar et al. <ref type="bibr" target="#b6">[7]</ref> in that research regarding techniques of RE in the development of MLbased systems is insufficient. According to Ahmad et al. <ref type="bibr" target="#b2">[3]</ref>, new techniques are needed for RE activities that can be used in the development of systems with AI or ML components. According to Rupp and the SOPHISTs <ref type="bibr" target="#b1">[2]</ref>, the specification of ML-based systems differs from classical systems in that this type of system focuses on the quality of the ML model used as well as the training, validation, and test data. Greater emphasis must be placed on NFRs in ML-based systems <ref type="bibr" target="#b1">[2]</ref>. A ML model is built using a selected ML algorithm trained on training data for solving a particular problem <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5,</ref><ref type="bibr" target="#b7">8]</ref>. Validation and test data are then used to check the quality of the ML model before it is deployed <ref type="bibr" target="#b8">[9]</ref>. The quality aspects of NFRs that must be taken into account when developing classic software-based systems are defined and categorized in ISO/IEC 25010 <ref type="bibr" target="#b9">[10]</ref>. This standard does not yet explicitly consider quality criteria related to systems with ML components. Quality criteria should not only refer to the end product, but also to the previous aspects such as the training data used, or the ML model used. Summarizing this, there is a need for specific ML-related requirements documentation techniques. This is also confirmed by the employees of adesso SE. Due to the lack of best practices in this area, it is still unclear which documentation techniques are specifically suitable for systems with ML components. With over 9,000 employees and annual sales of EUR 900.3 million in 2022, adesso Group is one of Germany's largest IT service providers. We aim to provide a template, focusing requirements analysts to ML specifics and improve the completeness of requirements by specifying ML quality requirements. This approach promises to improve project success and to help on save development costs. The primary goal of this paper is twofold: (1) to identify the NFRs of systems with ML components that need to be specified in greater detail when applying ML and (2) to conceptualize a template for the documentation of the most relevant NFRs. This paper will answer the following research questions (RQ):</p><p>• RQ1: How are requirements for systems with ML components documented? • RQ2: Which NFRs are specific to systems with ML components? • RQ3: Which documentation styles for systems with ML components are most used in industrial projects at adesso SE? • RQ4: Which problems do current elicitation and documentation techniques have for ML components in industrial projects at adesso SE? • RQ5: What is the template design to document NFRs for ML systems?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Related Works</head><p>The following previous works are relevant: The systematic mapping study of Villamizar et al. <ref type="bibr" target="#b6">[7]</ref> covers RE for ML-based systems. They provide an overview of 35 studies (2018-2020) starting from the results of a Scopus search and snowballing. They investigated specific ML based systems NFRs, based on their frequency in the primary studies, given in brackets hereinafter. The ML specific requirements are Usability (1), Scalability (1), Modularity (1), Robustness (1), Autonomy (1), Uncertainty (1), Suitability (1), Accuracy (2), Ethics (2), Accountability (2), Testability (2), Legal requirements (2), Maintainability (3), Performance (3), Safety (4), Reliability (4), Transparency (5), Fairness (5), Data quality (5), Privacy <ref type="bibr" target="#b5">(6)</ref>, Explainability <ref type="bibr" target="#b5">(6)</ref> and Security <ref type="bibr" target="#b5">(6)</ref>. The systematic literature review (SLR) of Yoshioka et al. <ref type="bibr" target="#b5">[6]</ref> covers 32 papers (2017-2021), investigating which techniques are used to document ML system requirements with concrete examples. They found GORE (i* and KAOS) in 10 cases, UML in 7 and safety cases in 1 case. The ML specific requirements are Overfitting (2), Fairness (2), dataset requirements <ref type="bibr" target="#b5">(6)</ref>, Robustness <ref type="bibr" target="#b5">(6)</ref>, Accuracy <ref type="bibr" target="#b6">(7)</ref>, Explainability, Transparency and Accountability <ref type="bibr" target="#b8">(9)</ref>. The literature review from Ahmad et al. <ref type="bibr" target="#b2">[3]</ref> covers RE for AI and ML based systems. They analyzed 27 studies (2011-2020). The authors focused on the documentation techniques of requirements for systems with AI or ML components with an emphasis on their specific NFRs. First of all, the GORE notations FLAGS, CORE, GRL, i* und GORE-MLOps are used <ref type="bibr" target="#b4">(5)</ref>, and with the same frequency UML and SysML notations <ref type="bibr" target="#b4">(5)</ref> and Conceptual Models (CM). Further they summarized ML relevant NFRs: Transparency, Trust, Privacy, Safety, Reliability, Security, Fairness, Explainability, Ethics, Robustness, Accuracy, Uncertainty, Data quality, Testability, Legal requirements und Availability of training-, validation-and test-data. The literature review of Gjorgjevikj et al. <ref type="bibr" target="#b53">[54]</ref> shows an interesting mixed-method study on the use of requirements for ML in projects. They validate that RE activities are crucial to the ML development process. Requirements should cover quality ML specifics, which are Interpretability, Fairness, Robustness, Security, Privacy, and Safety, that occurs also in our research. Most importantly, they state future research should focus on adjusting the RE activities to fit the ML development. The template described in this study, provides further research to this direction. The existing SLRs show documentation forms for ML components (RQ1) and specific ML components NFRs (RQ2) till 2021. We complete this view of related works to June 2022.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">State of the Art</head><p>In this article, we perform a systematic mapping study according to the principles of Petersen <ref type="bibr" target="#b52">[53]</ref> to provide an overview of the state-of-the-art regarding use of NFR for ML systems, answering RQ1 and RQ2. The mapping study, particularly the data gathering, was performed by the first and reviewed by the third author. We used principles of Kitchenham und Charters <ref type="bibr" target="#b10">[11]</ref> for study selection and search term construction. Data was gathered in June 2022.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1.">Method of Literature Review</head><p>As RQ1 and RQ2 are closely related, we use one search term for the literature acquisition:</p><p>(("requirements engineering") AND (documentation OR specification OR notation OR "modeling language") AND "machine learning" AND (software OR application OR system)). For a broad search and a high level of completeness around machine learning, the search for additional ML sub-terms was omitted. We used the following databases: (i) Spring-erLink<ref type="foot" target="#foot_0">1</ref> as they have broad basis on RE and AI, (ii) ScienceDirect<ref type="foot" target="#foot_1">2</ref> focuses on engineering of AI systems and architectures, (iii) IEEE Xplore 3 and (iv) ACM Digital Library 4 are engineering databases for studies with emphasis on AI applications. Inclusion (In) and exclusion (En) criteria are shown in Table <ref type="table" target="#tab_0">1</ref>. I1 selects studies after the SLRs in related works have been published. I2 assures studies to have minimal scientific standard, whilst the selected databases list peer reviewed articles only. I3 includes papers that contribute to the topic of this article. A paper was selected if a review showed it to offer a contribution to documentation techniques or NFRs for systems with ML components. E1 filters studies that use ML techniques to support RE: If the paper's main focus was on approaches to support requirements activities by AI or ML, the paper was excluded, as this was not our scope. This criterion was validated by a detailed review of the article. E2 avoids SLRs or mapping studies, that we already addressed as related works. E3 deselects similar studies from the same authorship. Study Selection. Fig. <ref type="figure" target="#fig_0">1</ref>. shows the four phases of study selection. In phase 1 we queried the selected databases with the presented search term, applied I1 and I2, resulting in 1233 publications. In phase 2 the title, keywords and abstracts were considered using I3 and E1. In phase 3 we reviewed the content and filtered according I3 and E2. As there were no duplicates E3, we summed up to 15 relevant publications shown in Table <ref type="table" target="#tab_2">3</ref>. No relevant publication could be identified from ScienceDirect. The contents of the listed publications did not cover documentation techniques or NFRs for systems with ML components. The references of the literature from phase 2 onwards are available for download in the last section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2.">Result of the Literature Review</head><p>Documentation Techniques of Systems with ML Components. Four out of 15 selected studies cover techniques for requirements documentation. The other 11 studies cover NFRs of systems with ML components. Zaidi <ref type="bibr" target="#b11">[12]</ref> shows the use of conceptual models (CM) in various phases of ML to document requirements and goals of the project. The use i* and UML, Business Process Model and Notation (BPMN) <ref type="bibr" target="#b12">[13]</ref> and Building Information Modeling (BIM). The latter is a domain specific notation model for building <ref type="bibr" target="#b13">[14]</ref>. Tun et al. <ref type="bibr" target="#b14">[15]</ref> found several requirements documentation notations: An AI Project Canvas is used to document decision making considerations and to capture the impact on organizational structure due to are used for safety analysis, modelling possible accidents and giving evidence for the systems suitability <ref type="bibr" target="#b15">[16]</ref>. The architectural design of the system is described with SysML <ref type="bibr" target="#b16">[17]</ref> and the functional requirements with a Goal Model (GORE) notation.</p><p>Khan et al. <ref type="bibr" target="#b17">[18]</ref> investigates the use of NFRs for ML systems. They propose an extended SysML requirements diagram, and a GORE-MLOps model, that addresses uncertainty and unpredictability in ML systems during RE. Husen et al. <ref type="bibr" target="#b18">[19]</ref> proposes a framework for safetycritical ML systems consisting of the documentation techniques AI project canvas, ML Canvas, KAOS, UML Component Diagram, STAMP/Systems Theoretic Process Analysis (STPA) and Safety Cases. The AI project canvas details early business requirements from the system specification. KAOS is used to document functional requirements that are detailed into an architectural component model. By using safety cases counter measures for risks through STAMP/STPA are defined, whereas STAMP is a method for risk <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref>. Table <ref type="table" target="#tab_1">2</ref> summarizes these techniques. </p><formula xml:id="formula_0">/ML Project Canvas X X Safety Cases X X Goal Model i* X GORE-MLOps KAOS STAMP X X</formula><p>In summary, GORE notations and UML or SysML diagrams are mostly used for ML requirements. Three studies provide details about GORE: i* <ref type="bibr" target="#b11">[12]</ref>, KAOS <ref type="bibr" target="#b18">[19]</ref> and GORE-MLOps <ref type="bibr" target="#b17">[18]</ref>. All four works use UML/SysML diagrams: in two papers this is detailed to component diagrams <ref type="bibr" target="#b18">[19]</ref> and extended SysML requirements diagrams <ref type="bibr" target="#b17">[18]</ref>. For the documentation of NFRs GORE <ref type="bibr" target="#b14">[15]</ref>, GORE-MLOps and an extension of a SysML requirements diagrams <ref type="bibr" target="#b17">[18]</ref> is mentioned.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>NFRs of Systems with ML Components</head><p>Within 14 of the 15 selected studies, we identified in summary 54 NFRs for ML components as shown in the extraction table <ref type="table">available</ref> for download as open research data (see last section). The related works showed four more NFRs that were not included in the 14 selected studies. We have added the additional four NFRs to the results: (i) Autonomy of ML algorithm, (ii) Suitability, (iii) Legal requirements and (iv) dataset requirements. As there is no common set of ML specific NFRs yet, we identified NFRs with synonymous terms or describing similar phenomena. Therefore, we consolidated the 58 identified NFRs into 33 relevant NFRs with the following descriptions. An overview of these results is given in Table <ref type="table" target="#tab_2">3</ref>.</p><p>NFR-1 Suitability describes the appropriateness of the ML usage and the extent to which the ML solves the given problem <ref type="bibr" target="#b6">[7,</ref><ref type="bibr" target="#b20">21]</ref>. NFR-2 Explainability and Interpretability describes mechanisms that allows users to comprehend the systems results <ref type="bibr" target="#b21">[22]</ref><ref type="bibr" target="#b22">[23]</ref><ref type="bibr" target="#b23">[24]</ref><ref type="bibr" target="#b24">[25]</ref>. NFR-3 Justifiability Users require system's decision to be rational <ref type="bibr" target="#b25">[26]</ref>. NFR-4 Transparency describes details about ML algorithms, training-and test data to validate the systems decisions <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b23">24,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b26">27]</ref>. NFR-5 Traceability For users and developers the source of training and validation data, artifacts and processes must be documented <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b27">28]</ref>. NFR-6 Fairness describes that systems must respect human rights, equal rights, equal opportunity for all users, and follow the democracy principles. The results of AI are supposed to be un-biased and discrimination free <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b24">25,</ref><ref type="bibr" target="#b28">29,</ref><ref type="bibr" target="#b29">30]</ref>. NFR-7 Safety describes requirements that avoids risks to humans or the environment <ref type="bibr" target="#b22">[23]</ref>. NFR-8 Trust describes users expectation to the reliability of system decisions and the correctness of results <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b23">24]</ref>. NFR-9 Efficiency of ML algorithm are used to describes quality aspects of the ML training and prediction algorithms <ref type="bibr" target="#b25">[26]</ref>. NFR-10 Performance of ML model describes the expectations to performance and correctness of the ML model for prediction and the resources to gain these predictions <ref type="bibr" target="#b21">[22]</ref>. This incorporates accuracy as internal performance metric for the prediction quality <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b30">31,</ref><ref type="bibr" target="#b31">32]</ref> and correctness of the decisions or prediction results <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23]</ref>. NFR-11 Latency of ML model defines the acceptable time between data acquisition and the result of the prediction <ref type="bibr" target="#b32">[33]</ref>. NFR-12 Security defines the access to used and created data (sets) <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23]</ref>. NFR-13 Privacy considers rights of human privacy due to confidentiality and protection of data <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23]</ref>. NFR-14 Integrity of data defines quality attributes to training, validation and test data, e.g. correctness, preprocessing and data integrity <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b22">23,</ref><ref type="bibr" target="#b26">27]</ref>. NFR-15 Dataset requirements capture requirements to data records such as topic, domain, context, origin of data <ref type="bibr" target="#b33">[34]</ref>, quantity of data <ref type="bibr" target="#b8">[9,</ref><ref type="bibr" target="#b26">27]</ref>. NFR-16 Accountability describes details to the extent to which the system takes ownership and responsibility of its decisions <ref type="bibr" target="#b25">[26,</ref><ref type="bibr" target="#b34">35]</ref>. NFR-17 Reliability captures the predicted functioning expectations for the system <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b24">25]</ref>. NFR-18 Reproducibility and Repeatability address the necessity that predictions must be identical for multiple requests with the same data <ref type="bibr" target="#b22">[23,</ref><ref type="bibr" target="#b25">26,</ref><ref type="bibr" target="#b35">36]</ref>. This is synonymously referred to as consistency <ref type="bibr" target="#b36">[37]</ref>. NFR-19 Fault tolerance describes expectation to resilience to incorrect data or partial system failures to avoid complete failure <ref type="bibr" target="#b37">[38]</ref>, sometimes referred to as robustness <ref type="bibr" target="#b21">[22,</ref><ref type="bibr" target="#b38">39]</ref>. NFR-20 Autonomy of ML algorithm expresses the independence or encapsulation of ML algorithms. The retraining of a ML subsystem must be possible without depending on the application's development <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b6">7]</ref>. NFR-21 Maintainability describes the needs regarding further development as extensions or system evolutions <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b39">40]</ref>. NFR-22 Modularity defines the required level of maintainability. A system consist of several modules that work independent but collectively to provide the necessary functionality <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b39">40]</ref>. NFR-23 Reusability describes details about the possibility to reuse parts or components of the system in other contexts or systems. In ML contexts this could be the reuse of ML models or data sets <ref type="bibr" target="#b39">[40]</ref>. This NFR also covers the domain adaptation, where in transfer learning scenarios labelled data are used to create models of other domains <ref type="bibr" target="#b40">[41]</ref>. NFR-24 Modifiability describes the extent to which a module can be changed without affecting the ML module quality <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b39">40]</ref>. NFR-25 Retrainability describes that ML models must be newly trained with other than initial data <ref type="bibr" target="#b26">[27]</ref>. NFR-26 Testability defines, how ML models and their prediction components can be tested and what the resulting quality of decisions can be <ref type="bibr" target="#b39">[40]</ref>. NFR-27 Usability describes the same aspects as in ISO/IEC 25010 with a focus on ML models and their decision or prediction presentation to users <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b26">27]</ref>. NFR-28 Interoperability describes the requirements that allow the communication and data exchange with other systems <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b41">42]</ref>. NFR-29 Portability defines to what extend ML models are supposed to be transferred to other contexts, e.g. a classification of blood diseases for cancer patients to non-cancer patients <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b31">32]</ref>. NFR-30 Adaptability (portability of ISO/IEC 25010) describes how the ML model can be used in other contexts such as operating systems or system environments <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b26">27]</ref>. NFR-31 Scalability of ML pipeline defines requirements for processing tools with regard to data volumes, large data sets and runtime is-sues during training <ref type="bibr" target="#b36">[37,</ref><ref type="bibr" target="#b42">43]</ref>. NFR-32 Complexity of ML model describes the number of features the ML model is capable of. A too high model complexity leads to overfitting and a too low complexity leads to underfitting <ref type="bibr" target="#b43">[44]</ref>. NFR-33 Legal requirements covers the specification of regulatory needs such as standards, acts, laws etc. <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b44">45]</ref>.</p><p>In addition to these NFRs, further requirements were mentioned in the primary studies, as given below. We combined these requirements to the following NFRs: Ethics is part of NFR-33, Uncertainty is part of NFR-17, data issues are details of dataset requirements in NFR-15 covering cleaning of datasets, revision and transition is part of Maintainability NFR-21. Completeness is discussed in Habibullah und Horkoff <ref type="bibr" target="#b36">[37]</ref> but is not clearly defined; Flexibility covers the flexibility of the ML pipeline and is categorized as Reusability NFR-23.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Handling NFRs in Systems with ML Components in Practice</head><p>An online survey (12 persons) and expert interviews (4 experts) with employees were conducted at adesso SE, to identify the special needs of the documentation of NFRs for systems with ML components. We used this case to prove the relevance of the NFRs identified by the literature review and to identify further NFRs (RQ2). Moreover, we wanted to understand the documentation techniques used by adesso SE (RQ3) and related problems of the documentation (RQ4).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1.">Relevant NFRs of Systems with ML Components</head><p>After the analysis of the systematic mapping study, the online survey and the expert interviews, the following 30 of the 33 NFRs mentioned in Table <ref type="table" target="#tab_2">3</ref> were identified as especially relevant for ML components and provide the final answer to RQ2: The NFRs marked in blue in Table <ref type="table" target="#tab_2">3</ref> have been classified as relevant in literature research but also in the online survey and expert interviews at adesso SE. The NFRs marked in grey were additionally classified as relevant in the online survey and in the expert interviews. The online survey questions are available for download, given in the last section. Based on the online survey, the following NFRs were rated as the most relevant NFRs (all of the participants gave a positive response): Suitability, Integrity of data, Reliability, Latency of ML model, Testability, Explainability and Interpretability, Performance of ML model, Security and Retrainability. Through the expert interviews, it was determined that the NFRs Accountability and Transparency must be considered relevant, even though they were not classified as relevant by the online survey. The expert interviews showed that Integrity of data always appears in the top 2 of the most important NFRs. This is justified by the fact that data is the basic building block of ML and therefore its integrity is necessary. The questions of the expert interviews are available for download, given in the last section. Table <ref type="table" target="#tab_2">3</ref> shows that NFRs occur with different frequency in the articles. In particular the work of Habibullah and Horkoff <ref type="bibr" target="#b36">[37]</ref> show the most NFRs, as they performed a comprehensive qualitative interview study in which NFRs for ML were explored in detail. Part of the interview study was to identify NFRs that are more or less important in the industry. The Importance through online survey column shows how many people classified the respective NFR as relevant in the online survey. For each NFR, the participants were asked to state whether it is a relevant NFR for systems with ML components. The participants could respond to the statement as follows: strongly disagree, disagree, neither, agree and strongly agree. When evaluating the relevance of the NFRs, the answers with the selection Neither were sorted out in relation to neutrality. An NFR was categorized as relevant for systems with ML components if more than 50% of the participants in the online survey agreed with the statement. Only 14 of the 15 papers identified in Fig. <ref type="figure" target="#fig_0">1</ref>. are listed in this table, as the paper from Zaidi <ref type="bibr" target="#b11">[12]</ref> only deals with documentation techniques and therefore makes no reference to the NFRs of systems with ML components. This table answers RQ2. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>ID NFR</head></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">Documentation Techniques for Systems with ML Components</head><p>The online survey at adesso SE showed that employees use the following techniques to document NFRs (in order of occurrences): user stories, sentence templates, to be concepts, UMLs (e.g. use case diagram), entity relationship models (ERM), tests, service level agreements (SLA), authorization concepts, mockups and usability standards. The first two techniques were also identified as appropriate by online survey participants. These findings answer RQ3: Using user stories, sentence templates, NFRs can be documented in natural language. The expert interviews also confirm this finding.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Problems with the Documentation of NFRs</head><p>Through the online survey and expert interviews, the following problems in documenting NFRs were identified, which provide the answer to RQ4: (1) No consistent, appropriate, or proper format in documentation, (2) definition problems in certain situations, (3) insufficient specification and thus missing information, which later led to problems during implementation, and (4) missing technical aspect in the requirements documentation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.4.">Design of the Template for the Documentation of NFRs</head><p>Based on project examples, the specifics of documenting NFRs for systems with ML components were examined in the expert interviews. Table <ref type="table" target="#tab_4">4</ref> shows the roles, skills and the work experience in years of the experts. The projects did not use a standard template for the documentation of NFRs. For example, in one project a combination of user story and key results was used to document the requirements, and in another project the requirements were documented without using an appropriate sentence template or similar. However, each requirement was prioritized using the MoSCoW prioritization technique <ref type="bibr" target="#b0">[1]</ref>. Based on the results of the expert interviews and a literature review, a template was designed that can be used to document NFRs as a natural language documentation technique in a uniform manner. A natural language documentation technique was chosen because natural language documentation techniques are used most frequently at adesso SE. This does not exclude the possibility that the specified template can also be supplemented by model-based documentation techniques. After the initial conception, the template was evaluated with a further five experts in semi-structured expert interviews at adesso SE. The template used for the evaluation is available for download in the last section. The expert interviews showed beneficial aspects of the template and some need for optimization. The experts were asked whether they would recommend the first conception of the template to colleagues, measured by the Net Promoter Score (NPS). NPS is a metric that categorizes people into three groups, promoters, passives, and detractors based on a question that can be answered on a scale of 0-10. Only the number of detractors and promoters is required to calculate the NPS, as the percentage of detractors is subtracted from the percentage of promoters <ref type="bibr" target="#b48">[49]</ref>. Out of five experts, two experts have a neutral attitude (passives), one expert has a critical attitude (detractor) and two experts have a positive attitude (promoters) towards the present template. The expert with the critical attitude mentioned that s/he would rate the template with a much higher value if the role and benefits were taken out of the template. The benefit field is covered by the justification of priority, which is why this field does not offer any added value. Another expert agreed that the role should be removed, as this does not add any value. The benefit field and the &lt;role&gt; in the sentence template have therefore been removed. But the Other notes (optional) field was added to the template. The following NPS was determined for the first draft of the template: NPS = ((2-1)/5) x 100 = 20%. According to Lee <ref type="bibr" target="#b49">[50]</ref>, 20% is a good value. The improved template can be found in Table <ref type="table" target="#tab_5">5</ref>. and provides the answer to RQ5. Furthermore, an example can be seen in Table <ref type="table" target="#tab_6">6</ref>. The template supports the management of requirements through consistent documentation and the relation the NFR-classes in Table <ref type="table" target="#tab_2">3</ref> defined by the NFR-class and the object of consideration in the template. The NFR-class, for example, is relevant because different metrics must be defined in the acceptance criteria depending on the NFR-class. These metrics are not considered in more detail in this paper but would need to be analyzed and defined in more detail in further research work. The NFR-classes are only an example in our template. These can be extended by further NFR-classes. In addition, further research could determine whether the template could be expanded to include further elements. Additionally, the template was evaluated in a second company Serapion, presented below. This template is the answer to RQ5.  </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Evaluation of a Template for the Documentation of NFRs</head><p>The second evaluation was done with Serapion GmbH, which is an IT service provider and management consultancy with more than 100 employees that develops cross-industry solutions in Europe. In order to expand the survey, Serapion was chosen as another consulting company because this company is known as a pioneer of AI technology in the German market. The proposed NFR-template was evaluated in practice using three projects with ML components. By using the technology acceptance model (TAM) <ref type="bibr" target="#b50">[51]</ref> the perceived usefulness was evaluated by analysts to measure the degree to which a person believes that using this template would enhance their job performance. Three randomly selected projects have been identified where ML components currently or in the future are used. For each of the three projects, the responsible project manager has been identified in the role of the Requirements Engineer, and the implementing party has been pinpointed. The templated was presented to project members. After a short discussion and feedback about the template, a real NFR was documented using the template. The template was filled out together with the respective project manager and feedback was then obtained through verbal interviews with the respective project manager and a respective developer. The results illustrate the benefit (one of the experts called it a remarkable benefit) of the proposed NFR template in specifically capturing and documenting requirements in projects with ML components. Through the practical application of the project examples, the template´s effectiveness in improving communication within the project team and stakeholders as well as in helping to prioritize requirements became clear.</p><p>The general feedback to the template was: (i) during a proof-of-concept phase, the template is not required. In early project stages the focus lie on validating ideas and testing concepts. (ii) The template is highly valuable in subsequent stages, where implementation and scaling occur.</p><p>The NFR template represents a valuable resource for managing NFR. The recommended extensions ensure improved practicality and completeness. It is recommended to use this template in software projects and customize it according to project situation and requirements.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Threats to Validity</head><p>We follow the classification of Wohlin et al. <ref type="bibr" target="#b51">[52]</ref>. Conclusion validity address whether the soundness of the treatment is related to the actual observed outcome. As the template was found useful by the experts, this is an indication that it contributes to capturing the requirements for ML components adequately. Construct validity considers whether the study measures what it claims to measure. For the systematic mapping study, the RQs were discussed in the team of authors and feedback from a university talk was considered. The online survey was conducted in one company only and contained 177 questions, which might frighten some participants. Pretests were conducted with three people. Some answers did not describe precisely how the NFRs were documented by the specified techniques. Expert interviews were conducted with adesso SE using a guideline with questions, that might have been misunderstood by experts. We used pretests with two people to mitigate misunderstanding. Internal validity determines the extent of conclusions that can be drawn from a study. We scoped the systematic mapping study to RE of NFRs for ML components. The search term was validated by all three authors and the process of Petersens mapping study was followed, beside the quality measurement of primary studies. The use of four databases covers publications since 2021 in a broad range. Three related SLRs cover results before 2021. The online survey of adesso SE employees gained a small sample size of 12. Results of the expert interviews were biased upon the level of expertness of participants. Therefore, we raised questions about the participant's ML experience. Only 4 people from adesso SE participated in the expert interviews. External validity describes the possible generalization or transfer of the study results to other situations. The results of the mapping study might be biased through the missing quality evaluation. The scope ML based components limit the generality of the presented insights of the mapping study, online survey and interviews; thus, results are not valid for other types of systems. We did not distinguish different types of ML such as supervised, unsupervised, and reinforced learning. The evaluation expert interviews were only conducted in two companies, which limits transferability to other companies. For the evaluation in the second company, the template was rated by 3 people, who had not seen the template before. However, the rating of the template overall, was useful.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion</head><p>The peculiarities of documenting NFRs in systems with ML components were identified and 30 NFRs were considered relevant. In addition, no consistent, suitable format for the documentation of ML NFRs could be found. Expert interviews showed a missing standardized approach to documenting NFRs for ML systems. As a result, a specific template to capture NFR requirements was proposed. The template was evaluated in practice and showed significant advantages in usefulness. Criticisms have been raised wrt. early research phases of a project, where detailed requirement documentation may not be relevant. The added value of the proposed NFR template in later project phases was recognized, especially for the implementation of NFRs. Feedback during the evaluations lead to a revision of the NFR template. There is still a need to understand the effectiveness and applicability of the template in larger companies. The adaptation of the template to different ML methods is still in its early stages and requires further research. The identification and integration of relevant NFRs for these learning methods is an underresearched area. In summary, this research showed particularly important NFRs for ML components and showed the usefulness of the proposed NFR template to support the implementation of projects with ML components.</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. Study selection chart</figDesc><graphic coords="4,301.05,269.40,198.80,119.60" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>In-and exclusion criteria</figDesc><table><row><cell>ID</cell><cell>Criterion</cell></row><row><cell>I1</cell><cell>publication date Sept. 2021 to June 2022</cell></row><row><cell>I2</cell><cell>English language, peer reviewed</cell></row><row><cell>I3</cell><cell>contributes to RQ1 or RQ2</cell></row><row><cell>E1</cell><cell>Literature focusing on ML for RE</cell></row><row><cell>E2</cell><cell>systematic literature reviews or system-</cell></row><row><cell></cell><cell>atic mapping studies</cell></row><row><cell>E3</cell><cell>duplicates</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>Identified documentation techniques for ML requirements</figDesc><table><row><cell>UML, SysML</cell><cell>CM</cell><cell>X</cell><cell>SysML Req.diagr.</cell><cell>X</cell></row><row><cell>BPMN</cell><cell>CM</cell><cell></cell><cell></cell><cell></cell></row><row><cell>BIM</cell><cell>CM</cell><cell></cell><cell></cell><cell></cell></row><row><cell>AI</cell><cell></cell><cell></cell><cell></cell><cell></cell></row></table><note>Documentat./Study Zaidi [12] Tun et al. [15] Khan et al. [18] Husen et al.[19]</note></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 .</head><label>3</label><figDesc>Frequency of NFRs from the systematic mapping study. The last column shows the number of people who have classified the NFR as relevant and the number of persons who gave an answer (n) in the online survey.</figDesc><table><row><cell>ID</cell><cell>NFR</cell><cell>Tun et al. [15]</cell><cell>Khan et al.[18]</cell><cell>Husen et al.[19]</cell><cell>Llinas et al. [24]</cell><cell>McDermott et</cell><cell>al.[46]</cell><cell>Razaulla et</cell><cell>al.[26]</cell><cell>de Oliveira Car-</cell><cell>valho et al.[25]</cell><cell>Pankiewicz et</cell><cell>al.[47]</cell><cell>Russell et</cell><cell>al.[42]</cell><cell>Nahar et al.[27]</cell><cell>Zhang et al.[48]</cell><cell>Habibullah and</cell><cell>Horkoff [37]</cell><cell>Hutchinson et</cell><cell>al.[32]</cell><cell>Yurrita et</cell><cell>al.[22]</cell><cell>∑ Primary Studies</cell><cell>Importance through online survey (#relevant/n)</cell></row><row><cell>NFR-1</cell><cell>Suitability</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0</cell><cell>11/11</cell></row><row><cell>NFR-2</cell><cell>Explainability and Interpretability</cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>11</cell><cell>9/9</cell></row><row><cell>NFR-3</cell><cell>Justifiability</cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>3</cell><cell>7/8</cell></row><row><cell>NFR-4</cell><cell>Transparency</cell><cell></cell><cell>x</cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>9</cell><cell>3/8</cell></row><row><cell>NFR-5</cell><cell>Traceability</cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell>3</cell><cell>6/9</cell></row><row><cell>NFR-6</cell><cell>Fairness</cell><cell></cell><cell>x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>10</cell><cell>6/9</cell></row><row><cell>NFR-7</cell><cell>Safety</cell><cell>x</cell><cell></cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>9</cell><cell>9/11</cell></row><row><cell>NFR-8</cell><cell>Trust</cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>8</cell><cell>8/11</cell></row><row><cell>NFR-9</cell><cell>Efficiency of ML algorithm</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>2</cell><cell>7/10</cell></row><row><cell cols="2">NFR-10 Performance of ML model</cell><cell>x</cell><cell></cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>11</cell><cell>9/9</cell></row><row><cell cols="2">NFR-11 Latency of ML model</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>1</cell><cell>10/10</cell></row><row><cell cols="2">NFR-12 Security</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>7</cell><cell>9/9</cell></row><row><cell cols="2">NFR-13 Privacy</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>7</cell><cell>10/12</cell></row><row><cell cols="2">NFR-14 Integrity of data</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell>5</cell><cell>11/11</cell></row><row><cell cols="2">NFR-15 Dataset requirements</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0</cell><cell>4/6</cell></row><row><cell cols="2">NFR-16 Accountability</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>5</cell><cell>4/8</cell></row><row><cell cols="2">NFR-17 Reliability</cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell cols="2">x</cell><cell cols="2">x</cell><cell>x</cell><cell></cell><cell>7</cell><cell>11/11</cell></row><row><cell cols="2">NFR-18 Reproducibility and Repeatability</cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell>6</cell><cell>8/9</cell></row><row><cell cols="2">NFR-19 Fault tolerance</cell><cell>x</cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell cols="2">x</cell><cell>x</cell><cell>x</cell><cell cols="2">x</cell><cell></cell><cell></cell><cell>x</cell><cell></cell><cell>7</cell><cell>9/10</cell></row><row><cell cols="2">NFR-20 Autonomy of ML algorithm</cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell></cell><cell>0</cell><cell>3/9</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 4 .</head><label>4</label><figDesc>Details of the experts from adesso SE, data &amp; analytics division for the interview</figDesc><table><row><cell>Expert</cell><cell>Professional Role</cell><cell cols="2">Skills Work experience</cell></row><row><cell>Person 1</cell><cell>Data Scientist and ML-Engineer</cell><cell>high</cell><cell>five years</cell></row><row><cell>Person 2</cell><cell cols="2">Architect, Consultant, Requirements Engineer and Project Manager high</cell><cell>nine years</cell></row><row><cell>Person 3</cell><cell>Data Scientist</cell><cell>high</cell><cell>ten years</cell></row><row><cell>Person 4</cell><cell>AI Consultant</cell><cell>high</cell><cell>n/a</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_5"><head>Table 5 .</head><label>5</label><figDesc>Customized template for the documentation of the most relevant NFRs</figDesc><table><row><cell>Identificator</cell><cell>&lt;Goal/desire related to the object of consideration&gt;.</cell></row><row><cell>Acceptance criteria</cell><cell>AC1: &lt;Acceptance criteria&gt; (expandable list)</cell></row><row><cell>NFR-class (according</cell><cell>&lt;NFR-class&gt; [Suitability, Integrity of data, Reliability, Latency of ML model, Testability,</cell></row><row><cell>Tab.3)</cell><cell>Explainability and Interpretability, Performance of ML model, Security or Retrainability]</cell></row><row><cell>Object of consideration</cell><cell>&lt;Object of consideration&gt; (Training data, ML algorithm, ML model, overall system)</cell></row><row><cell>Priority</cell><cell>&lt;Priority specification based on MoSCoW prioritization&gt;</cell></row><row><cell></cell><cell>[Must-Have, Should-Have, Could-Have or Won't-Have]</cell></row><row><cell>Justification of priority</cell><cell>&lt;Justification of the priority&gt;</cell></row><row><cell>Other notes (optional)</cell><cell>&lt;e.g., to-do's to fulfill this requirement or other notes&gt;.</cell></row><row><cell>Status</cell><cell>&lt;Selection options can be defined depending on the project&gt;</cell></row><row><cell>Owner</cell><cell>&lt;person(s) responsible for implementing this NFR&gt;.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_6"><head>Table 6 .</head><label>6</label><figDesc>Example NFR for Integrity of data The training dataset provided must consist of high-quality data. 100% of duplicates in the training data set were removed. AC2: The amount of data in the data set for the two classes "must be maintained" and "must not be maintained" only differs by a maximum of 15%. AC3: At least 10% of the data from the training data set were manually checked for correct labeling as a sample and are correctly labeled 95% of the time.</figDesc><table><row><cell>NFR-1</cell><cell></cell><cell></cell><cell></cell></row><row><cell cols="2">Acceptance criteria AC1: NFR-class Integrity of data</cell><cell>Priority</cell><cell>Must-Have</cell></row><row><cell>Object of consideration</cell><cell>Training data</cell><cell>Owner</cell><cell>Data Engineer</cell></row><row><cell>Justification of priority</cell><cell cols="3">Training data is the basic building block of ML. Poor training data lead to incorrect and unre-</cell></row><row><cell></cell><cell cols="3">alistic predictions about maintenance of a vehicle fleet. Therefore, high quality training data</cell></row><row><cell></cell><cell cols="2">is needed for creation of ML model.</cell><cell></cell></row><row><cell>Other notes (optional)</cell><cell cols="3">Review of the training data set must be done within one week.</cell></row><row><cell>Status</cell><cell>Done</cell><cell></cell><cell></cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">https://link.springer.com/ 3 https://ieeexplore.ieee.org/Xplore/home.jsp</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">https://www.sciencedirect.com/ 4 https://dl.acm.org/</note>
		</body>
		<back>
			<div type="annex">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Additional material for this article can be downloaded from the zenodo online repository of the European Union: https://10.5281/zenodo.10640638.</p></div>			</div>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Handbook for the CPRE Foundation Level</title>
		<author>
			<persName><forename type="first">M</forename><surname>Glinz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Van Loenhoud</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Staal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Bühne</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
			<publisher>IREB Standard</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Rupp</surname></persName>
		</author>
		<title level="m">SOPHISTen: Requirements-Engineering und -Management: Das Handbuch für Anforderungen in jeder Situation</title>
				<meeting><address><addrLine>München</addrLine></address></meeting>
		<imprint>
			<publisher>Hanser</publisher>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">What&apos;s up with Requirements Engineering for Artificial Intelligence Systems?</title>
		<author>
			<persName><forename type="first">K</forename><surname>Ahmad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bano</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Abdelrazek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Arora</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Grundy</surname></persName>
		</author>
		<idno type="DOI">10.1109/RE51729.2021.00008</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 29th International RE Conf</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="1" to="12" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">T</forename><surname>Kreutzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Sirrenberg</surname></persName>
		</author>
		<title level="m">Künstliche Intelligenz verstehen</title>
				<meeting><address><addrLine>Wiesbaden</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Fachmedien</publisher>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Maschinelles Lernen</title>
		<author>
			<persName><forename type="first">A</forename><surname>Welsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Eitle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Buxmann</surname></persName>
		</author>
		<idno type="DOI">10.1365/s40702-018-0404-z</idno>
	</analytic>
	<monogr>
		<title level="j">HMD</title>
		<imprint>
			<biblScope unit="volume">55</biblScope>
			<biblScope unit="page" from="366" to="382" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Landscape of Requirements Engineering for Machine Learning-based AI Systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Yoshioka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Husen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">T</forename><surname>Tun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Chen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Washizaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fukazawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">28th Asia-Pacific Softw.Eng.Conf.Works</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Requirements Engineering for Machine Learning: A Systematic Mapping Study</title>
		<author>
			<persName><forename type="first">H</forename><surname>Villamizar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Escovedo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kalinowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">47th Euromicro Conf. on Softw. Eng. and Adv. Appl.(SEAA)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="29" to="36" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Practical Machine Learning in JavaScript</title>
		<author>
			<persName><forename type="first">C</forename><surname>Gerard</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<publisher>Apress</publisher>
			<pubPlace>Berkeley, CA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Managing AI in the Enterprise</title>
		<author>
			<persName><forename type="first">K</forename><surname>Haller</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2022">2022</date>
			<publisher>Apress</publisher>
			<pubPlace>Berkeley, CA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<idno>ISO/IEC: 25010</idno>
		<title level="m">Systems and software engineering -Systems and Software Quality Requirements and Evaluation. System and software quality models</title>
				<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Guidelines for Performing Systematic Literature Reviews in Software Engineering</title>
		<author>
			<persName><forename type="first">B</forename><forename type="middle">A</forename><surname>Kitchenham</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Charters</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
			<pubPlace>Keele, UK</pubPlace>
		</imprint>
	</monogr>
	<note type="report_type">Tech. Rep. EBSE 2007-001</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Conceptual Modeling Interacts with Machine Learning -A Systematic Literature Review</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Zaidi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Comp.Sc.and Its Appl.ICCSA 2021. LNCS</title>
				<editor>
			<persName><forename type="first">O</forename><surname>Gervasi</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">12957</biblScope>
			<biblScope unit="page" from="522" to="532" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m">Object Management Group: Business Process Model and Notation</title>
				<imprint>
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<author>
			<persName><forename type="first">A</forename><surname>Borrmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>König</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Koch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Beetz</surname></persName>
		</author>
		<title level="m">Building Information Modeling: Technologische Grundlagen und industrielle Praxis</title>
				<meeting><address><addrLine>Wiesbaden</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Fachm</publisher>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Goal-Centralized Metamodel Based Requirements Integration for Machine Learning Systems</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">T</forename><surname>Tun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Husen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Yoshioka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Washizaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fukazawa</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">28th Asia-Pacific Soft.Eng.Conf.Works</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">A new accident model for engineering safer systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Leveson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Safety Science</title>
		<imprint>
			<biblScope unit="volume">42</biblScope>
			<biblScope unit="page" from="237" to="270" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m">Object Management Group: Systems Modeling Language</title>
				<imprint>
			<publisher>OMG SysML™</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Handling Non-Fuctional Requirements in IoT-based Machine Learning Systems</title>
		<author>
			<persName><forename type="first">A</forename><surname>Khan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">F</forename><surname>Siddiqui</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shaikh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Anwar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shaikh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Joint Int.Conf.on Digital Arts, Media a.Technology</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="477" to="479" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Traceable business-to-safety analysis framework for safety-critical machine learning systems</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">H</forename><surname>Husen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Washizaki</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">T</forename><surname>Tun</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Yoshioka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Fukazawa</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Takeuchi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc.1st Int. Conf. on AI Engineering: Softw.Eng. for AI</title>
				<editor>
			<persName><forename type="first">I</forename><surname>Crnkovic</surname></persName>
		</editor>
		<meeting>.1st Int. Conf. on AI Engineering: Softw.Eng. for AI<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="50" to="51" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Systems Theoretic Accident Model and Process safety modelling applied to an aircraft rapid decompression event</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">K</forename><surname>Allison</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Revell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Sears</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><forename type="middle">A</forename><surname>Stanton</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.ssci.2017.06.011</idno>
	</analytic>
	<monogr>
		<title level="j">Safety Science</title>
		<imprint>
			<biblScope unit="volume">98</biblScope>
			<biblScope unit="page" from="159" to="166" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Towards a Software Engineering Process for Developing Data-Driven Applications</title>
		<author>
			<persName><forename type="first">M</forename><surname>Hesenius</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Schwenzfeier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Meyer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Koop</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Gruhn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">7th Int.Work.on Realizing AI Synergies in Softw.Eng.(RAISE)</title>
				<imprint>
			<biblScope unit="page" from="35" to="41" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Towards a multi-stakeholder value-based assessment framework for algorithmic systems</title>
		<author>
			<persName><forename type="first">M</forename><surname>Yurrita</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Murray-Rust</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Balayn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Bozzon</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ACM Conf.on Fairness, Accountability, and Transp</title>
				<meeting><address><addrLine>New York, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="535" to="563" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Trustworthiness of Artificial Intelligence</title>
		<author>
			<persName><forename type="first">S</forename><surname>Jain</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Luthra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sharma</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Fatima</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">6th Int.Conf.on Adv.Comp.a.Comm. Syst.(ICACCS)</title>
				<imprint>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="907" to="912" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<analytic>
		<title level="a" type="main">Systems Engineering for Artificial Intelligence-based Systems: A Review in Time</title>
		<author>
			<persName><forename type="first">J</forename><surname>Llinas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Fouad</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Mittu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Syst.Eng. and Artif.Int</title>
				<editor>
			<persName><forename type="first">W</forename><forename type="middle">F</forename><surname>Lawless</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer Internat. Publishing</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="93" to="113" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">MoReXAI -A Model to Reason About the eXplanation Design in AI Systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Oliveira Carvalho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Libório</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Sampaio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">R</forename><surname>Vasconcelos</surname></persName>
		</author>
		<author>
			<persName><surname>De</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Art.Int. in HCI. LNCS</title>
				<editor>
			<persName><forename type="first">H</forename><surname>Degen</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer Int. Pub</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="volume">13336</biblScope>
			<biblScope unit="page" from="130" to="148" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">Integration of Machine Learning in Education: Challenges, Issues and Trends</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">M</forename><surname>Razaulla</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Pasha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">U</forename><surname>Farooq</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Adv. Techn.and Soc. Change</title>
				<editor>
			<persName><forename type="first">C</forename><surname>Satyanarayana</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer Singapore</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="23" to="34" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Collaboration challenges in building ML-enabled systems</title>
		<author>
			<persName><forename type="first">N</forename><surname>Nahar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Zhou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Lewis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Kästner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the 44th Int.Conf.on Softw.Engi</title>
				<editor>
			<persName><forename type="first">M</forename><forename type="middle">B</forename><surname>Dwyer</surname></persName>
		</editor>
		<meeting>of the 44th Int.Conf.on Softw.Engi<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="413" to="425" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">Traceability for Trustworthy AI: A Review of Models and Tools</title>
		<author>
			<persName><forename type="first">M</forename><surname>Mora-Cantallops</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sánchez-Alonso</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>García-Barriocanal</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M.-A</forename><surname>Sicilia</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">BDCC</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page">20</biblScope>
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">A Systematic Review of Fairness in Artificial Intelligence Algorithms</title>
		<author>
			<persName><forename type="first">K</forename><surname>Xivuri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Twinomurinzi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Resp.AI a.Anal.f.Ethical a.Inclusive Digitized Soc</title>
				<editor>
			<persName><forename type="first">D</forename><surname>Dennehy</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">12896</biblScope>
			<biblScope unit="page" from="271" to="284" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Prinzipien für die ethische Nutzung künstlicher Intelligenz</title>
		<author>
			<persName><forename type="first">M.-C</forename><surname>Barton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pöppelbuß</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">HMD</title>
		<imprint>
			<biblScope unit="volume">59</biblScope>
			<biblScope unit="page" from="468" to="481" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<title level="m" type="main">Introduction to Deep Learning for Healthcare</title>
		<author>
			<persName><forename type="first">C</forename><surname>Xiao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Sun</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<publisher>Springer International Publishing</publisher>
			<pubPlace>Cham</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Evaluation Gaps in Machine Learning Practice</title>
		<author>
			<persName><forename type="first">B</forename><surname>Hutchinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Rostamzadeh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Greer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Heller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Prabhakaran</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2022 ACM Conf. on Fairness, Accountability, and Transparency</title>
				<meeting><address><addrLine>USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page" from="1859" to="1876" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Closed-Loop Neural Prostheses With On-Chip Intelligence: A Review and a Low-Latency Machine Learning Model for Brain State Detection</title>
		<author>
			<persName><forename type="first">B</forename><surname>Zhu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Shin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shoaran</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Biomed.Circ.Syst</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="page" from="877" to="897" />
			<date type="published" when="2021">2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Towards Accountability for ML Datasets</title>
		<author>
			<persName><forename type="first">B</forename><surname>Hutchinson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Smart</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hanna</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Denton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Greer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kjartansson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Barnes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mitchell</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc.Conf.on Fairness, Account.a.Transp</title>
				<meeting>.Conf.on Fairness, Account.a.Transp<address><addrLine>, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="560" to="575" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">Fair, Transparent, and Accountable Algorithm</title>
		<author>
			<persName><forename type="first">B</forename><surname>Lepri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Oliver</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Letouzé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pentland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Vinck</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Decisionmaking Proc. Philos.Techn</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="page" from="611" to="627" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">Challenges for the Repeatability of Deep Learning Models</title>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">S</forename><surname>Alahmari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">B</forename><surname>Goldgof</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">R</forename><surname>Mouton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">O</forename><surname>Hall</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="page" from="211860" to="211868" />
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Non-functional Requirements for Machine Learning: Understanding Current Use and Challenges in Industry</title>
		<author>
			<persName><forename type="first">K</forename><forename type="middle">M</forename><surname>Habibullah</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Horkoff</surname></persName>
		</author>
		<idno type="DOI">10.1109/RE51729.2021.00009</idno>
	</analytic>
	<monogr>
		<title level="m">IEEE 29th International RE Conf</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021. 2021</date>
			<biblScope unit="page" from="13" to="23" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<analytic>
		<title level="a" type="main">On misbehaviour and fault tolerance in machine learning systems</title>
		<author>
			<persName><forename type="first">L</forename><surname>Myllyaho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Raatikainen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Männistö</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">K</forename><surname>Nurminen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Mikkonen</surname></persName>
		</author>
		<idno type="DOI">10.1016/j.jss.2021.111096</idno>
	</analytic>
	<monogr>
		<title level="j">Journal of Systems and Software</title>
		<imprint>
			<biblScope unit="volume">183</biblScope>
			<biblScope unit="page">111096</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">Robust Machine Learning Systems: Reliability and Security for Deep Neural Networks</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hanif</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Khalid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">V W</forename><surname>Putra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Rehman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Shafique</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">24th Int. Symp.on On-Line Test.a.Robust Syst.Design (IOLTS)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="257" to="260" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Is Machine Learning Software Just Software: A Maintainability View</title>
		<author>
			<persName><forename type="first">T</forename><surname>Mikkonen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">K</forename><surname>Nurminen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Raatikainen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Fronza</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Mäkitalo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Männistö</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Fut. Persp.o.Softw.Eng.Quality.</title>
		<imprint>
			<biblScope unit="volume">404</biblScope>
			<biblScope unit="page" from="94" to="105" />
			<date type="published" when="2021">2021</date>
			<publisher>Springer Int.Publishing</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b40">
	<analytic>
		<title level="a" type="main">A Comprehensive Survey on Domain Adaptation for Visual Applications</title>
		<author>
			<persName><forename type="first">G</forename><surname>Csurka</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Advances in Computer Vision and Pattern Recognition</title>
				<editor>
			<persName><forename type="first">G</forename><surname>Csurka</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International Publishing</publisher>
			<date type="published" when="2017">2017</date>
			<biblScope unit="page" from="1" to="35" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b41">
	<analytic>
		<title level="a" type="main">Re-orienting Toward the Science of the Artificial: Engineering AI Systems</title>
		<author>
			<persName><forename type="first">S</forename><surname>Russell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Jalaian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><forename type="middle">S</forename><surname>Moskowitz</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Syst.Eng.a.Artificial Intelligence</title>
				<editor>
			<persName><forename type="first">W</forename><forename type="middle">F</forename><surname>Lawless</surname></persName>
		</editor>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer International</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="149" to="174" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b42">
	<analytic>
		<title level="a" type="main">ML Pipelines with Modern Big Data Tools for High Energy Physics</title>
		<author>
			<persName><forename type="first">M</forename><surname>Migliorini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Castellotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Canali</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Zanetti</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Comp.Softw Big Sci</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b43">
	<monogr>
		<title level="m" type="main">Deep Learning and Practice with MindSpore</title>
		<author>
			<persName><forename type="first">L</forename><surname>Chen</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2021">2021</date>
			<publisher>Springer Singapore</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b44">
	<analytic>
		<title level="a" type="main">Ethics and Regulation of Artificial Intelligence</title>
		<author>
			<persName><forename type="first">A</forename><surname>Wong</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Art.Int.for Knowl. Mgmnt. IFIP Adv.i.Inf.a.Comm.Techn</title>
				<imprint>
			<publisher>Springer Int. Pub</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="volume">614</biblScope>
			<biblScope unit="page" from="1" to="18" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b45">
	<monogr>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">A</forename><surname>Mcdermott</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">R</forename><surname>Blackburn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">A</forename><surname>Beling</surname></persName>
		</author>
		<title level="m">Artificial Intelligence and Future of Syst.Eng. In: Syst.Eng.a.Art.Int</title>
				<imprint>
			<publisher>Springer Int. Pub. Cham</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="47" to="59" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b46">
	<analytic>
		<title level="a" type="main">Promises and Challenges of Reinforcement Learning Applications in Motion Planning of Automated Vehicles</title>
		<author>
			<persName><forename type="first">N</forename><surname>Pankiewicz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Wrona</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Turlej</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Orłowski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Art. Int. Soft Comp.</title>
		<imprint>
			<biblScope unit="volume">12855</biblScope>
			<biblScope unit="page" from="318" to="329" />
			<date type="published" when="2021">2021</date>
			<publisher>Springer Int. Pub</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b47">
	<analytic>
		<title level="a" type="main">DDE process: A requirements engineering approach for machine learning in automated driving</title>
		<author>
			<persName><forename type="first">R</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Albrecht</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Kausch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">J</forename><surname>Putzer</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Geipel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Halady</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">29th RE Conference (RE)</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2021">2021</date>
			<biblScope unit="page" from="269" to="279" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b48">
	<analytic>
		<title level="a" type="main">Net Promoter Score and Its Successful Application</title>
		<author>
			<persName><forename type="first">R</forename><surname>Owen</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-981-10-7724-1_2</idno>
	</analytic>
	<monogr>
		<title level="m">Marketing Wisdom. Management for Professionals</title>
				<editor>
			<persName><forename type="first">K</forename><surname>Kompella</surname></persName>
		</editor>
		<meeting><address><addrLine>Singapore, Singapore</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="page" from="17" to="29" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b49">
	<analytic>
		<title level="a" type="main">Net Promoter Score</title>
		<author>
			<persName><forename type="first">S</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1145/3235715.3235752</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2018 ACM SIGUCCS Annual Conference</title>
				<editor>
			<persName><forename type="first">M</forename><surname>Carney-Morris</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">J</forename><surname>Appling</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">A</forename><surname>Spigelmyer</surname></persName>
		</editor>
		<meeting>the 2018 ACM SIGUCCS Annual Conference<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="63" to="64" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b50">
	<analytic>
		<title level="a" type="main">User Acceptance of Comp. Technology:A Comparison of Two Theoretical Models</title>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">D</forename><surname>Davis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">P</forename><surname>Bagozzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">R</forename><surname>Warshaw</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Managm.Sc</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="page" from="982" to="1003" />
			<date type="published" when="1989">1989</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b51">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Wohlin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Runeson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Höst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">C</forename><surname>Ohlsson</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Regnell</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Wesslén</surname></persName>
		</author>
		<title level="m">Experimentation in Software Engineering</title>
				<meeting><address><addrLine>Berlin Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b52">
	<analytic>
		<title level="a" type="main">Systematic mapping studies in software engineering</title>
		<author>
			<persName><forename type="first">K</forename><surname>Petersen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Feldt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Mujtaba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Mattsson</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">12th International Conference on Evaluation and Assessment in Software Engineering (EASE)</title>
				<imprint>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="page" from="1" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b53">
	<analytic>
		<title level="a" type="main">Requirements Engineering in Machine Learning Projects</title>
		<author>
			<persName><forename type="first">A</forename><surname>Gjorgjevikj</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Mishev</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Antovski</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Trajanov</surname></persName>
		</author>
		<idno type="DOI">10.1109/ACCESS.2023.3294840</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Access</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="page" from="72186" to="72208" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

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