Source · arXiv cs.LG
arxiv arXiv cs.LG · 1d ago HealthBench · 50.1% · 9 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.LG · 8d ago Codeforces (Elo) · 98.2% · 25 views

Stellar Colosseum: many-agent harness for long-horizon math and TCS research

The authors introduce Stellar Colosseum, a model-agnostic harness designed to allocate inference across long-horizon research in mathematics and theoretical computer science. The system explores alternative strategies before proof construction, uses a readiness gate to determine when a route is mature enough for decomposition, and represents the proof plan as interdependent section-level subproblems.

arxiv arXiv cs.LG · 16d ago · 30 views

Speculative Uncertainty method cuts software engineering agent errors using draft-model gating

The authors present Speculative Uncertainty (SU), a technique that recovers a predictive failure signal for black-box LLM agents by analyzing their output tokens alone, without requiring access to logits, weights, or activations. By inverting speculative decoding, a small open-weight draft model scores the agent's trajectory in a single forward pass to extract phase-aware features and calibrate them against a verifiable objective.