Real-Time Interaction Analysis System for Call Center Alerting

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Existing call center systems lack real-time or near-real-time alert mechanisms to identify interactions requiring supervisor intervention, leading to potential customer churn, unsatisfied customers, or fraud detection issues.

Innovation Solution

A method and apparatus that classify interactions in real-time by extracting features such as emotional scores, talk analysis parameters, and global features, applying a model to determine if an interaction is associated with problems like customer dissatisfaction or fraud, and taking actions like generating alerts or routing calls.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If real-time classification of interactions is implemented, then supervisor intervention can be timely provided, but system complexity increases

Engineering Contradiction:
Improvetimely supervisor interventionVSAvoidsystem complexity
Core Design Contradiction:
ReliabilityVSDevice complexity

Solution Approach 1:

The interaction is divided into segments that are processed independently in real-time. Each segment is classified separately using the trained model, allowing the system to handle complex analysis through manageable chunks without overwhelming system resources.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

A classification model is trained in advance using a training corpus of interactions. This preliminary training phase prepares the model to perform real-time classification without requiring complex computations during actual interaction processing, thus reducing runtime system complexity.

Inventive Principle:
Principle #10Preliminary action

2Measurement precision

If multiple features are extracted and aggregated in real-time, then classification accuracy improves, but processing time increases

Engineering Contradiction:
Improveclassification accuracyVSAvoidprocessing time
Core Design Contradiction:
Measurement precisionVSLoss of time

Solution Approach 1:

Feature extraction is performed on segmented portions of interactions rather than entire interactions at once. This allows multiple features to be extracted and aggregated incrementally, maintaining classification accuracy while reducing the computational burden at any given moment.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system extracts and aggregates features from segments as they become available, rather than waiting for complete interactions. This partial action approach provides timely classifications with sufficient accuracy without requiring full processing of all possible features.

Inventive Principle:
Principle #16Partial or excessive action

3Reliability

If real-time alert generation is implemented, then customer churn can be reduced, but operational resources increase

Engineering Contradiction:
Improvecustomer retentionVSAvoidoperational efficiency
Core Design Contradiction:
ReliabilityVSProductivity

Solution Approach 1:

The system automatically generates alerts and notifications based on real-time classification results without requiring constant human monitoring. The automated alert generation system serves itself by processing interactions, classifying them, and notifying supervisors only when intervention is needed, thus maintaining customer retention while preserving operational efficiency.

Inventive Principle:
Principle #25Self-service

Data Source

PatentUS9015046B2Methods and apparatus for real-time interaction analysis in call centers
Publication Date: 2015.04.21 NICE LTD
  • US9015046B2 patent drawing
  • US9015046B2 patent drawing
  • US9015046B2 patent drawing

AI summary

A method and system for indicating in real time that an interaction is associated with a problem or issue, comprising: receiving a segment of an interaction in which a representative of the organization participates; extracting a feature from the segment; extracting a global feature associated with the interaction; aggregating the feature and the global feature; and classifying the segment or the interaction in association with the problem or issue by applying a model to the feature and the global feature. The method and system may also use features extracted from earlier segments within the interaction. The method and system can also evaluate the model based on features extracted from training interactions and manual tagging assigned to the interactions or segments thereof.