CLSep 12, 2023

Leveraging Large Language Models for Automated Dialogue Analysis

arXiv:2309.06490v1196 citationsh-index: 33Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of automating dialogue behavior detection for dialogue system developers, but it is incremental as it builds on existing LLM capabilities.

The paper investigated whether ChatGPT-3.5 could detect undesirable behaviors in real human-bot dialogues for nine categories, finding that it often outperformed specialized models but still fell short of human performance.

Developing high-performing dialogue systems benefits from the automatic identification of undesirable behaviors in system responses. However, detecting such behaviors remains challenging, as it draws on a breadth of general knowledge and understanding of conversational practices. Although recent research has focused on building specialized classifiers for detecting specific dialogue behaviors, the behavior coverage is still incomplete and there is a lack of testing on real-world human-bot interactions. This paper investigates the ability of a state-of-the-art large language model (LLM), ChatGPT-3.5, to perform dialogue behavior detection for nine categories in real human-bot dialogues. We aim to assess whether ChatGPT can match specialized models and approximate human performance, thereby reducing the cost of behavior detection tasks. Our findings reveal that neither specialized models nor ChatGPT have yet achieved satisfactory results for this task, falling short of human performance. Nevertheless, ChatGPT shows promising potential and often outperforms specialized detection models. We conclude with an in-depth examination of the prevalent shortcomings of ChatGPT, offering guidance for future research to enhance LLM capabilities.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes