US20050010415A1 - Artificial intelligence dialogue processor - Google Patents

Artificial intelligence dialogue processor Download PDF

Info

Publication number
US20050010415A1
US20050010415A1 US10/852,300 US85230004A US2005010415A1 US 20050010415 A1 US20050010415 A1 US 20050010415A1 US 85230004 A US85230004 A US 85230004A US 2005010415 A1 US2005010415 A1 US 2005010415A1
Authority
US
United States
Prior art keywords
artificial intelligence
processor
intelligence dialogue
word expressions
scenarios
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/852,300
Inventor
David Hagen
Rick Stefanik
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
GATELINX CORP
Original Assignee
GATELINX CORP
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by GATELINX CORP filed Critical GATELINX CORP
Priority to US10/852,300 priority Critical patent/US20050010415A1/en
Assigned to GATELINX CORP. reassignment GATELINX CORP. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: HAGEN, MR. DAVID A., STEFANIK, MR. RICK
Publication of US20050010415A1 publication Critical patent/US20050010415A1/en
Abandoned legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N5/00Computing arrangements using knowledge-based models
    • G06N5/02Knowledge representation; Symbolic representation
    • G06N5/022Knowledge engineering; Knowledge acquisition

Definitions

  • the present invention relates to artificial intelligence, and more particularly, to a human-like information management and delivery system.
  • Gatelinx, Corp., assignee of the present invention has proposed several systems, methods, and apparatuses for improving sales to potential consumers through a number of portals, such as stationary kiosks, set top boxes, portable kiosks, desktop computers, laptops, handheld computers, and personal digital assistants.
  • the portal customer is greeted by a live image of a remote salesperson or a visual image of a fictitious salesperson whose voice is supplied by a live person.
  • the remote salesperson may introduce the product to the customer, provide the customer with on screen documentation, share files with the customer at the portal, and answer the customer's questions, for example.
  • These sales techniques are innovative and unique, they both require that a live salesperson be available to talk to the customer in a conversational manner.
  • companies are seeking ways to streamline their work force operations. However, studies have shown that it is advantageous to have a live salesperson introduce a product and close the sale.
  • An artificial intelligence dialogue processor that is an integrated software solution that mimics human behavior including a dialogue oriented knowledge database that contains static and dynamic data relating to human scenarios.
  • the knowledge base is composed in a proprietary XML-based universal format.
  • the processor further includes translation, processing and analysis components that facilitate composition of the core knowledge database, process vocal and/or textual and/or video input, extract emotional characteristics of the input, and produce instructions on how to respond to the customer with the appropriate substantive response and emotion based on relevant information found in the knowledge base.
  • the present invention provides an information management and delivery system that mimics the characteristics of human behavior.
  • the system is heavily “dialogue-oriented”, an important distinction from other natural language based systems which generally have a simple “in-out” process flow.
  • the system is particularly useful when a company uses web sites, kiosks and other remote portals to enable a fictitious sales agent talk to an interested customer.
  • An example of this type of use is discussed herein for the purpose of merely describing the present invention. It should be understood that the present invention is not limited to this type of use.
  • the present invention in its most basic form and function, comprises a knowledge database that is stored on a server and includes a multitude of predetermined greetings, with rules regarding when to use a particular one of the greetings. The customer may respond to any such greeting in any number of different ways.
  • the customer may reply by stating in a happy voice “I am doing well, thank you!” or the customer may respond in a saddened voice “My day is not going so well.”
  • the system is ready to respond to many typical behaviors that may be encountered, and to carry the interaction forward, all on the basis of the data stored in its knowledge database.
  • the knowledge database has a flexible, universal format that stores knowledge and dialogue behaviors from the simplest greeting/response to much more complicated scenarios.
  • the present invention thus further comprises a flexible, extensible translation and analysis component, which converts complicated scenarios into the universal format, so that the system recognizes and processes vocal and/or textual and/or video input provided by the customer, extracts emotional characteristics of the input and instructs the fictitious agent on how to respond to the customer with the appropriate substantive response and emotion.
  • the translation and analysis process constructs the system's functionality by using terms that are “native” to particular scenarios. For instance, a sales process can be constructed using terms like “pre-qualification”, “close”, and the like.
  • a sales process use case can allow changing the aggressiveness of a close, but can never allow the close to be placed out of order in the overall sales process.
  • the data stored in the knowledge database can be manipulated dynamically, as would be expected from a database system, but also certain data can be marked as unchangeable.
  • the definition of what is static and what is dynamic generally originates at a higher level, but has direct correspondences, via the translation process, to lower-level constructs.
  • the fact that all of the system's knowledge and behavior is stored in the same format, including those parts which never change, avoids a classic trap of other artificial intelligence systems in which certain meta-rules are hard-coded into the system using a different language from the rest of the system; for example, if a system encodes grammatical rules in a programming language like C++, this may introduce a rigidity when certain scenarios (coded in the knowledge format) call for exceptions to those rules.
  • the translation/analysis mechanism permits “high-level” constructs to be manipulated without concern for the actual workings of the engine comprising the translator.
  • the engine itself is like a programming language interpreter, providing most of the features of a traditional programming language, but optimized for the specific needs of a language-intensive application like those mentioned above.
  • “Real world” concepts often cannot be easily expressed in these “low level” concepts, so the system includes a flexible series of translation layers that manage the “conceptual transition” from the real world to the universal knowledge base format. Maintaining these distinct layers above the engine allows for optimization and simulation of additional functionality of the engine or effectively adjusting the architecture and functionality of the engine without disturbing the models of real-world scenarios in which the system must operate.
  • the decoupling between the translation layers and the engine also makes it possible to adjust and/or build new translation layers without the necessity to modify the engine.
  • the information management and delivery system of the present invention is so robust because it achieves a new level of needed separation among conceptual levels of an artificial intelligence system. It places critical restrictions on the higher-level modeling, restrictions which avoid conventional problems of object modeling in artificial intelligence systems while still providing the necessary types of strength required for modular design of an unlimited set of scenarios.
  • the XML-based modeling toolkit of the present invention relies on “intuitive” embedding/containment and recursion.
  • a recursive process is a process that is partly defined in terms of itself.
  • Recursive structures are well-known in human language, in which, for example, a verb phrase may itself consist of other verb phrases.
  • the “intuitive” aspect of the invention is the ability to rely upon such recursion, or upon the possibility of embedding one structure in any “sensible” place within another.
  • the approach can also be related to a programming language that is “loosely typed”.
  • the high-level modeling does not require unnecessary “typing” (assignment of types) of concepts, such that the modeler is not required to think in strictly “grammatical” terms (for example) if those do not apply in a given scenario.
  • Pseudo-grammatical and pseudo-logical structures and strategies may be employed without penalty, and without compromising the correct (desired) functionality in other scenarios that require stricter or more conventional approaches.
  • the translation of each module can be handled as a process that is largely independent of other modules.
  • the approach used by the present invention is unique in that it combines regular expressions with a strict methodology that requires each individual module to be expressed in terms that are limited to a singular functional scope regardless of the level of abstraction. It is important to the strength of the system that, at the lowest level, the full power of regular expressions (a deeply developed aspect of computer science) is available, while at the same time, the meaning of “pattern matching” at various conceptual levels of the system is highly malleable, context-specific, and not bound to any particular language.
  • this system permits multiple subsystems to “multiply” against each other; for instance, the full power of regular expressions against a more simple adhoc “matching” concept that is highly specific to one dialogue context.
  • the system does not use a typical “semantic” approach, because it does not force all concepts to be expressed in some single metalanguage.
  • the system is also not an open-ended object-oriented language, because it does impose strong design requirements on each individual piece.
  • the one aspect in which the system extends the power of regular expressions in a new way is through an “adjustability” feature that permits the optimized order of regular expression matching to be defined using regular expressions themselves.
  • the system of regular expressions is multiplied by itself. The result essentially handles the “collection usage” dimension of pattern matching, which is not addressed by regular expressions alone.
  • the system further comprises an elegant model of context that is highly agnostic as to any situational connotation of “context”. In other words, it permits context to be “understood” and used in different senses that are appropriate and specific to given dialogue scenarios.
  • the context mechanism is used to select a path through the database of knowledge and behaviors.
  • the rules for selecting the path are simple and “intuitive”, and the translation process is optimized to produce structures that make maximal use of those rules.
  • the high level models themselves are unburdened of the responsibility to dictate the minutiae of transition from each step to the next-a critical advantage, since even the simplest interactions may comprise hundreds of small steps at the lowest level.
  • the present invention is less likely to become brittle or old because its initial knowledge store is built up in the same fashion as new knowledge is acquired or learned, according to the principles outlined above. Further, the present invention avoids the pitfalls of prior art systems that are too complex to trace because of an inappropriate intermixture of application-level concerns (“use cases”) with implementation details (the particulars of the interpreter or “low-level” language).
  • the present invention is not limited to a remote sales pitch. Rather, the system may be utilized in a multitude of applications such as remote therapy, education, and customer service. All such modifications and improvements of the present invention have been deleted herein for the sake of conciseness and readability but are properly within the scope of the present invention.

