paper-with-me

Papers

MedCalc-Bench: Evaluating Large Language Models for Medical Calculations

2024-06-17 · Nikhil Khandekar, Qiao Jin, Guangzhi Xiong, Soren Dunn, Serina S Applebaum, Zain Anwar, Maame Sarfo-Gyamfi, Conrad W Safranek, Abid A Anwar, Andrew Zhang, Aidan Gilson, Maxwell B Singer, Amisha Dave, Andrew Taylor, Aidong Zhang, Qingyu Chen, Zhiyong Lu

As opposed to evaluating computation and logic-based reasoning, current benchmarks for evaluating large language models (LLMs) in medicine are primarily focused on question-answering involving domain knowledge and descriptive reasoning. While such qualitative capabilities are vital to medical diagnosis, in real-world scenarios, doctors frequently use clinical calculators that follow quantitative equations and rule-based reasoning paradigms for evidence-based decision support. To this end, we propose MedCalc-Bench, a first-of-its-kind dataset focused on evaluating the medical calculation capability of LLMs. MedCalc-Bench contains an evaluation set of over 1000 manually reviewed instances from 55 different medical calculation tasks. Each instance in MedCalc-Bench consists of a patient note, a question requesting to compute a specific medical value, a ground truth answer, and a step-by-step explanation showing how the answer is obtained. While our evaluation results show the potential of LLMs in this area, none of them are effective enough for clinical settings. Common issues include extracting the incorrect entities, not using the correct equation or rules for a calculation task, or incorrectly performing the arithmetic for the computation. We hope our study highlights the quantitative knowledge and reasoning gaps in LLMs within medical settings, encouraging future improvements of LLMs for various clinical calculation tasks.

📄 PDF Abstract BibTeX arXiv:2406.12036

Code (1)

ncbi-nlp/medcalc-bench 공식 구현

Tasks

DescriptiveMedical DiagnosisQuestion Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

MedCalc-Pro: Solving Complex Medical Calculations with LLM Agents

2026-07-03 · Siran Zhao, Ruihui Hou, Ziyue Huai, Chennuo Zhang 외 arxiv

Current benchmarks for evaluating large language models (LLMs) in medical calculation are largely based on simplified settings, where each patient case corresponds to a single calculator and the required tool is explicit…

MedCalc-Eval and MedCalc-Env: Advancing Medical Calculation Capabilities of Large Language Models

2025-10-31 · Kangkun Mao, Jinru Ding, Jiayuan Chen, Mouxiao Bian 외 arxiv

As large language models (LLMs) enter the medical domain, most benchmarks evaluate them on question answering or descriptive reasoning, overlooking quantitative reasoning critical to clinical decision-making. Existing da…

Reinforcement LearningQuestion Answering

OpenMedCalc: Augmentation of ChatGPT with Clinician-Informed Tools Improves Performance on Medical Calculation Tasks

2023-12-15 · medRxiv 2023 12 · Alex J Goodell, Simon N Chu, Dara Rouholiman, Larry F Chu

Prior work has shown that large language models (LLMs) have the ability to answer expert-level multiple choice questions in medicine, but are limited by both their tendency to hallucinate knowledge and their inherent ina…

Clinical Information RetreivalClinical Language TranslationMedical DiagnosisProfessional Medicine

MedCalc-Bench Doesn't Measure What You Think: A Benchmark Audit and the Case for Open-Book Evaluation

2026-02-10 · Artus Krohn-Grimberghe arxiv

MedCalc-Bench is a widely used benchmark for evaluating LLM performance on clinical calculator tasks, with state-of-the-art direct prompting scores plateauing around 35% on the Verified split (HELM MedHELM leaderboard) a…

Training LLMs for EHR-Based Reasoning Tasks via Reinforcement Learning

2025-05-30 · Jiacheng Lin, Zhenbang Wu, Jimeng Sun

We present EHRMIND, a practical recipe for adapting large language models (LLMs) to complex clinical reasoning tasks using reinforcement learning with verifiable rewards (RLVR). While RLVR has succeeded in mathematics an…