paper-with-me

Papers

An Automated Testing Framework for Conversational Agents

2019-02-17 · Soodeh Atefi, Mohammad Amin Alipour

Conversational agents are systems with a conversational interface that afford interaction in spoken language. These systems are becoming prevalent and are preferred in various contexts and for many users. Despite their increasing success, the automated testing infrastructure to support the effective and efficient development of such systems compared to traditional software systems is still limited. Automated testing framework for conversational systems can improve the quality of these systems by assisting developers to write, execute, and maintain test cases. In this paper, we introduce our work-in-progress automated testing framework, and its realization in the Python programming language. We discuss some research problems in the development of such an automated testing framework for conversational agents. In particular, we point out the problems of the specification of the expected behavior, known as test oracles, and semantic comparison of utterances.

📄 PDF Abstract BibTeX arXiv:1902.06193

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Chatbot-Based Assessment of Code Understanding in Automated Programming Assessment Systems

2026-04-08 · Eduard Frankford, Erik Cikalleshi, Ruth Breu arxiv

Large Language Models (LLMs) challenge conventional automated programming assessment because students can now produce functionally correct code without demonstrating corresponding understanding. This paper makes two cont…

AutoMedic: An Automated Evaluation Framework for Clinical Conversational Agents with Medical Dataset Grounding

2025-12-11 · Gyutaek Oh, Sangjoon Park, Byung-Hoon Kim arxiv

Evaluating large language models (LLMs) has recently emerged as a critical issue for safe and trustworthy application of LLMs in the medical domain. Although a variety of static medical question-answering (QA) benchmarks…

A Similarity Measure for Comparing Conversational Dynamics

2025-07-25 · Sang Min Jung, Kaixiang Zhang, Cristian Danescu-Niculescu-Mizil arxiv

The quality of a conversation goes beyond the individual quality of each reply, and instead emerges from how these combine into interactional dynamics that give the conversation its distinctive overall "shape". However, …

Agent-Testing Agent: A Meta-Agent for Automated Testing and Evaluation of Conversational AI Agents

2025-08-24 · Sameer Komoravolu, Khalil Mrini arxiv

LLM agents are increasingly deployed to plan, retrieve, and write with tools, yet evaluation still leans on static benchmarks and small human studies. We present the Agent-Testing Agent (ATA), a meta-agent that combines …

Measuring Conversational Fluidity in Automated Dialogue Agents

2019-10-25 · Keith Vella, Massimo Poesio, Michael Sigamani, Cihan Dogan 외

We present an automated evaluation method to measure fluidity in conversational dialogue systems. The method combines various state of the art Natural Language tools into a classifier, and human ratings on these dialogue…