Skip to content

Same Facts, Different Updates: Inference Setup Shapes LLM Behavior in Medical Allocation

Jun 2026 · 0 citations · 32 references
Computer Science

TL;DR

This work studies a medical example in which a model is asked to assign resource-allocation probabilities to two people given brief clinical context, and then sees the same scenario with a single extra sentence containing contrasting patient information, showing the context-dependent effect of patient information in a sensitive medical use case.

Abstract

Large language models are being incorporated into sensitive and important decision-making processes across nearly all fields. While prior work studies model bias around inputs and scenario framing, models can also behave in unexpected and undesirable ways due to context accumulated over their deployment. In this work, we study a medical example in which a model is asked to assign resource-allocation probabilities to two people given brief clinical context, and then sees the same scenario with a single extra sentence containing contrasting patient information, either with or without its previous response in context. Across three of four tested models, the paired-context and independent-inference experiments have different probability shifts, often in opposite directions (in favor of Person B vs. in favor of Person A) when new information is provided. We include additional paired-context experiments to show the effect of varying attributes across scenario axes. Our findings show the context-dependent effect of patient information in a sensitive medical use case. More broadly, our work shows the importance of carefully incorporating LLM-based systems into decision-making processes, context engineering, and further model behavioral studies.

View source

Similar papers

Conference Open access Jul 2026

When Confidence Fails: Overconfidence in LLMS Under Uncertainty and Missing Clinical Information

An evaluation framework based on the MedMCQA dataset consisting of two complementary uncertainty settings is proposed, which introduces linguistic uncertainty cues through prompt modifications to simulate ambiguous clinical contexts and observes significant variation across models in their ability to abstain when the correct answer is unavailable.

Maryam Tahermazandarani, Adnan Mahmood, Fahmida Islam et al. · 0 citations
Preprint Jul 2026

Amortising Bayesian Experimental Design for Sequential Information Gathering in LLMs

Amortised Sequential Information Gathering (ASIG), a fine-tuning approach that amortises Bayesian Experimental Design into LLM policies via a multi-turn extension of Group Relative Policy Optimisation with an Expected Information Gain reward, is introduced.

Jakob Hartmann, James Harvey, Jhonathan Navott et al. · 0 citations
Conference Open access 2026

LLMs (Almost) Never Abstain Under Medical Uncertainty

MedQAbstain is introduced, a benchmark explicitly designed to evaluate medical abstention under uncertainty, and finds that state-of-the-art LLMs systematically overcommit, rarely abstaining even when the question itself is hidden.

Alessio Cocchieri, Luca Ragazzi, Giuseppe Tagliavini et al. · 2 citations
Preprint Jul 2026

More Data, Worse Decisions? Preference Reversals in Neural Networks under Gram Incompatibility

This work shows that pooled refitting recomputes the inverse-Gram geometry used to weight source evidence, which can reverse shared preferences, and derive exact and approximate preservation conditions, and develops a three-stage audit that traces strict pairwise reversals through decision changes to task-defined utility loss.

Yanli Yan, Yuanzheng Li, Yong Zhao et al. · 0 citations
Open access Jul 2026

Mitigating medical bias in large language models by prompt engineering: an empirical study of effectiveness and trade-offs.

Five widely used prompting strategies across five influential LLMs in the latest medical bias benchmark reveal substantial heterogeneity in both effectiveness and overhead across models, with no strategy proving universally effective and some even exacerbating bias.

Ying Xiao, Zhenpeng Chen, Jie M. Zhang · 1 citation

Related blog posts