Abstract

An artificial intelligence dialogue processor is an integrated software solution that mimics human behavior including a dialogue oriented knowledge database that contains static and dynamic data relating to human scenarios. The knowledge base is composed in a proprietary XML-based universal format and the processor further includes translation, processing, and analysis components that facilitate composition of the core knowledge base and are responsible for processing vocal and/or textual and/or video input, extracting emotional characteristics of the input, and producing instructions on how to respond to the customer with the appropriate substantive response and emotion based on relevant information found in the knowledge base.

Description

  • This application claims the benefit of U.S. Provisional Application No. 60/473,104, filed on May 24, 2003.
  • BACKGROUND OF THE INVENTION
  • The present invention relates to artificial intelligence, and more particularly, to a human-like information management and delivery system.
  • Gatelinx, Corp., assignee of the present invention, has proposed several systems, methods, and apparatuses for improving sales to potential consumers through a number of portals, such as stationary kiosks, set top boxes, portable kiosks, desktop computers, laptops, handheld computers, and personal digital assistants. In many of these systems, the portal customer is greeted by a live image of a remote salesperson or a visual image of a fictitious salesperson whose voice is supplied by a live person. The remote salesperson may introduce the product to the customer, provide the customer with on screen documentation, share files with the customer at the portal, and answer the customer's questions, for example. While these sales techniques are innovative and unique, they both require that a live salesperson be available to talk to the customer in a conversational manner. In today's economic market, companies are seeking ways to streamline their work force operations. However, studies have shown that it is advantageous to have a live salesperson introduce a product and close the sale.
  • Accordingly, there is a need in the art for an information management and delivery system that is able to mimic the characteristics of a human, and in particular, a human salesperson.
  • BRIEF SUMMARY OF THE PRESENT INVENTION
  • An artificial intelligence dialogue processor that is an integrated software solution that mimics human behavior including a dialogue oriented knowledge database that contains static and dynamic data relating to human scenarios. The knowledge base is composed in a proprietary XML-based universal format. The processor further includes translation, processing and analysis components that facilitate composition of the core knowledge database, process vocal and/or textual and/or video input, extract emotional characteristics of the input, and produce instructions on how to respond to the customer with the appropriate substantive response and emotion based on relevant information found in the knowledge base.
  • DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
  • The present invention provides an information management and delivery system that mimics the characteristics of human behavior. Crucially, the system is heavily “dialogue-oriented”, an important distinction from other natural language based systems which generally have a simple “in-out” process flow. The system is particularly useful when a company uses web sites, kiosks and other remote portals to enable a fictitious sales agent talk to an interested customer. An example of this type of use is discussed herein for the purpose of merely describing the present invention. It should be understood that the present invention is not limited to this type of use.
  • When a customer approaches a kiosk and requests to initiate a conference with a remote agent, the customer expects to be greeted with a typical introduction such as “Good morning” or “Hello, how are you doing today?” The present invention, in its most basic form and function, comprises a knowledge database that is stored on a server and includes a multitude of predetermined greetings, with rules regarding when to use a particular one of the greetings. The customer may respond to any such greeting in any number of different ways. For example, the customer may reply by stating in a happy voice “I am doing well, thank you!” or the customer may respond in a saddened voice “My day is not going so well.” On the most basic level of social interaction, the system is ready to respond to many typical behaviors that may be encountered, and to carry the interaction forward, all on the basis of the data stored in its knowledge database.
  • The knowledge database has a flexible, universal format that stores knowledge and dialogue behaviors from the simplest greeting/response to much more complicated scenarios. The present invention thus further comprises a flexible, extensible translation and analysis component, which converts complicated scenarios into the universal format, so that the system recognizes and processes vocal and/or textual and/or video input provided by the customer, extracts emotional characteristics of the input and instructs the fictitious agent on how to respond to the customer with the appropriate substantive response and emotion. In particular, the translation and analysis process constructs the system's functionality by using terms that are “native” to particular scenarios. For instance, a sales process can be constructed using terms like “pre-qualification”, “close”, and the like. The parts of a process that must never change are built into concept blocks employed in the use case, whereas the parts that may change are carefully parameterized to allow easy modification without deviating from the boundaries of what is sensible for the use case. So, for example, a sales process use case can allow changing the aggressiveness of a close, but can never allow the close to be placed out of order in the overall sales process.
  • The data stored in the knowledge database can be manipulated dynamically, as would be expected from a database system, but also certain data can be marked as unchangeable. The definition of what is static and what is dynamic generally originates at a higher level, but has direct correspondences, via the translation process, to lower-level constructs. The fact that all of the system's knowledge and behavior is stored in the same format, including those parts which never change, avoids a classic trap of other artificial intelligence systems in which certain meta-rules are hard-coded into the system using a different language from the rest of the system; for example, if a system encodes grammatical rules in a programming language like C++, this may introduce a rigidity when certain scenarios (coded in the knowledge format) call for exceptions to those rules.
  • The translation/analysis mechanism permits “high-level” constructs to be manipulated without concern for the actual workings of the engine comprising the translator. The engine itself is like a programming language interpreter, providing most of the features of a traditional programming language, but optimized for the specific needs of a language-intensive application like those mentioned above. “Real world” concepts often cannot be easily expressed in these “low level” concepts, so the system includes a flexible series of translation layers that manage the “conceptual transition” from the real world to the universal knowledge base format. Maintaining these distinct layers above the engine allows for optimization and simulation of additional functionality of the engine or effectively adjusting the architecture and functionality of the engine without disturbing the models of real-world scenarios in which the system must operate. The decoupling between the translation layers and the engine also makes it possible to adjust and/or build new translation layers without the necessity to modify the engine.
  • The information management and delivery system of the present invention is so robust because it achieves a new level of needed separation among conceptual levels of an artificial intelligence system. It places critical restrictions on the higher-level modeling, restrictions which avoid conventional problems of object modeling in artificial intelligence systems while still providing the necessary types of strength required for modular design of an unlimited set of scenarios.
  • The XML-based modeling toolkit of the present invention relies on “intuitive” embedding/containment and recursion. A recursive process is a process that is partly defined in terms of itself. Recursive structures are well-known in human language, in which, for example, a verb phrase may itself consist of other verb phrases. The “intuitive” aspect of the invention is the ability to rely upon such recursion, or upon the possibility of embedding one structure in any “sensible” place within another. This intuitive capability is provided by the translation process in such a fashion that the user of the high-level modeling system finds that all combinations and assortments of modules produce expectable behavior, just as a compact expression in human language such as “keep going” belies in its simplicity the complex of recursive evaluations and decisions that are made when applying such an instruction “naturalistically” to a human scenario.
  • The approach can also be related to a programming language that is “loosely typed”. The high-level modeling does not require unnecessary “typing” (assignment of types) of concepts, such that the modeler is not required to think in strictly “grammatical” terms (for example) if those do not apply in a given scenario. Pseudo-grammatical and pseudo-logical structures and strategies may be employed without penalty, and without compromising the correct (desired) functionality in other scenarios that require stricter or more conventional approaches. Hence, the translation of each module can be handled as a process that is largely independent of other modules.
  • A significant part of the code generated by the higher-level modules relies upon pattern matching; however, at the textual level, very specific, exact, atomic matches (e.g., “cat” matches “cat”) are generally used (rather than complicated patterns). The effective matches become more and more inexact towards the higher, more conceptual levels of the use cases (e.g., “I don't have a TV” matches “I don't have a credit card” in relevant contexts). If these match trees were directly constructed, either manually or by using conventional semantic analysis approaches, the result would be an unmanageable complex of regular expressions. The translation process essentially mediates this process by surrounding the expressions with a lot of context. This context is what is used to replace what would otherwise be wild strands of back references and self-modifying variables in these giant regular expressions. Instead of trying to express the computation of a result as a process involving the iterative modification of several different variables, the conceptual layering approach is used to eliminate, as much as possible, the need for variables at all.
  • The approach used by the present invention is unique in that it combines regular expressions with a strict methodology that requires each individual module to be expressed in terms that are limited to a singular functional scope regardless of the level of abstraction. It is important to the strength of the system that, at the lowest level, the full power of regular expressions (a deeply developed aspect of computer science) is available, while at the same time, the meaning of “pattern matching” at various conceptual levels of the system is highly malleable, context-specific, and not bound to any particular language. Rather than extend a given pattern language indefinitely, overloading one system with too many concepts, this system permits multiple subsystems to “multiply” against each other; for instance, the full power of regular expressions against a more simple adhoc “matching” concept that is highly specific to one dialogue context. In other words, the system does not use a typical “semantic” approach, because it does not force all concepts to be expressed in some single metalanguage. The system is also not an open-ended object-oriented language, because it does impose strong design requirements on each individual piece.
  • The one aspect in which the system extends the power of regular expressions in a new way is through an “adjustability” feature that permits the optimized order of regular expression matching to be defined using regular expressions themselves. In other words, the system of regular expressions is multiplied by itself. The result essentially handles the “collection usage” dimension of pattern matching, which is not addressed by regular expressions alone.
  • The system further comprises an elegant model of context that is highly agnostic as to any situational connotation of “context”. In other words, it permits context to be “understood” and used in different senses that are appropriate and specific to given dialogue scenarios. Once the high level structures have been translated into the universal format, the context mechanism is used to select a path through the database of knowledge and behaviors. The rules for selecting the path are simple and “intuitive”, and the translation process is optimized to produce structures that make maximal use of those rules. The high level models themselves are unburdened of the responsibility to dictate the minutiae of transition from each step to the next-a critical advantage, since even the simplest interactions may comprise hundreds of small steps at the lowest level.
  • Unlike prior art artificial intelligence systems that are based on pattern-matching, the present invention is less likely to become brittle or old because its initial knowledge store is built up in the same fashion as new knowledge is acquired or learned, according to the principles outlined above. Further, the present invention avoids the pitfalls of prior art systems that are too complex to trace because of an inappropriate intermixture of application-level concerns (“use cases”) with implementation details (the particulars of the interpreter or “low-level” language).
  • Certain modifications and improvements will occur to those skilled in the art upon a reading of the foregoing description. By way of example, the present invention is not limited to a remote sales pitch. Rather, the system may be utilized in a multitude of applications such as remote therapy, education, and customer service. All such modifications and improvements of the present invention have been deleted herein for the sake of conciseness and readability but are properly within the scope of the present invention.

