Default NER data patterns
Summarize
Summary of Default NER data patterns
Named Entity Recognition (NER) based discovery in ServiceNow enables detection of sensitive data that does not follow fixed patterns, such as personal names, organizations, nationalities, and political affiliations. This feature supports various Data Privacy capabilities by leveraging NER model data patterns categorized as typeModel. It requires an additional $0 SKU activation and installation of the latest GenAI Controller (sn.generative.ai) with admin privileges.
Show less
Key Features
- Data Discovery: Use NER data patterns in Data Discovery jobs governed by Data Discovery policies.
- Data Anonymization: Anonymize sensitive information detected via NER patterns by selecting the Data Pattern Anonymization technique in anonymization policies and activating the corresponding patterns under Active Data Patterns.
- Real-time Anonymization: Enable real-time anonymization of entries containing NER data patterns by adding those patterns to Active Data Patterns.
- Data Privacy Masking: Mask NER data patterns when configuring Data Privacy for Now Assist.
Practical Data Patterns Included
The system includes predefined NER data patterns to identify various sensitive entity types, including but not limited to:
- Address: Partial or full street-level addresses excluding city, state, country, and zip code.
- City: Names of towns or cities worldwide.
- Country: Sovereign nations or territories.
- Date & Time: Absolute or relative dates and times smaller than a day.
- Job Position: Specific organizational roles or job titles.
- Location: Politically or geographically defined locations such as mountains, regions, or bodies of water.
- Nationality, Religious, or Political Groups (NRP): Person’s nationality or group affiliations.
- Organization: Names of companies or institutions.
- Person: Full personal names including first, middle, and last names.
- Salary: Numeric earnings values often with currency symbols.
- State: States, provinces, or similar regions worldwide.
Why This Matters
By using NER data patterns, ServiceNow customers can enhance their sensitive data discovery and anonymization efforts beyond traditional fixed pattern matching. This is critical for complying with data privacy regulations and protecting sensitive information effectively across their enterprise data landscape.
Expectations for Use
To leverage these NER patterns, customers must enable the feature via SKU and ensure the GenAI Controller is installed. They can then incorporate NER patterns into discovery, anonymization, masking, and real-time anonymization workflows to improve data privacy management across their environments.
Use Named Entity Recognition (NER) based discovery to help discover sensitive data that does not follow fixed patterns.
sn.generative.ai
installed on their instance (which requires the admin role).- Running Data Discovery jobs using Data Discovery policies.
- Running Anonymization jobs using Data Anonymization Policies. Note:To anonymize any NER data pattern within text in a classified column, you need to select the Data Pattern Anonymization technique when creating the anonymization policy. Then, ensure that each NER data pattern is added to Active Data Patterns.
- Real time anonymization of entries containing NER data patterns. Note:This capability requires adding the NER data pattern to Active Data Patterns.
- Masking NER data patterns when configuring Data Privacy for Now Assist.
| Name | Description | Named Entity Recognition | Keywords | Examples |
|---|---|---|---|---|
| Address | A full or partial location identifier, including street names, unit / plot numbers, but excludes city, state, country and zip code. | ADDRESS |
|
|
| City | The name of a city or town from regions and countries around the world. | CITY |
|
|
| Country | The name of a sovereign nation or territory. | COUNTRY |
|
|
| Date & Time | Absolute or relative dates or periods or times smaller than a day. | DATE_TIME |
|
|
| Job position | A specific role or set of responsibilities within an organization, designated to be filled by an employee. | JOB_POSITION |
|
|
| Location | Name of politically or geographically defined location (cities, provinces, countries, international regions, bodies of water, mountains | LOCATION |
|
|
| Nationality, religious or political groups (NRPs) | A person's nationality, religious or political group. | NRP |
|
|
| Organization | Name of organization. | ORGANIZATION |
|
|
| Person | A full person name, which can include first names, middle names or initials, and last names. | PERSON | Fred Luddy, Abel Tuter, Abraham Lincoln |
|
| Salary | A numeric value representing an individual's earnings, often accompanied by currency symbols. | SALARY |
|
|
| State | States, Provinces, Prefectures and regions around the world. | STATE |
|