Intelligent documentation in medical education: Can AI replace manual case logging?
收藏DataONE2026-05-04 更新2026-05-19 收录
下载链接:
https://search.dataone.org/view/sha256:a0c79d583b89fc08f5131a48cbdbfb16466254789cd790e42f01226eb665ce6f
下载链接
链接失效反馈官方服务:
资源简介:
This study investigates the feasibility of using large language models (LLMs) to automate procedural case log documentation in radiology training. We evaluate whether AI can replace manual logging, identify procedure types most challenging for extraction, and assess integration into clinical workflows. We retrospectively analyzed 36 ,659 radiology reports authored by nine interventional radiology residents (2018â2024). A subset of 414 reports was manually annotated for 39 procedures spanning vascular diagnosis, vascular intervention, and non-vascular intervention. Candidate models, Qwen-2.5 and Claude-3.5, were chosen based on privacy, hardware constraints, and availability, and tested under instruction and chain-of-thought prompting. A crosswalk baseline using structured exam codes provided comparison. Performance was measured by sensitivity, specificity, and F1-score, along with inference time and token efficiency to estimate operational cost. Both local and commercial LLMs outperform..., , # Intelligent Documentation in Medical Education: Can AI Replace Manual Case Logging?
This repository contains the code and prompt templates used to evaluate whether large language models (LLMs) can automate structured medical case log generation from clinical encounter notes, benchmarked against manual documentation by medical residents. Raw clinical data is not included due to patient privacy constraints.
## Description of the data and file structure
```
PCL-Fetcher-master/
âââ Dockerfile
âââ requirements.txt
âââ readme.md
âââ code/
â âââ _constant_func.py
â âââ _stat_gen.py
â âââ 00_format_prompt_appendix.py
â âââ 00_preprocess_prompt.py
â âââ 00_proc_desc_table.py
â âââ 00_procedure_count_distribution.py
â âââ 00_report_token_count_distribution.py
â âââ 00_resident_count_distribution.py
â âââ 00_run_check_bedrock.py
â âââ 01_run_llm.py
â âââ 01_run_llm.sh
â âââ 02_run_llm_bedrock.sh
â âââ 02_run_llm_bedrock_converse.py
â âââ 02_run_llm_bedrock_invoke.p..., ,
创建时间:
2026-05-05



