Training methods
arxiv arXiv cs.LG · 1d ago HealthBench · 50.1% · 10 views

Fathom-Vaidya improves medical reasoning with rubric-based rewards

The authors introduce Fathom-Vaidya, a 30B parameter model that uses synthetic data and rubric-based reinforcement learning to enhance diagnostic and clinical healthcare reasoning. The training framework first applies rule-guided RL to MedBullets-derived questions for diagnosis, then utilizes 5.3k synthetic multi-turn scenarios with multi-dimensional rubrics for interactive clinical tasks.

arxiv arXiv cs.AI · 1d ago HealthBench · 50.1% · 12 views

Fathom-Vaidya improves medical reasoning with rubric-based rewards

The authors introduce Fathom-Vaidya, a 30B parameter model that uses synthetic data and rubric-based reinforcement learning to enhance both diagnostic and clinical healthcare reasoning. The training framework first targets diagnostic accuracy using MedBullets-derived questions and then addresses multi-turn clinical interactions through 5.3k generated scenarios with multi-dimensional rubrics.

lab Hugging Face Blog · 9d ago · 16 views

TRL v1.14 AsyncGRPOTrainer enables LoRA-only sync across Hugging Face Jobs

TRL v1.14 introduces LoRA support to the AsyncGRPOTrainer, allowing it to train a Low-Rank Adaptation adapter and synchronize only that small file to vLLM inference workers. This architecture decouples training and generation jobs on separate machines by using a shared Storage Bucket as a filesystem bridge, eliminating the need for NCCL or direct network communication between nodes.

media MarkTechPost · 12d ago Berkeley Function-Calling Leaderboard · 83.2% · 18 views

Google Research releases ToolGrad, a tool-use data generation framework

Researchers from Google and several Japanese universities have introduced ToolGrad, a framework that inverts the traditional pipeline for generating tool-use datasets by constructing verified API chains first and then writing matching user queries. This approach aims to eliminate the inefficiency of query-first methods that often fail during agent exploration.