paper-with-me

홈 › Papers

Small LLMs for Biomedical Claim Verification: Cost-Effective Fine-Tuning, Structural Dataset Shortcuts, and Cross-Domain Generalization

2026-06-11 · Gaurav Kumar arxiv

Large Language Models such as GPT-4o and GPT-5 achieve strong zero-shot performance on biomedical claim verification, but cost and opacity limit scalable use. We fine-tune three small LLMs: Phi-3-mini (3.8B), Qwen2.5-3B, and Mistral-7B, via QLoRA on SciFact and HealthVer, providing the first study of QLoRA models against GPT-4o and fine-tuned BioLinkBERT encoders. Mistral-7B QLoRA surpasses both GPT-4o and GPT-5 (up to 12% F1 gain) at a fractional cost using just 1,008 training examples. We conduct extensive in-domain and cross-domain evaluation: models trained on SciFact tested on HealthVer and vice versa, at matched sizes to isolate dataset structure from data quantity. We identify a previously unreported structural artifact in SciFact that inflates in-domain scores, and show through bidirectional out-of-domain evaluation that training on structurally sound data enables robust cross-domain transfer. We plan to release all code and adapter checkpoints.

📄 PDF Abstract BibTeX arXiv:2606.12854

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

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

2026-03-05 · Qiao Jin, Yin Fang, Lauren He, Yifan Yang 외 arxiv

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 performanc…

SciClaims: An End-to-End Generative System for Biomedical Claim Analysis

2025-03-24 · Raúl Ortega, José Manuel Gómez-Pérez

Validating key claims in scientific literature, particularly in biomedical research, is essential for ensuring accuracy and advancing knowledge. This process is critical in sectors like the pharmaceutical industry, where…

Claim VerificationInformation RetrievalRetrieval

DecomposeRL: Learning to Ask Useful, Informative, and Diverse Questions for Semi-Supervised, Traceable Claim Verification

2026-05-27 · Shubhashis Roy Dipta, Ankur Padia, Francis Ferraro arxiv

Claim verification splits between end-to-end classifiers that are accurate but yields no inspectable traces, and decomposition-based methods produce inspectable traces but lag performance on benchmark datasets. We propos…

What Makes Medical Claims (Un)Verifiable? Analyzing Entity and Relation Properties for Fact Verification

2024-02-02 · Amelie Wührl, Yarik Menchaca Resendiz, Lara Grimminger, Roman Klinger

Biomedical claim verification fails if no evidence can be discovered. In these cases, the fact-checking verdict remains unknown and the claim is unverifiable. To improve upon this, we have to understand if there are any …

AnatomyClaim VerificationFact CheckingFact Verification+1

MedRAGChecker: Claim-Level Verification for Biomedical Retrieval-Augmented Generation

2026-01-10 · Yuelyu Ji, Min Gu Kwak, Hang Zhang, Xizhi Wu 외 arxiv

Biomedical retrieval-augmented generation (RAG) can ground LLM answers in medical literature, yet long-form outputs often contain isolated unsupported or contradictory claims with safety implications. We introduce MedRAG…

Natural Language Inference