Method for making optimal decisions in automated customer care

Information

  • Patent Application
  • 20080046386
  • Publication Number
    20080046386
  • Date Filed
    July 02, 2007
    17 years ago
  • Date Published
    February 21, 2008
    16 years ago
Abstract
This invention relates to a method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system. A plurality of interactions between a caller and an automated interactive voice response system are analyzed. Discrete attributes of the interactions between the callers and the automated interactive voice response system are analyzed, and a set of logical statements relative to the discrete attributes is formulated. The set of logical statements is applied to the interaction with the caller, from which an action is determined.
Description

BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 is a block diagram depiction of a system for implementing the present invention.



FIG. 2 is a flow chart depicting the operational steps of the technique according to the present invention.





DETAILED DESCRIPTION OF THE INVENTION

The invention described here can be realized by an analytical function:






d=D(P,F)


where d=(1, 2, . . . , M) is the index or scale of values, of one of a finite set of M actions (a1, a2, . . . , aM) to be taken at a given point during the interaction. F is a vector of features that are estimated and given an actual value during the interaction. These features may include but are not limited to, for example, the time elapsed from the beginning of the call t, the ordinal number of the current caller turn (the number of separate questions and answers solicited from the caller) NT, the number of speech recognition no-matches experienced by the caller since the beginning of the interaction NNM, the number of time-outs experienced by the system since the beginning of the interaction NTO, the time of day TD, the day of the week dw, and other parameters that are believed to influence the optimal decision. Thus, the vector F, without any loss in generality, may assume the following general form:






F=(F1,F2,F3, . . . ,FN)


and, in particular, the vector F may assume the form:






F=(t,NT,NNM,NTO,TD,dw . . . )


Without any loss in generality, the function D is expressed in a parametric form, with a number Q of free parameters described by the vector P:






P=(p1,p2,p3 . . . ,pQ)


One of many machine learning algorithms available as prior art and described in the machine learning literature can be used in conjunction with a set of training examples to estimate the parameters P of a generic parametric function in order to optimize a defined measurable criterion. For that purpose, a set T of L training examples





T=(T1,T2, . . . TL)


can be constructed from historic interaction data in the following way: for each caller interaction turn j of each call k in the set of calls that belong to the historic data, the actual feature vector Fk,j can be recorded. So, a training example Tk will be recorded as the following sequence of feature vectors:





Tk=(Fk,1Fk,2, . . . Fk,Rk,Ok)


where Rk is the actual number of turns for that call and Ok is the actual outcome of the call that is directly related to the overall cost function. For instance, in the example described above the outcome of the call can be either successful or unsuccessful.


Using an available machine learning algorithm the parameters P of the function D can be estimated in order to optimize the capacity of the technique according to the present invention to choose the best action (e.g., continue or transfer in the previous example) with respect to the chosen optimization criterion. For example, the chosen optimization criterion may include minimize the cost of all caller interactions. For that chosen optimization criterion, the automated IVR would continue without transferring the call to a live operator or transfer the call, depending on the actual values of the feature vector F obtained during the actual interaction. Once the function D is estimated, the function can be used at each turn or step of each interaction for selecting the action that would optimize the defined global criterion.


The operation of the present invention decision function, as set forth hereinbefore, as; d=D(P, F) wherein F is a vector of features and P is a vector of parameters related to each feature or combination of features may be set forth in the following exemplary descriptions. In this example the features as previously set forth may include, for example, the time elapsed from the beginning of the call t, the ordinal number of the current caller turn NT, the number of speech recognition no-matches experienced by the caller since the beginning of the interaction NNM, the number of time-outs experienced by the system since the beginning of the interaction NTO, the time of day TD, the day of the week dw, and other attributes that are believed to influence the optimal decision. The parameters P related to such features that optimize the decision according to the established optimality criterion are identified through a machine learning algorithm based on historical interactions between callers and call centers, in other words a record of prior calls between callers and an automated interactive voice response system. In the machine learning algorithm, software, which embodies the algorithm may be “trained” on test cases, in this case the historical interactions, and scored so the software knows what outcomes correspond to the chosen optimization criterion. Once trained on the historical examples, the features and parameters identified may then be used to solve real-world cases. The machine learning algorithm can identify and record distinct features for an interaction between a caller and call center as well as the outcome of the call, for example either successful or unsuccessful. The historical interactions assessed by the machine learning algorithm may be referred to as training examples. The set of features compiled during the training examples may then used to construct any number of parameters, or rules, which may be implemented to optimize the overall cost of customer care. The parameters may be logical statements relative to each feature or combination of features, and may take the form, for example, of an “if-then” or Boolean logical operation. However, the present invention is not so limited to include only “if-then” or Boolean logical operations. Other more complex relationships between the features may be developed to refine the process of optimizing the cost of customer care.


