AIAny
Icon for item

Blood Pathology LIMS Environment

Simulates a hospital LIMS to benchmark agentic clinical reasoning: agents inspect demographics, medications, lab orders/results and then submit ICD‑10 diagnostic reports scored by deterministic, context‑aware graders. Ships as an OpenEnv/FastAPI runtime with 8 scenarios, step‑level rewards and trajectory capture for RL, tool‑use and evaluation.

Introduction

Clinical lab interpretation is often a process problem, not a one‑shot recall problem: the same numeric result can be harmless or critical depending on pregnancy, medications, prior baselines, or therapeutic targets. This environment reframes clinical evaluation as a tool‑calling, evidence‑gathering task so models are scored on the medical process they follow rather than on a free‑text diagnosis alone.

What Sets It Apart
  • Process‑first grading: rewards are dense and step‑level (demographics lookup, medication checks, reference‑range queries, historical deltas, critical flags) so models must demonstrate a defensible workflow, not just surface recall. This makes error analysis actionable for safety testing and supervision learning.
  • Realistic LIMS surface: an in‑memory SQLite schema with relational tables (patients, meds, lab orders/results, previous results, critical alerts, pending cases) forces agents to navigate an interface similar to production clinical systems, including distractor cases and context‑sensitive reference ranges.
  • Reproducible runtime and tooling: OpenEnv/FastAPI server, deterministic graders, bounded episode lengths, and optional trajectory export make it suitable for offline RL, policy comparison, prompt engineering, and generating supervised training traces.
Who it’s for and tradeoffs

Great fit if you are evaluating or training agents to perform structured tool use and clinical process reasoning, comparing tool‑calling policies, or generating trajectory datasets for offline RL in a medically grounded domain. Look elsewhere if you need real patient data, broad pathology coverage beyond the provided 8 scenarios, or a certified clinical decision tool—this is a synthetic, research‑oriented benchmark and explicitly not for patient care.

Information

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

Categories

More Items

Hugging Face

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.

Hugging Face

Provides ~5M tokens of chain-of-thought reasoning traces generated by many LLMs (DeepSeek, Qwen, Gemma, etc.) for training and evaluating reasoning SLMs — includes repo_id, tok_len, user, thought_trace, assistant and ChatML fields; sequences limited to 5k.

Hugging Face

Refines large-scale English pretraining corpora by predicting per-instance structured edits (insert, delete, replace) and deterministically applying them to produce cleaner text for LLM training. Provides five ~20B-token refined corpora in parquet with edit metadata and simple loading configs.