Vectors Are Not Neutral: Sensitive-Information Inference from Exported LLM Representations in Summarization

TL;DR

SurfaceLoRA method reduces sensitive information inference risk in LLM-exported vectors while maintaining summarization performance.

cs.CL 🔴 Advanced 2026-05-26 37 views
Weixin Liu Bowen Qu Juming Xiong Congning Ni Bradley A. Malin Zhijun Yin
large language models privacy protection information leakage clinical data vector representation

Key Findings

Methodology

The study uses the SurfaceLoRA method, which attaches a gradient reversal discriminator to exported vectors to reduce sensitive information recoverability. The MIMIC-IV-Ext-BHC dataset was used, focusing on auditing the final token hidden state and mean-pooled prompt representation.

Key Results

  • SurfaceLoRA reduces EHR-recorded race recoverability to near chance under a five-way probing protocol while maintaining summarization utility.
  • Even when reducing recoverability on targeted vectors, untargeted pooled vectors still show high recovery ability.
  • Findings indicate that privacy auditing and mitigation should be performed on the exact vector artifact retained or exposed to downstream components.

Significance

The study highlights potential information leakage risks in LLM-exported vectors, especially in clinical data processing. By introducing the SurfaceLoRA method, it provides a new approach to privacy protection, emphasizing precise privacy auditing and mitigation in information processing workflows.

Technical Contribution

The paper introduces SurfaceLoRA, a parameter-efficient fine-tuning method for exported vectors that combines LoRA and gradient reversal techniques. It significantly reduces sensitive information recoverability while maintaining summarization quality, offering new technical avenues for privacy protection.

Novelty

This is the first systematic audit and mitigation of sensitive information leakage risks in LLM-exported vectors. Compared to existing work, SurfaceLoRA achieves finer privacy control on specific vector artifacts.

Limitations

  • SurfaceLoRA still shows high sensitive information recovery ability on untargeted pooled vectors, indicating the need for further research to comprehensively reduce leakage risks across all vectors.
  • The method's applicability to other types of sensitive information (e.g., gender, age) has not been verified.

Future Work

Future research directions include extending the SurfaceLoRA method to cover more types of sensitive information and validating its effectiveness on other datasets and application scenarios. Additionally, exploring ways to further reduce leakage risks on untargeted vectors without affecting utility is crucial.

AI Executive Summary

In large language models (LLMs), exported vectors may leak sensitive information, particularly in clinical data processing. Existing privacy protection measures often fail to effectively prevent such information leakage. To address this issue, the paper proposes the SurfaceLoRA method, which significantly reduces sensitive information recoverability by attaching a gradient reversal discriminator to exported vectors.

The SurfaceLoRA method was validated on the MIMIC-IV-Ext-BHC dataset, focusing on auditing the final token hidden state and mean-pooled prompt representation. Experimental results show that the method reduces EHR-recorded race recoverability to near chance under a five-way probing protocol while maintaining summarization utility. However, untargeted pooled vectors still show high recovery ability, indicating the need for further research.

The study reveals potential information leakage risks in LLM-exported vectors and provides a new approach to privacy protection. Future research directions include extending the SurfaceLoRA method to cover more types of sensitive information and validating its effectiveness on other datasets and application scenarios.

Deep Analysis

Background

With the widespread application of large language models in text summarization, the privacy leakage risk of exported vectors has gradually attracted attention. Especially in clinical data processing, exported vectors may leak sensitive information such as race and gender. Existing privacy protection measures often fail to effectively prevent such information leakage.

Core Problem

The core problem is that even if source documents are access-restricted, exported vectors may still support sensitive information inference, creating an information leakage risk. This issue is particularly acute in clinical data processing, where patient privacy is paramount.

Innovation

The SurfaceLoRA method significantly reduces sensitive information recoverability by attaching a gradient reversal discriminator to exported vectors. Unlike traditional methods, SurfaceLoRA focuses on privacy protection of specific vector artifacts, providing finer control.

Methodology

  • �� Use the MIMIC-IV-Ext-BHC dataset for experiments
  • �� Audit the final token hidden state and mean-pooled prompt representation
  • �� Attach a gradient reversal discriminator to exported vectors
  • �� Evaluate the method's effectiveness using a five-way probing protocol

