<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cognitive Architectures | Dr. Rafael Wampfler</title><link>https://rafael-wampfler.github.io/tags/cognitive-architectures/</link><atom:link href="https://rafael-wampfler.github.io/tags/cognitive-architectures/index.xml" rel="self" type="application/rss+xml"/><description>Cognitive Architectures</description><generator>HugoBlox Kit (https://hugoblox.com)</generator><language>en-us</language><lastBuildDate>Mon, 10 Nov 2025 00:00:00 +0000</lastBuildDate><image><url>https://rafael-wampfler.github.io/media/icon_hu_d100f07c298b9e73.png</url><title>Cognitive Architectures</title><link>https://rafael-wampfler.github.io/tags/cognitive-architectures/</link></image><item><title>Personality &amp; Cognitive Architectures for Conversational Agents</title><link>https://rafael-wampfler.github.io/projects/personality-cognitive/</link><pubDate>Sat, 01 Jan 2022 00:00:00 +0000</pubDate><guid>https://rafael-wampfler.github.io/projects/personality-cognitive/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Standard large language models (LLMs) are stateless by design: each response is generated without a persistent sense of self, stable values, or accumulated memory of prior interactions. This makes them ill-suited for applications requiring a believable, consistent agent personality — such as embodied historical figures, therapeutic companions, or narrative characters. This project develops deep learning-based cognitive frameworks that address this limitation.&lt;/p&gt;
&lt;h2 id="motivation"&gt;Motivation&lt;/h2&gt;
&lt;p&gt;For conversational agents to be genuinely useful in education, mental health, entertainment, and public engagement, they must do more than generate fluent text. They must maintain:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Characterological consistency&lt;/strong&gt;: A stable personality that users recognize and can model predictively&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Value alignment&lt;/strong&gt;: Responses grounded in a coherent set of beliefs and priorities&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Epistemic coherence&lt;/strong&gt;: Awareness of what the agent knows and does not know&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Emotional expressivity&lt;/strong&gt;: Affect that reflects the agent&amp;rsquo;s personality and conversational context&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Achieving all of this while remaining interpretable and safe requires principled architectural choices rather than prompt engineering alone.&lt;/p&gt;
&lt;h2 id="approach"&gt;Approach&lt;/h2&gt;
&lt;h3 id="the-bee-cognitive-framework-iva-2025"&gt;The BEE Cognitive Framework (IVA 2025)&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Belief-Value-Aligned, Explainable, and Extensible (BEE)&lt;/strong&gt; cognitive framework provides a structured architecture for conversational agents. BEE decomposes agent cognition into explicit modules:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Belief management&lt;/strong&gt;: A persistent, queryable representation of the agent&amp;rsquo;s knowledge and world model&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Value alignment&lt;/strong&gt;: A constraint layer that ensures generated responses conform to the agent&amp;rsquo;s ethical commitments and personality&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Explainability&lt;/strong&gt;: Transparent reasoning traces that allow developers and supervisors to audit agent behavior&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Extensibility&lt;/strong&gt;: A modular design that supports new knowledge domains and personality profiles without retraining&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;BEE received the &lt;strong&gt;Best Paper Honorable Mention&lt;/strong&gt; at IVA 2025.&lt;/p&gt;
&lt;h3 id="joint-personality-emotion-framework-iva-2025"&gt;Joint Personality-Emotion Framework (IVA 2025)&lt;/h3&gt;
&lt;p&gt;The &lt;strong&gt;Joint Personality-Emotion Framework&lt;/strong&gt; unifies personality modeling (using Big Five trait representations) with momentary emotional state tracking in a single learned architecture. By jointly modeling personality and emotion — which are deeply intertwined in human behavior — the system produces responses that feel emotionally authentic and characterologically stable. Contrastive learning strategies decouple emotion from semantic content, allowing the same underlying personality to express itself across diverse emotional registers.&lt;/p&gt;
&lt;h3 id="personality-infusion-via-chatbot-interactions-cui-2024-imwut-2024"&gt;Personality Infusion via Chatbot Interactions (CUI 2024, IMWUT 2024)&lt;/h3&gt;
&lt;p&gt;We have extensively studied how personality manifests in conversational AI systems. Key findings include:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;What personality dimensions does GPT-3 express&lt;/strong&gt; during human-chatbot interactions, and how do these map to the Big Five personality taxonomy (IMWUT 2024)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dynamic personality infusion&lt;/strong&gt; — how to modulate expressed personality in real time by conditioning language model generation on personality embeddings (CUI 2024)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="narrative-agents-and-emergent-storytelling-aaai-aiide-2025"&gt;Narrative Agents and Emergent Storytelling (AAAI AIIDE 2025)&lt;/h3&gt;
&lt;p&gt;In the domain of interactive narrative, we developed a &lt;strong&gt;Dynamic Cognitive Framework for Guided Emergent Storytelling&lt;/strong&gt; that enables narrative agents to pursue coherent story arcs while remaining responsive to player input. The framework uses explicit belief-desire-intention representations to steer language model generation toward narratively coherent outcomes without sacrificing interactivity.&lt;/p&gt;
&lt;h2 id="key-results"&gt;Key Results&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;BEE framework achieved Best Paper Honorable Mention at IVA 2025&lt;/li&gt;
&lt;li&gt;Joint Personality-Emotion Framework demonstrated stable personality maintenance across extended dialogues with diverse user populations&lt;/li&gt;
&lt;li&gt;IMWUT 2024 paper provided the first large-scale empirical characterization of GPT-3&amp;rsquo;s expressed personality dimensions&lt;/li&gt;
&lt;li&gt;Dynamic narrative framework enabled coherent 30+ turn story experiences with novel player choices&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="publications"&gt;Publications&lt;/h2&gt;
&lt;p&gt;N. Kovačević, C. Holz, M. Gross and &lt;strong&gt;R. Wampfler&lt;/strong&gt; (2025). &lt;em&gt;A Joint Personality-Emotion Framework for Personality-Consistent Conversational Agents&lt;/em&gt;. In Proceedings of the 25th International Conference on Intelligent Virtual Agents (IVA &amp;lsquo;25), Berlin, Germany, September 16–19, 2025, pp. 1–9. &lt;strong&gt;Best Paper Honorable Mention.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;C. Yang, M. Gross and &lt;strong&gt;R. Wampfler&lt;/strong&gt; (2025). &lt;em&gt;BEE: Belief-Value-Aligned, Explainable, and Extensible Cognitive Framework for Conversational Agents&lt;/em&gt;. In Proceedings of the 25th International Conference on Intelligent Virtual Agents (IVA &amp;lsquo;25), Berlin, Germany, September 16–19, 2025, pp. 1–9. &lt;strong&gt;Best Paper Honorable Mention.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;C. Yang, M. Gross and &lt;strong&gt;R. Wampfler&lt;/strong&gt; (2025). &lt;em&gt;Steering Narrative Agents through a Dynamic Cognitive Framework for Guided Emergent Storytelling&lt;/em&gt;. Proceedings of the AAAI Conference on Artificial Intelligence and Interactive Digital Entertainment (AIIDE), Edmonton, Canada, November 10–14, 2025, pp. 1–11.&lt;/p&gt;
&lt;p&gt;N. Kovačević, C. Holz, M. Gross and &lt;strong&gt;R. Wampfler&lt;/strong&gt; (2024). &lt;em&gt;The Personality Dimensions GPT-3 Expresses During Human-Chatbot Interactions&lt;/em&gt;. Proceedings of the ACM on Interactive, Mobile, Wearable and Ubiquitous Technologies, ACM, vol. 8, no. 2, 2024, pp. 1–36.&lt;/p&gt;
&lt;p&gt;N. Kovačević, T. Boschung, C. Holz, M. Gross and &lt;strong&gt;R. Wampfler&lt;/strong&gt; (2024). &lt;em&gt;Chatbots With Attitude: Enhancing Chatbot Interactions Through Dynamic Personality Infusions&lt;/em&gt;. Proceedings of the 6th International Conference on Conversational User Interfaces (CUI), Luxembourg, July 08–10, 2024, pp. 1–16.&lt;/p&gt;</description></item><item><title>Steering Narrative Agents through a Dynamic Cognitive Framework for Guided Emergent Storytelling</title><link>https://rafael-wampfler.github.io/publications/steering-narrative-agents-2025/</link><pubDate>Mon, 10 Nov 2025 00:00:00 +0000</pubDate><guid>https://rafael-wampfler.github.io/publications/steering-narrative-agents-2025/</guid><description/></item><item><title>BEE: Belief-Value-Aligned, Explainable, and Extensible Cognitive Framework for Conversational Agents</title><link>https://rafael-wampfler.github.io/publications/bee-cognitive-framework-2025/</link><pubDate>Tue, 16 Sep 2025 00:00:00 +0000</pubDate><guid>https://rafael-wampfler.github.io/publications/bee-cognitive-framework-2025/</guid><description>
&lt;blockquote class="border-l-4 border-neutral-300 dark:border-neutral-600 pl-4 italic text-neutral-600 dark:text-neutral-400 my-6"&gt;
&lt;p&gt;&lt;strong&gt;Best Paper Honorable Mention&lt;/strong&gt; — 25th International Conference on Intelligent Virtual Agents (IVA 2025)&lt;/p&gt;
&lt;/blockquote&gt;</description></item></channel></rss>