For example, a feature identified in a training example may include the time of day TD. For the time of day feature, a set of parameters or rules may then be developed based on recorded outcomes for any particular time of day. Therefore for each time of day, a parameter may be established. An example of such a parameter may be stated as; if call is initiated after 11:00 pm, then immediately direct the call to a live operator. The rule would be based on the training example interactions which may have shown that when a call is initiated after 11:00 pm, the automated call outcome is unsuccessful for a large percentage of calls, therefore, the overall cost of customer care is optimized by immediately directing the call to a live operator rather than utilizing an automated system for even a portion of the call interaction.


The machine learning algorithm may establish such a parameter by determining the optimal percentage of success versus unsuccessful outcomes for each time of day in order to optimize the overall cost of customer care. In other words as the ratio of unsuccessful to successful calls increases for each time of day measured in a training example, the decision function will identify the optimal ratio or percentage of unsuccessful outcomes where an automated call should be switched to a live operator.


Additionally, a parameter may be based on one or more than one feature, for example time of day TD. the time elapsed from the beginning of the call t, and the number of speech recognition no-matches experienced by the caller since the beginning of the interaction NNM. In this example a parameter may be established through the training examples such that calls initiated between 2:00 pm and 3:00 pm with an elapsed time greater than 5 minutes, having more than 3 speech recognition no matches, are transferred to a live operator.


Turning now to FIG. 1, there is shown a block diagram depiction of a system for implementing the present invention. FIG. 1 depicts an exemplary network for implementing the technique according to the present invention. There is depicted a phone 100 for use by a caller, which may transmit a call through any known voice transmission technology, either wired or wireless, using a voice transmission network 102, such as a PSTN, wireless voice network such as for example a cdma, gsm or 3G wireless network. One skilled in the art will recognize that the present invention is not so limited as to the voice transmission networks given as examples herein and may utilize any appropriate voice network. The caller utilizing a phone 100 and the voice network 102 may connect to a call center 104 for customer care and be connected to an automated IVR. The call center may house both the automated IVR, which may typically be implemented using software on a computer system 106, as well as live agents 108 for responding to an incoming call from a caller. The automated IVR may be embodied in software implementing the technique according to the present invention, wherein a call received from a caller may be answered by the automated IVR and then in accordance with the Decision Function described above, the automated IVR may continue the interaction with the caller or may transfer the call to a live operator in accordance with the chosen optimization criterion. As shown in FIG. 1, calls may be transferred to a live operator 108 in accordance with the chosen optimization criterion. As stated above, while the cost of the live operator may be greater than the automated IVR, satisfactory resolution of a customers needs may sometimes require the transfer of a call to the live operator. The chosen optimization criteria may thus be maximized to account for not only minimizing the cost of all caller interactions but also to account for reaching a successful outcome with the caller.


Turning now to FIG. 2, there is shown is a flow chart depicting the operational steps for implementing the technique according to the present invention. In step one (1) 200, a set of historical interactions between a caller and a call center are aggregated. The historical interactions assessed by the machine learning algorithm may be referred to as training examples. As previously stated the historical interactions may be a record of a statistically significant number of phone calls made to an automated IVR, operating with a predetermined and consistent set of caller interaction steps. In Step two (2), 202, specific attributes or features of the interaction that may affect the set of decision to be taken between the caller and call center are identified based on common sense and the aggregated historical interactions between callers and call centers from step (1), 200. The specific features identified in step (2) may include for example, the time elapsed from the beginning of the call t, the ordinal number of the current caller turn NT, the number of speech recognition no-matches experienced by the caller since the beginning of the interaction NNM, the number of time-outs experienced by the system since the beginning of the interaction NTO, the time of day TD, the day of the week dw as stated above.


As previously stated above, the machine learning algorithm, software, which embodies the algorithm may be “trained” on test cases, in this case the historical interactions, and scored so the software knows what outcomes correspond to the chosen optimization criterion. Step three (3), 204 comprises constructing with a machine learning algorithm any number of parameters, or rules, which may be implemented to optimize the overall cost of customer care from the set of features compiled during the training examples. The parameters may be logical statements relative to features or combination of features, and may take the form, for example, of an “if-then” or Boolean logical operation. However, the present invention is not so limited to include only “if-then” or Boolean logical operations. Other more complex relationships between the features may be developed to refine the process of optimizing the cost of customer care. A specific example of such a parameter established in step (3) may include: If the time elapsed from the beginning of the call is greater than 10 minutes, then transfer the call to a live operator. As previously explained any number of other parameters may be established from the features recorded from the training examples.


