Table of Contents
Fetching ...

Quantifying Conversational Reliability of Large Language Models under Multi-Turn Interaction

Jiyoon Myung

TL;DR

A systematic evaluation of conversational reliability through three representative tasks that reflect practical interaction challenges, revealing recurring failure modes such as instruction drift, intent confusion, and contextual overwriting which compromise dependable behavior in operational systems.

Abstract

Large Language Models (LLMs) are increasingly deployed in real-world applications where users engage in extended, mixed-topic conversations that depend on prior context. Yet, their reliability under realistic multi-turn interactions remains poorly understood. We conduct a systematic evaluation of conversational reliability through three representative tasks that reflect practical interaction challenges: (1) maintaining global constraints across topic shifts, (2) selecting the correct tool or agent amid interleaved intents, and (3) tracking structured entities under revisions and distractions. Each task pairs single-turn and multi-turn settings, allowing us to quantify reliability degradation under extended dialogue. Across both commercial and open-source models, we observe substantial declines in reliability, particularly for smaller models. Error analyses reveal recurring failure modes such as instruction drift, intent confusion, and contextual overwriting, which compromise dependable behavior in operational systems. Our findings highlight the need for stress-testing LLMs for conversational reliability and developing more robust evaluation methods for trustworthy deployment.

Quantifying Conversational Reliability of Large Language Models under Multi-Turn Interaction

TL;DR

A systematic evaluation of conversational reliability through three representative tasks that reflect practical interaction challenges, revealing recurring failure modes such as instruction drift, intent confusion, and contextual overwriting which compromise dependable behavior in operational systems.

Abstract

Large Language Models (LLMs) are increasingly deployed in real-world applications where users engage in extended, mixed-topic conversations that depend on prior context. Yet, their reliability under realistic multi-turn interactions remains poorly understood. We conduct a systematic evaluation of conversational reliability through three representative tasks that reflect practical interaction challenges: (1) maintaining global constraints across topic shifts, (2) selecting the correct tool or agent amid interleaved intents, and (3) tracking structured entities under revisions and distractions. Each task pairs single-turn and multi-turn settings, allowing us to quantify reliability degradation under extended dialogue. Across both commercial and open-source models, we observe substantial declines in reliability, particularly for smaller models. Error analyses reveal recurring failure modes such as instruction drift, intent confusion, and contextual overwriting, which compromise dependable behavior in operational systems. Our findings highlight the need for stress-testing LLMs for conversational reliability and developing more robust evaluation methods for trustworthy deployment.
Paper Structure (18 sections, 1 figure, 7 tables)

This paper contains 18 sections, 1 figure, 7 tables.

Figures (1)

  • Figure 1: Single-turn vs Multi-turn accuracy across three evaluation tasks. Each panel shows a task example on the left and model accuracy on the right. Performance drops most severely in Instruction Following, while Entity Extraction remains relatively robust, and Tool Selection shows mixed degradation depending on model size.