AIAny
Icon for item

Digital Hospital Environment

Evaluates agents inside a structured hospital workflow via a downloadable FastAPI runtime that enforces role-specific tool permissions, evidence-before-treatment discipline, deterministic grading, dense process rewards, and full trajectory logging. Designed for RL, offline policy learning, multi-agent workflow research and process-supervision datasets; not for real patient care.

Introduction

Most medical benchmarks score only final answers; this makes it easy for models to appear clinically competent while skipping the operational steps that keep patients safe. Digital Hospital shifts the focus from single-shot correctness to stepwise clinical work: triage, chart review, targeted investigations, mandatory evidence checks, role-appropriate tool calls, cross-role communication, and an auditable trajectory that the grader evaluates deterministically.

What Sets It Apart
  • Emphasis on process over outcome: rewards and final grades incorporate mandatory evidence use, critical-finding flags, tool-permission compliance, and diminishing returns for repeated low-value calls—so a correct diagnosis without the right workflow scores poorly.
  • Runtime + data, not a prompt: includes a FastAPI server, role state machine, 47 patient cases with hidden answer keys, 550 MCQs, 55 tools, and deterministic graders so evaluations are reproducible and suitable for rollout collection.
  • Trajectory-first contract: every model action, observation, reward and error is recorded in an explicit schema for offline RL, supervised fine-tuning, preference learning, and failure analysis.
  • Multi-role, multi-agent realism: 11 roles (specialists, research, director) with distinct permissions and cross-role inboxes captures handoffs, escalation, and organisational context often missing from vignette benchmarks.
Who it's for and trade-offs

Great fit if you need a controlled, reproducible environment to benchmark or improve agentic clinical behaviour (triage, tool use, evidence synthesis) with dense, step-level feedback. Researchers building offline RL datasets, process-supervision pipelines, or multi-agent hospital workflows will get the most value.

Look elsewhere if you need a clinical decision-support tool for real patients, very large-scale patient corpora, or free-form natural-language-only evaluations—Digital Hospital is synthetic, deliberately prescriptive, and designed as a research benchmark, not a deployment system.

Where it fits

Use it when you want to evaluate whether a model can operate like a clinician under operational constraints (role permissions, step budgets, mandatory investigations) and to generate reproducible rollouts for policy improvement, not just aggregate accuracy numbers.

Information

  • Websitehuggingface.co
  • OrganizationsIM Superintelligence
  • AuthorsYatin Taneja
  • Published date2026/07/09

More Items

Provides a real-scale 3D Hong Kong sandbox to evaluate whether multimodal LLM agents can turn local street-view perception into sustained spatial action, supporting closed-loop first-person interaction, an interactive map, and controlled tests of grounding, long-range navigation, and robustness.

Hugging Face

Contains 40,000 teacher-generated reasoning traces distilled from the Qwen3.8-27B model for supervised fine-tuning and analysis. Covers code, math, science and logic; each example pairs a <think> chain-of-thought with a final response and is distributed in JSONL/Parquet for SFT workflows.

Hugging Face

Contains 244 Cursor agent sessions recorded from Claude Fable‑5, formatted for training and research. Sessions include multi-turn assistant/tool interactions and are Teich-compatible; several rows exceed one million characters, so apply explicit tokenization and oversize policies before training.