Beyond Prompts: Dynamic Conversational Benchmarking of Large Language Models
David Castillo-Bolado, Joseph Davidson, Finlay Gray, Marek Rosa
TL;DR
This work proposes the Long-Term Memory (LTM) Benchmark, a dynamic, single-conversation framework designed to evaluate memory, continual learning, and information integration in conversational agents. By interleaving multiple tasks within one dialogue and using a deterministic data-generation process plus a scheduling system, the benchmark exposes limitations of current LLMs, especially under task-switching and memory constraints. Results show that vanilla large-context LLMs struggle as memory spans exceed their context windows, whereas LTM-augmented or shorter-context models with external memory maintain robustness, suggesting a focusing effect from external memory. The benchmark, which is open-source, aims to drive development toward agents capable of sustained, coherent behavior in realistic, multi-task conversational settings and highlights the need for more ecologically valid evaluation of memory and learning capabilities.
Abstract
We introduce a dynamic benchmarking system for conversational agents that evaluates their performance through a single, simulated, and lengthy user$\leftrightarrow$agent interaction. The interaction is a conversation between the user and agent, where multiple tasks are introduced and then undertaken concurrently. We context switch regularly to interleave the tasks, which constructs a realistic testing scenario in which we assess the Long-Term Memory, Continual Learning, and Information Integration capabilities of the agents. Results from both proprietary and open-source Large-Language Models show that LLMs in general perform well on single-task interactions, but they struggle on the same tasks when they are interleaved. Notably, short-context LLMs supplemented with an LTM system perform as well as or better than those with larger contexts. Our benchmark suggests that there are other challenges for LLMs responding to more natural interactions that contemporary benchmarks have heretofore not been able to capture.
