<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>German Conference on Artificial Intelligence, September</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Personalized Interactions With a Social Robot Based on Recollections From a Cognitive Model</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Thomas Sievers</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Nele Russwinkel</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Lübeck, Institute of Information Systems</institution>
          ,
          <addr-line>Ratzeburger Allee 160, 23562 Lübeck</addr-line>
          ,
          <country country="DE">Germany</country>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2025</year>
      </pub-date>
      <volume>16</volume>
      <issue>2025</issue>
      <fpage>0000</fpage>
      <lpage>0002</lpage>
      <abstract>
        <p>In order to equip social robots with human-like cognitive abilities such as memory and language comprehension, cognitive architectures in combination with Large Language Models (LLMs) have the potential to act as suitable components. We demonstrate the use of an Adaptive Control of Thought-Rational (ACT-R) model in combination with an LLM to store experiences from human-robot interaction (HRI) with a humanoid social robot in the declarative memory of the cognitive architecture. These experiences can be retrieved from memory as associated recollections and used for prompt augmentation of the LLM to enable personalized interactions with references to previous encounters. This type of memory also enables the creation, storage and updating of person models from interactions with diferent people, so that the robot can get to know these people better during temporally unrelated interactions and react to them individually. In special application scenarios, it may also be necessary to connect data sources via interfaces to expand the robot's knowledge base. In such cases, the question of decision-making arises from a general dialog situation to clarify when such additional sources must be used for a robot response. The system for our practical study uses special chunks in ACT-R's declarative memory for such decisions. We demonstrate the use of such a system with the social robot Navel.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;social robots</kwd>
        <kwd>human-robot interaction</kwd>
        <kwd>cognitive architecture</kwd>
        <kwd>ACT-R</kwd>
        <kwd>large language model</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Social robots must be designed and developed to meet the needs of their social environment and be able