Claims (6)

1. An artificial intelligence dialogue processor that mimics human behavior comprising:
a dialogue oriented knowledge database comprising static and dynamic data relating to human scenarios, the database being stored on a server in a universal XML-based format;
translation and analysis components that facilitate composition of the knowledge database by utilizing multiple data sources and unifying data presented in different formats into the universal XML-based format;
wherein the processing and analysis components process input selected from the group consisting of vocal, textual, and video input, extract emotional characteristics of the input, and produce instructions on how to respond to the customer with the appropriate substantive response and emotion based on relevant information found in the knowledge database.
2. The artificial intelligence dialogue processor of claim 1 further comprising predetermined word expressions and rules for when to use said word expressions.
3. The artificial intelligence dialogue processor of claim 1 further comprising an XML based modeling toolkit that relies on intuitive embedding, containment, and recursion of data.
4. The artificial intelligence dialogue processor of claim 1 wherein the processor relies upon pattern matching and atomic matching of word expressions.
5. The artificial intelligence dialogue processor of claim 4 wherein the processor surrounds word expressions with context regarding particular human scenarios.
6. The artificial intelligence dialogue processor of claim 1 further comprising an adjustable feature that permits the order of word expressions to be defined using the word expressions themselves.
US10/852,300 2003-05-24 2004-05-24 Artificial intelligence dialogue processor Abandoned US20050010415A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/852,300 US20050010415A1 (en) 2003-05-24 2004-05-24 Artificial intelligence dialogue processor

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US47310403P 2003-05-24 2003-05-24
US10/852,300 US20050010415A1 (en) 2003-05-24 2004-05-24 Artificial intelligence dialogue processor

