Papers › Med-V1: Small Language Models for Zero-shot and Scalable Biomedical Evidence Attribution

Med-V1: Small Language Models for Zero-shot and Scalable Biomedical Evidence Attribution

5 Mar 2026arXiv:2603.05308added by Syntology

Qiao Jin, Yin Fang, Lauren He, Yifan Yang, Guangzhi Xiong, Zhizheng Wang, Nicholas Wan, Joey Chan, Donald C. Comeau, Robert Leaman, Charalampos S. Floudas, Aidong Zhang, Michael F. Chiang, Yifan Peng, Zhiyong Lu

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

Assessing whether an article supports an assertion is essential for hallucination detection and claim verification. While large language models (LLMs) have the potential to automate this task, achieving strong performance requires frontier models such as GPT-5 that are prohibitively expensive to deploy at scale. To efficiently perform biomedical evidence attribution, we present Med-V1, a family of small language models with only three billion parameters. Trained on high-quality synthetic data newly developed in this study, Med-V1 substantially outperforms (+27.0% to +71.3%) its base models on five biomedical benchmarks unified into a verification format. Despite its smaller size, Med-V1 performs comparably to frontier LLMs such as GPT-5, along with high-quality explanations for its predictions. We use Med-V1 to conduct a first-of-its-kind use case study that quantifies hallucinations in LLM-generated answers under different citation instructions. Results show that the format instruction strongly affects citation validity and hallucination, with GPT-5 generating more claims but exhibiting hallucination rates similar to GPT-4o. Additionally, we present a second use case showing that Med-V1 can automatically identify high-stakes evidence misattributions in clinical practice guidelines, revealing potentially negative public health impacts that are otherwise challenging to identify at scale. Overall, Med-V1 provides an efficient and accurate lightweight alternative to frontier LLMs for practical and real-world applications in biomedical evidence attribution and verification tasks. Med-V1 is available at https://github.com/ncbi-nlp/Med-V1.

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="2603.05308")

Code

Syntology Ran 1 of 14 code samples harvested from 1 repository linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

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

ncbi-nlp/Med-V1 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

14 samples harvested; 1 ran; 0 honoured the contract we drafted; 13 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.

1ran · our draft was wrong
13unverified

Licence: 14 of the 14 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 ncbi-nlp/Med-V1. “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.

unpad_dataproto ncbi-nlp/Med-V1/training/grpo/verl/protocol.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 25f0ea3f460f6ce1 · report
get_generation_config ncbi-nlp/Med-V1/training/grpo/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · 660713a8fa047736 · report
get_huggingface_actor_config ncbi-nlp/Med-V1/training/grpo/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · fe79c459a3e4cc64 · report
get_med_v1_messages ncbi-nlp/Med-V1/utils.py found in paper text by Syntology unverified licence not identified · pointer only · d3a115a1fc91bae3 · report
get_weight_loader ncbi-nlp/Med-V1/training/grpo/verl/models/weight_loader_registry.py found in paper text by Syntology unverified licence not identified · pointer only · af005d03c2088909 · report
get_weight_saver ncbi-nlp/Med-V1/training/grpo/verl/models/weight_loader_registry.py found in paper text by Syntology unverified licence not identified · pointer only · 0cc9aa000ef7d88e · report
init_mcore_model ncbi-nlp/Med-V1/training/grpo/verl/models/mcore/registry.py found in paper text by Syntology unverified no licence file found · pointer only · 7352f43d0a5f4491 · report
init_mcore_model_dense ncbi-nlp/Med-V1/training/grpo/verl/models/mcore/model_initializer.py found in paper text by Syntology unverified licence not identified · pointer only · fcd502aa6ec64ff1 · report
init_mcore_model_llama4 ncbi-nlp/Med-V1/training/grpo/verl/models/mcore/model_initializer.py found in paper text by Syntology unverified licence not identified · pointer only · 1130ccf68867668b · report
init_mcore_model_qwen2_moe ncbi-nlp/Med-V1/training/grpo/verl/models/mcore/model_initializer.py found in paper text by Syntology unverified licence not identified · pointer only · 0427451a00a8e108 · report
load_json ncbi-nlp/Med-V1/utils.py found in paper text by Syntology unverified licence not identified · pointer only · d5a6f286ba2e7d66 · report
load_state_dict_to_megatron_gptmodel ncbi-nlp/Med-V1/training/grpo/verl/models/mcore/loader.py found in paper text by Syntology unverified no licence file found · pointer only · 0d364d43436cf1dd · report
parse_llm_output ncbi-nlp/Med-V1/utils.py found in paper text by Syntology unverified licence not identified · pointer only · e62cca418a7b8082 · report
squeeze ncbi-nlp/Med-V1/training/grpo/verl/utils/model.py found in paper text by Syntology unverified no licence file found · pointer only · 3b15e2ac7497c441 · report

Results from the paper

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

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