paper-with-me

홈 › Papers

Chronos: Temporal-Aware Conversational Agents with Structured Event Retrieval for Long-Term Memory

2026-03-17 · Sahil Sen, Elias Lumer, Anmol Gulati, Vamse Kumar Subbiah arxiv

Recent advances in Large Language Models (LLMs) have enabled conversational AI agents to engage in extended multi-turn interactions spanning weeks or months. However, existing memory systems struggle to reason over temporally grounded facts and preferences that evolve across months of interaction and lack effective retrieval strategies for multi-hop, time-sensitive queries over long dialogue histories. We introduce Chronos, a novel temporal-aware memory framework that decomposes raw dialogue into subject-verb-object event tuples with resolved datetime ranges and entity aliases, indexing them in a structured event calendar alongside a turn calendar that preserves full conversational context. At query time, Chronos applies dynamic prompting to generate tailored retrieval guidance for each question, directing the agent on what to retrieve, how to filter across time ranges, and how to approach multi-hop reasoning through an iterative tool-calling loop over both calendars. We evaluate Chronos with 8 LLMs, both open-source and closed-source, on the LongMemEvalS benchmark comprising 500 questions spanning six categories of dialogue history tasks. Chronos Low achieves 92.60% and Chronos High scores 95.60% accuracy, setting a new state of the art with an improvement of 7.67% over the best prior system. Ablation results reveal the events calendar accounts for a 58.9% gain on the baseline while all other components yield improvements between 15.5% and 22.3%. Notably, Chronos Low alone surpasses prior approaches evaluated under their strongest model configurations.

📄 PDF Abstract BibTeX arXiv:2603.16862

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ChronoSurv: A Clinical Pathway-Guided Graph Framework for Multimodal Survival Analysis

2026-06-17 · Hugo Miccinilli, Theo Di Piazza arxiv

Accurate survival prediction is essential for personalized treatment planning in head and neck cancer, yet remains challenging due to the heterogeneous and high-dimensional nature of multimodal clinical data. While deep …

CHRONOS: Temporally-Aware Multi-Agent Coordination for Evolving Data Marketplaces

2026-05-22 · Joydeep Chandra arxiv

Temporal knowledge-graph data marketplaces face three coupled failures in static designs: stale hybrid index shortcuts reduce recall as edges evolve, stationary Shapley pricing misattributes value after distribution shif…

TiMem: Temporal-Hierarchical Memory Consolidation for Long-Horizon Conversational Agents

2026-01-06 · Kai Li, Xuanqing Yu, Ziyi Ni, Yi Zeng 외 arxiv

Long-horizon conversational agents have to manage ever-growing interaction histories that quickly exceed the finite context windows of large language models (LLMs). Existing memory frameworks provide limited support for …

MTPChat: A Multimodal Time-Aware Persona Dataset for Conversational Agents

2025-02-09 · Wanqi Yang, Yanda Li, Meng Fang, Ling Chen

Understanding temporal dynamics is critical for conversational agents, enabling effective content analysis and informed decision-making. However, time-aware datasets, particularly for persona-grounded conversations, are …

Decision Making

Hear You in Silence: Designing for Active Listening in Human Interaction with Conversational Agents Using Context-Aware Pacing

2026-02-05 · Zhihan Jiang, Qianhui Chen, Chu Zhang, Yanheng Li 외 arxiv

In human conversation, empathic dialogue requires nuanced temporal cues indicating whether the conversational partner is paying attention. This type of "active listening" is overlooked in the design of Conversational Age…