{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/how-consistent-are-clinicians-evaluating-the","title":"How Consistent are Clinicians? Evaluating the Predictability of Sepsis Disease Progression with Dynamics Models","arxiv_id":"2404.07148","date":"2024-04-10","proceeding":null,"authors":["Unnseo Park","Venkatesh Sivaraman","Adam Perer"],"abstract":"Reinforcement learning (RL) is a promising approach to generate treatment policies for sepsis patients in intensive care. While retrospective evaluation metrics show decreased mortality when these policies are followed, studies with clinicians suggest their recommendations are often spurious. We propose that these shortcomings may be due to lack of diversity in observed actions and outcomes in the training data, and we construct experiments to investigate the feasibility of predicting sepsis disease severity changes due to clinician actions. Preliminary results suggest incorporating action information does not significantly improve model performance, indicating that clinician actions may not be sufficiently variable to yield measurable effects on disease progression. We discuss the implications of these findings for optimizing sepsis treatment.","url_abs":"https://arxiv.org/abs/2404.07148v1","url_pdf":"https://arxiv.org/pdf/2404.07148v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"how-consistent-are-clinicians-evaluating-the","repo_url":"https://github.com/cmudig/ai-clinician-mimiciv","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":0,"framework":"pytorch","reach":{"status":"ok"}}],"tasks":[{"task_slug":"diversity","task_name":"Diversity"},{"task_slug":"reinforcement-learning-1","task_name":"Reinforcement Learning (RL)"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2404.07148","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2404.07148"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/cmudig/ai-clinician-mimiciv","reach":{"status":"ok"}}],"summary":{"ran":5,"unverified":2},"by_repo_kind":{"official":{"samples":7,"ran":5,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":7,"samples":[{"code_sha256_prefix":"3ea77cd76e518d72","entry":"fit_action_bins","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/common.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3ea77cd76e518d72"}},{"code_sha256_prefix":"85b25f7e0e87aa3e","entry":"mdp_computePR","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/MDPtoolbox.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/MDPtoolbox.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"85b25f7e0e87aa3e"}},{"code_sha256_prefix":"b644400c6264e2df","entry":"mdp_computePpolicyPRpolicy","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/MDPtoolbox.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/MDPtoolbox.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b644400c6264e2df"}},{"code_sha256_prefix":"4d049c0ec58323c2","entry":"mdp_eval_policy_matrix","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/MDPtoolbox.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/MDPtoolbox.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4d049c0ec58323c2"}},{"code_sha256_prefix":"d932db259f7a3028","entry":"transform_actions","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/common.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/common.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"d932db259f7a3028"}},{"code_sha256_prefix":"c7422e3be6dd4cd4","entry":"eval_policy","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/discrete_bcq.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/discrete_bcq.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"c7422e3be6dd4cd4"}},{"code_sha256_prefix":"bac11fc56deb3919","entry":"shift_actions","repo":"cmudig/ai-clinician-mimiciv","repo_kind":"official","path":"ai_clinician/modeling/models/common.py","file_url":"https://github.com/cmudig/ai-clinician-mimiciv/blob/HEAD/ai_clinician/modeling/models/common.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"bac11fc56deb3919"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}