English

MoBayes: A Modular Bayesian Framework for Separating Reasoning from Language in Conversational Clinical Decision Support

Machine Learning 2026-05-26 v3 Artificial Intelligence Computation and Language

Abstract

Large language models (LLMs) are increasingly used for conversational clinical decision support, yet they conflate next token prediction with probabilistic decision making. We argue that this conflation reflects an architectural limitation: such systems lack explicit posterior tracking, controllable abstention thresholds, and auditable reasoning chains. We introduce MoBayes, a Modular Bayesian dialogue framework that separates reasoning from language. The LLM acts only as a language interface, parsing patient conversation into structured observations, while a Bayesian module performs probabilistic inference over these observations to update posteriors, select follow-up questions via expected-information-gain and determine when to stop or defer through calibrated decision thresholds. This design enables explicit posterior tracking, controllable selective decision-making, and replaceable population-specific statistical backends without retraining the language model. Across empirical and LLM-generated knowledge bases, MoBayes outperforms standalone frontier LLM doctors, including matched model-family comparisons where inexpensive sensor models paired with MoBayes exceed larger autonomous models at lower cost. The advantage persists under adversarial patient communication styles and across varying diagnostic scenarios. These results suggest that reliable conversational clinical decision support systems should separate probabilistic reasoning from language generation rather than scaling model size alone. Code is available at https://anonymous.4open.science/r/MoBayes/

Keywords

Cite

@article{arxiv.2604.20022,
  title  = {MoBayes: A Modular Bayesian Framework for Separating Reasoning from Language in Conversational Clinical Decision Support},
  author = {Yusuf Kesmen and Fay Elhassan and Jiayi Ma and Julien Stalhandske and Yena Chang and David Sasu and Alexandra Kulinkina and Akhil Arora and Lars Klein and Mary-Anne Hartley},
  journal= {arXiv preprint arXiv:2604.20022},
  year   = {2026}
}

Comments

50 pages including appendix, 13 figures, 22 tables. Preprint

R2 v1 2026-07-01T12:29:26.562Z