to respond appropriately and comprehensibly [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Their understanding of social norms and expectations
should guide their decision-making, and they are required to produce mental simulations to understand
and predict the thoughts, feelings and intentions of others in a broader social context. To achieve
this, the mental states of humans in the loop are modeled under the term “human-aware AI”, and a
human-centric perspective should improve the acceptance of social robots in Human-Robot Interaction
(HRI) by increasing human trust for successful collaboration [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        Furthermore, when it comes to developing truly human-like cognitive abilities, individual experiences
mediated by social interactions between humans and machines are essential for an AI agent [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The
gradual acquisition of knowledge and skills leads to an autonomous decision-making ability through
interaction with the physical and social environment. Such an agent should be able to imagine actions
using mental representations before executing them and justify them using the cognitive ability of
prospection, i.e. the mental simulation of actions, including planning, predicting, imagining scenarios
and possible future events. Norbert Wiener, the inventor of cybernetics, was a great advocate of
a fundamental commonality between natural and artificial paradigms in terms of intelligence and
cognition [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. However, the AI community often leans in the opposite direction when considering the
extent to which one should focus on a human brain-inspired approach to the development of intelligent
agents exhibiting situated cognition. Situated cognition as an approach to learning supports the idea
that learning takes place when an individual does something – usually in social interaction with others
– in the real world [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Such learning takes place in a situated activity that has a social, cultural and
physical context and where cognition cannot be separated from this context.
      </p>
      <p>
        In order to interact naturally with a robot, we would expect it to be able to remember and relate to
what we have already experienced or discussed with it in the past within a contextual framework. This
requires an episodic memory for the robot that is consistent and able to recall recollections associated
with us, representing a kind of “narrative self” that includes identity and continuity over time [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
A long-term memory that functions analogously to human memory, with storage of individual facts
and experiences, recollection through associations of current experiences with stored experiences and
functions such as forgetting rarely used or reinforcing frequent memories, is likely to be a beneficial
cognitive ability for a robot in HRI. A reference to concrete recollections would also be useful with
regard to the explanatory or black box problem of AI [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ].
      </p>
      <p>
        But how can a robot store individual experiences in interaction with humans, remember them later
and learn from them? How is it possible for the robot to build up a wealth of individual experience
that goes beyond short-term interactions? If this is to happen in a way that is comparable to human
abilities, a cognitive architecture that has been tried and tested in cognitive psychology is likely to
be essential. For this reason, we chose the Adaptive Control of Thought-Rational (ACT-R) [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] as the
cognitive architecture to develop human-like memory functionalities for the robot. A Large Language
Model (LLM) was used to formulate the dialog parts of the robot and the recollections to be stored. The
associated recollections were in turn provided to the LLM via prompt augmentation for consideration
in its utterances.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        With the recent successes of language models in various fields, interest in the interplay between
LLMs and cognitive architectures has also increased, and ways of integrating LLMs with cognitive
architectures have been discussed [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9, 10, 11, 12</xref>
        ]. Insights from human cognition and psychology that
underlie cognitive architectures can contribute to the development of systems that are more eficient,
reliable and human-like [13]. The storage of episodic recollections has long been studied in simulation
models of human memory [14]. Paplu et al. investigated the use of long-term memory to generate
context for customized interactions and the connection with the interaction partner on an emotional
level in a personalized HRI [15]. They employed a MySQL database to store the memory content.
      </p>
      <p>
        We demonstrated in previous work the ability of an ACT-R cognitive architecture connected to a
social robot to store and process recollections with the help of an LLM [16]. An integration of ACT-R
with LLMs was applied for human-centered decision making by using knowledge from the decision
process of the cognitive model as neural representations in trainable layers of the LLM [17]. Sumers
et al. proposed a language agent with a framework for modular memory components, a structured
action space for interaction with internal memory and the external environment, and a generalized
decision making process that combines insights from symbolic artificial intelligence and cognitive
science [18]. A conceptual framework for a combination of sequential cognitive situation modeling and
continuous motion control of a robot was proposed by Hao et al. to overcome the separation between
the cognitive and physical levels in HRI [19]. In order to equip the robot with a good anticipatory
model of the individual that can adapt to diferent individual situation representations, a wide range
of sensory input data from the human was required during the interaction. Knowles et al. proposed
a system architecture that combined LLMs and cognitive architectures with an analogy to “fast” and
“slow” thinking in human cognition [
        <xref ref-type="bibr" rid="ref11">20, 11</xref>
        ].
      </p>
    </sec>
    <sec id="sec-3">
      <title>3. Methodology</title>
      <p>Our approach to generate and utilize individual experiences for a robot in social interaction with
humans combines the memory capabilities of the ACT-R cognitive architecture with the linguistic
capabilities of an LLM to both formulate recollections and refer to those recollections in utterances
during a subsequent interaction. In addition, individual characteristics of the interaction partner (e.g.
preferences, interests, etc.) are stored in a person model so that they can be referred to later.</p>
      <p>Special application scenarios (for example in a care context) may make it necessary to connect external
sources or internal data of an organization via interfaces in order to expand the robot’s knowledge base
for the provision of information. Our proposed system uses special chunks in the declarative memory
of the cognitive architecture, to decide from a general dialog situation on a variety of topics between
humans and robots when such an additional source must be used for a robot response.</p>
      <p>The humanoid social robot Navel as shown in Fig. 1 serves as a platform for the implementation of
our system.</p>
      <sec id="sec-3-1">
        <title>3.1. Social Robot Navel</title>
        <p>Designed as a care robot by navel robotics GmbH, Navel’s task is to autonomously increase the
wellbeing of people in need of care by additional emotional and cognitive activation and to relieve the
burden on caregivers [21]. The robot has been used in several nursing homes since October 2023. Based
on a Linux OS the robot features a Python SDK to program custom behavior with direct access to all
functions like face detection, emotion recognition, sound processing, and sound source localization. It
has a height of 72 cm.</p>
      </sec>
      <sec id="sec-3-2">
        <title>3.2. Cognitive Model</title>
        <p>Cognitive architectures like ACT-R refer both to a theory about the structure of the human mind and to
a computer-based implementation of such a theory. They are particularly suitable for human cognitive
modeling [22]. Cognitive architectures attempt to describe and integrate the basic mechanisms of human
cognition. In doing so, they rely on empirically supported assumptions from cognitive psychology.
Their formalized models can be used to react flexibly to actions in a human-like manner and to develop
a situational understanding regarding human behavior for adequate reactions. ACT-R comprises a
declarative and a procedural memory, whereby the declarative memory supports lexical knowledge
by encoding, storing and retrieving semantic knowledge, as in humans, while the procedural memory
enables the learning of habits and skills [23, 24, 25, 26]. To create and run ACT-R cognitive models
directly on the robot as part of our application, we used the Python package “pyactr” [27].</p>
        <sec id="sec-3-2-1">
          <title>3.2.1. Creating Recollections</title>
          <p>In ACT-R, declarative knowledge is represented in the form of chunks, i.e. representations of individual
properties as strings, each of which can be accessed via a labeled slot. The cognitive model we developed
to test our hypothesis should receive chunks with the name of the person speaking and keywords for
the memory association as well as the actual memory fact as a phrase from the robot application. Then
it had to check whether there were already any memory chunks with this same name indicating an
existing recollection for this person. Given the name, the model also searched for matching chunks
already stored in the declarative memory for the specified keywords. For simplicity reasons we assumed
the transfer of not more than three keywords. The model’s productions of the procedural memory
checked all combinations of the sequence of keywords for a match with memory content and generated
a hit if at least one of the keywords were matching. In this case, the associated recollection was called
up and returned to the robot application for LLM prompt augmentation. Generally, the new chunk was
stored in the declarative memory supplemented by the time at which this recollection was created in
order to be able to make a temporal classification if necessary.</p>
        </sec>
        <sec id="sec-3-2-2">
          <title>3.2.2. Person Model</title>
          <p>According to Person Model Theory (PMT), we generally understand others based on specific background
knowledge that we accumulate over the course of our lives and use to develop “person models” of
ourselves, other people and groups [28, 29]. These person models are the basis on which we recognize
and evaluate people with both mental and physical characteristics. To enable the robot to remember
individual characteristics of the people it has dealt with, we stored them in a person model linked
to the person’s name in ACT-R’s declarative memory. A memory chunk was to be created for each
person with slots such as interest, hobby, task in the organization and special sensitivities. One of
the robot’s goals during interaction was to gradually fill these gaps with relevant content by asking
specific questions about the slots that were still open. To do this, the system prompts for the LLM
were expanded to include a question about the next open slot in the person model. The LLM was then
supposed to provide a keyword, which was stored in the person model chunk.</p>
        </sec>
        <sec id="sec-3-2-3">
          <title>3.2.3. Cognitive Control for Task Selection</title>
          <p>We also defined a chunk type for task selection in ACT-R, which essentially contained a keyword slot
and a slot for the assigned task. Our test scenario included tasks such as querying a lunch menu via an
interface, consulting or completing the person model or engaging in conversation using recollections
from previous interactions with the conversation partner. Data from external sources was transferred
to the LLM system prompt, as were recollections or other remembered data. The declarative memory
was equipped with several chunks of this type in order to be able to use results from the model in the
robot application for a selection of predefined tasks. The existing assignment between keyword and
task could be dynamically extended to include the remaining keywords from the keyword triple. Each
utterance of the human in dialog with the robot started a search via the productions of the cognitive
model for all three keywords created by the LLM to determine whether there was a stored memory
chunk with a task in the declarative memory for one of these keywords.</p>
          <p>Since Retrieval Augmented Generation (RAG) ofers an approach to combine external sources in
LLMs with many optimizations to include relevant knowledge, it could provide a diferent approach to
make external data available [30, 31]. But here too, an instance would be needed to make the decision
on the appropriate action selection.</p>
        </sec>
      </sec>
      <sec id="sec-3-3">
        <title>3.3. Prompting the LLM</title>
        <p>We applied OpenAI’s Generative Pretrained Transformer (GPT) language model to generate speech and
process the dialog content of an interaction for finding the keywords and fact phrase to store in the
declarative memory of the ACT-R model [32]. The system prompts for the LLM difered depending on
the task. In the event that a person model needed to be completed, the LLM was instructed to specifically
ask for missing characteristics such as the interests of the human interlocutor and to generate a term
from the answer, which was then saved in the corresponding slot of the person model. Otherwise, in
addition to formulating an answer in the dialog, the LLM had the task of creating the fact phrase to be
stored as a recollection and three suitable keywords from the facts just discussed.</p>
        <p>We chose the model gpt-4o-mini to create all conversational parts of the robot. For the instruction
of the GPT model, we used prompts with zero-shot prompting for the system role to have the LLM
perform the desired tasks as a completion task [33].</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>4. Interaction Process Comprising Individual Experiences</title>
      <p>We tested our proposed system with the social robot Navel. Fig. 2 schematically shows the course of
an interaction between the robot and a human whereby the robot can remember past encounters and
characteristics of the conversation partner. At the very beginning, the application loads all previous
contents of the declarative memory from a text file saved for this purpose so that they are available to
the cognitive model even after a restart. The robot waits until a person appears in its field of vision and
looks at it. If it perceives a person, it greets them. As soon as the human speaks to the robot, an attempt
is made to derive a task for the robot from the content of what is said, as described in Chapter 3.2.3,
and to recognize whether data from external sources is required, for example.</p>
      <p>Now it is important whether the robot can determine the identity of the person. Since it is currently
not possible to access Navel’s camera recordings for a visual detection, we use speaker recognition,
i.e. we check whether the robot recognizes the speaker’s voice by comparing it with audio samples of
already known speakers. If the recognition fails, the robot asks for the name of the speaker, creates
voice samples for recognition and generates a person model for later completion. Once a person has
been recognized, the declarative memory of the ACT-R model is searched for recollections concerning
this person and information from the associated person model. If the person model is incomplete, an
attempt is made to complete it.</p>
      <p>Content from recollections, the person model or external sources is fed to the LLM via the prompt
for consideration and reference in the conversation. As described in Chapter 3.3, the LLM generates
a response as well as keywords and fact phrases for storage in memory, whereby the name of the
interaction partner and the date and time of the interaction are also stored for possible later reference.
If the person responds to the robot’s answer, a new turn begins, otherwise the interaction ends.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Discussion and Initial Findings</title>
      <p>Our investigations into the optimal use of the ACT-R cognitive architecture to generate a long-term
memory for a social robot are still in their infancy. In particular, meaningful comparative studies on the
perception of the described memory capabilities of the robot in interaction with humans are lacking.</p>
      <p>However, as a proof-of-concept for technical feasibility, we can confirm both the generation and
storage of recollections of events during a dialog interaction as well as retrieval and reference during the
conversation. Individual recollections can be combined into a chain of episodic memory and used for
prompt augmentation. Task selection and the inclusion of the person model works in principle in the
way described, but with an unsatisfactory level of reliability to date. A detailed quantitative evaluation
is still pending. An increase in accuracy in the diferentiation of possible tasks from the dialog, e.g.
to include data from an external source via interface, could possibly be increased by including the
reasoning capabilities of the LLM in this decision-making process in addition to stored memory content
and procedural memory of the ACT-R model. This would need to be examined in the future.</p>
      <p>Nonetheless, the basic possibility of accessing recollections available in plain text is an advantage
with regard to the explanatory or black box problem of AI or LLMs. Actual retrieval is influenced by
the productions of procedural memory in the ACT-R model as well as by settings such as noise, utility
for the subsymbolic processes and the like.</p>
      <p>Eventually, the efectiveness of the process depends very much on the exact formulation of the prompts
for the LLM, especially if the robot’s task changes during the ongoing interaction (e.g., completing the
person model vs. conversation considering remembered knowledge).</p>
    </sec>
    <sec id="sec-6">
      <title>6. Conclusion</title>
      <p>Our idea that individual recollections of a robot retrieved by a model of the ACT-R cognitive architecture
create an enriched, more human-like personalized interaction experience between a robot and a human
has yet to be proven.</p>
      <p>Progress along this path could lead to a memory system that supports the accumulation of knowledge
at ever higher levels of abstraction, and would possibly also be capable of prospection, i.e. the mental
simulation of actions. This would require a significantly expanded ACT-R model. However, the collection
of personal information when dealing with humans requires responsible handling of this data. Although
the recollections are stored directly on the robot, the use of an external LLM could represent a flaw in
terms of data protection.</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used DeepL in order to: Grammar and spelling check.
After using these tool, the authors reviewed and edited the content as needed and take full responsibility
for the publication’s content.
[13] R. Sun, Can a cognitive architecture fundamentally enhance llms? or vice versa?, 2024. URL:
https://arxiv.org/abs/2401.10444.
[14] D. L. Hintzman, Minerva 2: A simulation model of human memory, Behavior Research Methods,</p>
      <p>Instruments, &amp; Computers 16 (1984) 96–101. doi:10.3758/BF03202365.
[15] S. Paplu, R. F. Navarro, K. Berns, Harnessing long-term memory for personalized human-robot
interactions, in: 2022 IEEE-RAS 21st International Conference on Humanoid Robots (Humanoids),
2022, pp. 377–382. doi:10.1109/Humanoids53995.2022.10000213.
[16] T. Sievers, N. Russwinkel, Retrieving memory content from a cognitive architecture by
impressions from language models for use in a social robot, Applied Sciences 15 (2025). doi:10.3390/
app15105778.
[17] S. Wu, A. Oltramari, J. Francis, C. L. Giles, F. E. Ritter, Cognitive llms: Towards integrating
cognitive architectures and large language models for manufacturing decision-making, 2024. URL:
https://arxiv.org/abs/2408.09176.
[18] T. R. Sumers, S. Yao, K. Narasimhan, T. L. Grifiths, Cognitive architectures for language agents,
2024. URL: https://arxiv.org/abs/2309.02427. arXiv:2309.02427.
[19] C. Hao, N. Russwinkel, D. F. Haeufle, P. Beckerle, Conceptualizing the integration of cognitive
and physical models to enable continuous human-robot interaction (2025 forthcoming).
[20] D. Kahneman, Thinking, fast and slow, Farrar, Straus and Giroux, New York, 2011.
[21] navel robotics GmbH, navel, Technical Report, 2025. URL: https://navelrobotics.com.
[22] U. Kurup, C. Lebiere, What can cognitive architectures do for robotics?, Biologically Inspired</p>
      <p>Cognitive Architectures 2 (2012) 88–99. doi:10.1016/j.bica.2012.07.004.
[23] J. Whitehill, Understanding act-r - an outsider’s perspective, 2013. URL: https://arxiv.org/abs/1306.</p>
      <p>0125.
[24] C. Quam, A. Wang, W. T. Maddox, K. Golisch, A. Lotto, Procedural-memory, working-memory,
and declarative-memory skills are each associated with dimensional integration in sound-category
learning, Frontiers in Psychology 9 (2018). doi:10.3389/fpsyg.2018.01828.
[25] H. Eichenbaum, Hippocampus: Cognitive processes and neural representations that underlie
declarative memory, Neuron 44 (2004) 109–120. doi:10.1016/j.neuron.2004.08.028.
[26] H. Hayne, J. Boniface, R. Barr, The development of declarative memory in human infants:
Agerelated changes in deferred imitation, Behavioral neuroscience 114 (2000) 77–83. doi:10.1037/
0735-7044.114.1.77.
[27] jakdot, pyactr, Technical Report, 2025. URL: https://github.com/jakdot/pyactr.
[28] A. Newen, Understanding others: The person model theory, in: T. K. Metzinger, J. M. Windt (Eds.),</p>
      <p>Open MIND, MIND Group, Frankfurt am Main, 2015. doi:10.15502/9783958570320.
[29] A. Newen, The person model theory and the question of situatedness of social understanding, in:
The Oxford Handbook of 4E Cognition, Oxford University Press, 2018. doi:10.1093/oxfordhb/
9780198735410.013.25.
[30] Y. Gao, Y. Xiong, X. Gao, K. Jia, J. Pan, Y. Bi, Y. Dai, J. Sun, M. Wang, H. Wang, Retrieval-augmented
generation for large language models: A survey, 2024. URL: https://arxiv.org/abs/2312.10997.
arXiv:2312.10997.
[31] D. Sanmartin, Kg-rag: Bridging the gap between knowledge and creativity, 2024. URL: https:
//arxiv.org/abs/2405.12035. arXiv:2405.12035.
[32] OpenAI, The most powerful platform for building AI products, Technical Report, 2025. URL:
https://openai.com/api/.
[33] T. Brown, B. Mann, N. Ryder, M. Subbiah, J. Kaplan, P. Dhariwal, A. Neelakantan, P. Shyam,
G. Sastry, A. Askell, S. Agarwal, A. Herbert-Voss, G. Krueger, T. Henighan, R. Child, A. Ramesh,
D. Ziegler, J. Wu, C. Winter, D. Amodei, Language models are few-shot learners, 2020. doi:10.
48550/arXiv.2005.14165.
[34] T. Sievers, N. Russwinkel, A path to gradual individual experience and recollection for social
robots based on a cognitive architecture, in: 17th International Conference on Social Robotics +
AI, 2025 forthcoming.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>H.</given-names>
            <surname>Mahdi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. A.</given-names>
            <surname>Akgun</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Saleh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Dautenhahn</surname>
          </string-name>
          ,
          <article-title>A survey on the design and evolution of social robots - past, present and future</article-title>
          ,
          <source>Robotics and Autonomous Systems</source>
          <volume>156</volume>
          (
          <year>2022</year>
          ). doi:
          <volume>10</volume>
          .1016/j. robot.
          <year>2022</year>
          .
          <volume>104193</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>S.</given-names>
            <surname>Sreedharan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Kulkarni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kambhampati</surname>
          </string-name>
          ,
          <article-title>Explainable human-ai interaction: A planning perspective</article-title>
          ,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2405.15804. arXiv:
          <volume>2405</volume>
          .
          <fpage>15804</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>G.</given-names>
            <surname>Sandini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Sciutti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Morasso</surname>
          </string-name>
          ,
          <article-title>Artificial cognition vs. artificial intelligence for next-generation autonomous robotic agents</article-title>
          ,
          <source>Frontiers in Computational Neuroscience</source>
          <volume>18</volume>
          (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .3389/ fncom.
          <year>2024</year>
          .
          <volume>1349408</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>N.</given-names>
            <surname>Wiener</surname>
          </string-name>
          ,
          <article-title>Cybernetics: Or Control and Communication in the Animal and the Machine</article-title>
          , MIT Press, Cambridge, MA,
          <year>1948</year>
          . doi:
          <volume>10</volume>
          .7551/mitpress/11810.001.0001.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>B. G.</given-names>
            <surname>Wilson</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. M. Myers</surname>
          </string-name>
          ,
          <article-title>Situated cognition in theoretical and practical context [book chapter], in: Theoretical foundations of learning environments</article-title>
          , Lawrence Erlbaum Associates Publishers,
          <year>2000</year>
          , pp.
          <fpage>57</fpage>
          -
          <lpage>88</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>S.</given-names>
            <surname>Gallagher</surname>
          </string-name>
          ,
          <article-title>Philosophical conceptions of the self: implications for cognitive science</article-title>
          ,
          <source>Trends in Cognitive Sciences</source>
          <volume>4</volume>
          (
          <year>2000</year>
          )
          <fpage>14</fpage>
          -
          <lpage>21</lpage>
          . doi:
          <volume>10</volume>
          .1016/S1364-
          <volume>6613</volume>
          (
          <issue>99</issue>
          )
          <fpage>01417</fpage>
          -
          <lpage>5</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. E. T.</given-names>
            <surname>Taylor</surname>
          </string-name>
          , G. W. Taylor, Artificial cognition:
          <article-title>How experimental psychology can help generate explainable artificial intelligence</article-title>
          ,
          <source>Psychonomic Bulletin &amp; Review</source>
          <volume>28</volume>
          (
          <year>2021</year>
          )
          <fpage>454</fpage>
          -
          <lpage>475</lpage>
          . doi:
          <volume>10</volume>
          . 3758/s13423-020-01825-5.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>J. R.</given-names>
            <surname>Anderson</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Bothell</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. D.</given-names>
            <surname>Byrne</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Douglass</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Lebiere</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Qin</surname>
          </string-name>
          ,
          <article-title>An integrated theory of the mind 111 (</article-title>
          <year>2004</year>
          )
          <fpage>1036</fpage>
          -
          <lpage>1060</lpage>
          . doi:
          <volume>10</volume>
          .1037/
          <fpage>0033</fpage>
          -
          <lpage>295X</lpage>
          .
          <year>111</year>
          .4.1036.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>M.</given-names>
            <surname>Binz</surname>
          </string-name>
          , E. Schulz,
          <article-title>Turning large language models into cognitive models</article-title>
          ,
          <year>2023</year>
          . URL: https://arxiv. org/abs/2306.03917. arXiv:
          <volume>2306</volume>
          .
          <fpage>03917</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>S.</given-names>
            <surname>Dubey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Ghosh</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Dubey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chatterjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Das</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          Benito-León,
          <article-title>Redefining cognitive domains in the era of chatgpt: A comprehensive analysis of artificial intelligence's influence and future implications</article-title>
          ,
          <source>Medical Research Archives</source>
          <volume>12</volume>
          (
          <year>2024</year>
          ). doi:
          <volume>10</volume>
          .18103/mra.v12i6.
          <fpage>5383</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>K.</given-names>
            <surname>Knowles</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Witbrock</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Dobbie</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Yogarajan</surname>
          </string-name>
          ,
          <article-title>A proposal for a language model based cognitive architecture</article-title>
          ,
          <source>Proceedings of the AAAI Symposium Series</source>
          (
          <year>2024</year>
          ). URL: https://api.semanticscholar. org/CorpusID:267206594.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Q.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Liu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Bi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Feng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Peng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L. K.</given-names>
            <surname>Yan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C. H.</given-names>
            <surname>Yin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Fei</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <article-title>Large language models and cognitive science: A comprehensive review of similarities, diferences</article-title>
          , and challenges,
          <year>2024</year>
          . URL: https://arxiv.org/abs/2409.02387.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>