Top Secret: A Novel Text Filtering Tool for Protecting Sensitive Information

Protecting sensitive information is crucial when interacting with chatbots and LLMs. Top Secret is a new tool that combines regular expressions and Named Entity Recognition (NER) to effectively filter sensitive information, such as PII and locations, from free text. Beyond filtering, Top Secret generates a mapping to restore filtered values in responses, ensuring conversational integrity without compromising sensitive data. It also functions as a database validation tool, preventing sensitive information from being stored. Top Secret offers flexible configuration, allowing filters to be enabled or disabled as needed.
Read more