CLFeb 28, 2024

LLM Task Interference: An Initial Study on the Impact of Task-Switch in Conversational History

arXiv:2402.18216v228 citationsh-index: 12EMNLP
AI Analysis

This addresses a vulnerability in conversational AI systems that rely on memory and context, which is incremental as it formalizes an initial study on task interference.

The study investigates how task-switches in conversational history negatively impact the performance of large language models, revealing significant degradation across 5 datasets and 15 task switches.

With the recent emergence of powerful instruction-tuned large language models (LLMs), various helpful conversational Artificial Intelligence (AI) systems have been deployed across many applications. When prompted by users, these AI systems successfully perform a wide range of tasks as part of a conversation. To provide some sort of memory and context, such approaches typically condition their output on the entire conversational history. Although this sensitivity to the conversational history can often lead to improved performance on subsequent tasks, we find that performance can in fact also be negatively impacted, if there is a task-switch. To the best of our knowledge, our work makes the first attempt to formalize the study of such vulnerabilities and interference of tasks in conversational LLMs caused by task-switches in the conversational history. Our experiments across 5 datasets with 15 task switches using popular LLMs reveal that many of the task-switches can lead to significant performance degradation.

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