The AWS Machine Learning Blog described a configurable personal data detector that uses Amazon Bedrock large language models to identify PII. Data categories are defined in configuration rather than fixed in software code.

According to the publication synopsis, such a detector adapts to new entity types without additional training. In the claimed comparison, it outperformed an off-the-shelf tool across five public corpora and among nine large language model-based detectors.

The practical implication of the approach is the ability to change the list of checked data types without retraining the system. However, the available package lacks details regarding test sets, metrics, models, and application limitations.