Pragma-VL: Towards a Pragmatic Arbitration of Safety and Helpfulness in MLLMs

Abstract

Multimodal Large Language Models (MLLMs) pose critical safety challenges, as they are susceptible not only to adversarial attacks such as jailbreaking but also to inadvertently generating harmful content for benign users. While internal safety alignment via Supervised Fine-Tuning (SFT) and Reinforcement Learning (RL) is a primary mitigation strategy, current methods often face a safety-utility trade-off: they either refuse benign queries out of excessive caution or overlook latent risks in cross-modal interactions. To resolve this, we introduce Pragma-VL, an end-to-end alignment algorithm that enables MLLMs to pragmatically arbitrate between safety and helpfulness. First, we enhance visual risk perception with a novel cold-start SFT stage. This is achieved by applying risk-aware clustering to the visual encoder and using an interleaved dataset of risk descriptions and high-quality data. Second, we introduce a theoretically-guaranteed reward model that leverages synergistic learning. We train it with a novel data augmentation method that assigns dynamic weights based on the queries, enabling contextual arbitration between safety and helpfulness. Extensive experiments show that Pragma-VL effectively balances safety and helpfulness, outperforming baselines by 5% to 20% on most multimodal safety benchmarks while preserving its general capabilities in areas such as mathematics and knowledge reasoning.

Cite

Text

Wen et al. "Pragma-VL: Towards a Pragmatic Arbitration of Safety and Helpfulness in MLLMs." International Conference on Learning Representations, 2026.

Markdown

[Wen et al. "Pragma-VL: Towards a Pragmatic Arbitration of Safety and Helpfulness in MLLMs." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/wen2026iclr-pragmavl/)

BibTeX

@inproceedings{wen2026iclr-pragmavl,
  title     = {{Pragma-VL: Towards a Pragmatic Arbitration of Safety and Helpfulness in MLLMs}},
  author    = {Wen, Ming and Yang, Kun and Chen, Xin and Zhang, Jingyu and Han, Dingding and Cui, Shiwen and Xu, Yuedong},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/wen2026iclr-pragmavl/}
}