paper-with-me

홈 › Papers

CodeClinic: Evaluating Automation of Coding Skills for Clinical Reasoning Agents

2026-05-10 · Timothy Ossowski, Xinchi Liu, Danyal Maqbool, Vaibhav Dhanuka, Sheng Zhang, Hoifung Poon, Majid Afshar, Tyler Bradshaw, Junjie Hu arxiv

Clinical reasoning agents based on large language models (LLMs) aim to automate tasks such as intensive care unit (ICU) monitoring and patient state tracking from electronic health records (EHRs). Existing systems typically rely on manually curated clinical tools or skills for concepts such as sepsis detection and organ failure assessment. However, maintaining these tool libraries requires substantial expert effort, while zero-shot querying or code generation often produces inefficient and unreliable reasoning chains, especially under institution-specific clinical policies. We introduce CodeClinic, a benchmark built on MIMIC-IV for evaluating whether LLM agents can synthesize and compose reusable clinical skills instead of relying on fixed toolboxes. The benchmark contains two complementary tasks: longitudinal ICU surveillance and compositional information seeking. The longitudinal setting simulates monitoring patient trajectories with structured decisions every four hours across 25 findings and eight clinical families, while the compositional setting spans 63k instances across 259 tasks in nine domains and is stratified by compositional dependency depth to evaluate increasingly complex multi-step reasoning. We further propose an offline autoformalization pipeline that converts natural-language clinical guidelines into reusable and verified Python skill libraries through iterative LLM refinement. Compared with zero-shot code generation, the resulting libraries improve consistency while reducing per-query token usage by up to 40%.

📄 PDF Abstract BibTeX arXiv:2605.09675

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

An Empirical Study of Agent Skills for Healthcare: Practice, Gaps, and Governance

2026-05-04 · Gelei Xu, Ningzhi Tang, Xueyang Li, Toby Jia-Jun Li 외 arxiv

Healthcare automation is shaped by local procedures and organizational constraints, so agent capabilities rarely transfer unchanged across settings. Agent skills, self-contained directories that package reusable procedur…

A No-Code Low-Code Paradigm for Authoring Business Automations Using Natural Language

2022-07-15 · Michael Desmond, Evelyn Duesterwald, Vatche Isahagian, Vinod Muthusamy

Most business process automation is still developed using traditional automation technologies such as workflow engines. These systems provide domain specific languages that require both business knowledge and programming…

Language ModelingLanguage ModellingLarge Language Model

MERA Code: A Unified Framework for Evaluating Code Generation Across Tasks

2025-07-16 · Artem Chervyakov, Alexander Kharitonov, Pavel Zadorozhny, Adamenko Pavel 외

Advancements in LLMs have enhanced task automation in software engineering; however, current evaluations primarily focus on natural language tasks, overlooking code quality. Most benchmarks prioritize high-level reasonin…

Code Generation

MedQA-CS: Benchmarking Large Language Models Clinical Skills Using an AI-SCE Framework

2024-10-02 · Zonghai Yao, Zihao Zhang, Chaolong Tang, Xingyu Bian 외

Artificial intelligence (AI) and large language models (LLMs) in healthcare require advanced clinical skills (CS), yet current benchmarks fail to evaluate these comprehensively. We introduce MedQA-CS, an AI-SCE framework…

BenchmarkingInstruction FollowingMedQAMultiple-choice

Aligning AI Research with the Needs of Clinical Coding Workflows: Eight Recommendations Based on US Data Analysis and Critical Review

2024-12-23 · Yidong Gan, Maciej Rybinski, Ben Hachey, Jonathan K. Kummerfeld

Clinical coding is crucial for healthcare billing and data analysis. Manual clinical coding is labour-intensive and error-prone, which has motivated research towards full automation of the process. However, our analysis,…