Skip to main content
Version: 2.2

Configure Classification Model rules

Classification Model rules define how the Model processes a hit. When a name is run against hit providers, they return the hit data. Based on the configured rules and threshold, each hit is given a hit score that determines whether it should be treated as False Positive or escalated.

Rules

Apply rules in the NSS Classification Model to determine if a hit should be marked False Positive. Rules require the following fields:

  • Name: name of an individual or organization

  • Location: country of present and past affiliation, ownership, or citizenship

  • Date: date and year of birth for an individual or date and year of a foundation for organizations

  • Type: hit type; individual (PERSON) or organization (ENTITY)

  • Gender: gender of the individual

If a field in the hit data from providers matches the input data, the Model marks it as Matched. Otherwise, the field is marked Mismatched. The Model marks it as Not Available if no data is provided on either side.

Thresholds

For each hit, the Model provides a hit score. You can define thresholds on the minimum hit score needed for escalation.

You can also define thresholds on the Location and Date fields to include neighboring countries and their respective types.

Default configuration

Decision matrix

The decision matrix below describes the default rule configuration of the NSS Classification Model for Name, Location, and Date, in which a hit is marked as False Positive. For all other cases, the hit is escalated for further review.

NameLocationDateResolution
MismatchedMismatchedMismatchedFalse Positive
MismatchedMatchedMatchedFalse Positive
MismatchedMismatchedMatchedFalse Positive
MismatchedNot AvailableNot AvailableFalse Positive
MismatchedNot AvailableMismatchedFalse Positive
MismatchedMismatchedNot AvailableFalse Positive

Thresholds

See the default threshold values in the table below:

ThresholdDefault value
Name matching similarity0.8
Date matching threshold365

To configure values to your needs, see Tuning Model.

Stopwords

Stopwords are common words like "the," "and," or "is" that are typically excluded from the text analysis as they do not carry a significant meaning.

By default, the following categories of stopwords are filled in:

  • Geographical: stopwords related to geographic terms
  • Financial: stopwords related to financial terms
  • Company: stopwords related to company-specific terms
  • Miscellaneous: general stopwords that are not domain-specific

To add more stopwords and set up custom ones specific to your domain, see Tuning Model.

Tuning Model

To fine-tune the Model, perform the following steps:

  1. In Control Tower, go to AutoML > Datasets and create an empty dataset.

  2. Name the new dataset and select the Tabular type.

  3. In AutoML > Models, choose NSS Classification Model version 2.4.2 and click Copy to modify.

  4. In the Prototype step, in the Model ID field, specify a new Model ID and click Next.

  5. In the Testing step, choose the dataset you created and click Next.

  6. In the Rules step, set up the Model rules.

    You can define rules based on the Name, Location, Date, Type, and Gender by selecting the appropriate fields. For the default configuration, see Decision matrix.

    To add a new field, first, remove all existing rules.

  7. Click Start.

  8. In AutoML > Models, check that the new Model is created.

  9. Go to NSS skill settings, and in the Model step, in the NSS Classification Model box, choose the newly created Model to run your Business Process.