# How does Screena handle common names?

We combine multiple technics to increase matching accuracy for common names.

[Secondary attributes-matching](/resources/faq/name-matching/how-does-secondary-attributes-matching-work.md) is one efficient method for automatically discarding a considerable portion of false hits.

In addition to secondary attributes-matching, our algorithms allow excluding matches for specific entity types. It is beneficial to prevent irrelevant matches of common names such as those of individuals or organizations against vessel names (e.g., "**Christina**" or "**Mariana**").

When secondary attributes are either missing or difficult to rely on due to data quality issues, our machine learning models have been extensively trained to overcome the challenges of names very common to specific cultures (e.g., "**Mohamed Ali**", "**Liu Wei**").

Furthermore, threshold sensitivity is automatically recalibrated based on the detected culture. This technique delivers better results for highly challenging cultures such as Chinese, Korean or Vietnamese.

Some machine learning features have been included to apply specific weighting to common name elements of individuals (e.g., "**Al**", "**Ben**") or organizations (e.g., "**bank**", "**international**", "**services**"). We also provide a list of stopwords and linking words in multiple languages (e.g., "**and**", "**or**") to eliminate false positives when screening narrative fields within payments.

Screena comes out with a set of options to determine how to handle matches against short names. For instance, it is possible to systematically discard matches against single-token names contained within full names (e.g., "**Arthur Timothy Smith**" matching with "**Arthur**"). These parameters can be differentiated per entity type and tuned based on the number of tokens being screened.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.screena.ai/resources/faq/name-matching/how-does-screena-handle-common-names.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
