Papers › Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative...

Can Post-Training Turn LLMs into Good Medical Coders? An Empirical Study of Generative ICD Coding

11 Jun 2026arXiv:2606.13940added by Syntology

Ziqing Wang, Weihao Li, Shijie Chen, Yuan Luo, Kaize Ding

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Automated International Classification of Diseases (ICD) coding is a core medical-coding task for billing, epidemiology, and clinical decision support. Generative large language models (LLMs) are often reported as weak medical coders, but this finding mainly comes from inference-time settings such as prompting, retrieval, reranking, or tool use, leaving the role of task-specific post-training underexplored. We present a controlled empirical study of post-training for generative ICD coding, comparing discriminative baselines with LLM coders across prompting, supervised fine-tuning, and reinforcement learning under a common protocol and metric set. To our knowledge, this is the first study to evaluate RL-based post-training for generative LLM coders in ICD coding. We further introduce PHI, a diagnostic curriculum that extends GRPO to refine missed-code cases. Our results show that prompting-only evaluation substantially underestimates the potential of LLMs for ICD coding. SFT provides the main capability jump, GRPO further improves code-set prediction beyond SFT, and PHI provides targeted gains on macro-level performance. These findings suggest that the main bottleneck is not the generative formulation alone, but how the model is adapted and optimized for full-taxonomy recall. We release our code, data splits, and checkpoints at https://github.com/AlexandreWANG915/LLM4ICD.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.13940")

Code

Syntology Ran 16 of 16 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 16 ran with no contract checked.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 16 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AlexandreWANG915/LLM4ICD found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 16 ran; 0 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

16ran

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from AlexandreWANG915/LLM4ICD. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: 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. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_system_line AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd_grpo.py found in paper text by Syntology ran Apache-2.0 (permissive) · be5b9a6b5565fa3e · report
build_weights AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd_reward_weights.py found in paper text by Syntology ran Apache-2.0 (permissive) · 81961f343387efcc · report
compute_code_weights AlexandreWANG915/LLM4ICD/EasyR1/tasks/update_hint_pool.py found in paper text by Syntology ran Apache-2.0 (permissive) · 93329a143abd1c75 · report
copy_no_hint AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_hint_data.py found in paper text by Syntology ran Apache-2.0 (permissive) · 3aecda4a3c9b6953 · report
filter_allowed_codes AlexandreWANG915/LLM4ICD/EasyR1/tasks/icd_label_space.py found in paper text by Syntology ran Apache-2.0 (permissive) · 585066208fb665f0 · report
insert_dx_dot AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd9_descriptions.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 33995b5c5fdcbe54 · report
insert_sg_dot AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd9_descriptions.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 5fe6aa0c222418f7 · report
normalize_code AlexandreWANG915/LLM4ICD/EasyR1/tasks/icd_label_space.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 81fe8d20d095447b · report
parse_answer_codes AlexandreWANG915/LLM4ICD/EasyR1/tasks/icd_label_space.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · e64f1557f10b5520 · report
parse_assistant_codes AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd_grpo.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · eb6f308f2f95650e · report
parse_cms_file AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd9_descriptions.py found in paper text by Syntology ran Apache-2.0 (permissive) · 913cd30ae0a71375 · report
parse_gt AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_hint_data.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d9c1775debbd7fd3 · report
sample_id AlexandreWANG915/LLM4ICD/EasyR1/tasks/inference_on_train.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 4cfdf11de3ea33a7 · report
sample_id AlexandreWANG915/LLM4ICD/EasyR1/tasks/update_hint_pool.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · 2290618303feb7da · report
strip_sft_boilerplate AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_icd_grpo.py found in paper text by Syntology ran fingerprinted Apache-2.0 (permissive) · d758bdea4700ae30 · report
write_train_with_hint_pool AlexandreWANG915/LLM4ICD/EasyR1/tasks/prepare_hint_data.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0293939a97819f97 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.13940, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 2 leaderboards for this paper and placed the paper on none of them: 1 rejected by the independent check; 1 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections