Medmarks: A Comprehensive Open-Source LLM Benchmark Suite for Medical TasksBenjamin Warner, Ratna Sagari Grandhi, Max Kieffer et al.
Evaluating large language models (LLMs) for medical applications remains challenging due to benchmark saturation, limited data accessibility, and insufficient coverage of relevant tasks. Existing suites have either saturated, heavily depend on restricted datasets, or lack comprehensive model coverage. We introduce Medmarks, a fully open-source evaluation suite with 30 benchmarks spanning question answering, information extraction, medical calculations, and open-ended clinical reasoning. We perform a systematic evaluation of 61 models across 71 configurations using verifiable metrics and LLM-as-a-Judge. Our results show that frontier reasoning models (Gemini 3 Pro Preview, GPT-5.1, & GPT-5.2) achieve the highest performance across both benchmarks, most frontier proprietary models are significantly more token efficient than open-weight alternatives, medically fine-tuned models outperform their generalist counterparts, and that models are susceptible to answer-order bias (particularly smaller models and Grok 4). A subset of our evals (Medmarks-T) can be directly used as reinforcement learning environments to post-train LLMs for medical reasoning. Code is available at https://github.com/MedARC-AI/Medmarks
7.5ITJun 30
Self-Dual Cyclic Codes with Improved Minimum Distance Estimates via Extending the Chen-Ding ConstructionBofeng Huang, Jingwei Zhang, Chang-An Zhao
Self-dual cyclic codes have garnered significant interest owing to their rich algebraic structures and wide-ranging applicability. Their construction and the establishment of lower bounds on their minimum distances are fundamental problems in coding theory. Chen and Ding laid an important foundation for the construction of self-dual cyclic codes in the case where the multiplicative order of $q$ module $n$, denoted by $\operatorname{ord}_n(q)$, is odd. Building on their work, we extend the investigation to the case of even order $\operatorname{ord}_n(q)$ and demonstrate that the minimum distances of the resulting self-dual cyclic codes satisfy square-root lower bounds. By examining the consecutive zero segments in the defining set of the dual code, we determine the exact parameters of Euclidean self-dual cyclic codes with even $\operatorname{ord}_n(q)$ and Hermitian self-dual cyclic codes with odd $\operatorname{ord}_n(q)$. Furthermore, for Euclidean self-dual cyclic codes with odd $\operatorname{ord}_n(q)$ and Hermitian self-dual cyclic codes with even $\operatorname{ord}_n(q)$, we introduce a refined parameter selection that leads to larger minimum distances with the same code length and dimension. This approach also yields tighter lower bounds for several families of self-dual cyclic codes. This work enriches the theory of self-dual cyclic codes and offers new insights into estimating lower bounds on their minimum distances.
15.2CLJun 20
Where Does the Signal Live? A Web Data Recipe for Medical Encoder PretrainingBofeng Huang, Jacques Sun, Diane Bouchacourt et al.
Web data curation has been widely studied for decoder Large Language Model (LLM) pretraining. Encoders for dense-terminology domains such as medicine, by contrast, are pretrained on small, manually-curated corpora that limit scalability and writing style diversity, a bottleneck even more severe in non-English clinical settings. Whether web-scale data curation also benefits encoder Masked Language Modeling (MLM) in a dense-terminology domain remains an open question. To address this, we introduce two complementary levers. Medical-term density filtering selects documents rich in medical terms. Signal-amplifying rephrasing uses an LLM to rewrite documents into denser variants with broader entity contexts. We instantiate the recipe on French medical NLP. The medical-term density filter outperforms the widely-used educational quality filter on downstream medical tasks, and the two complement each other. Signal-amplifying rephrasing alone improves on raw web data, and mixing it with filtered web data produces the largest gain. The recipe yields FineMed, a French medical pretraining corpus, and DoctoBERT, a state-of-the-art French medical encoder family evaluated on both the public benchmark DrBenchmark and a proprietary clinical Named Entity Recognition (NER) task.