CLARION is an integrative cognitive architecture, consisting of a number of distinct subsystems, with a dual representational structure in each subsystem. Its subsystems include the action-centered subsystem, the non-action-centered subsystem, the motivational subsystem, and the meta-cognitive subsystem.
Action-centered subsystem
The role of the action-centered subsystem is to control both external and internal actions. The implicit layer is made of neural networks called Action Neural Networks, while the explicit layer is made up of action rules. There can be synergy between the two layers, for example learning a skill can be expedited when the agent has to make explicit rules for the procedure at hand. It has been argued that implicit knowledge alone cannot optimize as well as the combination of both explicit and implicit.
Non-action-centered subsystem
The role of the non-action-centered subsystem is to maintain general knowledge. The implicit layer is made of Associative Neural Networks, while the bottom layer is associative rules. Knowledge is further divided into semantic and episodic, where semantic is generalized knowledge, and episodic is knowledge applicable to more specific situations. It is also important to note since there is an implicit layer, that not all declarative knowledge has to be explicit.
Motivational subsystem
The role of the motivational subsystem is to provide underlying motivations for perception, action, and cognition. The motivational system in CLARION is made up of drives on the bottom level, and each drive can have varying strengths. There are low level drives, and also high level drives aimed at keeping an agent sustained, purposeful, focused, and adaptive. The explicit layer of the motivational system is composed of goals. explicit goals are used because they are more stable than implicit motivational states. the CLARION framework views that human motivational processes are highly complex and can't be represented through just explicit representation. Examples of some low level drives include:
food
water
reproduction
avoiding unpleasant stimuli
Examples of some high level drives include:
Affiliation and belongingness
Recognition and achievement
Dominance and power
Fairness
There is also a possibility for derived drives that can be created by either conditioning, or through external instructions. each drive needed will have a proportional strength, opportunity will also be taken into account
Meta-cognitive subsystem
The role of the meta-cognitive subsystem is to monitor, direct, and modify the operations of all the other subsystems. Actions in the meta-cognitive subsystem include: setting goals for the action-centred subsystem, setting parameters for the action and non-action subsystems, and changing an ongoing process in both the action and non-action subsystems.
Learning
Learning can be represented with both explicit and implicit knowledge individually while also representing bottom-up and top-down learning. Learning with implicit knowledge is represented through Q-learning, while learning with just explicit knowledge is represented with one-shot learning such as hypothesis testing. Bottom-up learning is represented through a neural network propagating up to the explicit layer through the Rule-Extraction-Refinement algorithm, while top-down learning can be represented through a variety of ways.
To compare with a few other cognitive architectures :
ACT-R employs a division between procedural and declarative memory that is somewhat similar to CLARION’s distinction between the Action-Centered Subsystem and the Non-Action-Centered Subsystem. However, ACT-R does not have a clear-cut distinction between implicit and explicit processes, which is a fundamental assumption in the CLARION theory.
Soar does not include a clear representation-based or process-based difference between implicit and explicit cognition, or between procedural and declarative memory; it is based on the ideas of problem spaces, states, and operators. When there is an outstanding goal on the goal stack, different productions propose different operators and operator preferences for accomplishing the goal.
EPIC adopts a production system similar to ACT-R’s. However, it does not include the dichotomy of implicit and explicit processes, which is essential in CLARION.
Theoretical applications
CLARION has been used to account for a variety of psychological data, such as the serial reaction time task, the artificial grammar learning task, the process control task, a categorical inference task, an alphabetical arithmetic task, and the Tower of Hanoi task. The serial reaction time and process control tasks are typical implicit learning tasks, while the Tower of Hanoi and alphabetic arithmetic are high-level cognitive skill acquisition tasks. In addition, extensive work has been done on a complex minefield navigation task, which involves complex sequential decision-making. Work on organizational decision tasks and other social simulation tasks, as well as meta-cognitive tasks, has also been initiated. Other applications of the cognitive architecture include simulation of creativity and addressing the computational basis of consciousness .