NeFut Logo NeFut
Admin Login

[CS.AI] LongMedBench: A Revolutionary Benchmark for Long-Horizon Medical Decision-Making

Published at: 2026-07-13 22:00 Last updated: 2026-07-14 12:04
#algorithm #AI #Machine Learning

In this work, we introduce LongMedBench, a real-world EHR-based benchmark for long-horizon clinical decision-making. Prior evaluations of LLM-based medical agents have largely emphasized short-context knowledge QA and tool use. However, real-world medical care is inherently longitudinal, and clinicians must aggregate evidence across repeated visits, tests, and evolving treatments. Therefore, long-horizon interaction is essential for realistic assessment.

LongMedBench is constructed via a reproducible pipeline that integrates MIMIC-IV admission records and clinical notes into time-series event streams and long-context memory datasets, enabling long-horizon, multi-session interactions between agents and a clinical environment. It comprises 335 patients, with 19.72 inpatient visits per patient on average and 44.91 medical events per visit.

Guided by the long-horizon decision process, we propose an evaluation taxonomy with three suites: fact-based QA, temporal reasoning, and long-horizon decision-making. This taxonomy measures how agents understand and leverage historical patient information over extended horizons.

Our experiments show that while recent LLMs can make good use of explicit timestamps, they have challenges in implicit time inference; the RAG and agent memory system can improve the performance of information retrieval tasks, but the performance of decision-making tasks is highly dependent on the model's immediate context.

Blogger's Review: LongMedBench provides an essential benchmark for long-term decision-making in healthcare, highlighting both the potential and limitations of LLMs in handling clinical data, especially in time reasoning. The establishment of this evaluation framework will advance the development of AI in medicine, making it a crucial area for attention and exploration.

Original Source: https://arxiv.org/abs/2607.09322

[h] Back to Home