paper-with-me

Papers

Cognitively Inspired Components for Social Conversational Agents

2023-11-09 · Alex Clay, Eduardo Alonso, Esther Mondragón

Current conversational agents (CA) have seen improvement in conversational quality in recent years due to the influence of large language models (LLMs) like GPT3. However, two key categories of problem remain. Firstly there are the unique technical problems resulting from the approach taken in creating the CA, such as scope with retrieval agents and the often nonsensical answers of former generative agents. Secondly, humans perceive CAs as social actors, and as a result expect the CA to adhere to social convention. Failure on the part of the CA in this respect can lead to a poor interaction and even the perception of threat by the user. As such, this paper presents a survey highlighting a potential solution to both categories of problem through the introduction of cognitively inspired additions to the CA. Through computational facsimiles of semantic and episodic memory, emotion, working memory, and the ability to learn, it is possible to address both the technical and social problems encountered by CAs.

📄 PDF Abstract BibTeX arXiv:2311.05450

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Emergence of Hierarchical Emotion Organization in Large Language Models

2025-07-12 · Maya Okawa, Bo Zhao, Eric J. Bigelow, Rose Yu 외 arxiv

As large language models (LLMs) increasingly power conversational agents, understanding how they model users' emotional states is critical for ethical deployment. Inspired by emotion wheels, i.e., a psychological framewo…

Emotion Recognition

SocialBench: Sociality Evaluation of Role-Playing Conversational Agents

2024-03-20 · Hongzhan Chen, Hehong Chen, Ming Yan, Wenshen Xu 외

Large language models (LLMs) have advanced the development of various AI conversational agents, including role-playing conversational agents that mimic diverse characters and human behaviors. While prior research has pre…

Building Human-like Communicative Intelligence: A Grounded Perspective

2022-01-02 · Marina Dubova

Modern Artificial Intelligence (AI) systems excel at diverse tasks, from image classification to strategy games, even outperforming humans in many of these domains. After making astounding progress in language learning i…

Common Sense Reasoningimage-classificationImage Classification

ProsocialDialog: A Prosocial Backbone for Conversational Agents

2022-05-25 · Hyunwoo Kim, Youngjae Yu, Liwei Jiang, Ximing Lu 외

Most existing dialogue systems fail to respond properly to potentially unsafe user utterances by either ignoring or passively agreeing with them. To address this issue, we introduce ProsocialDialog, the first large-scale…

Dialogue GenerationDialogue Safety PredictionResponse GenerationRules-of-thumb Generation

SaliMory: Orchestrating Cognitive Memory for Conversational Agents

2026-06-02 · Kai Zhang, Xinyuan Zhang, Hongda Jiang, Shiun-Zu Kuo 외 arxiv

Conversational agents that serve as lifelong companions must maintain persistent memory across all interactions. However, simply expanding context windows with raw retrieval degrades reasoning quality, while training mem…

Reinforcement Learning