In step four (4) 206 a decision function in accordance with the technique of the present invention may be implemented within an automated IVR call center. The decision function d=D(P,F) utilizing the technique of the present invention may be used at each turn or step of each caller interaction for selecting the action that would optimize the defined global criterion. Step five (5) 208, includes receiving a call from a caller to an automated IVR in accordance with the present invention. Each turn or step of the interaction with the caller based on the decision function is analyzed in accordance with the decision function in step six (6) to determine if any parameter established in step (3) 204 of the decision function is invoked. Step seven (7) comprises either continuing the IVR interaction 212 or transferring 214 the call to a live operator for completion to a successful outcome 216. As is depicted in the flow chart, step (7) is an iterative process that may be repeated for each turn or step of each call. In the case where the IVR is continued, each turn is analyzed successively throughout the call in accordance with the decision function to determine if the automated IVR should be continued to a successful outcome 216, or transferred to a live operator 214.


One skilled in the art will further recognize that features other than those listed above are possible and may be obtained by common sense and by using knowledge of the application and the behavior of callers. Other exemplary features may include the originating area code of the call, the day of the week or calendar date. Likewise in addition to the exemplary parameters stated above, other logical statements relative to other features and combinations of features, defined through a machine learning algorithm may be developed. The present invention is not limited by the features and parameters disclosed herein. Any number of parameters may be developed and combined for optimizing the decision function.


While preferred embodiments of the present invention have been described using specific terms, such description is for illustrative purpose only. It is obvious that changes and variations may be made by those skilled in the art without departing from the scope of the claims. Therefore, the changes and variations are understood to be contained in the spirit or scope of the claims that follow.

Claims
  • 1. A method for optimizing the cost of an interaction with a caller utilizing an automated interactive voice response system comprising: analyzing a plurality of interactions between historical callers and said automated interactive voice response system;recording discrete attributes of said interactions between said historical callers and said automated interactive voice response system;formulating a set of logical statements relative to said discrete attributes;applying said set of logical statements to said interaction with a caller; andexecuting an action based on the application of said logical statements to said interaction with said caller.
  • 2. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 1 wherein said plurality of interactions between historical callers and said automated interactive voice response system comprises historical call interaction data.
  • 3. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 2 wherein said historical interaction data is recorded as a sequence of feature vectors in the form of Tk=(Fk,1 Fk,2, . . . Fk,Rk,Ok) wherein, Tk is a training example, Fk,j is a feature vector recorded for each caller interaction turn j of each call k in the set of calls that belong to the historic data, Rk is the actual number of turns for that call and Ok is the actual outcome of the call.
  • 4. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 1 wherein said discrete attributes are recorded as a vector in the form of F=(F1, F2, F3, . . . , FN) wherein the variables of vector F are individual attributes.
  • 5. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 4 wherein said individual attributes are recorded as a vector in the form of F=(t, NT, NNM, NTO, TD, dw, dy, Cac . . . ), wherein t is time elapsed from the beginning of the call, NT is the ordinal number of the current caller turn, NNM is the number of speech recognition no-matches experienced by the caller since the beginning of the interaction, NTO is the number of time-outs experienced by the system since the beginning of the interaction, TD is the time of day, dw is the day of the week, dy is the day of the year, and Cac is the area code of the caller.
  • 6. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 1 wherein the action that is executed is determined in accordance with an analytical function of the form d=D(P,F) where d is the index or scale of values of one of a finite set of actions to be taken at a given point during the interaction. F is a vector of features and P is a vector of parameters related to said features or combinations of said features.
  • 7. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 6 wherein said set of logical statements is formulated as a number Q of parameters described by said vector P, in the form of P=(p1, p2, p3 . . . , pQ).
  • 8. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 6 wherein d=(1, 2, . . . , M) is the index of one of a finite set of M actions (a1, a2, . . . , am) to be taken at a given point during said interaction.
  • 9. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 1 wherein said plurality of interactions between a caller and said automated interactive voice response system, is represented as a set T of L training examples of the form T=(T1, T2, . . . TL).
  • 10. A method for optimizing the cost of a communication with a caller utilizing an automated interactive voice response system according to claim 1 wherein said set of logical statements relative to said discrete attributes is formulated by developing a set of rules controlling said interaction with a caller utilizing said automated interactive voice response system for at least one of said discrete attributes.
  • 11. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 1 wherein said set of logical statements is applied to an interaction with said caller, by correlating at least one of said set of logical statement to said interaction to cause a predetermined outcome.
  • 12. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 11 wherein said predetermined outcome includes continuing the call with an automated IVR.
  • 13. A method for optimizing the cost of interaction with a caller utilizing an automated interactive voice response system according to claim 11 wherein said predetermined outcome includes transferring a call to a live operator.
  • 14. A method for optimizing the cost of an interaction with a caller utilizing an automated interactive voice response system according to claim 1, wherein said method is computer implemented.
CROSS REFERENCES TO RELATED APPLICATIONS

The present invention claims priority to U.S. Provisional Application 60/806,483, filed Jul. 3, 2006, the entire contents of which being incorporated herein by reference.

Provisional Applications (1)
Number Date Country
60806483 Jul 2006 US