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

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.

Hugging Face

Provides 55 million scene-level video clips (each with captions, language labels, and timestamps) extracted from an 80M-video, 10-million-hour raw pool to support multimodal pre-training across video, audio, and frames. Access is gated for academic/non-commercial research.