paper-with-me

홈 › Papers

Reliable Conversational Agents under ASP Control that Understand Natural Language

2025-02-13 · Yankai Zeng

Efforts have been made to make machines converse like humans in the past few decades. The recent techniques of Large Language Models (LLMs) make it possible to have human-like conversations with machines, but LLM's flaws of lacking understanding and reliability are well documented. We believe that the best way to eliminate this problem is to use LLMs only as parsers to translate text to knowledge and vice versa and carry out the conversation by reasoning over this knowledge using the answer set programming. I have been developing a framework based on LLMs and ASP to realize reliable chatbots that "understand" human conversation. This framework has been used to develop task-specific chatbots as well as socialbots. My future research is focused on making these chatbots scalable and trainable.

📄 PDF Abstract BibTeX arXiv:2502.09237

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Controllable and Reliable Knowledge-Intensive Task-Oriented Conversational Agents with Declarative Genie Worksheets

2024-07-08 · Harshit Joshi, Shicheng Liu, James Chen, Robert Weigle 외

Large Language Models can carry out human-like conversations in diverse settings, responding to user requests for tasks and knowledge. However, existing conversational agents implemented with LLMs often struggle with hal…

HallucinationNavigate

Empathic Grounding: Explorations using Multimodal Interaction and Large Language Models with Conversational Agents

2024-07-01 · Mehdi Arjmand, Farnaz Nouraei, Ian Steenstra, Timothy Bickmore

We introduce the concept of "empathic grounding" in conversational agents as an extension of Clark's conceptualization of grounding in conversation in which the grounding criterion includes listener empathy for the speak…

Emotional IntelligenceEmotion ClassificationHuman Interaction RecognitionLanguage Modelling+4

Why and When: Understanding System Initiative during Conversational Collaborative Search

2023-03-23 · Sandeep Avula, Bogeum Choi, Jaime Arguello

In the last decade, conversational search has attracted considerable attention. However, most research has focused on systems that can support a \emph{single} searcher. In this paper, we explore how systems can support \…

Conversational Search

A Hybrid Approach to Scalable and Robust Spoken Language Understanding in Enterprise Virtual Agents

2021-06-01 · NAACL 2021 4 · Ryan Price, Mahnoosh Mehrabani, Narendra Gupta, Yeon-Jun Kim 외

Spoken language understanding (SLU) extracts the intended mean- ing from a user utterance and is a critical component of conversational virtual agents. In enterprise virtual agents (EVAs), language understanding is subst…

Spoken Language Understanding

$τ^2$-Bench: Evaluating Conversational Agents in a Dual-Control Environment

2025-06-09 · Victor Barres, Honghua Dong, Soham Ray, Xujie Si 외

Existing benchmarks for conversational AI agents simulate single-control environments, where only the AI agent can use tools to interact with the world, while the user remains a passive information provider. This differs…

AI Agent