Publications (1)

Publication Number Publication Date
US20050010415A1 true US20050010415A1 (en) 2005-01-13

Family

ID=33539050

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/852,300 Abandoned US20050010415A1 (en) 2003-05-24 2004-05-24 Artificial intelligence dialogue processor

Country Status (2)

Country Link
US (1) US20050010415A1 (en)
WO (1) WO2004114207A2 (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060261934A1 (en) * 2005-05-18 2006-11-23 Frank Romano Vehicle locating unit with input voltage protection
US20060265088A1 (en) * 2005-05-18 2006-11-23 Roger Warford Method and system for recording an electronic communication and extracting constituent audio data therefrom
US20060262920A1 (en) * 2005-05-18 2006-11-23 Kelly Conway Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US20060265090A1 (en) * 2005-05-18 2006-11-23 Kelly Conway Method and software for training a customer service representative by analysis of a telephonic interaction between a customer and a contact center
US20060262919A1 (en) * 2005-05-18 2006-11-23 Christopher Danson Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US20080177685A1 (en) * 2006-11-06 2008-07-24 Kadri Faisal L Artificial Psychology Dialog Player with Aging Simulation
US20080240405A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for aggregating and analyzing data relating to a plurality of interactions between a customer and a contact center and generating business process analytics
US20080240376A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for automatically routing a telephonic communication base on analytic attributes associated with prior telephonic communication
US20080240374A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for linking customer conversation channels
US20080240404A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for aggregating and analyzing data relating to an interaction between a customer and a contact center agent
US20090103709A1 (en) * 2007-09-28 2009-04-23 Kelly Conway Methods and systems for determining and displaying business relevance of telephonic communications between customers and a contact center
US8023639B2 (en) 2007-03-30 2011-09-20 Mattersight Corporation Method and system determining the complexity of a telephonic communication received by a contact center
US9083801B2 (en) 2013-03-14 2015-07-14 Mattersight Corporation Methods and system for analyzing multichannel electronic communication data

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9092733B2 (en) 2007-12-28 2015-07-28 Genesys Telecommunications Laboratories, Inc. Recursive adaptive interaction management system
US9508360B2 (en) 2014-05-28 2016-11-29 International Business Machines Corporation Semantic-free text analysis for identifying traits
US9431003B1 (en) 2015-03-27 2016-08-30 International Business Machines Corporation Imbuing artificial intelligence systems with idiomatic traits

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5309359A (en) * 1990-08-16 1994-05-03 Boris Katz Method and apparatus for generating and utlizing annotations to facilitate computer text retrieval
US5404295A (en) * 1990-08-16 1995-04-04 Katz; Boris Method and apparatus for utilizing annotations to facilitate computer retrieval of database material
US5884302A (en) * 1996-12-02 1999-03-16 Ho; Chi Fai System and method to answer a question
US6314410B1 (en) * 1997-06-04 2001-11-06 Nativeminds, Inc. System and method for identifying the context of a statement made to a virtual robot
US6430602B1 (en) * 2000-08-22 2002-08-06 Active Buddy, Inc. Method and system for interactively responding to instant messaging requests
US6501966B1 (en) * 1992-04-13 2002-12-31 Koninklijke Philips Electronics N.V. Speech recognition system for electronic switches in a non-wireline communications network
US20030009339A1 (en) * 2001-07-03 2003-01-09 Yuen Michael S. Method and apparatus for improving voice recognition performance in a voice application distribution system
US6665644B1 (en) * 1999-08-10 2003-12-16 International Business Machines Corporation Conversational data mining
US6721706B1 (en) * 2000-10-30 2004-04-13 Koninklijke Philips Electronics N.V. Environment-responsive user interface/entertainment device that simulates personal interaction
US6731307B1 (en) * 2000-10-30 2004-05-04 Koninklije Philips Electronics N.V. User interface/entertainment device that simulates personal interaction and responds to user's mental state and/or personality
US6795808B1 (en) * 2000-10-30 2004-09-21 Koninklijke Philips Electronics N.V. User interface/entertainment device that simulates personal interaction and charges external database with relevant data
US7242752B2 (en) * 2001-07-03 2007-07-10 Apptera, Inc. Behavioral adaptation engine for discerning behavioral characteristics of callers interacting with an VXML-compliant voice application

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5309359A (en) * 1990-08-16 1994-05-03 Boris Katz Method and apparatus for generating and utlizing annotations to facilitate computer text retrieval
US5404295A (en) * 1990-08-16 1995-04-04 Katz; Boris Method and apparatus for utilizing annotations to facilitate computer retrieval of database material
US6501966B1 (en) * 1992-04-13 2002-12-31 Koninklijke Philips Electronics N.V. Speech recognition system for electronic switches in a non-wireline communications network
US5884302A (en) * 1996-12-02 1999-03-16 Ho; Chi Fai System and method to answer a question
US6314410B1 (en) * 1997-06-04 2001-11-06 Nativeminds, Inc. System and method for identifying the context of a statement made to a virtual robot
US6665644B1 (en) * 1999-08-10 2003-12-16 International Business Machines Corporation Conversational data mining
US6430602B1 (en) * 2000-08-22 2002-08-06 Active Buddy, Inc. Method and system for interactively responding to instant messaging requests
US6721706B1 (en) * 2000-10-30 2004-04-13 Koninklijke Philips Electronics N.V. Environment-responsive user interface/entertainment device that simulates personal interaction
US6731307B1 (en) * 2000-10-30 2004-05-04 Koninklije Philips Electronics N.V. User interface/entertainment device that simulates personal interaction and responds to user's mental state and/or personality
US6795808B1 (en) * 2000-10-30 2004-09-21 Koninklijke Philips Electronics N.V. User interface/entertainment device that simulates personal interaction and charges external database with relevant data
US20030009339A1 (en) * 2001-07-03 2003-01-09 Yuen Michael S. Method and apparatus for improving voice recognition performance in a voice application distribution system
US7242752B2 (en) * 2001-07-03 2007-07-10 Apptera, Inc. Behavioral adaptation engine for discerning behavioral characteristics of callers interacting with an VXML-compliant voice application

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8781102B2 (en) 2005-05-18 2014-07-15 Mattersight Corporation Method and system for analyzing a communication by applying a behavioral model thereto
US9571650B2 (en) 2005-05-18 2017-02-14 Mattersight Corporation Method and system for generating a responsive communication based on behavioral assessment data
US20060262920A1 (en) * 2005-05-18 2006-11-23 Kelly Conway Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US20060261934A1 (en) * 2005-05-18 2006-11-23 Frank Romano Vehicle locating unit with input voltage protection
US20060262919A1 (en) * 2005-05-18 2006-11-23 Christopher Danson Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US10129402B1 (en) 2005-05-18 2018-11-13 Mattersight Corporation Customer satisfaction analysis of caller interaction event data system and methods
US10104233B2 (en) 2005-05-18 2018-10-16 Mattersight Corporation Coaching portal and methods based on behavioral assessment data
US10021248B2 (en) 2005-05-18 2018-07-10 Mattersight Corporation Method and system for analyzing caller interaction event data
US9692894B2 (en) 2005-05-18 2017-06-27 Mattersight Corporation Customer satisfaction system and method based on behavioral assessment data
US20060265088A1 (en) * 2005-05-18 2006-11-23 Roger Warford Method and system for recording an electronic communication and extracting constituent audio data therefrom
US20080260122A1 (en) * 2005-05-18 2008-10-23 Kelly Conway Method and system for selecting and navigating to call examples for playback or analysis
US9432511B2 (en) 2005-05-18 2016-08-30 Mattersight Corporation Method and system of searching for communications for playback or analysis
US9357071B2 (en) 2005-05-18 2016-05-31 Mattersight Corporation Method and system for analyzing a communication by applying a behavioral model thereto
US9225841B2 (en) 2005-05-18 2015-12-29 Mattersight Corporation Method and system for selecting and navigating to call examples for playback or analysis
US7995717B2 (en) 2005-05-18 2011-08-09 Mattersight Corporation Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US20060265090A1 (en) * 2005-05-18 2006-11-23 Kelly Conway Method and software for training a customer service representative by analysis of a telephonic interaction between a customer and a contact center
US8094803B2 (en) 2005-05-18 2012-01-10 Mattersight Corporation Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US8094790B2 (en) 2005-05-18 2012-01-10 Mattersight Corporation Method and software for training a customer service representative by analysis of a telephonic interaction between a customer and a contact center
US8594285B2 (en) 2005-05-18 2013-11-26 Mattersight Corporation Method and system for analyzing separated voice data of a telephonic communication between a customer and a contact center by applying a psychological behavioral model thereto
US7644060B2 (en) 2006-11-06 2010-01-05 Kadri Faisal L Artificial psychology dialog player with aging simulation
US20080177685A1 (en) * 2006-11-06 2008-07-24 Kadri Faisal L Artificial Psychology Dialog Player with Aging Simulation
US20080240405A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for aggregating and analyzing data relating to a plurality of interactions between a customer and a contact center and generating business process analytics
US8718262B2 (en) 2007-03-30 2014-05-06 Mattersight Corporation Method and system for automatically routing a telephonic communication base on analytic attributes associated with prior telephonic communication
US8023639B2 (en) 2007-03-30 2011-09-20 Mattersight Corporation Method and system determining the complexity of a telephonic communication received by a contact center
US9124701B2 (en) 2007-03-30 2015-09-01 Mattersight Corporation Method and system for automatically routing a telephonic communication
US8891754B2 (en) 2007-03-30 2014-11-18 Mattersight Corporation Method and system for automatically routing a telephonic communication
US7869586B2 (en) 2007-03-30 2011-01-11 Eloyalty Corporation Method and system for aggregating and analyzing data relating to a plurality of interactions between a customer and a contact center and generating business process analytics
US9270826B2 (en) 2007-03-30 2016-02-23 Mattersight Corporation System for automatically routing a communication
US8983054B2 (en) 2007-03-30 2015-03-17 Mattersight Corporation Method and system for automatically routing a telephonic communication
US20080240374A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for linking customer conversation channels
US10129394B2 (en) 2007-03-30 2018-11-13 Mattersight Corporation Telephonic communication routing system based on customer satisfaction
US20080240404A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for aggregating and analyzing data relating to an interaction between a customer and a contact center agent
US20080240376A1 (en) * 2007-03-30 2008-10-02 Kelly Conway Method and system for automatically routing a telephonic communication base on analytic attributes associated with prior telephonic communication
US9699307B2 (en) 2007-03-30 2017-07-04 Mattersight Corporation Method and system for automatically routing a telephonic communication
US10601994B2 (en) 2007-09-28 2020-03-24 Mattersight Corporation Methods and systems for determining and displaying business relevance of telephonic communications between customers and a contact center
US10419611B2 (en) 2007-09-28 2019-09-17 Mattersight Corporation System and methods for determining trends in electronic communications
US20090103709A1 (en) * 2007-09-28 2009-04-23 Kelly Conway Methods and systems for determining and displaying business relevance of telephonic communications between customers and a contact center
US9407768B2 (en) 2013-03-14 2016-08-02 Mattersight Corporation Methods and system for analyzing multichannel electronic communication data
US9942400B2 (en) 2013-03-14 2018-04-10 Mattersight Corporation System and methods for analyzing multichannel communications including voice data
US9083801B2 (en) 2013-03-14 2015-07-14 Mattersight Corporation Methods and system for analyzing multichannel electronic communication data
US10194029B2 (en) 2013-03-14 2019-01-29 Mattersight Corporation System and methods for analyzing online forum language
US9667788B2 (en) 2013-03-14 2017-05-30 Mattersight Corporation Responsive communication system for analyzed multichannel electronic communication
US9191510B2 (en) 2013-03-14 2015-11-17 Mattersight Corporation Methods and system for analyzing multichannel electronic communication data

Also Published As

Publication number Publication date
WO2004114207A2 (en) 2004-12-29
WO2004114207A8 (en) 2005-12-29

Similar Documents

Publication Publication Date Title
US10705796B1 (en) Methods, systems, and computer program product for implementing real-time or near real-time classification of digital data
Kalyanathaya et al. Advances in natural language processing–a survey of current research trends, development tools and industry applications
Raj et al. Building chatbots with Python
Gupta et al. Introduction to AI chatbots
US11250842B2 (en) Multi-dimensional parsing method and system for natural language processing
US20050010415A1 (en) Artificial intelligence dialogue processor
KR101004501B1 (en) Presentation of data based on user input
CN111177350A (en) Method, device and system for forming dialect of intelligent voice robot
US20070156406A1 (en) Voice user interface authoring tool
JP2002236681A (en) Daily language computing system and method
Vishwakarma et al. A review & comparative analysis on various chatbots design
Ray et al. Review of cloud-based natural language processing services and tools for chatbots
Asha et al. Implication and advantages of machine learning-based chatbots in diverse disciplines
Khan Information society in global age
Baena-Perez et al. A framework to create conversational agents for the development of video games by end-users
Sharma et al. Prashn: University Voice Assistant
Sankar et al. The Applied AI and Natural Language Processing Workshop: Explore practical ways to transform your simple projects into powerful intelligent applications
Patgar et al. Real conversation with human-machine 24/7 COVID-19 chatbot based on knowledge graph contextual search
Garg et al. Building AgriRef: an AI embedded virtual reference app for farmers
CN112992128B (en) Training method, device and system of intelligent voice robot
Sankar Neural approaches to dialog modeling
Leavitt Two technologies vie for recognition in speech market
Pleuß et al. Workshop report: model driven development of advanced user interfaces (MDDAUI)
Götzer Engineering and user experience of chatbots in the context of damage recording for insurance companies
Sivarethinamohan et al. Nurturing the Rudiments and Use Cases of Ongoing Natural Language Generation for a Future Profitable Business More Profitable

Legal Events

Date Code Title Description
AS Assignment

Owner name: GATELINX CORP., NORTH CAROLINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HAGEN, MR. DAVID A.;STEFANIK, MR. RICK;REEL/FRAME:015502/0948

Effective date: 20040819

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION