Skip to content

Scalable privacy risk assessment of medical data processed by large language models

Aug 2026 · Journal of Supercomputing · Vol 82 · 0 citations · 36 references

TL;DR

This paper empirically evaluates ChatGPT 3.5 and 4.0 using over 23,000 real user-generated medical queries, assessing their susceptibility to privacy breaches through quasi-identifiers such as age, location, phone number and national registration number and proposes a scalable privacy evaluation model that combines k-anonymity, l-diversity, t-closeness, entropy, re-identification risk and delta-disclosure.

View source

Similar papers

FAIR and Square: Privacy Compliance Framework for Healthcare Databases

Initial evaluations using various machine-learning algorithms on pre-and post-generalized datasets demonstrate the privacy framework’s effectiveness in mitigating privacy risks while preserving data usability.

Ze-Yang Zhu, Matthias N. Louws, Roland V. Bumbuc et al. · 0 citations
Review Open access Aug 2026

Recent Advances in Text Anonymization: A Systematic Review

This survey provides the first comprehensive and systematic review of text anonymization methods published between 2020 and 2025, covering 48 primary studies identified through a structured search and rigorous screening procedure and reveals a growing shift from identifier‐centric de‐identification toward context‐aware anonymization.

Marina Litvak, A. Jorge · 0 citations
Conference Open access 2026

A Serverless Client-Side Privacy Index for Sensitive Data Processing

: The widespread adoption of data-driven systems has intensified concerns regarding the protection of sensitive information and the assessment of privacy risks. Although numerous privacy-preserving techniques and models have been proposed, quantifying and interpreting the level of privacy achieved remains challenging, particularly for non-expert users. This paper introduces the Privacy Index, a unified metric designed to aggregate multiple privacy-related factors into a single, interpretable score. The proposed approach integrates the validation of established privacy models, detection of anonymization techniques, and estimation of re-identification risk under different attacker assumptions. To support practical usage, we develop a serverless, client-side web application that automatically processes structured datasets by classifying attributes and computing the Privacy Index without transmitting data externally. Experimental evaluation demonstrates that the attribute classification component achieves average confidence levels above 88% across multiple datasets, correctly identifying all direct identifiers with high reliability. The system successfully validates privacy models such as k -anonymity and l -diversity and effectively distinguishes between poorly and well-anonymized datasets. The tool is open-source, its code is available at https://github.com/ieeta-mith/DataPrivScore and a demo is available through https://ieeta-mith.github.io/DataPrivScore/.

José A. Gameiro, J. Oliveira, João Rafael Almeida · 0 citations
Conference Jul 2026

Governance-Aware, Privacy-Preserving Retrieval-Augmented Large Language Models for Clinical Triage Decision Support

Large Language Models (LLMs) offer significant potential for clinical decision support, but their deployment is constrained by hallucination, privacy risks, and limited interpretability. Retrieval-Augmented Generation (RAG) improves reliability by grounding outputs in patient-specific electronic health records (EHRs); however, it introduces new challenges related to sensitive data exposure. This paper proposes a governanceaware, privacy-preserving RAG framework for clinical triage decision support using the MIMIC-IV-Ext dataset. The framework integrates retrieval-based grounding, differential privacy, explainability, and an agentic orchestration layer within a unified architecture. An $\epsilon$-ledger is introduced to track cumulative privacy expenditure, and a Privacy-Utility-Explainability (PUE) framework is used to systematically evaluate trade-offs. Experimental results demonstrate that the proposed approach improves classification performance (e.g., achieving up to 82% accuracy and 88% AUROC) and reduces under-triage risk, while privacy mechanisms introduce only modest performance degradation. Retrieval-based attribution further enhances interpretability by linking predictions to clinically relevant cases. These results highlight the effectiveness of combining retrieval, privacy, and explainability for developing trustworthy and deployable healthcare AI systems.

A. K. I. Riad, Md Abdul Barek, Hossain Shahriar et al. · 0 citations
Preprint Aug 2026

Beyond Direct Identifiers: Probabilistic Privacy Risk Estimation for Privacy-Conscious LLM Query Delegation

Recent work on protecting privacy during user-LLM interactions often focuses on direct, explicit identifiers: the personally-identifiable information (PII) captured by standard detectors. One such approach is Privacy-Conscious Delegation (PCD), where a local LLM acts as an intermediary. However, privacy risk does not stem solely from explicit identifiers but also PII-free self-disclosures, leaving users identifiable through combinations of quasi-identifying traits. We investigate a probabilistic variant of PCD, where we augment its objectives with an LLM-driven probabilistic estimation of k-anonymity. To facilitate this, we first create the PUPA-SD dataset, which contains naturalistic user queries with self-disclosure. Our preliminary results indicate that optimizing PAPILLON on PUPA-SD improves quality on unseen conversations across a variety of local models and produces the best privacy-utility balance for Llama-3.2-3B, while smaller models struggle to jointly optimize quality and privacy. We propose k-anonymity as a useful auxiliary metric for tackling PCD.

Li Siyan, Zhou Yu, Julia Hirschberg · 0 citations