RUMBA: A Fine-Grained Multilingual Benchmark for Long-Range Conversational Memory

Current large language model benchmarks are overly English-centric and focus only on aggregate retrieval metrics. To address this, we introduce RUMBA (Russian User Memory BenchmArk), a fine-grained benchmark designed to evaluate long-range conversational memory. RUMBA constructs timestamped user-assistant dialogues paired with question-answer sets, requiring models to perform retrieval, information composition, and reasoning across sessions. Our methodology provides a unified treatment of semantic type, scope of conversation, temporal reasoning, and explicitness of temporal expressions, enabling fine-grained memory-centric categorization. While primarily designed for Russian, we also provide a aligned English subset using the same methodology. Experiments evaluating multiple contemporary memory systems and long-context models demonstrate that RUMBA serves as an effective diagnostic tool, capable of analyzing model behavior across different benchmark slices and revealing the strengths and failure modes of various memory mechanisms, offering new perspectives on understanding long-range memory interactions.

Background and Context

The evaluation of Large Language Models (LLMs) has long been constrained by a heavy reliance on English-centric datasets and aggregate retrieval metrics that fail to capture the nuanced complexities of human-like interaction. Existing benchmarks often measure success through simple fact retrieval, ignoring the intricate interplay between long-range context, temporal information, and logical reasoning required in real-world applications. This limitation creates a significant gap in understanding how models manage user memory over extended periods, particularly when information is scattered across multiple distinct sessions. To address these deficiencies, researchers have introduced RUMBA (Russian User Memory BenchmArk), a novel benchmark specifically engineered to evaluate long-range conversational memory capabilities with high granularity.

RUMBA addresses the scarcity of non-English evaluation resources by focusing primarily on Russian, a language often underrepresented in standard LLM testing suites, while simultaneously providing an aligned English subset constructed using the identical methodological framework. This dual-language approach allows for controlled studies where language variables can be isolated to examine memory mechanisms independently. The benchmark constructs timestamped dialogues between users and assistants, paired with complex question-answer sets that demand more than simple lookup. Instead, models must perform retrieval, information composition, and temporal reasoning across session boundaries, thereby simulating the cognitive load of maintaining a coherent narrative over time. This design ensures that the evaluation reflects the true challenges of long-term memory retention and recall in conversational AI systems.

Deep Analysis

The core innovation of RUMBA lies in its fine-grained, multi-dimensional categorization system, which moves beyond binary correctness to analyze the specific cognitive steps required to answer a query. The methodology provides a unified treatment of semantic type, scope of conversation, temporal reasoning requirements, and the explicitness of temporal expressions. By mapping each question to these specific memory dimensions, the benchmark enables a granular diagnosis of model performance. For instance, it distinguishes between tasks requiring the retrieval of explicit facts versus those necessitating the inference of implicit temporal relationships, such as interpreting relative phrases like "last week" against a specific reference date within a long context window.

Experimental evaluations utilizing RUMBA reveal distinct failure modes among contemporary memory systems and long-context models. While many modern architectures demonstrate competence in processing large single-session texts, they frequently exhibit performance degradation when tasked with cross-session temporal reasoning and complex information composition. The benchmark acts as a diagnostic tool, exposing how different models handle the tension between semantic relevance and temporal accuracy. Ablation studies within the RUMBA framework further highlight that the encoding of time information significantly impacts final reasoning accuracy, suggesting that current attention mechanisms may struggle to maintain precise temporal anchors over extended sequences without explicit structural support or specialized memory modules.

Industry Impact

The release of RUMBA has immediate implications for the development of intelligent assistants and personalized recommendation systems, which increasingly depend on the accurate retention of user preferences and history. By providing a standardized, multi-dimensional evaluation tool, RUMBA enables engineers to pinpoint specific bottlenecks in their retrieval-augmented generation (RAG) architectures or memory management protocols. The benchmark’s ability to reveal strengths and failure modes across different slices of data allows for targeted optimization, ensuring that systems do not merely retrieve information but correctly contextualize it within the user’s long-term timeline. This precision is critical for enhancing user experience and reliability in applications where temporal accuracy is paramount.

For the open-source community and academic research, RUMBA establishes a new standard for rigorous memory evaluation that transcends language barriers. The provision of aligned English and Russian subsets facilitates comparative studies that can isolate linguistic effects from architectural limitations, fostering a deeper understanding of universal memory challenges in LLMs. This resource encourages the development of more robust memory encoding techniques and temporal-aware attention mechanisms, pushing the field toward systems that can genuinely mimic the depth and continuity of human long-term memory interactions rather than relying on superficial pattern matching.

Outlook

Looking ahead, RUMBA serves as a foundational tool for guiding the next generation of memory-centric AI architectures. The insights gained from its fine-grained analysis suggest that future improvements will require a shift from simply increasing context window sizes to implementing more sophisticated temporal reasoning modules and explicit memory indexing strategies.

As the benchmark highlights the critical role of time perception in long-range interactions, researchers are likely to prioritize the integration of temporal logic into model training objectives. This evolution will be essential for creating AI systems capable of maintaining coherent, accurate, and contextually rich conversations over indefinite periods, marking a significant step toward truly autonomous and reliable conversational agents.

Sources