PII (Personally Identifiable Information)
Refers to information that can identify a specific individual on its own or in combination with other details, such as names, resident registration numbers, and contact details. It is a critical management subject for preventing data leakage and ensuring legal compliance during AI adoption.
Detailed explanation
Why it matters in tool selection
Because public AI models may use inputs for training, once data containing internal PII is leaked externally, it cannot be retrieved. This directly leads to violations of GDPR and the local PIPA, making it essential to select tools where data rights belong to the user and settings to exclude training are available.
What to check
- Whether input data is utilized for model retraining and if an opt-out (training exclusion) feature is provided
- Whether real-time detection of PII within prompts and automatic de-identification (anonymization) technology are applied
- The location of data storage and processing (sovereignty) and possession of security certifications like SOC 2 and ISO 27001
Example
When using AI to summarize customer service histories, a representative example of a PII protection measure is automatically replacing the customer's real name and phone number with '***' or 'CUSTOMER_NAME' before transmitting it to the model.