<?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">The Introduction of Attentional Mechanism in the Situational Awareness Process</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Yevhen</forename><surname>Burov</surname></persName>
							<email>yevhen.v.burob@lpnu.ua</email>
							<affiliation key="aff0">
								<orgName type="institution">Lviv polytechnic National University</orgName>
								<address>
									<addrLine>12 Bandera str</addrLine>
									<postCode>79013</postCode>
									<settlement>Lviv</settlement>
									<country key="UA">Ukraine</country>
								</address>
							</affiliation>
							<affiliation key="aff1">
								<orgName type="department">International Conference on Computational Linguistics and Intelligent Systems</orgName>
								<address>
									<addrLine>May 12-13</addrLine>
									<postCode>2022</postCode>
									<settlement>Gliwice</settlement>
									<country key="PL">Poland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">The Introduction of Attentional Mechanism in the Situational Awareness Process</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">F0A60672E58273FFA6FD2F217CA56C34</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T12:55+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>Situational awareness</term>
					<term>attention</term>
					<term>JDL/DFIG model</term>
					<term>intelligent agent</term>
					<term>ontology</term>
					<term>context</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The important trend in the development of information technologies today is the focus on the intelligent systems capable of situational awareness. Such systems provide the continuous monitoring of the environment, they build conceptual models and reason about tasks and situations, make decisions, and assess their impact. Situational awareness process should be done in real time. However, this is hard to achieve because of limited computational resources available. The promising solution of this problem is the implementation of dynamic prioritization of the elements of conceptualization as well as knowledge models processed. The article describes such attentional mechanism based on JDL/DFIG model of situational awareness process. The specifics of attention management on each model level as well as feedback mechanisms influencing the importance of specific knowledge components are presented. To prioritize knowledge components, the weighted graph ontology representation is chosen. The implementation of attentional mechanisms in situational awareness system allows to quickly adapt to the changing environment in which an intelligent agent operates having limited computing resources.</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>An important trend in the development of information technologies today is researching and creating artificial situation aware systems using the recent results from the field of artificial intelligence and knowledge-based systems.</p><p>Intelligent agents, capable of making autonomous decision-making, should be able to continually collect information about the environment, assess and model it according to their internal knowledge base and make quality decisions about actions to accomplish to further their goals. Internal knowledge base is based on conceptualization of the world, which is constantly tested, updated, and replenished using feedbacks from the assessment of results. This conceptualization of knowledge is formalized as an ontology.</p><p>However, the implementation of such autonomous intelligent agents has several substantial challenges to overcome. Firstly, to produce timely actions, situation assessment should be done in real time. However, taking in consideration that modern ontologies are very complex, reasoning and modeling using them quickly becomes computationally prohibitive.</p><p>Secondly, all knowledge is contextual, that is valid only in specific circumstances. The ability to recognize contexts, find and process context-related knowledge adds a new dimension to the complexity of the situational awareness implementation problem.</p><p>Finally, the dynamic nature of the environment requires constantly adapting the knowledge and checking its validity and the consistency.</p><p>Taking in consideration that a major part of agent's knowledge base is irrelevant to the current situation, the promising solution to these challenges could be the implementation of filtering, focusing mechanism into the process of situation awareness. It will select only a small, relevant to current context and situations part of ontology and build using it the conceptual models, which could be used in the process of making decisions.</p><p>This article explores the process of such attentional mechanism implementation using the approach of adaptive ontologies and weighted graph ontology representation. We also highlight the importance of prioritizing conceptual models used in higher levels of JDL/DFIG model and the resource monitoring process which controls the attention levels on multiple levels of situational awareness process.</p><p>The article has an introduction and six sections. In the background research section, we introduce the problem of situational awareness implementation in intelligent agents and models used to structure and understand the situational awareness process. Much of the knowledge used in situational awareness exist in the form of conceptual models, which are formulated using ontologies. We stress the problem of high ontology complexity, which leads to the high computing resources usage in one hand and the requirement for situational awareness system to make decisions and react to changes in real time in the other. Hence, we infer the need to introduce attentional mechanism in situational awareness system prioritizing the use of resources. Next, we look for insight into neurology, psychology and machine learning which have studied attentional mechanisms for a long time.</p><p>In the second section we describe how knowledge is prioritized on the first two levels of JDL/DFIG model and how contextual ontology is built. In the next section we describe attentional mechanisms on the higher levels of JDL/DFIG model. The performance monitoring section describes feedbacks provided to all lower levels of situational awareness system controlling the attention levels throughout the system. Finally, in the conclusion and discussion session we discuss possible ways of implementing the attentional mechanisms, the advantages of using prioritizing in conceptual modeling and reasoning.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background research 2.1. Modeling situational awareness systems</head><p>According to the definition <ref type="bibr" target="#b0">[1]</ref> situational awareness is the "conscious knowledge of the immediate environment and the events that are occurring in it. Situation awareness involves perception of the elements in the environment, comprehension of what they mean and how they relate to one another, and projection of their future states". Situational awareness research is filed under the more general topic of data fusion <ref type="bibr" target="#b1">[2]</ref>.</p><p>The process of situation awareness encompasses various kinds of operations, associated with being intelligent, such as selective perception of the environment, pattern and object recognition, situation identification based on previous experiences, reasoning, decision making and acting upon those decisions, assessing the success of actions, adapting knowledge and processes. The ultimate goal of situation aware system is to make decisions and adapt intelligent agent's behavior to the changing environment according to the goals of this agent.</p><p>Several models were developed to represent situational awareness process. They can be classified as process, functional and formal models. The early process models, such as John Boyd's Observe-Orient-Decide-Act (OODA) loop <ref type="bibr" target="#b2">[3,</ref><ref type="bibr" target="#b3">4]</ref> or Predict-Match-Extract-Search loop <ref type="bibr" target="#b4">[5]</ref> were developed as a generalization of real-world situation awareness processes in complex environments, such as battlefield. Functional models are represented by Endsley model <ref type="bibr" target="#b5">[6]</ref>, JDL (Joint Directors of Laboratories/ DFIG (Data fusion information group) <ref type="bibr" target="#b6">[7]</ref><ref type="bibr" target="#b7">[8]</ref><ref type="bibr" target="#b8">[9]</ref> models. There are also the inquiries exploring different perspectives in situational awareness process using different formal frameworks such as Category theory, generalized information theory, interpreted systems, ontologies and specification languages. However, the most widely accepted framework of conceptualizing situational awareness process is functional JDL/DFIG model <ref type="bibr" target="#b9">[10]</ref>. This model, as many other situational awareness process models follows the structure of human cognition process <ref type="bibr" target="#b10">[11]</ref>.</p><p>JDL/DFIG model splits the situation awareness process in five levels <ref type="bibr" target="#b9">[10]</ref>: Evaluating the correspondence between current situation and system goals, performance analysis, forming feedbacks to lower levels of information fusion, updating models. JDL/DFIG model is constantly evolving and revised. Recently it is considered as a part of data fusion process -the process of integrating multiple data sources to produce more consistent, accurate and useful information <ref type="bibr" target="#b11">[12]</ref>.</p><formula xml:id="formula_0">• level 0. Signal/</formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2.">Using ontologies for conceptual modeling in situational awareness systems</head><p>The development of situational awareness systems requires the ability to build conceptual models of tasks, contexts, and situations. The basic vocabulary for such models is provided by ontologiesformal specifications of conceptualizations. Such conceptualizations aim to capture the knowledge about relationships between concepts in the domain.</p><p>Ontologies are routinely used to represent knowledge in JDL model <ref type="bibr" target="#b12">[13,</ref><ref type="bibr" target="#b15">14]</ref>. The research about the application of ontologies in situational awareness often focuses on representing different approaches to reasoning, supporting situation identification and decision making in the context of JDL/DFIG model. For example, <ref type="bibr" target="#b15">[14]</ref> proposes the enhancement of JDL model with processing complex events structures, building actionable abstractions from event streams and dependencies.</p><p>The attempts to formalize domain conceptualization in form of an ontology usually produce large ontologies. For example, Cyc ontology has hundreds of thousands of concepts and more than million rules <ref type="bibr" target="#b17">[16]</ref>, the number of concepts and WordNet has more than 117 thousand of synsets (synonym groups) <ref type="bibr" target="#b18">[17]</ref>.</p><p>Ontology complexity had different aspects which are addressed in current research separately. The important part of ontology complexity is structural complexity. In <ref type="bibr" target="#b19">[18]</ref> an ontology is considered as a kind of a complex, compositional system. The author specifies the two main causes of such systems complexity. The first one is the nonlinear increase of the dependencies between elements, when the number of elements grows. The second one roots in the sensitivity of the whole system even to the minor change. Every such change in one element propagates to others, dependent objects and thus requires the review of the whole ontology.</p><p>The early idea of counteracting the structural complexity of ontology was splitting the general ontology into parts according to specificity of used concepts level. The reusable across domains part became top (upper ontology) and specialized part -domain ontology. This created additional problem of integrating top and domain ontologies <ref type="bibr" target="#b20">[19]</ref>. Moreover, domain ontologies remained too structurally complex and redundant when resolving specific practical problems or used in specific business environments.</p><p>The effort of revealing and formalizing the most basic concepts and relations which can be reused consistently across multiple ontologies resulted in creation of foundational ontologies SUMO, UFO, and GFO <ref type="bibr" target="#b21">[20,</ref><ref type="bibr" target="#b22">21]</ref> and libraries of objects and patterns such as <ref type="bibr" target="#b23">[22]</ref>.</p><p>Another solution to the complexity problem is modularization and partitioning of ontologies. In <ref type="bibr" target="#b24">[23]</ref> the initial ontology is split into smaller parts using taxonomy structure. The authors of <ref type="bibr" target="#b25">[24]</ref> propose extracting a module by specifying the part of larger ontology based on specific set of interrelated concepts, which form the signature of the module. The module defines the subset of knowledge, which can be used separately from original ontology for specified tasks.</p><p>The modern research in the domain of ontologies tend to represent ontologies as set of smaller patterns and patterns groups <ref type="bibr" target="#b26">[25]</ref>, paving a way to the development of pattern languages <ref type="bibr" target="#b27">[26]</ref>.</p><p>The complexity of ontologies makes the extensive reasoning using them computationally prohibitive <ref type="bibr" target="#b28">[27]</ref>. That's why currently we are limited to simpler forms of logical reasoning with ontologies, based on less expressive dialects of description logic <ref type="bibr" target="#b29">[28]</ref>.</p><p>On the other hand, the assessing of the current context and making decisions are often required to be done in real time. Therefore, it is important to support dynamic changes in the ontology structure as well as to simplify this process and decrease the resources usage by adding constraints and reducing the number of concepts and relations from real world which should be taken into consideration.</p><p>There are several approaches, which could be useful in handling the changes in the ontology. First one is dynamic ontologies <ref type="bibr" target="#b30">[29]</ref>. The promising approach in handling the changes in ontology is presented in Palantir platform <ref type="bibr" target="#b31">[30]</ref> which allows to use weighted ontology components to reason on different specificity levels, reflect the importance of ontology components and integrate ontologies presented in different formats.</p><p>However, the dynamic ontologies consider the problem of ontology revisions in the process of its evolution and knowledge acquisition, which is quite different problem compared to situational awareness, where the importance of specific components of ontology is highly contextual.</p><p>Another one is adaptive ontologies <ref type="bibr" target="#b32">[31]</ref>, where concepts and relations used in the ontology reflect their importance in the real-life usage. Such approach can be used, for example, for deriving ontology from texts. In <ref type="bibr" target="#b33">[32]</ref> the method for selection of important concepts and relations is proposed based on the automated weighting of concepts and relations during ontology learning. However, in the situational awareness systems the importance of ontology elements dynamically changes depending on the changes in the environment, agent's goals, and reasoning results. It is constantly updated via feedbacks from higher levels of JDL/DFIG model. It also depends on the current system load level and the importance of tasks processed by system currently. Taking in consideration the limited computing resources available to intelligent agent, the development of attentional mechanism, dynamically highlighting and prioritizing the ontology elements and larger knowledge aggregates, such as models and patterns is needed for efficient functioning of intelligent agent.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.3.">Attention research in neurology, psychology, and machine learning</head><p>The valuable insights for creation of attentional mechanism in situational aware systems can be obtained from psychology and neurology, where attention was studied for a long time <ref type="bibr" target="#b34">[33]</ref>. The purpose of attentional mechanism in both natural and artificial system is to prioritize information and tasks in face of data processing constraints.</p><p>Literature defines attention as "the concentration of awareness on some phenomenon to the exclusion of other stimuli" <ref type="bibr" target="#b35">[34]</ref>. Another, verbose explanation states: "The term attention captures the cognitive functions which are responsible for filtering out unwanted information and bringing to consciousness what is relevant for the organism. ... Closely related to this aspect of selectivity is the assumption that the available quantity of attention is finite".</p><p>The most researched was the visual attention process, which is similar in structure to JDL/DFIG model, having the sensory part, object attention, reasoning, and executive control <ref type="bibr" target="#b36">[35]</ref>.</p><p>The author in <ref type="bibr" target="#b35">[34]</ref> states, that despite the many attempts to precisely define and quantify the attentional process while also identifying the underlying mental and neural architectures that give rise to it, no one still knows what attention is. However, the modeling of human attention has recurrent findings, which can be reused in the creation of attentional mechanism in artificial situational aware systems. The useful insight, for example is provided by saliency maps used in visual attention modeling, allowing to detect the part of the picture which stand out from the background. Another one is that attention manifests in increasing the firing rates of neurons for attended features and suppressing rates for the rest.</p><p>Recently, the attentional mechanisms were proposed in Machine learning <ref type="bibr" target="#b36">[35]</ref>. They mostly are implemented as the dynamic calculation of the weights of the nodes in artificial neural networks depending on the input data and previously calculated weights. Such mechanisms have given the system flexibility and efficiency in the condition of limited resources <ref type="bibr" target="#b36">[35]</ref>.</p><p>This article proposes the outline of attentional mechanism for situational aware system based on JDL/DFIG model and demonstrates how resulting attention is formed from feedbacks, coming from multiple levels of this model.</p><p>The main assumptions we make in our research are as follows.</p><p>1. We use JDL/DFIG model as a representation of situational awareness process.</p><p>2. This process is implemented by intellectual agent, which actively perceives the environment, has its own set of conceptual knowledge (represented as ontology), knowledge base and information base storing facts and knowledge in the form of rules, algorithms, and models.</p><p>3. An agent reasons about the world using conceptual models, which are built from the agent's own ontology. 4. Each agent is constantly learning using feedbacks coming from the assessment of results of its actions. This feedback is coming from higher levels activities in JDL/DFIG model. Thus, the knowledge base and ontology of an agent is constantly updated.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Contextual ontology modeling as a part of attentional mechanism on the first two levels of JDL/DFIG model</head><p>In the first stage of JDL model situational aware system obtains data from sensors and interprets them as attributes/parameters values of concepts from agent's ontology 𝑂𝑛. The objects and their relationships as observed by agent, form the conceptual model of the environment 𝐶𝑚 𝑒𝑛𝑣 , described using the elements from 𝑂𝑛. The elements from 𝐶𝑚 𝑒𝑛𝑣 form a part of the agent's domain ontology which can be represented as a smaller ontology 𝑂𝑛 𝑒𝑛𝑣 ⊆ 𝑂𝑛 which can be extracted from the 𝑂𝑛.</p><p>However, the sphere of agent's attention is not limited to observed world. It should also consider important objects and relationships deduced by reasoning processes, coming from agent's intents, goals and values, previous experiences. Therefore, contextual ontology 𝑂𝑛 𝑐𝑜𝑛 , which includes all those relevant to current context components is larger than the ontology of perceived environment: 𝑂𝑛 𝑒𝑛𝑣 ⊆ 𝑂𝑛 𝑐𝑜𝑛 ⊆ 𝑂𝑛 .</p><p>We will model contextual ontology as a part of agent's ontology selected by attentional mechanisms. With this purpose we will use the graph-based representation of ontology structure as a graph of concept-vertices 𝑉 𝑐𝑜𝑛 and relationsedges 𝐸 𝑟𝑒𝑙 .</p><p>𝐺 𝑜𝑛 = (𝑉 𝑐𝑜𝑛 , 𝐸 𝑟𝑒𝑙 ) We omit from this structural model the last component of ontology definition-axioms because we are not using them to model attentional processes.</p><p>To differentiate the importance of specific ontology components in the current context a weight functions assigns weight to every concept 𝑣 𝑐𝑜𝑛 𝑖  The values of weights are constantly updated based on feedback signals coming from higher levels of JDL/DFIG model, changes in environmentnew objects perceived and recognized by system.</p><p>The attentional mechanism monitors the resources available and decides to increase or decrease the value of the threshold of attention 𝑇ℎ 𝑐𝑜𝑛 . All ontology elements having weights below the threshold are ignored and system focuses on the elements being above the threshold. This is used to establish priority in reading information from corresponding sensors and getting additional information from them. This is also used in prioritizing access to reasoning, modeling operations, getting additional information from external knowledge bases.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Attentional mechanisms on the situation assessment level 4.1. Conceptual models processed on the situation assessment level</head><p>On the second level of JDL/DFIG model a conceptual knowledge is processed, tasks executed, situations detected. To do this, system uses the knowledge about similar situations stored in the knowledge base, performs reasoning to get information for decision making, happening on the next level. Such activity uses a substantial amount of computing resources. Hence, the prioritization of tasks and attentional mechanism is required for efficient situational awareness system functioning on this level.</p><p>We will assume that only one conceptual model is processed in any given time. The parallel processing of conceptual models requires additional resources for coordination of model execution and adds another level of complexity. Thus, system is constantly switching between models belonging to the active set of models 𝑆𝐶𝑚. Each model 𝐶𝑚 𝑖 is assigned a weight 𝑤 𝑚𝑑 𝑖 . Only models that have a weight above the model attention threshold 𝑇ℎ 𝑚𝑑 are included in the working set:</p><p>∀𝐶𝑚 𝑖 ∈ 𝑆𝐶𝑚: 𝑤 𝑐𝑚 𝑖 &gt; 𝑇ℎ 𝑚𝑑 The models not included in working set are not processed. The models in working set obtain processor proportionally to their weight.</p><p>What kind of conceptual models are included in the working set? We will differentiate between: • Task models. An agent is performing various tasks. Tasks are chosen taking in consideration agent's intentions and goals (which can be represented as another model). Different agents, even being in the same environment, can perform different tasks. For example, a car driver attends to driving a car, while his passenger can attend to admiring the scenic route.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Situation processing models. If some specific situation was detected, agent activates model processing it.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Model monitoring conceptual model of context 𝐶𝑚 𝑐𝑜𝑛 for cues and events which points to the situations, requiring actions. For the sake of simplicity, we omit other important processes, such as planning, goal setting etc. We assume that they are performed outside of the scope of situational awareness process.</p><p>All models take information from the information base and contextual model, populated with data coming from sensors and interpreted as objects, belonging to ontology types. Models also use knowledge coming from experience and accumulated in the knowledge base. They can also form queries to external knowledge bases, if needed information is missing in agent's knowledge base.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2.">The use of prototypical contexts to reuse conceptual knowledge</head><p>An agent rarely meets the current context for the first time. Typically, he has been in a similar condition before. The knowledge about similar contexts is stored in the knowledge base as prototypical context models. This knowledge comes from the previous experiences of the agent or is formed as a result of learning. According to the prototype theory <ref type="bibr" target="#b37">[36,</ref><ref type="bibr" target="#b38">37]</ref> humans form the mental representation of concept as a fuzzy set of typical objects, belonging to the concept. This set has some central, core object and several exceptions, describing the deviations from the central object. Different concepts, formed in this way can be overlapping. Prototypical contexts are formed in the same way, as groups of similar contexts, where similar intents are followed in the similar environments. Prototypical contexts are stored in the knowledge base of the agent as a set of conceptual models 𝑆𝐶𝑚 𝑡𝑦𝑝 = {𝐶𝑚 𝑡𝑦𝑝 𝑖 } . With each prototypical context is associated the knowledge about tasks, practices, techniques which can be used in the current context and situations which can happen. On level 2 of JDL/DFIG model an agent connects to the relevant knowledge from its knowledge base by finding similarity between current conceptual model of context and prototypical context models. The identification of relevant prototypical context is a pattern recognition problem, which uses a similarity function 𝐹 𝑠𝑖𝑚 (𝐶𝑚 𝑖 , 𝐶𝑚 𝑗 ) which could be interpreted as a distance between two conceptual models. Therefore, this problem can be formulated as finding the prototypical model 𝐶𝑚 𝑡𝑦𝑝 𝑘 which minimizes the value of similarity function:</p><formula xml:id="formula_1">𝐹 𝑠𝑖𝑚 (𝐶𝑚 𝑐𝑜𝑛 , 𝐶𝑚 𝑡𝑦𝑝 𝑘 ) → 𝑚𝑖𝑛</formula><p>The identification of prototypical modes reduces the computational load, because it limits the number of situations and cues to monitor or tasks to execute to the subset of models associated with identified prototypical model.</p><p>Once the relevant prototypical context model is identified, the conceptual context model 𝐶𝑚 𝑐𝑜𝑛 is updated with knowledge from this prototypical model 𝐶𝑚 𝑡𝑦𝑝 𝑘 :</p><p>• new concepts and relations are added. Those concepts may be not observed directly, but they are important for reasoning and decision making.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>if needed, the values of newly added objects are populated by querying the agent's knowledge base or external information sources.</p><p>• the weights of components in 𝐶𝑚 𝑐𝑜𝑛 is updated, reflecting the knowledge about importance of objects • a mapping between components of 𝐶𝑚 𝑐𝑜𝑛 and 𝐶𝑚 𝑡𝑦𝑝 𝑘 is established.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3.">Environment monitoring and situation detection</head><p>When the prototypical context is identified, the agent obtains access to the specification of situations which can occur in this context. Knowing the prototypical context reduces the number of situations to consider and analyze. Let's denote such set of situation specifications as 𝑆𝑆𝑡.</p><p>The knowledge about situation 𝑆𝑡 𝑖 , stored in knowledge base has such parts:</p><p>• conceptual model of situation 𝐶𝑚 𝑠𝑖𝑡 specifying the relevant objects and their relationships, involved in the detection, analysis, making decision and projecting its impact. All elements of 𝐶𝑚 𝑠𝑖𝑡 belong to the agent's ontology 𝑂𝑛.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Diagnostic information, containing conditions and procedures needed to detect the situation. An important part of this information is a set of cues 𝑆𝐶𝑢 𝑖conditions to monitor in the environment which, if present, can point to the possibility of having a situation. This part of specification also contains possible variations (scenarios) in situation development, requiring additional analysis and different courses of actions. This section also contains the assessment of possible risks for different variants of situation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Decision making and impact assessment procedures which process the results of situation analysis. This section contains information used on the next, third level of JDL/DFIG model.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>•</head><p>Actionable information about what should be done, once the decision is made, task models, which describe the task execution, success/fail conditions, expected results, feedback actions depending on the result of task execution. The review of situation specifications can add additional elements to conceptual model of context, especially if there's high risk, or high impact on agent's goals associated with this situation. Such elements are included in cues. For example, the car driving system can choose to monitor information about data traffic jams or closed roads ahead.</p><p>Because of complexity in situation definitions and processing procedures it is viable to monitor the context and corresponding conceptual model only for cues pointing for situations and assign resources to processing the situation only when this situation was detected.</p><p>The process monitoring the contextual model 𝐶𝑚 𝑐𝑜𝑛 for cues takes the list of cues 𝐿𝐶𝑢 = (𝐶𝑢 𝑖 ) ordered according to their weights 𝑤 𝑐𝑢 𝑖 . The weights are assigned to cues depending on the likelihood of corresponding situation occurrence and risk associated with it. The attentional mechanism only considers cues with a weight above corresponding threshold 𝑇ℎ 𝑐𝑢 .</p><p>The agent's environment and corresponding conceptual model are constantly changing, because of external events occurring in it. Therefore, the list of situations is updated too, taking in consideration the situations involving new objects and removing situations with objects which disappeared from the conceptual model.</p><p>Attentional mechanism on level 2 dynamically reassigns weights to models, belonging to the working set. The values of weights for all models in working set are normalized, so if one model obtains an increase in weight, other models' weights are decreased. As a result, some low priority tasks in working set could be temporarily excluded from processing to conserve resources.</p><p>The prioritization of tasks in working set on the level 2 of JDL/DFIG model affects the weights of elements included in conceptual model 𝐶𝑚 𝑐𝑜𝑛 considered on the level 1. Thus, the model components, included in the working set models with higher weight also obtain the weight higher, than the objects only included in the models with lower weights. The elements not included in models belonging to the working set, or cues monitored can be ignored.</p><p>In turn, the weight of components in conceptual model 𝐶𝑚 𝑐𝑜𝑛 influences the policies of data collection from the environment. There is no point to collect data about the ignored entities, especially in condition of severe lack of resources and high load.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Prioritizing tasks in the process of decision making and modeling their impact</head><p>The next, third level of JDL/DFIG uses sets of models associated with each detected situation 𝑆𝑡 𝑖 . There's a mapping between detected situation and corresponding decision-making and assessment models: 𝐹 𝑑𝑒𝑐 : 𝑆𝑡 𝑖 → (𝐶𝑚 𝑑𝑒𝑐 𝑖 , 𝐶𝑚 𝑖𝑚𝑝 𝑖 ) Using those models, situation aware agent makes decisions and proposes actions to execute taking in consideration the data from the actual state as described by context model 𝐶𝑚 𝑐𝑜𝑛 . The impact and possible consequences assessment model projects the results of proposed actions on agent's goals and current context model. If modeled impact is acceptable, then corresponding actions are initiated. After the completion of action 𝐶𝑚 𝑖𝑚𝑝 checks the success or fail of actions and updates the information for situation model 𝐶𝑚 𝑠𝑖𝑡 .</p><p>The 𝐶𝑚 𝑑𝑒𝑐 𝑖 , 𝐶𝑚 𝑖𝑚𝑝 𝑖 models are prioritized according to priorities of related situation models 𝐶𝑚 𝑠𝑖𝑡 𝑖 . So, the most important situations get processed first. If situation is assessed as not important, then corresponding decision making is also deprioritized.</p><p>Decision making and impact assessment models execution results influence the weight of corresponding situation or task models. Thus, if decision impact was assessed as negligible, then corresponding situation model is deprioritized. Conversely, if the consequences even for minor situation in current context are assessed as grave, then this situation model gets a massive boost in weight.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Monitoring overall performance and controlling attention parameters</head><p>The fourth level of JDL/DFIG model is often described as a level, where the overall performance of the situation awareness system is monitored and analyzed. Depending on the results of analysis the decisions are made, system parameters are changed, providing feedback for lower levels of situational awareness system. The situational awareness system on fourth level could be considered as situation aware system on its own right, implementing the functions of all other levels of JDL model, but aiming to reach not the awareness about environment, but self-awareness, that is the awareness of the state of awareness detection system itself.</p><p>This system can use the sophisticated models describing the dependencies between system parameters. However, the analysis of functions for such a system is outside the scope of this article. The operation of self-awareness subsystem will require additional computing resources.</p><p>The attention management mechanism is implemented on level 4. It takes as an input the information from the specific group of sensors, measuring the use of resources and interpreted as processors load, communication channels load, queues lengths. As output, it makes decision to lower or upper the attention thresholds 𝑇ℎ 𝑐𝑜𝑛 , 𝑇ℎ 𝑚𝑑 , 𝑇ℎ 𝑐𝑢 .</p><p>This mechanism uses its own conceptual model 𝐶𝑚 𝑎𝑡𝑡 , linking the values of load parameters, their dependencies to form the decision of how much the attention threshold should be changed.</p><p>This change is communicated to all levels of situational awareness system and influences the processing of conceptual models on those levels.</p><p>The summary of attention management feedback loops is shown on figure <ref type="figure">1</ref>.</p><p>Figure1. Attention management feedback loops in situational awareness system</p><p>The level 3 subsystem does not have an attentional threshold, because its model set is dependent on models, processed on level 2 of JDL/DFIG model. However, the feedback from level 4 can take a form of indication, a hint of system being low on resources. For level 3 subsystem this will influence its preferences to select simpler models, probably with larger margin of error, when such model choice is available.</p><p>For the models on Level 2 attentional feedback just lowers or uppers the threshold of attention, influencing models and cues processed. As a result, some models may fall below the threshold of attention. The importance of components, included in the ignored model is recalculatedtheir weight is changed. These objects can be ignored in the Level 1 and data selection polices of the Level 0 also changed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7.">Conclusion and discussion</head><p>The implementation of attentional mechanisms in situational awareness system allows to quickly adapt to the everchanging contextual environment in which an intelligent agent operates. It helps to manage the limited computing resources, trying to dynamically specify the relative importance of ontology components and processed knowledge models. The use of normalized weights across this attentional mechanism presents a simple, and thus computationally not-taxing solution to the problem of dynamic allocation of resources.</p><p>As alternatives, the contextual ontology could be extracted from main agent's ontology with every change in context. However, ontology extraction is itself a complex procedure because this extracted ontology should be semantically complete logical theory <ref type="bibr" target="#b39">[38]</ref> and continuously ascertaining this imposes additional computational load to the system.</p><p>The promising approach to provide flexibility to agent's ontology is the use of approach followed in Palantir platform, where only high-level ontology objects are mandatory as they are used to construct knowledge structures dynamically, depending on context <ref type="bibr" target="#b31">[30]</ref>.</p><p>The efficiency of assigning and processing relative weights to ontology components could be enhanced, if we would assign weights not to specific concepts and relations in the ontology, but entire patterns, clusters of related concepts used together <ref type="bibr" target="#b27">[26]</ref>.</p><p>Another unresolved problem is how the actual weights of ontology components or conceptual models could be defined taking in consideration the real-world tasks and considerations. This is complex problem, because there are so many unknown dependencies between objects which influence the relative importance of conceptual models and ontology components. To resolve this problem, we suggest the use of Machine learning approach, where on different levels of JDL model an artificial neuron network is used as an intermediary for the definition of weights of model and ontology components. Such a network will take as input the information coming from the result of conceptual modeling from different models and map it to the weights, reflecting the relative importance of those models. Such networks should be trained using real-world data.</p><p>Overall, the implementation of attentional mechanism in situational awareness systems is aimed to the efficient usage of limiting computing resources, allowing the intelligent agent to focus on important aspects of current context.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0"><head></head><label></label><figDesc></figDesc><graphic coords="9,86.20,72.00,450.91,172.35" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>Feature assessment. On this level the signals from various sensors are gathered and interpreted as input data, corresponding to attributes of measured entities; signals are processed, the errors in measured data are assessed</figDesc><table><row><cell>•</cell><cell>level 1. Entity assessment. The data obtained are interpreted as attributes of entities from the</cell></row><row><cell cols="2">ontology</cell></row><row><cell>•</cell><cell>level 2. Situation assessment. The entities involved in the current context and their</cell></row><row><cell cols="2">relationships are analyzed to build the model of context and detect situations in this context. This</cell></row><row><cell cols="2">level works with conceptual models of environment, context, and situations</cell></row><row><cell>•</cell><cell>level 3. Impact assessment. Planning actions according to detected situations. Making</cell></row><row><cell cols="2">decisions. Analyzing the consequences of the decisions made.</cell></row><row><cell>•</cell><cell>level 4. Performance assessment.</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head></head><label></label><figDesc>and relation 𝑒 𝑐𝑜𝑛 𝑗 in ontology.</figDesc><table><row><cell>𝑖 𝑊𝑣: 𝑣 𝑐𝑜𝑛 𝑗 → ℝ → ℝ 𝑊𝑒: 𝑒 𝑟𝑒𝑙 For brevity we will use notation for weights 𝑊𝑣(𝑣 𝑐𝑜𝑛 𝑖 ) = 𝑤 𝑐𝑜𝑛 𝑖 ; 𝑊𝑒(𝑒 𝑟𝑒𝑙 𝑗 ) = 𝑤 𝑟𝑒𝑙 𝑗</cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">APA dictionary of psychology, Situational awareness</title>
		<ptr target="https://dictionary.apa.org/situation-awareness" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Data fusion</title>
		<author>
			<persName><forename type="first">J</forename><surname>Bleiholder</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Naumann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM computing surveys (CSUR)</title>
		<imprint>
			<biblScope unit="volume">41</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="1" to="41" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Boyd&apos;s OODA loop</title>
		<author>
			<persName><forename type="first">C</forename><surname>Richards</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename></persName>
		</author>
		<imprint>
			<date type="published" when="2020">2020</date>
			<publisher>Richards</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">The extended OODA model for data fusion systems</title>
		<author>
			<persName><forename type="first">E</forename><surname>Shahbazian</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Blodgett</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Labbé</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Fusion01</title>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Interpreted systems for situation analysis</title>
		<author>
			<persName><forename type="first">A</forename><surname>Jousselme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maupin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">2007 10th International Conference on Information Fusion</title>
				<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="1" to="11" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Objective Measures of Situation Awareness in a Simulated Medical Environment</title>
		<author>
			<persName><forename type="first">M C</forename><surname>Wright</surname></persName>
		</author>
		<author>
			<persName><forename type="first">,</forename><surname>J M Taekman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M R</forename><surname>Endsley</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Quality &amp; Safety in Health Care</title>
		<imprint>
			<biblScope unit="volume">13</biblScope>
			<biblScope unit="page" from="65" to="71" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
	<note>Suppl</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Revisions to the JDL data fusion model</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C L</forename><surname>Steinberg</surname></persName>
		</author>
		<author>
			<persName><surname>Bowman</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Handbook of multisensor data fusion</title>
				<imprint>
			<publisher>CRC Press</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="page" from="65" to="88" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Revisiting the JDL data fusion model II. Space and naval warfare systems command san diego</title>
		<author>
			<persName><forename type="first">J</forename><surname>Llinas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Bowman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rogova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Steinberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Waltz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>White</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<pubPlace>CA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Revisiting the JDL model for information exploitation</title>
		<author>
			<persName><forename type="first">E</forename><surname>Blasch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Steinberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Llinas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Chong</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Kessler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Waltz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>White</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 16th International Conference on Information Fusion</title>
				<meeting>the 16th International Conference on Information Fusion</meeting>
		<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="129" to="136" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">One decade of the Data Fusion Information Group (DFIG) model</title>
		<author>
			<persName><forename type="first">E</forename><surname>Blasch</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Commercial + Scientific Sensing and Imaging</title>
		<imprint>
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Knowledge, uncertainty and belief in information fusion and situation analysis</title>
		<author>
			<persName><forename type="first">E</forename><surname>Bossé</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Jousselme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Maupin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">NATO SCIENCE SERIES SUB SERIES III COMPUTER AND SYSTEMS SCIENCES</title>
		<imprint>
			<biblScope unit="page">61</biblScope>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">High-level information fusion: An overview</title>
		<author>
			<persName><forename type="first">Pek</forename><surname>Foo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gee</forename><forename type="middle">Wah</forename><surname>Hui</surname></persName>
		</author>
		<author>
			<persName><surname>Ng</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Adv. Inf. Fusion</title>
		<imprint>
			<biblScope unit="volume">8</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="33" to="72" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">M</forename><surname>Kokar</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<monogr>
		<title/>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">J</forename><surname>Matheus</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Ontology-Based Situation Awareness</title>
		<author>
			<persName><forename type="first">K</forename><surname>Baclawski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Information Fusion</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="83" to="98" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">iKnow: Ontology-driven situational awareness for the recognition of activities of daily living</title>
		<author>
			<persName><forename type="first">G</forename><surname>Meditskos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Kompatsiaris</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pervasive Mob. Comput</title>
		<imprint>
			<biblScope unit="volume">40</biblScope>
			<biblScope unit="page" from="17" to="41" />
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<analytic>
		<title level="a" type="main">Enhancing Situation Awareness Using Semantic Web Technologies and Complex Event Processing</title>
		<author>
			<persName><forename type="first">H</forename><surname>Noughabi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Kahani</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Shakibamanesh</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Annals of Data Science</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="487" to="496" />
			<date type="published" when="2018">2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Cyc&apos;s knowledge base</title>
		<ptr target="https://cyc.com/" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">A lexical database for English</title>
		<author>
			<persName><surname>Wordnet</surname></persName>
		</author>
		<ptr target="https://wordnet.princeton.edu" />
		<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<monogr>
		<title level="m" type="main">Ontology, Complexity, and Compositionality</title>
		<author>
			<persName><forename type="first">M</forename><surname>Strevens</surname></persName>
		</author>
		<idno type="DOI">10.1093/acprof:oso/9780199363209.003.0003</idno>
		<imprint>
			<date type="published" when="2017">2017</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">Combining and relating ontologies: an analysis of problems and solutions</title>
		<author>
			<persName><forename type="first">M</forename><surname>Klein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">OIS@ IJCAI</title>
				<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Using the unified foundational ontology (UFO) as a foundation for general conceptual modeling languages</title>
		<author>
			<persName><forename type="first">G</forename><surname>Guizzardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Wagner</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Theory and applications of ontology: computer applications Springer</title>
				<meeting><address><addrLine>Dordrecht</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="175" to="196" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">General Formal Ontology (GFO): A foundational ontology for conceptual modelling</title>
		<author>
			<persName><forename type="first">H</forename><surname>Herre</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Theory and applications of ontology: computer applications</title>
				<meeting><address><addrLine>Dordrecht</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2010">2010</date>
			<biblScope unit="page" from="297" to="345" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Masolo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Borgo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Guarino</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Oltramari</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Schneider</surname></persName>
		</author>
		<title level="m">The wonderweb library of foundational ontologies</title>
				<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">Structure-based partitioning of large concept hierarchies</title>
		<author>
			<persName><forename type="first">H</forename><surname>Stuckenschmidt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Klein</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International semantic web conference</title>
				<meeting><address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="289" to="303" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<analytic>
		<title level="a" type="main">The Modular Structure of an Ontology: Atomic Decomposition</title>
		<author>
			<persName><forename type="first">C</forename><surname>Vescovo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Parsia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">U</forename><surname>Sattler</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Schneider</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IJCAI</title>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<analytic>
		<title level="a" type="main">Ontological patterns, anti-patterns and pattern languages for next-generation conceptual modeling</title>
		<author>
			<persName><forename type="first">G</forename><surname>Guizzardi</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">International Conference on Conceptual Modeling</title>
				<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="13" to="27" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<analytic>
		<title level="a" type="main">An ISO-based software process ontology pattern language and its application for harmonizing standards</title>
		<author>
			<persName><forename type="first">F</forename><surname>Ruy</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Falbo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Barcellos</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Guizzardi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Quirino</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">ACM SIGAPP Applied Computing Review</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="27" to="40" />
			<date type="published" when="2015">2015</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">A survey of context modelling and reasoning techniques</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bettini</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Brdiczka</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K</forename><surname>Henricksen</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Indulska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Nicklas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ranganathan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Riboni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Pervasive and mobile computing</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="161" to="180" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b29">
	<analytic>
		<title level="a" type="main">Description logic reasoning for semantic web ontologies</title>
		<author>
			<persName><forename type="first">A</forename><surname>Turhan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yasmin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Web Intelligence, Mining and Semantics</title>
				<meeting>the International Conference on Web Intelligence, Mining and Semantics</meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
			<biblScope unit="page" from="1" to="5" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<monogr>
		<title level="m" type="main">Dynamic being: Essays in process-relational ontology</title>
		<editor>V. Petrov, A.Scarfe</editor>
		<imprint>
			<date type="published" when="2015">2015</date>
			<publisher>Cambridge Scholars Publishing</publisher>
			<biblScope unit="volume">2</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<analytic>
		<title level="a" type="main">Ontology and multi-agent technology application for intellectual property knowledge management</title>
		<author>
			<persName><forename type="first">J</forename><surname>Iurygina</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Anisimov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Lakhin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">N</forename><surname>Stratilatova</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Egorov</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Skirmunt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Indian Journal of Science and Technology</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">46</biblScope>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Methods of Building Intelligent Decision Support Systems Based on Adaptive Ontology</title>
		<author>
			<persName><forename type="first">V</forename><surname>Lytvyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vysotska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dosyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Lozynska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Oborska</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">proceedings of 2018 IEEE Second International Conference on Data Stream Mining &amp; Processing (DSMP)</title>
				<meeting>2018 IEEE Second International Conference on Data Stream Mining &amp; Processing (DSMP)</meeting>
		<imprint>
			<date type="published" when="2018">2018</date>
			<biblScope unit="page" from="145" to="150" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b33">
	<analytic>
		<title level="a" type="main">Method for Ontology Content and Structure Optimization, Provided by a Weighted Conceptual Graph</title>
		<author>
			<persName><forename type="first">V</forename><surname>Lytvyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Dosyn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Vysotska</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Y</forename><surname>Burov</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Webology</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">2</biblScope>
			<date type="published" when="2018-12">December, 2018</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b34">
	<analytic>
		<title level="a" type="main">The functional architecture of attention</title>
		<author>
			<persName><forename type="first">P</forename><surname>Thier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Haarmeier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Ignashchenkova</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Current Biology</title>
		<imprint>
			<biblScope unit="volume">12</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="R158" to="R162" />
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b35">
	<analytic>
		<title level="a" type="main">No one knows what attention is</title>
		<author>
			<persName><forename type="first">B</forename><surname>Hommel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Chapman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">S</forename><surname>Cisek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Neyedli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">F</forename><surname>Song</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J.-H</forename><surname>Welsh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">N</forename></persName>
		</author>
		<idno type="DOI">10.3758/s13414-019-01846-w</idno>
	</analytic>
	<monogr>
		<title level="j">Attent. Percept. Psychophys</title>
		<imprint>
			<biblScope unit="volume">81</biblScope>
			<biblScope unit="page" from="2288" to="2303" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b36">
	<analytic>
		<title level="a" type="main">Attention in psychology, neuroscience, and machine learning</title>
		<author>
			<persName><forename type="first">G</forename><surname>Lindsay</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Frontiers in computational neuroscience</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="page">29</biblScope>
			<date type="published" when="2020">2020</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b37">
	<monogr>
		<title level="m" type="main">Conceptual spaces: The geometry of thought</title>
		<author>
			<persName><forename type="first">P</forename><surname>Gärdenfors</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>MIT press</publisher>
			<biblScope unit="page">E0921211548</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b38">
	<analytic>
		<title level="a" type="main">Concepts as prototypes</title>
		<author>
			<persName><forename type="first">J</forename><surname>Hampton</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Psychology of learning and motivation</title>
		<imprint>
			<biblScope unit="volume">46</biblScope>
			<biblScope unit="page" from="79" to="113" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b39">
	<analytic>
		<title level="a" type="main">Semantic completeness in subontology extraction using distributed methods</title>
		<author>
			<persName><forename type="first">M</forename><surname>Bhatt</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wouters</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Flahive</surname></persName>
		</author>
		<author>
			<persName><forename type="first">W</forename><surname>Rahayu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Taniar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Computational Science and Its Applications</title>
				<meeting>the International Conference on Computational Science and Its Applications<address><addrLine>Berlin, Heidelberg</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="508" to="517" />
		</imprint>
	</monogr>
</biblStruct>

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