Skip to main content
Version: 4.6

Explore decision reapplication

Decision reapplication is a mechanism in Evan: Adverse Media Monitoring (AMM) that allows reusing previously made article review decisions across multiple investigations of the same entity. The benefits are as follows:

  • Decision-making consistency

  • Less time spent by analysts on processing data

  • Fewer redundant manual reviews

Reapplication only works when the Entity ID is provided in the input data. In this case, if a subsequent investigation for the same entity finds articles that were previously reviewed, Evan reuses the decision from the previous investigation, provided that configured conditions are met.

Key features

Below are the major features of the decision reapplication mechanism:

  • Entity-based logic: requires an Entity ID to link investigations.

  • Automatic reapplication: if an article reappears, the decision from the previous investigation on the article is reapplied.

  • Configurable thresholds: you can set the number of required matching decisions and distinct reviewers.

  • Tracking of input discrepancies: if investigation parameters differ (for example, date of birth, residence country), the generated decision comment reflects the differences.

  • Investigation-level reapplication: decisions for the whole investigation can be reapplied if all articles are either already reviewed or marked as False Positive (depending on the configuration).

  • Analytics tracking: all article review histories are stored for auditability.

Configuration options

You can fine-tune the decision reapplication mechanism using the following configuration screen options on the Investigation step:

  • Enable decision reapplication?: select Yes to enable the decision reapplication feature.

  • Required matching decisions: the number of consistent decisions to be reached before a decision is eligible for reapplication.

  • Required distinct users: the minimum number of different reviewers required to approve the same decision before it can be reapplied.

Automatic Entity ID generation and decision reapplication

Evan allows you to auto-generate an Entity ID, provided you set Generate entity ID automatically based on input fields? to Yes on the Input step.

This setting controls whether the system should generate an Entity ID for an investigation automatically if none is provided. The generated Entity ID is a SHA-256 hash key using a combination of input fields (if any), such as:

  • search_request
  • entity_type
  • gender
  • year_of_birth_incorporation
  • date_of_birth_incorporation
  • residence_operating_country
  • citizenship_incorporation_country
  • subdivision
  • city

Decision reapplication in AMM relies on the Entity ID to link investigations and reuse article review history.

  • If the mentioned option is enabled, an Entity ID will always be present: either provided or auto-generated.

  • If disabled and no Entity ID is specified, decision reapplication is not used.

The effects on the workflow are as follows:

  • Without auto-generation: no Entity ID means past decisions cannot be reapplied. Every investigation is treated as new.
  • With auto-generation enabled: AMM maximizes reapplication chances, enabling consistent, time-saving article review reuse based on matched IDs.
info

Entity IDs are generated based on the exact values of key input fields. Only investigations with exactly matching details share a generated Entity ID and become eligible for reapplication of previous decisions.

How it works

This is how the decision reapplication mechanics looks:

  • First investigation: articles are found and manually reviewed. The results are saved to the amm_article_review_history Data Store.

  • Subsequent investigation (same Entity ID): articles are matched against their history. If they have been reviewed previously, the following happens:

    • Decisions are reapplied if conditions are met.

    • If investigation parameters changed (for example, search request, birth year, residence country), a comment is generated explaining the differences.

  • Reapplication conditions: previous reviews must exist for the same entity.

    • All required matching decisions must be present.

    • All required distinct reviewers must be met.

  • Investigation-level decision reapplication:

    • If all articles are previously reviewed, the last investigation decision is reapplied.

    • If all articles are False Positive (or reviewed as False Positive), the investigation decision can also be reapplied.

Sample workflow

Below are the steps of a sample workflow with decision reapplication:

  1. Investigation INV-001 for the entity with Entity ID 123 finds five articles. An analyst reviews them.

  2. Investigation INV-002 is triggered for the same Entity ID 123.

  3. Out of the five new articles:

    • Three match the previously reviewed ones, so the decisions are reapplied.

    • Two are new, in which case manual review is required.

  4. Since not all articles are reapplied, the investigation requires partial manual work.

  5. If the configuration is set to skip Manual Tasks if all articles are previously reviewed and all the five articles have been reviewed before, no Manual Task is shown.