Experiments

Experiments used the MIMIC-IV-Ext-BHC dataset, focusing on auditing the final token hidden state and mean-pooled prompt representation. A five-way probing protocol was used to evaluate the effectiveness of the SurfaceLoRA method, with comparisons to baseline methods.

Results

The SurfaceLoRA method reduces EHR-recorded race recoverability to near chance under a five-way probing protocol while maintaining summarization utility. However, untargeted pooled vectors still show high recovery ability.

Applications

The method can be used in text summarization scenarios where sensitive information protection is required, especially in medical and legal fields. By reducing sensitive information recoverability in exported vectors, SurfaceLoRA offers new technical avenues for privacy protection.

Limitations & Outlook

SurfaceLoRA still shows high sensitive information recovery ability on untargeted pooled vectors, indicating the need for further research to comprehensively reduce leakage risks across all vectors. Additionally, the method's applicability to other types of sensitive information has not been verified.

Plain Language Accessible to non-experts

Imagine you are cooking in a kitchen, where the ingredients are your data and the recipe is the large language model. Each time you cook a dish (generate a summary), you leave a copy of the recipe (exported vector). Even if you don't let others see the original ingredients (source document), they might guess what ingredients you used (infer sensitive information) from the recipe. SurfaceLoRA is like a special spice that makes the recipe hard to guess, thus protecting your ingredient secrets.

ELI14 Explained like you're 14

Imagine you're playing a game where your mission is to protect a secret base (your data). Each time you complete a mission (generate a summary), you leave a mission log (exported vector). Even if enemies can't see your base, they might guess its location from the log. SurfaceLoRA is like a magical barrier that makes the log hard to crack, keeping your base safe from discovery. Cool, right?

Glossary

Large Language Model (LLM)

An advanced AI model capable of generating and understanding natural language.

Used for text summarization, potentially leaking sensitive information.

Vector Representation

The process of converting text data into numerical form for computer processing.

Used for information transfer but may leak privacy.

Gradient Reversal

A technique that reverses the gradient direction during training for adversarial learning.

Used in SurfaceLoRA to reduce sensitive information recoverability.

MIMIC-IV-Ext-BHC

A clinical dataset derived from de-identified electronic health records.

Used to validate the effectiveness of the SurfaceLoRA method.

Information Leakage

Unauthorized disclosure of information, potentially leading to misuse of personal data.

May occur in LLM-exported vectors.

Open Questions Unanswered questions from this research

  • 1 How to further reduce leakage risks on untargeted vectors without affecting utility?
  • 2 What is the applicability of SurfaceLoRA to other types of sensitive information?

Applications

Immediate Applications

Medical Data Protection

SurfaceLoRA can be used to protect sensitive information in medical data, preventing unauthorized inference.

Long-term Vision

Widespread Application of Privacy Protection Technologies

As technology advances, SurfaceLoRA is expected to be applied in more fields, enhancing privacy protection levels.

Abstract

Large language model (LLM) summarization systems may pass compact vector representations of private inputs to downstream retrieval, monitoring, audit, or analytic workflows. Even when source documents remain access-restricted, derived vectors may be handled under different access controls and still support sensitive-information inference, creating a residual information-disclosure risk. We study this issue in clinical discharge-summary generation as a high-stakes case study, using electronic health record (EHR)-recorded race as a controlled sensitive-label audit. We audit two artifacts that a system might retain or expose to downstream components: the final prompt-token hidden state and the mean-pooled prompt representation. Our results show that reducing recoverability of the case-study sensitive label from one exported artifact does not necessarily reduce recoverability from another. As a mitigation case study, we introduce SurfaceLoRA, an exported-vector-targeted parameter-efficient fine-tuning method that uses a gradient-reversal discriminator attached to a designated exported vector. Under a balanced five-way probing protocol, SurfaceLoRA reduces EHR-recorded race recoverability from the targeted final-token artifact toward chance while preserving summarization utility, yet recoverability remains substantially higher from untargeted pooled artifacts. These findings show that privacy auditing and mitigation should be performed on the exact vector artifact retained or exposed to downstream components.

cs.CL