US20160217127A1 - Identification of significant phrases using multiple language models - Google Patents

Identification of significant phrases using multiple language models Download PDF

Info

Publication number
US20160217127A1
US20160217127A1 US15/007,699 US201615007699A US2016217127A1 US 20160217127 A1 US20160217127 A1 US 20160217127A1 US 201615007699 A US201615007699 A US 201615007699A US 2016217127 A1 US2016217127 A1 US 2016217127A1
Authority
US
United States
Prior art keywords
phrases
gram
score
given
phrase
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
US15/007,699
Inventor
Uri Segal
Oana Sidi
Ron Wein
Daniel Baum
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.)
Verint Systems Ltd
Original Assignee
Verint Systems Ltd
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 Verint Systems Ltd filed Critical Verint Systems Ltd
Priority to US15/007,699 priority Critical patent/US20160217127A1/en
Assigned to VERINT SYSTEMS LTD. reassignment VERINT SYSTEMS LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: WEIN, RON, SEGAL, URI, BAUM, DANIEL MARK, SIDI, OANA
Publication of US20160217127A1 publication Critical patent/US20160217127A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • G06F17/2715
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/36Creation of semantic tools, e.g. ontology or thesauri
    • G06F16/367Ontology
    • G06F17/2775
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/284Lexical analysis, e.g. tokenisation or collocates
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F40/00Handling natural language data
    • G06F40/20Natural language analysis
    • G06F40/279Recognition of textual entities
    • G06F40/289Phrasal analysis, e.g. finite state techniques or chunking

Definitions

  • the present disclosure relates to the field of automated data processing, and more specifically to the application of ontology programming to process and analyze communication data.
  • an ontology is a structural framework for organizing information regarding knowledge and linguistics within a domain.
  • the ontology represents knowledge within a domain as a hierarchical set of concepts, and the relationships between those concepts, using a shared vocabulary to denote the types, properties, and interrelationship of those concepts.
  • the ontology models the specific meanings of terms as they apply to that domain.
  • Methods are disclosed herein for expanding an initial ontology via processing of communication data, wherein the initial ontology is a structural representation of language elements comprising a set of entities, a set of terms, a set of term-entity associations, a set of entity-association rules, a set of abstract relations, and a set of relation instances.
  • An exemplary method includes providing the initial ontology, providing a training set of communication data, processing the training set of communication data to extract significant phrases and significant phrase pairs from within the training set of communication data, creating new abstract relations based on the significant phrase pairs, creating new relation instances that correspond to the significant term pairs, storing the significant phrases as ontology terms ontology and associating an entity for the added terms, and storing the new relation instances and new abstract relations to the initial ontology.
  • An exemplary method includes providing a generic language model and providing the set of documents.
  • the exemplary method extracts a set of significant phrases by, for example, generating a source-specific language model by subdividing each document into meaning units, accumulating phrase candidates by creating a set of candidates where each candidate is an n-gram and integrating over the n-grams to compute a prominence score for each n-gram and a stickiness core, and filtering the candidate phrases by calculating a frequency for each of the candidate phrases and calculating an overall phrase score for each of the candidate phrases.
  • the exemplary method can extract significant phrase co-occurrences by, for example, iterating over the meaning units and locating the occurrences of individual phrases, counting the number of co-occurrences of pairs of phrases in the same meaning unit, computing a probability of a phrase and a probability of the co-occurrence of a pair of phrases based on the count, calculating a log-likelihood of the co-occurrence using the probability of the phrase and the probability of the co-occurrence of a pair of phrases and identifying a significant co-occurrence of the pair of phrases if the log-likelihood is over a predetermined log-likelihood threshold.
  • FIG. 1 depicts an exemplary embodiment of the ontology process and programming disclosed herein.
  • FIG. 2 depicts examples of hierarchical presentations of ontologies refined according to the disclosed process.
  • FIG. 3 is a schematic diagram of an embodiment of a process for ontology refinement.
  • FIG. 4 is schematic diagram of an embodiment of a process for extracting significant phrases and significant phrase co-occurences.
  • FIG. 5 is a schematic diagram of an embodiment of a process employing an ontology to tag communication data.
  • FIG. 6 is an exemplary embodiment of an ontology analytics program incorporating and analyzing multiple data platforms.
  • FIG. 7 is a system diagram of an exemplary embodiment of a system for developing an ontology for processing communication data.
  • an ontology may be developed and applied across all types of communication data, for example, all types of customer interactions (which may include interactions in multiple languages) as a tool for processing and interpreting such data.
  • the communication data may document or relate to any type of communication, including communications made via phone, via email, via internet chat, via text messaging, etc.
  • communication data may contain any spoken content or any written correspondence or communication, including but not limited to live speech, audio recording, streaming audio, transcribed textual transcripts, or documents containing written communications, such as manuscripts, web pages, email, physical mail, text messages, chats, etc.
  • the communication data may be between a customer service agent or an automated system, such as an interactive voice response (IVR) recording, and a customer or caller.
  • IVR interactive voice response
  • the present disclosure is often exemplified herein by describing an embodiment involving the analysis of audio data, such as recorded audio transcripts, it is to be understood that in alternative embodiments other forms of oral or written communications may be used or analyzed.
  • a particular ontology may be defined for and applied to any domain, and other examples include financial services, consumer products, subscription services, or some other business application involving communication data interactions.
  • the disclosed solution uses machine learning-based methods to improve the knowledge extraction process in a specific domain or business environment.
  • the ontology programming accounts for linguistic meaning to surface relevant and important content for analysis.
  • the disclosed ontology programming adapts to the language used in a specific domain, including linguistic patterns and properties, such as word order, relationships between terms, and syntactical variations.
  • the ontology programming Based on the self-training mechanism developed by the inventors, the ontology programming automatically trains itself to understand the business environment by processing and analyzing a corpus of communication data.
  • the disclosed ontology programming once built and refined for a specific business application, is applied to process communication data to provide valuable analytics for a variety of business needs.
  • the ontology programming can then be utilized to detect and surface meaningful items in a data set, such as a database of recorded employee-customer interactions, and can mine the data set to extract and analyze business data based on an enhanced formulization of a company's internal knowledge and terminology.
  • An exemplary embodiment of the presently disclosed ontology solution incorporates three main stages. As seen in FIG. 1 , the three main stages include training 1 , tagging 2 , and ontology analytics 3 .
  • the training phase 1 involves internal machine learning in which the system learns the customer's specific domain and formulates an initial ontology 110 .
  • the initial ontology 110 is then passed to the tagging module 2 .
  • Tagging is a continuous online process that uses the ontology to tag tracked items in incoming interactions, and stores the tagged interactions in a persistent repository.
  • the tagged interactions are then used by the analytics module 3 to analyze and extract business data based on an enhanced formulization of a company's internal knowledge and terminology. A detailed analysis of each stage is addressed in turn.
  • the ontology tagging phase 2 and/or the ontology analytics phase 3 can be optional.
  • an ontology as O as disclosed herein can be defined as , , , , , , wherein is a set of entities, is a set of terms, is a set of term-entity associations, ⁇ is a set of entity-association rules, in which, is a set of abstract relations, and is a set of relation instances.
  • Terms are individual words or short phrases that represent the basic units or concepts that might come up in the communication data.
  • a set of terms can be defined as a word n-gram that has some meaning.
  • Non-limiting examples of terms include “device”, “iPhone”, “iPhone four”, “invoice”, “I”, “she”, “bill”, “cancel”, “upgrade”, “activate”, “broken”, or “cell phone”, “customer care”, or “credit card.”
  • devices iPhone”, “iPhone four”, “invoice”, “I”, “she”, “bill”, “cancel”, “upgrade”, “activate”, “broken”, or “cell phone”, “customer care”, or “credit card.”
  • devices iPhone”, “iPhone four”, “invoice”, “I”, “she”, “bill”, “cancel”, “upgrade”, “activate”, “broken”, or “cell phone”, “customer care”, or “credit card.”
  • a set of communication data used for training purposes is divided into potential terms, or term candidates.
  • Terms are then selected from those term candidates. Strong term candidates contain words or word sets that are compact and, in the instance of word sets, the frequency of finding the word set together is very high.
  • An example of a term containing a word set is “credit card number,” as those words very often appear together and refer to a particular, defined object.
  • good terms often contain words that make more conceptual sense when they are together, as opposed to being on their own. For example, the term “Nova Scotia” is comprised of words that make sense when found together, and would likely not appear or make sense separately.
  • the frequency that the words of a particular word set, or term, appear together may be referred to as the “stickiness” of the term.
  • a “sticky” term is one whose words appear frequently appear together in the corpus. The higher the stickiness ranking, the stronger the term, as it means that the term has meaning in the corpus as a concept.
  • Salient terms are those that stand out or have a higher score relative to similar or neighboring terms. Non-salient terms and less-salient terms are those that appear many times or a relatively large number of times in many different contexts. The score of such non-salient or less-salient terms is lowered as compared to the score for salient terms.
  • Entities are broader concepts that encapsulate or classify a set of terms. Entities describe semantic concepts to which classified terms are related. Non-limiting examples of classes, may include “objects”, “actions”, “modifiers”, “documents”, “service”, “customers”, or “locations”. However, these are not intended to be limiting on the types of entities, particularly the types of entities that may appear in an ontology directed to a specific or specialized domain. Thus a set of entities can be organized in a hierarchical tree-like structure, where for each entity E ⁇ , let ⁇ (E) be the parent entity of E.
  • the set of entities and terms in the ontology are connected by a set of term-entity associations ⁇ ⁇ governed by entity-association rules ⁇ ⁇ ⁇ ( ⁇ tilde over (0) ⁇ , ⁇ tilde over (1) ⁇ , ⁇ tilde over (2) ⁇ ).
  • Each term in the ontology is associated with at least one entity, namely ⁇ T ⁇ E T, E ⁇ .
  • the distance between a term T and E, denoted d(T, E) is 0 in case T, E ⁇ .
  • Abstract relations express relations between two ontology entities.
  • a set of abstract relations can be defined as ⁇ ⁇ .
  • Relation instances express relations between ontology terms.
  • a set of relation instances can be defined as ⁇ ⁇ .
  • the term “pay” may be related to the term “bill” to form the relation “pay>bill.”
  • the term “pay” may be associated under the entity “action” and the term “bill” may be defined in the entity “documents”.
  • Still further binary directed relationships can be defined between these entity/term pairs.
  • the action/pay pair may be related to the document/bill pair in that the payment action requires an underlying document, which may be a bill.
  • the term “broken” may be defined in the entity “problems” and the term “iPhone” may be defined in the entity “device”. The problem/broken pair can also have a directed relationship to the “devices” entity in which the “iPhone” term is a specific example as represented by the devices/iPhone pair.
  • FIG. 2 depicts exemplary, non-limiting embodiments of a portion an ontology 10 , including entities 12 and 14 , and terms 16 .
  • the arrows between the terms and entities represent some relations that may exist in the depicted portion of the exemplary ontology.
  • FIG. 3 represents an overview of an exemplary training phase 1 for refining an initial ontology 110 .
  • the initial ontology 110 is refined by a step-by-step pipeline process that applies various features to the defined data. These features include the extracting and surfacing of words and phrases in the corpus that helps users make non-trivial observations about a customer-specific domain.
  • the ontology training process begins with an initial ontology 110 .
  • the initial ontology can be a canned ontology.
  • a canned ontology is an ontology that is developed for a particular business application or sector—a unique language model that reflects, or fits, the relevant business application.
  • a canned ontology may be developed for telecommunications applications, and the telecom canned ontology would differ from that developed for insurance industry applications, which would differ from the canned ontology developed for the finance industry, etc.
  • a user, or company, in a particular industry may begin the training process by implementing one or more relevant canned ontologies.
  • the canned ontology is then refined during the ontology training phase 1 ( FIG.
  • the canned ontologies are preferably unified during the ontology training phase 1 , so that one, unified and encompassing ontology structure is developed for the user.
  • a canned ontology can be developed in various ways. For example, a canned ontology may be developed by taking data samples generated by multiple different users or classes in a particular industry. Alternatively, a canned ontology may be created by combining multiple ontologies developed using sample data sets from a particular industry. For example, multiple users may develop an ontology for their particular business based on their own internal data. Those individual ontologies may then be combined through a process of comparison, wherein the common elements in the ontologies receive heavier weight than the elements that differ.
  • a canned ontology could be developed over a series of training processes where one user develops an ontology based on its data, and then the next user uses the first user's ontology as a canned ontology input to its training process. Thereby, each subsequent user implements a previous user's output ontology as a canned ontology 201 input, and amends or refines that canned ontology through the training process to develop its own ontology.
  • Training data set 205 can be developed by, for example, accumulating data for each planned ontology that contains a range of communications sufficient to be representative of the language and linguistic structure of that domain.
  • the training data set 205 contains various types of data and originates over a sufficiently long time period, for example, between about a month previous to the date of implementing the training step up until the most recent available data at the time of execution of the training.
  • the training data set 205 may include data from a single platform, such as transcriptions of customer service phone calls, or it may include data from multiple platforms, such as customer service calls, emails, web chats, text messages, web page comments, facebook or twitter interactions, customer surveys, etc (e.g., see FIG. 7 ).
  • the sample data set includes other types of business documents such as, but not limited to, white papers, user manuals, service manuals, or catalogs.
  • the ontology training phase 1 is not executed until a certain, predefined amount of data is gathered for the training.
  • a configured scheduler may monitor the data gathering process and count the number of records or amount of data added. When the number of records or amount of data in the training data set 205 reaches that predetermined amount, the scheduler may execute the ontology training process 1 . Alternatively or additionally, the scheduler may monitor the types and/or variety of data added to the training data set 205 so as to ensure that the training 301 does not begin until certain types and/or varieties of data are available to the training set.
  • the communication data is transformed into a usable format as part of training phase 1 . For example, audio data from one or more customer interactions between a customer service agent/IVR and a customer/caller can be automatically transcribed into a textual file through speech recognition techniques, and the textual file can be processed as described herein to refine an ontology.
  • training phase 1 continues by executing a training module 300 , example of which is depicted in FIG. 3 .
  • training module 300 is an automated process that accepts an initial ontology and a set of text documents, gives scores to the existing ontology components based on their relevance to the text documents, and enriches the initial ontology with additional terms, abstract relations and relation instances that are characteristic to those documents.
  • the training module 300 extracts a set of significant phrases and significant phrase pairs from the training data set 205 , by executing, for example, method 400 as shown in FIG. 4 , which is described in further detail below.
  • the set of significant phrases and significant phrase pairs are entered manually by a user and then used by training module 300 is the subsequent steps below.
  • training module 300 performs step 302 by sorting the phrases according to their length (shorter phrases are processed first), and then for each ⁇ , and performing the following:
  • T ⁇ comprising a word sequence that is identical to ⁇
  • E 1 , E 2 ⁇ such that T 1 E 1 and T 2 E 2 —then this phrase contains a relation instance, and there is no need to further process it.
  • X * argmin ⁇ E 1 , E 2 , E ⁇ ⁇ ⁇ ⁇ ⁇ d ⁇ ( T 1 , E 1 ) + d ⁇ ( T 2 , E 2 )
  • T 1 , T 2 ⁇ ⁇ ⁇ T 1 ⁇ T 2 ⁇ ⁇
  • step 305 new abstract relations are then added to the initial ontology 110 using the obtained set of significant phrase pairs.
  • the set of significant phrase pairs are denoted ⁇ ⁇ ⁇ , where ⁇ : ⁇ + is a scoring function that associates a score to a phrase pair.
  • training module 300 performs step 304 in the following way:
  • training module 300 After adding the new abstract relations to the ontology at step 304 , training module 300 then adds new relation instances to the ontology based on the significant phrase pairs ⁇ and the scoring function ⁇ : ⁇ + at step 306 . Training module 300 performs step 304 in, for example, the following way: Iterate over all pairs ⁇ 1 , ⁇ 2 ⁇ . If there exists T 1 , T 2 ⁇ that correspond to ⁇ 1 , ⁇ 2 , respectively, compute an entity pair E* 1 , E* 2 such that:
  • the training phase 1 may be completed 308 and the training module 300 may output and store the refined ontological structure at step 310 , which is a refined version of the initial ontology 110 referred to in the discussion of FIG. 1 .
  • the output ontology can be updated and further refined through a new ontology training 1 .
  • a training phase 1 may be initiated every week, month, year, etc.
  • the new training phase may use the existing ontology as a “canned ontology” of sorts, and may use a recent training data set generated in a defined recent period.
  • the training data set would preferably include data collected during the most recent month.
  • the training process 1 will update the existing ontology to incorporate, for example, new terms, term-entity associations, abstract relations, and relation instances. Thereby, the ontology is automatically updated to keep up with the changes that occur in the company, the industry, the customers, etc.
  • FIG. 4 depicts a schematic diagram of an exemplary process 400 for extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of text documents.
  • the exemplary process 400 Given a large collection of text documents that originate from a common source or are related to a certain domain, the exemplary process 400 identifies the phrases in the collection that carry some significance to a specific domain and identifies pairs of phrases that tend to co-occur in the collection.
  • Such documents may include articles that are taken from a journal, social media posts of a specific group, for example. Such documents may even include texts obtained by transcribing audio recording for a specific company.
  • Exemplary method 400 beings by accepting as inputs a generic language model L G and a set of documents, wherein generic model L G is a model that is supposed to model the language distribution of generic texts that are not specific to the common source or its associated field of interest.
  • the exemplary process 400 is divided into four exemplary phases 402 , 404 , 406 , and 408 , three of which can be used for the extraction of significant phrases 402 , 404 , and 406 , and one of which can be used in for the extraction of significant phrase co-occurrences.
  • phases 402 , 404 , 406 , and 408 three of which can be used for the extraction of significant phrases 402 , 404 , and 406 , and one of which can be used in for the extraction of significant phrase co-occurrences.
  • such divisions are not intended to be a limiting of the embodiment or the invention. In certain embodiments not all of the phases need be performed.
  • an exemplary method 400 can include, for example: first, exemplary language-model generation phase (step 402 ); second, exemplary candidate accumulation phase (step 404 ), and third, exemplary significant phrase filtering phase (step 406 ).
  • L(w 1 , . . . , w m ) denotes the log-probability of the word sequence w 1 , . . . , w m as induced by the language model L. For example, if L is a trigram model this log-probability can be expressed as:
  • the language-model generation phase can include, for example, iterating over the input documents and subdividing each document into meaning units.
  • Meaning units are sequences of words that express an idea. In the context of spoken or informal communications, the meaning unit may be the equivalent of a sentence. Meaning units can divide scripts or utterances into a basic segments of meaning or the equivalent of a sentence, when narrated text is compared to written text.
  • a meaning unit may be a sequence of words spoken by one speaker in a conversation without interference.
  • a non-limiting example of a meaning unit in a customer service context would be the customer statement “I would like to buy a phone.”
  • the meaning unit may include some level of speaker interference, e.g. very short acknowledgement statements by the other speaker.
  • the subdividing above is induced by punctuation marks.
  • the subdividing can be performed using a zoning algorithm; see for example the zoning algorithm described in U.S. patent application Ser. No. 14/467,783.
  • the Language-model generation phase (step 402 ) can process each of the meaning units and count the number of n-grams up to some predetermined order (unigrams, bigrams, trigrams, etc.). An order of 3 or 4 has been seen to yield good results.
  • language-model probabilities can be estimated based on the given counters, and a source-specific language model L s can be obtained.
  • One suitable way of obtaining source-specific language model L s is by a applying a suitable smoothing technique; see, for example: S. F. Chen and J. Goodman, An empirical study of smoothing techniques for language modeling, in Computer Speech and Language (1999) volume 13, pages 359-394.
  • each candidate is an n-gram (a sequence of n words), and its respective number of occurrences stored. For example, once that the input text documents have been subdivided into meaning units, the following can be performed for each meaning unit:
  • the significant phrase filtering phase can calculate a phase score for each candidate phrase and then keep only those phrases whose score is above a threshold.
  • the candidate accumulation phase (step 404 ) can be performed by, for example, integrating over the n-grams in , let f(w 1 , . . . , w n ) be the frequency of the phrase w 1 , . . . , w n , which can be computed by the counter stored at normalized by the total number of words encountered in all text documents.
  • the overall phrase score for the candidate w 1 , . . . , w n can computed in, for example, the following manner:
  • ⁇ ( w 1 , . . . ,w n ) ⁇ P ⁇ P ( w 1 , . . . ,w n )+ ⁇ S ⁇ ( w 1 , . . . ,w n )+ ⁇ f ⁇ log f ( w 1 , . . . ,w n )
  • the significant phrase filtering phase 406 only keeps those phrases for which ⁇ (w 1 , . . . , w n )> ⁇ ⁇ .
  • ⁇ ⁇ is a threshold for the overall phrase score ⁇ P
  • ⁇ S and ⁇ f are scaling parameters that can be used to give more significance to one of the measures over another, these may be optional.
  • method 400 continues can continue to the fourth phase 408 where significant phrase co-occurrences are extracted.
  • significant phrase co-occurrences are extracted. Namely, those pairs of phrases that tend to co-occur in the same meaning unit, possible up to some distance.
  • the extraction of significant phrase co-occurrences can begin by, for example, iterating over all meaning units and locating the occurrences of the individual phrases. In certain embodiments longer phrases are preferred over shorter ones. In case of overlapping occurrences of a pair of phrases, only the occurrence of the longer phrases is kept.
  • c( ⁇ ) denotes the number of occurrences of the phrase ⁇ . The number of co-occurrence of pairs of phrases in the same meaning unit is counted.
  • c( ⁇ 1 , ⁇ 2 ) denotes the number of co-occurrences of the phrases ⁇ 1 and ⁇ 2 .
  • this counter may or may not be sensitive to order.
  • ⁇ ⁇ ( ⁇ 1 , ⁇ 2 ) log ⁇ p ⁇ ( ⁇ 1 , ⁇ 2 ) p ⁇ ( ⁇ 1 ) ⁇ p ⁇ ( ⁇ 2 )
  • phase 408 After calculating the log-likelihoods, phase 408 then identifies a co-occurrence of a pair of phases ⁇ 1 , ⁇ 2 if l( ⁇ 1 , ⁇ 2 )> ⁇ l where ⁇ l is a log-likelihood threshold.
  • the exemplary process 400 described above is capable of extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of text documents that related to some specific domain. Since phrases must be significantly more prominent in the processed texts with respect to the generic model, the prominence score can help filter very frequency phrases in the language that carry no special significance in the specific domain. Similarly, the stickiness score can help filter false phrases that are induced by an incidental concatenation of a pair of shorter terms. Process 400 can be used in in ontology refining process described in FIG. 1 to automate the identification of a set of significant phrases and significant phrase pairs
  • the ontology can then be used be by any number of analytics modules or algorithms (see stages 2 and 3 of FIG. 1 ) to interpret textual transcripts of customer service interactions for example.
  • the interpretation of these customer service interactions can be used to identify content or meaning of a particular customer service interaction, or may be used across many customer service interactions in order to identify topics, trends, or emerging issues.
  • the system can use a tagging process 2 to tag meaningful elements in incoming communications data, such as transcribed interactions, and then store the tagged data for use by a analytics module 3 .
  • the tagging process 2 can include loading key ontology data is loaded into the tagging system, and then executing the process depicted at FIG. 5 , wherein communications data is fetched 320 , tagged 322 , and stored 330 .
  • the ontology and produced during the training stage 1 is imported into the tagger's internal memory so that they may be used for tagging 2 .
  • This data includes ontology data , , , , , ,—i.e., entities, terms, term-entity associations, entity-association rules, abstract relations, and relation instances.
  • the data is used by the tagger during the pipeline process of tagging new, incoming communications data.
  • communication data is fetched 320 from the queue and then tagged 322 in accordance with the entity-association rules set up by the ontology data. More specifically, the tagger retrieves a communication data set, such as the next customer interaction transcript, from the queue, for example using the Post-Processing Framework (PPFW). Depending on the system configurations, the tagger can process several interactions simultaneously. The tagger then tags 322 meaningful elements in the communication data set, such as abstract relations and relation instances 328 defined by the ontology.
  • PPFW Post-Processing Framework
  • the tagging can include tagging of scripts 324 and/or meaning units 326 (zoning) as well.
  • the tagging can include the tagging of terms as well.
  • the tagging and zoning above can be assisted by, for example, method 400 .
  • the tagged communications data is then stored 330 in a dedicated database, such as a Sybase IQ database.
  • the system tags specific elements and then saves the interaction in a temporary repository, the Context module 321 .
  • the process tagging process can be repeated for each element—scripts 324 , zoning 326 (meaning unit tagging), and relations 328 .
  • the Write to Database module 333 processes the tagged interaction and sends it to the database for storing 330 .
  • the data set can include any number of types and formats of data.
  • the data set may include audio recordings, transcribed audio, email communications, text message communications, etc.
  • the tagged communications data can then be used to generate any number of analytics 3 (see FIG. 1 ).
  • the tagged communications data can be processed by a user to develop qualitative and quantitative data about the user company's customer service interactions. This may be done, for instance, via analysis of themes.
  • themes are groups or abstracts that contain synonymous relations, and they provide users with a compressed view of the characteristics of interactions throughout the data set. As one theme represents a single concept occurring in many different calls, themes provide a summary of the calls. In this way, themes allow users to quickly and easily understand the nature of a multitude of interactions within the call set.
  • FIG. 6 illustrates a flow chart demonstrating one embodiment of a communication data set 10 that can be tagged 2 and analyzed 3 using an ontology refined according to the above-described process.
  • communication data 10 may include, for example, audio data, text transcription, email, chat, web page feedback or comments, social networking interactions (such as via Facebook or Twitter), and customer surveys (e.g. taken via phone or email).
  • customer surveys e.g. taken via phone or email.
  • a customer service interaction, or series of interactions may take place over multiple platforms regarding a certain issue with a particular customer.
  • all such data can be incorporated and analyzed using the ontology to create a complete picture of the entire customer service system.
  • the communication data 10 is all tagged 2 utilizing the ontology.
  • the ontology is constructed according to the above described process using a sample dataset that included all types of communication data 10 that will be processed using that ontology because such training may provide a more robust ontology that can account for the linguistic norms of those particular data types.
  • the invention also contemplates that a robust ontology may be applied to tag and analyze data types not used in the training of that ontology.
  • FIG. 7 is a system diagram of an exemplary embodiment of a system 1200 for automated language model adaptation implementing an ontology training module 300 .
  • the system 1200 is generally a computing system that includes a processing system 1206 , storage system 1204 , software 1202 , communication interface 1208 and a user interface 1210 .
  • the processing system 1206 loads and executes software 1202 from the storage system 1204 , including a software application module 1230 .
  • software module 1230 directs the processing system 1206 to operate as described in herein in further detail, including execution of the ontology training module 300 and process 400 .
  • computing system 1200 as depicted in FIG. 7 includes one software module in the present example, it should be understood that one or more modules could provide the same operation.
  • description as provided herein refers to a computing system 1200 and a processing system 1206 , it is to be recognized that implementations of such systems can be performed using one or more processors, which may be communicatively connected, and such implementations are considered to be within the scope of the description.
  • the processing system 1206 can comprise a microprocessor and other circuitry that retrieves and executes software 1202 from storage system 1204 .
  • Processing system 1206 can be implemented within a single processing device but can also be distributed across multiple processing devices or sub-systems that cooperate in existing program instructions. Examples of processing system 1206 include general purpose central processing units, applications specific processors, and logic devices, as well as any other type of processing device, combinations of processing devices, or variations thereof.
  • the storage system 1204 can comprise any storage media readable by processing system 1206 , and capable of storing software 1202 .
  • the storage system 1204 can include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data.
  • Storage system 1204 can be implemented as a single storage device but may also be implemented across multiple storage devices or sub-systems.
  • Storage system 1204 can further include additional elements, such a controller capable, of communicating with the processing system 1206 .
  • Examples of storage media include random access memory, read only memory, magnetic discs, optical discs, flash memory, virtual memory, and non-virtual memory, magnetic sets, magnetic tape, magnetic disc storage or other magnetic storage devices, or any other medium that can be used to store the desired information and that may be accessed by an instruction execution system, as well as any combination or variation thereof, or any other type of storage medium.
  • the storage media can be a non-transitory storage media.
  • at least a portion of the storage media may be transitory. It should be understood that in no case is the storage media merely a propagated signal.
  • User interface 1210 can include a mouse, a keyboard, a voice input device, a touch input device for receiving a gesture from a user, a motion input device for detecting non-touch gestures and other motions by a user, and other comparable input devices and associated processing elements capable of receiving user input from a user.
  • Output devices such as a video display or graphical display can display an interface further associated with embodiments of the system and method as disclosed herein. Speakers, printers, haptic devices and other types of output devices may also be included in the user interface 1210 .
  • the computing system 1200 receives communication data 10 .
  • the communication data 10 may be, for example, an audio recording or a conversation, which may exemplarily be between two speakers, although the audio recording may be any of a variety of other audio records, including multiple speakers, a single speaker, or an automated or recorded auditory message.
  • the audio file may exemplarily be a .WAV file, but may also be other types of audio files, exemplarily in a pulse code modulated (PCM) format and an example may include linear pulse code modulated (LPCM) audio data.
  • PCM pulse code modulated
  • LPCM linear pulse code modulated
  • the audio data is exemplarily mono audio data; however, it is recognized that embodiments of the method as disclosed herein may also be used with stereo audio data.
  • the communication data 10 may be streaming audio or video data received in real time or near-real time by the computing system 1200 .

Abstract

A method for expanding an initial ontology via processing of communication data, wherein the initial ontology is a structural representation of language elements comprising a set of entities, a set of terms, a set of term-entity associations, a set of entity-association rules, a set of abstract relations, and a set of relation instances. A method for extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of documents further includes utilizing the terms to identify relations within the training set of communication data, wherein a relation is a pair of terms that appear in proximity to one another.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • The present application is based on and claims priority to U.S. Provisional Patent Application Ser. No. 62/108,264, filed Jan. 27, 2015 and U.S. Provisional Patent Application Ser. No. 62/108,229, filed Jan. 27, 2015, the disclosures of which are incorporated herein by reference.
  • BACKGROUND
  • The present disclosure relates to the field of automated data processing, and more specifically to the application of ontology programming to process and analyze communication data. In the realms of computer and software sciences and information science, an ontology is a structural framework for organizing information regarding knowledge and linguistics within a domain. The ontology represents knowledge within a domain as a hierarchical set of concepts, and the relationships between those concepts, using a shared vocabulary to denote the types, properties, and interrelationship of those concepts. For example, the ontology models the specific meanings of terms as they apply to that domain.
  • SUMMARY
  • Methods are disclosed herein for expanding an initial ontology via processing of communication data, wherein the initial ontology is a structural representation of language elements comprising a set of entities, a set of terms, a set of term-entity associations, a set of entity-association rules, a set of abstract relations, and a set of relation instances. An exemplary method includes providing the initial ontology, providing a training set of communication data, processing the training set of communication data to extract significant phrases and significant phrase pairs from within the training set of communication data, creating new abstract relations based on the significant phrase pairs, creating new relation instances that correspond to the significant term pairs, storing the significant phrases as ontology terms ontology and associating an entity for the added terms, and storing the new relation instances and new abstract relations to the initial ontology.
  • Also disclosed herein is a method for extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of documents. An exemplary method includes providing a generic language model and providing the set of documents. The exemplary method extracts a set of significant phrases by, for example, generating a source-specific language model by subdividing each document into meaning units, accumulating phrase candidates by creating a set of candidates where each candidate is an n-gram and integrating over the n-grams to compute a prominence score for each n-gram and a stickiness core, and filtering the candidate phrases by calculating a frequency for each of the candidate phrases and calculating an overall phrase score for each of the candidate phrases. The exemplary method can extract significant phrase co-occurrences by, for example, iterating over the meaning units and locating the occurrences of individual phrases, counting the number of co-occurrences of pairs of phrases in the same meaning unit, computing a probability of a phrase and a probability of the co-occurrence of a pair of phrases based on the count, calculating a log-likelihood of the co-occurrence using the probability of the phrase and the probability of the co-occurrence of a pair of phrases and identifying a significant co-occurrence of the pair of phrases if the log-likelihood is over a predetermined log-likelihood threshold.
  • The details of one or more embodiments of the disclosure are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the disclosure will be apparent from the description, drawings, and from the claims.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 depicts an exemplary embodiment of the ontology process and programming disclosed herein.
  • FIG. 2 depicts examples of hierarchical presentations of ontologies refined according to the disclosed process.
  • FIG. 3 is a schematic diagram of an embodiment of a process for ontology refinement.
  • FIG. 4 is schematic diagram of an embodiment of a process for extracting significant phrases and significant phrase co-occurences.
  • FIG. 5 is a schematic diagram of an embodiment of a process employing an ontology to tag communication data.
  • FIG. 6 is an exemplary embodiment of an ontology analytics program incorporating and analyzing multiple data platforms.
  • FIG. 7 is a system diagram of an exemplary embodiment of a system for developing an ontology for processing communication data.
  • DETAILED DISCLOSURE
  • According to the present invention, an ontology may be developed and applied across all types of communication data, for example, all types of customer interactions (which may include interactions in multiple languages) as a tool for processing and interpreting such data. The communication data may document or relate to any type of communication, including communications made via phone, via email, via internet chat, via text messaging, etc. For example, communication data may contain any spoken content or any written correspondence or communication, including but not limited to live speech, audio recording, streaming audio, transcribed textual transcripts, or documents containing written communications, such as manuscripts, web pages, email, physical mail, text messages, chats, etc. In the exemplary context of a customer service application, the communication data may be between a customer service agent or an automated system, such as an interactive voice response (IVR) recording, and a customer or caller. While the present disclosure is often exemplified herein by describing an embodiment involving the analysis of audio data, such as recorded audio transcripts, it is to be understood that in alternative embodiments other forms of oral or written communications may be used or analyzed. A particular ontology may be defined for and applied to any domain, and other examples include financial services, consumer products, subscription services, or some other business application involving communication data interactions.
  • In the generation, refinement, or development of an ontology, repeating patterns are identified and ranked based upon statistical significances and then clustered into terms and term relationships. The disclosed solution uses machine learning-based methods to improve the knowledge extraction process in a specific domain or business environment. By formulizing a specific company's internal knowledge and terminology, the ontology programming accounts for linguistic meaning to surface relevant and important content for analysis. For example, the disclosed ontology programming adapts to the language used in a specific domain, including linguistic patterns and properties, such as word order, relationships between terms, and syntactical variations. Based on the self-training mechanism developed by the inventors, the ontology programming automatically trains itself to understand the business environment by processing and analyzing a corpus of communication data.
  • The disclosed ontology programming, once built and refined for a specific business application, is applied to process communication data to provide valuable analytics for a variety of business needs. For example, the ontology programming can then be utilized to detect and surface meaningful items in a data set, such as a database of recorded employee-customer interactions, and can mine the data set to extract and analyze business data based on an enhanced formulization of a company's internal knowledge and terminology.
  • An exemplary embodiment of the presently disclosed ontology solution incorporates three main stages. As seen in FIG. 1, the three main stages include training 1, tagging 2, and ontology analytics 3. The training phase 1 involves internal machine learning in which the system learns the customer's specific domain and formulates an initial ontology 110. The initial ontology 110 is then passed to the tagging module 2. Tagging is a continuous online process that uses the ontology to tag tracked items in incoming interactions, and stores the tagged interactions in a persistent repository. Finally, the tagged interactions are then used by the analytics module 3 to analyze and extract business data based on an enhanced formulization of a company's internal knowledge and terminology. A detailed analysis of each stage is addressed in turn. In certain embodiments, the ontology tagging phase 2 and/or the ontology analytics phase 3 can be optional.
  • Generally, an ontology as O as disclosed herein can be defined as
    Figure US20160217127A1-20160728-P00001
    ,
    Figure US20160217127A1-20160728-P00002
    ,
    Figure US20160217127A1-20160728-P00003
    ,
    Figure US20160217127A1-20160728-P00004
    ,
    Figure US20160217127A1-20160728-P00005
    ,
    Figure US20160217127A1-20160728-P00006
    , wherein
    Figure US20160217127A1-20160728-P00007
    is a set of entities,
    Figure US20160217127A1-20160728-P00002
    is a set of terms,
    Figure US20160217127A1-20160728-P00003
    is a set of term-entity associations, χ is a set of entity-association rules, in which,
    Figure US20160217127A1-20160728-P00005
    is a set of abstract relations, and
    Figure US20160217127A1-20160728-P00008
    is a set of relation instances. Terms are individual words or short phrases that represent the basic units or concepts that might come up in the communication data. Thus a set of terms
    Figure US20160217127A1-20160728-P00002
    can be defined as a word n-gram that has some meaning. Non-limiting examples of terms, as used herein, include “device”, “iPhone”, “iPhone four”, “invoice”, “I”, “she”, “bill”, “cancel”, “upgrade”, “activate”, “broken”, or “cell phone”, “customer care”, or “credit card.” However, these are not intended to be limiting in any manner and are merely exemplary of basic units or concepts that may be found in a customer service interaction. In certain embodiments, all words in the corpus, or set of communication data, can only be associated with one term, and each term can only be counted once.
  • Development of an ontology involves the identification of term candidates. A set of communication data used for training purposes is divided into potential terms, or term candidates. Terms are then selected from those term candidates. Strong term candidates contain words or word sets that are compact and, in the instance of word sets, the frequency of finding the word set together is very high. An example of a term containing a word set is “credit card number,” as those words very often appear together and refer to a particular, defined object. In addition, good terms often contain words that make more conceptual sense when they are together, as opposed to being on their own. For example, the term “Nova Scotia” is comprised of words that make sense when found together, and would likely not appear or make sense separately.
  • The frequency that the words of a particular word set, or term, appear together may be referred to as the “stickiness” of the term. A “sticky” term is one whose words appear frequently appear together in the corpus. The higher the stickiness ranking, the stronger the term, as it means that the term has meaning in the corpus as a concept. Salient terms are those that stand out or have a higher score relative to similar or neighboring terms. Non-salient terms and less-salient terms are those that appear many times or a relatively large number of times in many different contexts. The score of such non-salient or less-salient terms is lowered as compared to the score for salient terms. The logic is that salient terms are likely to be meaningful as a concept, whereas non-salient terms are not likely to express a particular concept. For example, the score of the term “account number” would be higher than the score of the term “the account number” because the word “the” appears in many different contexts and also by itself. Therefore, the word “the” does not add any significant meaning when joined with the term “account number.”
  • Entities are broader concepts that encapsulate or classify a set of terms. Entities describe semantic concepts to which classified terms are related. Non-limiting examples of classes, may include “objects”, “actions”, “modifiers”, “documents”, “service”, “customers”, or “locations”. However, these are not intended to be limiting on the types of entities, particularly the types of entities that may appear in an ontology directed to a specific or specialized domain. Thus a set of entities
    Figure US20160217127A1-20160728-P00009
    can be organized in a hierarchical tree-like structure, where for each entity Eε
    Figure US20160217127A1-20160728-P00009
    , let π(E) be the parent entity of E.
  • The set of entities and terms in the ontology are connected by a set of term-entity associations
    Figure US20160217127A1-20160728-P00010
    Figure US20160217127A1-20160728-P00002
    ×
    Figure US20160217127A1-20160728-P00011
    governed by entity-association rules
    Figure US20160217127A1-20160728-P00004
    Figure US20160217127A1-20160728-P00011
    ×
    Figure US20160217127A1-20160728-P00011
    ×(
    Figure US20160217127A1-20160728-P00011
    ∩{{tilde over (0)}, {tilde over (1)}, {tilde over (2)}}). Each term in the ontology is associated with at least one entity, namely ∀T ∃E
    Figure US20160217127A1-20160728-P00012
    T, E
    Figure US20160217127A1-20160728-P00013
    ε
    Figure US20160217127A1-20160728-P00010
    . In some embodiments it is possible for a term to have multiple entity associations. For example, if the term is “jaguar”, the term may be associate with the entity “Animal” and with the entity “CarBrand.” The distance between a term T and E, denoted d(T, E) is 0 in case
    Figure US20160217127A1-20160728-P00012
    T, E
    Figure US20160217127A1-20160728-P00013
    ε
    Figure US20160217127A1-20160728-P00010
    . Alternatively, if there exists an entity E′ such that
    Figure US20160217127A1-20160728-P00012
    T, E′
    Figure US20160217127A1-20160728-P00013
    ε
    Figure US20160217127A1-20160728-P00010
    and E is an ancestor of E′, then d(T, E)=d(E′, E); in either of these two cases, T
    Figure US20160217127A1-20160728-P00014
    E. Otherwise, d(T, E)=∞.
  • Abstract relations express relations between two ontology entities. A set of abstract relations can be defined as
    Figure US20160217127A1-20160728-P00005
    Figure US20160217127A1-20160728-P00011
    Δ
    Figure US20160217127A1-20160728-P00011
    . The distance between two entities E1, E2ε
    Figure US20160217127A1-20160728-P00011
    in the hierarchy chain, denoted d(E1, E2), can be defined as the number of steps down or up the hierarchy of entities. For example, if E1 is an ancestor of E2 then d(E1, E2) is defined as the number of steps down the hierarchy, whereas if E2 is an ancestory of E1 then then d(E1, E2) is defined as the number of steps up the hierarchy of entities. If none of these conditions apply however, then d(E1, E2)=∞.
  • Relation instances express relations between ontology terms. A set of relation instances can be defined as
    Figure US20160217127A1-20160728-P00008
    Figure US20160217127A1-20160728-P00011
    ×
    Figure US20160217127A1-20160728-P00011
    . For example, the term “pay” may be related to the term “bill” to form the relation “pay>bill.” In another non-limiting example, the term “pay” may be associated under the entity “action” and the term “bill” may be defined in the entity “documents”. Still further binary directed relationships can be defined between these entity/term pairs. For example, the action/pay pair may be related to the document/bill pair in that the payment action requires an underlying document, which may be a bill. In another non-limiting example, the term “broken” may be defined in the entity “problems” and the term “iPhone” may be defined in the entity “device”. The problem/broken pair can also have a directed relationship to the “devices” entity in which the “iPhone” term is a specific example as represented by the devices/iPhone pair.
  • FIG. 2 depicts exemplary, non-limiting embodiments of a portion an ontology 10, including entities 12 and 14, and terms 16. The arrows between the terms and entities represent some relations that may exist in the depicted portion of the exemplary ontology.
  • FIG. 3 represents an overview of an exemplary training phase 1 for refining an initial ontology 110. The initial ontology 110 is refined by a step-by-step pipeline process that applies various features to the defined data. These features include the extracting and surfacing of words and phrases in the corpus that helps users make non-trivial observations about a customer-specific domain.
  • As exemplified in FIG. 3, the ontology training process begins with an initial ontology 110. In certain embodiments, the initial ontology can be a canned ontology. A canned ontology is an ontology that is developed for a particular business application or sector—a unique language model that reflects, or fits, the relevant business application. For example, a canned ontology may be developed for telecommunications applications, and the telecom canned ontology would differ from that developed for insurance industry applications, which would differ from the canned ontology developed for the finance industry, etc. A user, or company, in a particular industry may begin the training process by implementing one or more relevant canned ontologies. The canned ontology is then refined during the ontology training phase 1 (FIG. 1), to develop a specialized ontology for that particular user. If a user starts the training process by implementing more than one canned ontology, the canned ontologies are preferably unified during the ontology training phase 1, so that one, unified and encompassing ontology structure is developed for the user.
  • A canned ontology can be developed in various ways. For example, a canned ontology may be developed by taking data samples generated by multiple different users or classes in a particular industry. Alternatively, a canned ontology may be created by combining multiple ontologies developed using sample data sets from a particular industry. For example, multiple users may develop an ontology for their particular business based on their own internal data. Those individual ontologies may then be combined through a process of comparison, wherein the common elements in the ontologies receive heavier weight than the elements that differ. In still other embodiments, a canned ontology could be developed over a series of training processes where one user develops an ontology based on its data, and then the next user uses the first user's ontology as a canned ontology input to its training process. Thereby, each subsequent user implements a previous user's output ontology as a canned ontology 201 input, and amends or refines that canned ontology through the training process to develop its own ontology.
  • In FIG. 3, after an initial ontology 110 is obtained, for example a canned ontology, the initial ontology 110 is refined using a developed training data set 205. Training data set 205 can be developed by, for example, accumulating data for each planned ontology that contains a range of communications sufficient to be representative of the language and linguistic structure of that domain. In certain embodiments, the training data set 205 contains various types of data and originates over a sufficiently long time period, for example, between about a month previous to the date of implementing the training step up until the most recent available data at the time of execution of the training. The training data set 205 may include data from a single platform, such as transcriptions of customer service phone calls, or it may include data from multiple platforms, such as customer service calls, emails, web chats, text messages, web page comments, facebook or twitter interactions, customer surveys, etc (e.g., see FIG. 7). In still other embodiments, the sample data set includes other types of business documents such as, but not limited to, white papers, user manuals, service manuals, or catalogs.
  • In certain of the embodiments, the ontology training phase 1 is not executed until a certain, predefined amount of data is gathered for the training. In one embodiment, a configured scheduler may monitor the data gathering process and count the number of records or amount of data added. When the number of records or amount of data in the training data set 205 reaches that predetermined amount, the scheduler may execute the ontology training process 1. Alternatively or additionally, the scheduler may monitor the types and/or variety of data added to the training data set 205 so as to ensure that the training 301 does not begin until certain types and/or varieties of data are available to the training set. In certain embodiments, the communication data is transformed into a usable format as part of training phase 1. For example, audio data from one or more customer interactions between a customer service agent/IVR and a customer/caller can be automatically transcribed into a textual file through speech recognition techniques, and the textual file can be processed as described herein to refine an ontology.
  • Once one or more initial ontologies 110 are selected and a training data set 205 is developed, the training phase 1 continues by executing a training module 300, example of which is depicted in FIG. 3. In general, training module 300 is an automated process that accepts an initial ontology and a set of text documents, gives scores to the existing ontology components based on their relevance to the text documents, and enriches the initial ontology with additional terms, abstract relations and relation instances that are characteristic to those documents.
  • Starting with the embodiment of FIG. 3, at step 301, the initial ontology 110 and training data set 205 and are is fed into the training module 300. In certain embodiments, the training module 300 then extracts a set of significant phrases and significant phrase pairs from the training data set 205, by executing, for example, method 400 as shown in FIG. 4, which is described in further detail below. In alternative embodiments, the set of significant phrases and significant phrase pairs are entered manually by a user and then used by training module 300 is the subsequent steps below.
  • After the set of significant phrases and significant phrase pairs are obtained whether through method 400 or manually, the significant phrases are then added as ontology terms to the initial ontology 110 and associated with ontology entities at step 302. As used herein, a phrase φ=
    Figure US20160217127A1-20160728-P00015
    w1, . . . , wn
    Figure US20160217127A1-20160728-P00016
    comprises a sequence for words. It can be said that a term T′ that comprises the word sequence
    Figure US20160217127A1-20160728-P00015
    w′1, . . . , w′k
    Figure US20160217127A1-20160728-P00016
    is contained in φ, and denoted by T′⊂φ), if k<n and there exists some index i such that: wi=w′1, . . . , wi+k−1=w′k. A pair of terms T′, T″ are mutually contained in φ, if both are contained in φ (namely T′, T″⊂φ) with no overlap between them, namely T′∩T″=φ.
  • In certain exemplary embodiments, given a set of phrases Φ, training module 300 performs step 302 by sorting the phrases according to their length (shorter phrases are processed first), and then for each φεΦ, and performing the following:
  • 1. If there exists a term Tε
    Figure US20160217127A1-20160728-P00002
    comprising a word sequence that is identical to φ, there is no need to further process this phrase.
    2. If there exists T1, T2ε
    Figure US20160217127A1-20160728-P00002
    that are mutually contained in φ, and there exists
    Figure US20160217127A1-20160728-P00015
    E1, E2
    Figure US20160217127A1-20160728-P00016
    ε
    Figure US20160217127A1-20160728-P00005
    such that T1
    Figure US20160217127A1-20160728-P00014
    E1 and T2
    Figure US20160217127A1-20160728-P00014
    E2—then this phrase contains a relation instance, and there is no need to further process it.
    3. Iterate over all entity-association rules χ, and compute:
  • X * = argmin E 1 , E 2 , E ~ { d ( T 1 , E 1 ) + d ( T 2 , E 2 ) | T 1 , T 2 φ T 1 T 2 = φ }
  • Namely, identify the most specific rule in
    Figure US20160217127A1-20160728-P00004
    that corresponds to the phrase. If no such rule exists, discard the phrase φ. Otherwise, act according to the third component {tilde over (E)} in the tuple that comprises the rule X* (recall that Eε
    Figure US20160217127A1-20160728-P00009
    ∩{{tilde over (0)}, {tilde over (1)}, {tilde over (2)}}):
      • If {tilde over (E)}={tilde over (0)}, discard the phrase φ.
      • If {tilde over (E)}={tilde over (1)}, add a new term T* into
        Figure US20160217127A1-20160728-P00002
        that corresponds to φ, and add a term-entity associations
        Figure US20160217127A1-20160728-P00015
        T*, E1
        Figure US20160217127A1-20160728-P00016
        into
        Figure US20160217127A1-20160728-P00003
        , where E1 is the entity of the first contained sub-term with respect to the rule X*, namely T1.
      • If {tilde over (E)}={tilde over (2)}, add a new term T* into
        Figure US20160217127A1-20160728-P00002
        that corresponds to φ, and add a term-entity associations
        Figure US20160217127A1-20160728-P00015
        T*, E2
        Figure US20160217127A1-20160728-P00016
        into
        Figure US20160217127A1-20160728-P00003
        , where E2 is the entity of the second contained sub-term with respect to the rule X*, namely T2.
      • Otherwise, {tilde over (E)}ε
        Figure US20160217127A1-20160728-P00009
        , so add a new term T* into
        Figure US20160217127A1-20160728-P00002
        that corresponds to φ, and add the term-entity associations
        Figure US20160217127A1-20160728-P00012
        T*, {tilde over (E)}
        Figure US20160217127A1-20160728-P00013
        .
  • Following step 302, at step 305 new abstract relations are then added to the initial ontology 110 using the obtained set of significant phrase pairs. As used herein, the set of significant phrase pairs are denoted ΨΦ×Φ, where ω:Ψ→
    Figure US20160217127A1-20160728-P00017
    + is a scoring function that associates a score to a phrase pair.
  • In certain exemplary embodiments, training module 300 performs step 304 in the following way:
  • 1. Define a weight function W:
    Figure US20160217127A1-20160728-P00009
    ×
    Figure US20160217127A1-20160728-P00009
    Figure US20160217127A1-20160728-P00017
    +. Initially, W(E1, E2)←0 for each pair of entities
    Figure US20160217127A1-20160728-P00018
    E1, E2
    Figure US20160217127A1-20160728-P00019
    .
    2. Iterate over all pairs
    Figure US20160217127A1-20160728-P00018
    φ1, φ2
    Figure US20160217127A1-20160728-P00019
    εΨ. If there exists T1, T2ε
    Figure US20160217127A1-20160728-P00002
    that correspond to φ1, φ2, respectively, iterate over all entity pairs
    Figure US20160217127A1-20160728-P00018
    E1, E2
    Figure US20160217127A1-20160728-P00019
    such that T1
    Figure US20160217127A1-20160728-P00014
    E1 and T2
    Figure US20160217127A1-20160728-P00014
    E2, and update their weight as follows:
  • W ( E 1 , E 2 ) W ( E 1 , E 2 ) + ω ( φ 1 , φ 2 ) d ( T 1 , E 1 ) · d ( T 2 , E 2 )
  • 3. Finally, iterate over all entity pairs
    Figure US20160217127A1-20160728-P00018
    E1, E2
    Figure US20160217127A1-20160728-P00019
    that are not already contained in the set of abstract relations
    Figure US20160217127A1-20160728-P00005
    , and do the following:
      • If there exists an abstract relation
        Figure US20160217127A1-20160728-P00018
        E′1, E′2
        Figure US20160217127A1-20160728-P00019
        ε
        Figure US20160217127A1-20160728-P00005
        such that E′1 is an ancestor of E1 and E′2 is an ancestor of E2 (namely, if
        Figure US20160217127A1-20160728-P00018
        E1, E2
        Figure US20160217127A1-20160728-P00019
        refines an existing abstract relation), and W(E1, E2)>WR (where WR is a parameter that serves as a weight threshold for refining abstract relations), add a new abstract relation
        Figure US20160217127A1-20160728-P00018
        E1, E2
        Figure US20160217127A1-20160728-P00019
        into
        Figure US20160217127A1-20160728-P00005
        .
      • Otherwise, if W(E1, E2)>WN (where WN>WR is a parameter that serves as a weight threshold for completely new abstract relations), add a new abstract relation
        Figure US20160217127A1-20160728-P00018
        E1, E2
        Figure US20160217127A1-20160728-P00019
        into
        Figure US20160217127A1-20160728-P00005
        .
  • After adding the new abstract relations to the ontology at step 304, training module 300 then adds new relation instances to the ontology based on the significant phrase pairs Ψ and the scoring function ω: Ψ→
    Figure US20160217127A1-20160728-P00017
    + at step 306. Training module 300 performs step 304 in, for example, the following way: Iterate over all pairs
    Figure US20160217127A1-20160728-P00018
    φ1, φ2
    Figure US20160217127A1-20160728-P00019
    εΨ. If there exists T1, T2ε
    Figure US20160217127A1-20160728-P00020
    that correspond to φ1, φ2, respectively, compute an entity pair
    Figure US20160217127A1-20160728-P00018
    E*1, E*2
    Figure US20160217127A1-20160728-P00019
    such that:
  • E 1 * , E 2 * = argmin E 1 , E 2 T 1 < E 1 T 2 < E 2 { d ( T 1 , E 1 ) + d ( T 2 , E 2 ) }
  • Namely, select the most specific abstract relation
    Figure US20160217127A1-20160728-P00018
    E*1, E*2
    Figure US20160217127A1-20160728-P00019
    that corresponds to the term pair
    Figure US20160217127A1-20160728-P00018
    T1, T2
    Figure US20160217127A1-20160728-P00019
    .
      • If no such abstract relation exists, discard the term pair.
      • Otherwise, if φ(φ1, φ2)>τ (τ is a parameter), add the relation instance
        Figure US20160217127A1-20160728-P00021
        T1, E*1
        Figure US20160217127A1-20160728-P00013
        ,
        Figure US20160217127A1-20160728-P00012
        T2, E*2
        Figure US20160217127A1-20160728-P00022
        into
        Figure US20160217127A1-20160728-P00008
        .
  • Upon completion of the adding of new relation instances at step 306, the training phase 1 may be completed 308 and the training module 300 may output and store the refined ontological structure at step 310, which is a refined version of the initial ontology 110 referred to in the discussion of FIG. 1. Optionally, the output ontology can be updated and further refined through a new ontology training 1. For example, a training phase 1 may be initiated every week, month, year, etc. The new training phase may use the existing ontology as a “canned ontology” of sorts, and may use a recent training data set generated in a defined recent period. For example, if a new training phase is scheduled to occur every month to update an existing ontology, then the training data set would preferably include data collected during the most recent month. Thus, the training process 1 will update the existing ontology to incorporate, for example, new terms, term-entity associations, abstract relations, and relation instances. Thereby, the ontology is automatically updated to keep up with the changes that occur in the company, the industry, the customers, etc.
  • FIG. 4 depicts a schematic diagram of an exemplary process 400 for extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of text documents. Given a large collection of text documents that originate from a common source or are related to a certain domain, the exemplary process 400 identifies the phrases in the collection that carry some significance to a specific domain and identifies pairs of phrases that tend to co-occur in the collection. Such documents may include articles that are taken from a journal, social media posts of a specific group, for example. Such documents may even include texts obtained by transcribing audio recording for a specific company.
  • Exemplary method 400 beings by accepting as inputs a generic language model LG and a set of documents, wherein generic model LG is a model that is supposed to model the language distribution of generic texts that are not specific to the common source or its associated field of interest.
  • For ease of description and conception, the exemplary process 400 is divided into four exemplary phases 402, 404, 406, and 408, three of which can be used for the extraction of significant phrases 402, 404, and 406, and one of which can be used in for the extraction of significant phrase co-occurrences. However, such divisions are not intended to be a limiting of the embodiment or the invention. In certain embodiments not all of the phases need be performed.
  • In regards to the extraction of a set of significant phrases, an exemplary method 400 can include, for example: first, exemplary language-model generation phase (step 402); second, exemplary candidate accumulation phase (step 404), and third, exemplary significant phrase filtering phase (step 406).
  • As used, L(w1, . . . , wm) denotes the log-probability of the word sequence w1, . . . , wm as induced by the language model L. For example, if L is a trigram model this log-probability can be expressed as:
  • L ( w 1 , , w m ) = log 10 ( p ( w 1 ) · p ( w 2 w 1 ) · k = 3 n p ( w k w k - 2 , w k - 1 ) )
  • The language-model generation phase (step 402) can include, for example, iterating over the input documents and subdividing each document into meaning units. Meaning units are sequences of words that express an idea. In the context of spoken or informal communications, the meaning unit may be the equivalent of a sentence. Meaning units can divide scripts or utterances into a basic segments of meaning or the equivalent of a sentence, when narrated text is compared to written text. A meaning unit may be a sequence of words spoken by one speaker in a conversation without interference. A non-limiting example of a meaning unit in a customer service context would be the customer statement “I would like to buy a phone.” In some embodiments, the meaning unit may include some level of speaker interference, e.g. very short acknowledgement statements by the other speaker. All terms in the meaning unit are linked within the boundaries of the meaning unit. In certain embodiments the subdividing above is induced by punctuation marks. However, if the input texts are generated by transcribing audio data, the subdividing can be performed using a zoning algorithm; see for example the zoning algorithm described in U.S. patent application Ser. No. 14/467,783.
  • Once the meaning units have been subdivided, the Language-model generation phase (step 402) can process each of the meaning units and count the number of n-grams up to some predetermined order (unigrams, bigrams, trigrams, etc.). An order of 3 or 4 has been seen to yield good results. Once the number of n-grams are counted, language-model probabilities can be estimated based on the given counters, and a source-specific language model Ls can be obtained. One suitable way of obtaining source-specific language model Ls, is by a applying a suitable smoothing technique; see, for example: S. F. Chen and J. Goodman, An empirical study of smoothing techniques for language modeling, in Computer Speech and Language (1999) volume 13, pages 359-394.
  • In an exemplary candidate accumulation phase (step 404), a set of candidates
    Figure US20160217127A1-20160728-P00023
    are created, where each candidate is an n-gram (a sequence of n words), and its respective number of occurrences stored. For example, once that the input text documents have been subdivided into meaning units, the following can be performed for each meaning unit:
      • For each 1≦n≦nmax (nmax is the maximal number of words per phrase):
        • Iterate over all n-grams in the meaning unit. Let
          Figure US20160217127A1-20160728-P00012
          w1, . . . , wn
          Figure US20160217127A1-20160728-P00013
          be the words in the current n-gram:
          • 1. Compute the prominence score for the n-gram:
  • P ( w 1 , , w n ) = 1 n · ( L S ( w 1 , , w n ) - L G ( w 1 , , w n ) )
          • 2. If P(w1, . . . , wn)<τP (where τP is a prominence threshold), discard the n-gram.
          • 3. Otherwise:
            • If n=1, store the unigram (namely, if the unigram is already in
              Figure US20160217127A1-20160728-P00023
              , increment its occurrences counter—and otherwise insert it into
              Figure US20160217127A1-20160728-P00023
              with a single occurrence).
            • if n>1, compute the stickiness score for the n-gram:
  • S ( w 1 , , w n ) = L S ( w 1 , , w n ) - max 1 k < n { L S ( w 1 , , w k ) + L S ( w k + 1 , , w n ) }
            • If S(w1, . . . , wn)<τS (where τS is a stickiness threshold), discard the n-gram.
            • Check if there exists in
              Figure US20160217127A1-20160728-P00023
              a partially overlapping m-gram
              Figure US20160217127A1-20160728-P00012
              u1, . . . , un
              Figure US20160217127A1-20160728-P00013
              that has a significantly higher significance score than
              Figure US20160217127A1-20160728-P00012
              w1, . . . , wn
              Figure US20160217127A1-20160728-P00013
              , namely (τO is a threshold):)

  • S(u 1 , . . . ,u m)−S(w 1 , . . . ,w n)<τO
            •  If so, discard the n-gram.
            • Otherwise, store the n-gram in
              Figure US20160217127A1-20160728-P00023
              .
  • Once the candidate accumulation phase (step 404) is completed, the significant phrase filtering phase (step 406) can calculate a phase score for each candidate phrase and then keep only those phrases whose score is above a threshold. The candidate accumulation phase (step 404) can be performed by, for example, integrating over the n-grams in
    Figure US20160217127A1-20160728-P00023
    , let f(w1, . . . , wn) be the frequency of the phrase
    Figure US20160217127A1-20160728-P00012
    w1, . . . , wn
    Figure US20160217127A1-20160728-P00013
    , which can be computed by the counter stored at
    Figure US20160217127A1-20160728-P00024
    normalized by the total number of words encountered in all text documents. The overall phrase score for the candidate
    Figure US20160217127A1-20160728-P00012
    w1, . . . , wn
    Figure US20160217127A1-20160728-P00013
    can computed in, for example, the following manner:

  • Φ(w 1 , . . . ,w n)=αP ·P(w 1 , . . . ,w n)+αS·(w 1 , . . . ,w n)+αf·log f(w 1 , . . . ,w n)
  • The significant phrase filtering phase 406 only keeps those phrases for which φ(w1, . . . , wn)>τΦ. Where τΦ is a threshold for the overall phrase score αP, αS and αf are scaling parameters that can be used to give more significance to one of the measures over another, these may be optional.
  • After the set of significant terms are extracted, method 400 continues can continue to the fourth phase 408 where significant phrase co-occurrences are extracted. Namely, those pairs of phrases that tend to co-occur in the same meaning unit, possible up to some distance. The extraction of significant phrase co-occurrences can begin by, for example, iterating over all meaning units and locating the occurrences of the individual phrases. In certain embodiments longer phrases are preferred over shorter ones. In case of overlapping occurrences of a pair of phrases, only the occurrence of the longer phrases is kept. As used herein, c(φ) denotes the number of occurrences of the phrase φ. The number of co-occurrence of pairs of phrases in the same meaning unit is counted. Depending on parameter, one may count only pairs of phrases that are separated by m words at most. As used herein, c(φ1, φ2) denotes the number of co-occurrences of the phrases φ1 and φ2. Depending on another parameter, this counter may or may not be sensitive to order.
  • Based on the counter values, it is possible to compute the probability p(φ) of a phrase and the probability p(φ1, φ2) of the co-occurrence of a pair of phrases. The log-likelihoods of the co-occurrence of phrases φ1 and φ2 can be defined as follows:
  • ( φ 1 , φ 2 ) = log p ( φ 1 , φ 2 ) p ( φ 1 ) · p ( φ 2 )
  • After calculating the log-likelihoods, phase 408 then identifies a co-occurrence of a pair of phases
    Figure US20160217127A1-20160728-P00012
    φ1, φ2
    Figure US20160217127A1-20160728-P00013
    if l(φ1, φ2)>τl where τl is a log-likelihood threshold.
  • In summary, the exemplary process 400 described above is capable of extracting a set of significant phrases and a set of significant phrase co-occurrences from an input set of text documents that related to some specific domain. Since phrases must be significantly more prominent in the processed texts with respect to the generic model, the prominence score can help filter very frequency phrases in the language that carry no special significance in the specific domain. Similarly, the stickiness score can help filter false phrases that are induced by an incidental concatenation of a pair of shorter terms. Process 400 can be used in in ontology refining process described in FIG. 1 to automate the identification of a set of significant phrases and significant phrase pairs
  • Referring back to FIG. 1, once the training phase 1 generates and/or updates a refined ontology, the ontology can then be used be by any number of analytics modules or algorithms (see stages 2 and 3 of FIG. 1) to interpret textual transcripts of customer service interactions for example. In this context, the interpretation of these customer service interactions can be used to identify content or meaning of a particular customer service interaction, or may be used across many customer service interactions in order to identify topics, trends, or emerging issues.
  • More specifically, once the initial ontology 110 has been refined in training stage 1, the system can use a tagging process 2 to tag meaningful elements in incoming communications data, such as transcribed interactions, and then store the tagged data for use by a analytics module 3. In certain embodiments for instance, the tagging process 2 can include loading key ontology data is loaded into the tagging system, and then executing the process depicted at FIG. 5, wherein communications data is fetched 320, tagged 322, and stored 330. Specifically, during the loading stage, the ontology and produced during the training stage 1 is imported into the tagger's internal memory so that they may be used for tagging 2. This data includes ontology data
    Figure US20160217127A1-20160728-P00001
    ,
    Figure US20160217127A1-20160728-P00002
    ,
    Figure US20160217127A1-20160728-P00003
    ,
    Figure US20160217127A1-20160728-P00004
    ,
    Figure US20160217127A1-20160728-P00005
    ,
    Figure US20160217127A1-20160728-P00006
    ,—i.e., entities, terms, term-entity associations, entity-association rules, abstract relations, and relation instances. The data is used by the tagger during the pipeline process of tagging new, incoming communications data.
  • Once the refined ontology data has been loaded into the tagger's internal memory, the fetch/tag/store process begins. In the exemplary embodiment of FIG. 5, communication data is fetched 320 from the queue and then tagged 322 in accordance with the entity-association rules set up by the ontology data. More specifically, the tagger retrieves a communication data set, such as the next customer interaction transcript, from the queue, for example using the Post-Processing Framework (PPFW). Depending on the system configurations, the tagger can process several interactions simultaneously. The tagger then tags 322 meaningful elements in the communication data set, such as abstract relations and relation instances 328 defined by the ontology. Optionally, the tagging can include tagging of scripts 324 and/or meaning units 326 (zoning) as well. Optionally, the tagging can include the tagging of terms as well. The tagging and zoning above can be assisted by, for example, method 400. The tagged communications data is then stored 330 in a dedicated database, such as a Sybase IQ database.
  • In one embodiment, for each data set (or bulk of datasets, depending on the system configuration) the system tags specific elements and then saves the interaction in a temporary repository, the Context module 321. The process tagging process can be repeated for each element—scripts 324, zoning 326 (meaning unit tagging), and relations 328. After the interactions have been tagged with relations 328, the Write to Database module 333 processes the tagged interaction and sends it to the database for storing 330. As described above, the data set can include any number of types and formats of data. For example, the data set may include audio recordings, transcribed audio, email communications, text message communications, etc.
  • The tagged communications data can then be used to generate any number of analytics 3 (see FIG. 1). For example, the tagged communications data can be processed by a user to develop qualitative and quantitative data about the user company's customer service interactions. This may be done, for instance, via analysis of themes. As described above, themes are groups or abstracts that contain synonymous relations, and they provide users with a compressed view of the characteristics of interactions throughout the data set. As one theme represents a single concept occurring in many different calls, themes provide a summary of the calls. In this way, themes allow users to quickly and easily understand the nature of a multitude of interactions within the call set.
  • Any variety of data can be processed and tagged. FIG. 6 illustrates a flow chart demonstrating one embodiment of a communication data set 10 that can be tagged 2 and analyzed 3 using an ontology refined according to the above-described process. As shown therein, communication data 10 may include, for example, audio data, text transcription, email, chat, web page feedback or comments, social networking interactions (such as via Facebook or Twitter), and customer surveys (e.g. taken via phone or email). For example, in a customer service application or industry, a customer service interaction, or series of interactions, may take place over multiple platforms regarding a certain issue with a particular customer. In a preferred embodiment, all such data can be incorporated and analyzed using the ontology to create a complete picture of the entire customer service system. The communication data 10 is all tagged 2 utilizing the ontology. In a preferred embodiment, the ontology is constructed according to the above described process using a sample dataset that included all types of communication data 10 that will be processed using that ontology because such training may provide a more robust ontology that can account for the linguistic norms of those particular data types. However, the invention also contemplates that a robust ontology may be applied to tag and analyze data types not used in the training of that ontology. Once a communication data set 10 is tagged and analyzed, it is stored and outputted for use and/or review by the user.
  • FIG. 7 is a system diagram of an exemplary embodiment of a system 1200 for automated language model adaptation implementing an ontology training module 300. The system 1200 is generally a computing system that includes a processing system 1206, storage system 1204, software 1202, communication interface 1208 and a user interface 1210. The processing system 1206 loads and executes software 1202 from the storage system 1204, including a software application module 1230. When executed by the computing system 1200, software module 1230 directs the processing system 1206 to operate as described in herein in further detail, including execution of the ontology training module 300 and process 400.
  • Although the computing system 1200 as depicted in FIG. 7 includes one software module in the present example, it should be understood that one or more modules could provide the same operation. Similarly, while description as provided herein refers to a computing system 1200 and a processing system 1206, it is to be recognized that implementations of such systems can be performed using one or more processors, which may be communicatively connected, and such implementations are considered to be within the scope of the description.
  • The processing system 1206 can comprise a microprocessor and other circuitry that retrieves and executes software 1202 from storage system 1204. Processing system 1206 can be implemented within a single processing device but can also be distributed across multiple processing devices or sub-systems that cooperate in existing program instructions. Examples of processing system 1206 include general purpose central processing units, applications specific processors, and logic devices, as well as any other type of processing device, combinations of processing devices, or variations thereof.
  • The storage system 1204 can comprise any storage media readable by processing system 1206, and capable of storing software 1202. The storage system 1204 can include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. Storage system 1204 can be implemented as a single storage device but may also be implemented across multiple storage devices or sub-systems. Storage system 1204 can further include additional elements, such a controller capable, of communicating with the processing system 1206.
  • Examples of storage media include random access memory, read only memory, magnetic discs, optical discs, flash memory, virtual memory, and non-virtual memory, magnetic sets, magnetic tape, magnetic disc storage or other magnetic storage devices, or any other medium that can be used to store the desired information and that may be accessed by an instruction execution system, as well as any combination or variation thereof, or any other type of storage medium. In some implementations, the storage media can be a non-transitory storage media. In some implementations, at least a portion of the storage media may be transitory. It should be understood that in no case is the storage media merely a propagated signal.
  • User interface 1210 can include a mouse, a keyboard, a voice input device, a touch input device for receiving a gesture from a user, a motion input device for detecting non-touch gestures and other motions by a user, and other comparable input devices and associated processing elements capable of receiving user input from a user. Output devices such as a video display or graphical display can display an interface further associated with embodiments of the system and method as disclosed herein. Speakers, printers, haptic devices and other types of output devices may also be included in the user interface 1210.
  • As described in further detail herein, the computing system 1200 receives communication data 10. The communication data 10 may be, for example, an audio recording or a conversation, which may exemplarily be between two speakers, although the audio recording may be any of a variety of other audio records, including multiple speakers, a single speaker, or an automated or recorded auditory message. The audio file may exemplarily be a .WAV file, but may also be other types of audio files, exemplarily in a pulse code modulated (PCM) format and an example may include linear pulse code modulated (LPCM) audio data. Furthermore, the audio data is exemplarily mono audio data; however, it is recognized that embodiments of the method as disclosed herein may also be used with stereo audio data. In still further embodiments, the communication data 10 may be streaming audio or video data received in real time or near-real time by the computing system 1200.
  • This written description uses examples to disclose the invention, including the best mode, and also to enable any person skilled in the art to make and use the invention. The patentable scope of the invention is defined by the claims, and may include other examples that occur to those skilled in the art. Such other examples are intended to be within the scope of the claims if they have structural elements that do not differ from the literal language of the claims, or if they include equivalent structural elements with insubstantial differences from the literal languages of the claims.

Claims (22)

1. (canceled)
2. (canceled)
3. A method for extracting a set of significant phrases from an input set of documents and an input generic language model, the method comprising:
accepting a generic language model and a set of documents as inputs;
generating a source-specific language model by at least: subdividing each document into meaning units, each meaning unit comprising one or more n-grams, counting the n-grams of each meaning unit up to a predetermined order, and once the n-grams are counted, language-model probabilities are estimated based on the counts and the source-specific language model is obtained;
accumulating phrase candidates by creating a set of candidates where each candidate is an n-gram, wherein creating the set of candidates comprises computing a prominence score for each n-gram of each meaning unit, and if the prominence score of a given n-gram is above a prominence score threshold and if the given n-gram is not an unigram, then a stickiness score for the given n-gram is calculated, wherein the prominence score is calculated using both the generic language model and the source-specific language model, and wherein the stickiness score is calculated using the source-specific language model; and
filtering the candidate phrases by at least calculating a frequency for each of the candidate phrases, calculating an overall phrase score for each of the candidate phrases, and selecting as significant those phrases of the candidate phrases for which the overall phrase scores are above a threshold phrase score.
4. The method of claim 3, wherein the given n-gram is discarded if the prominence score of the given n-gram is below the prominence score threshold.
5. The method of claim 3, wherein the given n-gram is discarded if the stickiness score of the given n-gram is below a stickiness score threshold.
6. The method of claim 3, wherein the predetermined order is three.
7. The method of claim 3, wherein the predetermined order is four.
8. The method of claim 3, wherein the source-specific language model is obtained by applying a smoothing technique.
9. The method of claim 1 further comprising extracting significant phrase co-occurrences from the input set of documents by at least:
iterating over the meaning units and locating occurrences of individual phrases;
counting co-occurrences of pairs of phrases in a given meaning unit;
computing, based on the count of co-occurrences, a probability of a phrase and a probability of the co-occurrence of a pair of phrases in the given meaning unit;
calculating a log-likelihood of the co-occurrence of the pair of phrases using both the probability of the phrase and the probability of the co-occurrence of the pair of phrases; and
identifying a significant co-occurrence of the pair of phrases if the log-likelihood of the pair is above a predetermined log-likelihood threshold.
10. A system for extracting a set of significant phrases from an input set of documents and an input generic language model, the system comprising:
a processor; and
a memory coupled to the processor, the memory storing instructions which when executed by the processor cause the system to perform a method comprising:
accepting a generic language model and a set of documents as inputs;
generating a source-specific language model by at least: subdividing each document into meaning units, each meaning unit comprising one or more n-grams, counting the n-grams of each meaning unit up to a predetermined order, and once the n-grams are counted, language-model probabilities are estimated based on the counts and the source-specific language model is obtained;
accumulating phrase candidates by creating a set of candidates where each candidate is an n-gram, wherein creating the set of candidates comprises computing a prominence score for each n-gram of each meaning unit, and if the prominence score of a given n-gram is above a prominence score threshold and if the given n-gram is not an unigram, then a stickiness score for the given n-gram is calculated, wherein the prominence score is calculated using both the generic language model and the source-specific language model, and wherein the stickiness score is calculated using the source-specific language model; and
filtering the candidate phrases by at least calculating a frequency for each of the candidate phrases, calculating an overall phrase score for each of the candidate phrases, and selecting as significant those phrases of the candidate phrases for which the overall phrase scores are above a threshold phrase score.
11. The system of claim 10, wherein the given n-gram is discarded by the processor if the prominence score of the given n-gram is below the prominence score threshold.
12. The system of claim 10, wherein the given n-gram is discarded by the processor if the stickiness score of the given n-gram is below a stickiness score threshold.
13. The system of claim 10, wherein the predetermined order is three.
14. The system of claim 10, wherein the predetermined order is four.
15. The system of claim 10, wherein the source-specific language model is obtained by applying a smoothing technique.
16. The system of claim 10, wherein the method further comprises comprising extracting significant phrase co-occurrences from the input set of documents by at least:
iterating over the meaning units and locating occurrences of individual phrases;
counting co-occurrences of pairs of phrases in a given meaning unit;
computing, based on the count of co-occurrences, a probability of a phrase and a probability of the co-occurrence of a pair of phrases in the given meaning unit;
calculating a log-likelihood of the co-occurrence of the pair of phrases using both the probability of the phrase and the probability of the co-occurrence of the pair of phrases; and
identifying a significant co-occurrence of the pair of phrases if the log-likelihood of the pair is over a predetermined log-likelihood threshold.
17. A non-transitory computer-readable medium having stored thereon a sequence of instructions that when executed by a system causes the system to perform a method comprising:
accepting a generic language model and a set of documents as inputs;
generating a source-specific language model by at least: subdividing each document into meaning units, each meaning unit comprising one or more n-grams, counting the n-grams of each meaning unit up to a predetermined order, and once the n-grams are counted, language-model probabilities are estimated based on the counts and the source-specific language model is obtained;
accumulating phrase candidates by creating a set of candidates where each candidate is an n-gram, wherein creating the set of candidates comprises computing a prominence score for each n-gram of each meaning unit, and if the prominence score of a given n-gram is above a prominence score threshold and if the given n-gram is not an unigram, then a stickiness score for the given n-gram is calculated, wherein the prominence score is calculated using both the generic language model and the source-specific language model, and wherein the stickiness score is calculated using the source-specific language model; and
filtering the candidate phrases by at least calculating a frequency for each of the candidate phrases, calculating an overall phrase score for each of the candidate phrases, and selecting as significant those phrases of the candidate phrases for which the overall phrase scores are above a threshold phrase score.
18. The non-transitory computer-readable medium of claim 17, wherein the given n-gram is discarded by the processor if the prominence score of the given n-gram is below the prominence score threshold.
19. The non-transitory computer-readable medium of claim 17, wherein the given n-gram is discarded by the processor if the stickiness score of the given n-gram is below a stickiness score threshold.
20. The non-transitory computer-readable medium of claim 17, wherein the predetermined order is three or four.
21. The non-transitory computer-readable medium of claim 17, wherein the source-specific language model is obtained by applying a smoothing technique.
22. The non-transitory computer-readable medium of claim 17, wherein the method further comprises comprising extracting significant phrase co-occurrences from the input set of documents by at least:
iterating over the meaning units and locating occurrences of individual phrases;
counting co-occurrences of pairs of phrases in a given meaning unit;
computing, based on the count of co-occurrences, a probability of a phrase and a probability of the co-occurrence of a pair of phrases in the given meaning unit;
calculating a log-likelihood of the co-occurrence of the pair of phrases using both the probability of the phrase and the probability of the co-occurrence of the pair of phrases; and
identifying a significant co-occurrence of the pair of phrases if the log-likelihood of the pair is over a predetermined log-likelihood threshold.
US15/007,699 2015-01-27 2016-01-27 Identification of significant phrases using multiple language models Abandoned US20160217127A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/007,699 US20160217127A1 (en) 2015-01-27 2016-01-27 Identification of significant phrases using multiple language models

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US201562108229P 2015-01-27 2015-01-27
US201562108264P 2015-01-27 2015-01-27
US15/007,699 US20160217127A1 (en) 2015-01-27 2016-01-27 Identification of significant phrases using multiple language models

Publications (1)

Publication Number Publication Date
US20160217127A1 true US20160217127A1 (en) 2016-07-28

Family

ID=56432628

Family Applications (3)

Application Number Title Priority Date Filing Date
US15/007,699 Abandoned US20160217127A1 (en) 2015-01-27 2016-01-27 Identification of significant phrases using multiple language models
US15/007,703 Active 2036-12-23 US11030406B2 (en) 2015-01-27 2016-01-27 Ontology expansion using entity-association rules and abstract relations
US17/225,589 Active 2036-02-18 US11663411B2 (en) 2015-01-27 2021-04-08 Ontology expansion using entity-association rules and abstract relations

Family Applications After (2)

Application Number Title Priority Date Filing Date
US15/007,703 Active 2036-12-23 US11030406B2 (en) 2015-01-27 2016-01-27 Ontology expansion using entity-association rules and abstract relations
US17/225,589 Active 2036-02-18 US11663411B2 (en) 2015-01-27 2021-04-08 Ontology expansion using entity-association rules and abstract relations

Country Status (1)

Country Link
US (3) US20160217127A1 (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9588966B2 (en) * 2015-07-21 2017-03-07 Facebook, Inc. Data sorting for language processing such as POS tagging
CN110222194A (en) * 2019-05-21 2019-09-10 深圳壹账通智能科技有限公司 Data drawing list generation method and relevant apparatus based on natural language processing
EP3644215A1 (en) * 2018-10-22 2020-04-29 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
WO2020198557A1 (en) * 2019-03-27 2020-10-01 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
US11030406B2 (en) 2015-01-27 2021-06-08 Verint Systems Ltd. Ontology expansion using entity-association rules and abstract relations
US11217252B2 (en) 2013-08-30 2022-01-04 Verint Systems Inc. System and method of text zoning
US11361161B2 (en) 2018-10-22 2022-06-14 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
WO2022162851A1 (en) * 2021-01-29 2022-08-04 日本電気株式会社 Information processing device, information processing method, and program
US20220417187A1 (en) * 2021-04-30 2022-12-29 Microsoft Technology Licensing, Llc Intelligent, personalized, and dynamic chatbot conversation

Families Citing this family (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10268773B2 (en) * 2015-06-30 2019-04-23 International Business Machines Corporation Navigating a website using visual analytics and a dynamic data source
US10339185B2 (en) * 2017-01-10 2019-07-02 International Business Machines Corporation Efficient management of document corpus
US10706048B2 (en) * 2017-02-13 2020-07-07 International Business Machines Corporation Weighting and expanding query terms based on language model favoring surprising words
US10636039B2 (en) * 2017-02-17 2020-04-28 Wipro Limited Method of generating ontology based on plurality of tickets and an enterprise system thereof
US10650190B2 (en) * 2017-07-11 2020-05-12 Tata Consultancy Services Limited System and method for rule creation from natural language text
JP6867319B2 (en) * 2018-02-28 2021-04-28 株式会社日立製作所 Inter-vocabulary relationship inferring device and inter-vocabulary relationship inferring method
US10901757B1 (en) * 2018-08-29 2021-01-26 West Corporation System and method for assisting an agent during a client interaction
US10887462B1 (en) * 2018-08-29 2021-01-05 West Corporation System and method for assisting an agent during a client interaction
EP3647985A1 (en) * 2018-10-18 2020-05-06 Verint Americas Inc. A system and method of combining statistical models, data models, and human-in-the-loop for text normalization
US11068943B2 (en) * 2018-10-23 2021-07-20 International Business Machines Corporation Generating collaborative orderings of information pertaining to products to present to target users
JP7330691B2 (en) 2018-12-12 2023-08-22 株式会社日立製作所 Vocabulary Extraction Support System and Vocabulary Extraction Support Method
US11314938B2 (en) * 2019-07-29 2022-04-26 Accenture Global Solutions Limited Extracting actionable items from documents and assigning the actionable items to responsible parties
US11520986B2 (en) * 2020-07-24 2022-12-06 International Business Machines Corporation Neural-based ontology generation and refinement
US20230030086A1 (en) * 2021-07-28 2023-02-02 OntogenAI, Inc. System and method for generating ontologies and retrieving information using the same
KR102638529B1 (en) 2023-08-17 2024-02-20 주식회사 파워이십일 Ontology data management system and method for interfacing with power system applications

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032564A1 (en) * 2000-04-19 2002-03-14 Farzad Ehsani Phrase-based dialogue modeling with particular application to creating a recognition grammar for a voice-controlled user interface
US20030028512A1 (en) * 2001-05-09 2003-02-06 International Business Machines Corporation System and method of finding documents related to other documents and of finding related words in response to a query to refine a search
US20040078190A1 (en) * 2000-09-29 2004-04-22 Fass Daniel C Method and system for describing and identifying concepts in natural language text for information retrieval and processing
US20090099996A1 (en) * 2007-10-12 2009-04-16 Palo Alto Research Center Incorporated System And Method For Performing Discovery Of Digital Information In A Subject Area
US20140040275A1 (en) * 2010-02-09 2014-02-06 Siemens Corporation Semantic search tool for document tagging, indexing and search
US20140297266A1 (en) * 2013-02-15 2014-10-02 Voxy, Inc. Systems and methods for extracting keywords in language learning
US9639520B2 (en) * 2013-01-29 2017-05-02 Verint Systems Ltd. System and method for keyword spotting using representative dictionary

Family Cites Families (93)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5317673A (en) 1992-06-22 1994-05-31 Sri International Method and apparatus for context-dependent estimation of multiple probability distributions of phonetic classes with multilayer perceptrons in a speech recognition system
US5737617A (en) 1995-06-06 1998-04-07 International Business Machines Corporation Method and system for English text analysis
US6076088A (en) 1996-02-09 2000-06-13 Paik; Woojin Information extraction system and method using concept relation concept (CRC) triples
US7113958B1 (en) 1996-08-12 2006-09-26 Battelle Memorial Institute Three-dimensional display of document set
DE69924743T2 (en) 1998-10-08 2006-03-02 British Telecommunications P.L.C. MEASURE THE QUALITY OF LANGUAGE SIGNALS
AU1122100A (en) 1998-10-30 2000-05-22 Justsystem Pittsburgh Research Center, Inc. Method for content-based filtering of messages by analyzing term characteristicswithin a message
US6385579B1 (en) * 1999-04-29 2002-05-07 International Business Machines Corporation Methods and apparatus for forming compound words for use in a continuous speech recognition system
WO2000073936A1 (en) 1999-05-28 2000-12-07 Sehda, Inc. Phrase-based dialogue modeling with particular application to creating recognition grammars for voice-controlled user interfaces
US6542866B1 (en) 1999-09-22 2003-04-01 Microsoft Corporation Speech recognition method and apparatus utilizing multiple feature streams
US8051104B2 (en) * 1999-09-22 2011-11-01 Google Inc. Editing a network of interconnected concepts
US6600821B1 (en) 1999-10-26 2003-07-29 Rockwell Electronic Commerce Corp. System and method for automatically detecting problematic calls
US6434557B1 (en) 1999-12-30 2002-08-13 Decode Genetics Ehf. Online syntheses programming technique
US6560590B1 (en) 2000-02-14 2003-05-06 Kana Software, Inc. Method and apparatus for multiple tiered matching of natural language queries to positions in a text corpus
DE10022586A1 (en) 2000-05-09 2001-11-22 Siemens Ag Generating speech database for target vocabulary involves concatenating training text segments with target vocabulary words according to phonetic description
US7149695B1 (en) * 2000-10-13 2006-12-12 Apple Computer, Inc. Method and apparatus for speech recognition using semantic inference and word agglomeration
US6721728B2 (en) 2001-03-02 2004-04-13 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration System, method and apparatus for discovering phrases in a database
US7668718B2 (en) 2001-07-17 2010-02-23 Custom Speech Usa, Inc. Synchronized pattern recognition source data processed by manual or automatic means for creation of shared speaker-dependent speech user profile
US7243092B2 (en) 2001-12-28 2007-07-10 Sap Ag Taxonomy generation for electronic documents
US7853544B2 (en) 2004-11-24 2010-12-14 Overtone, Inc. Systems and methods for automatically categorizing unstructured text
US7877383B2 (en) 2005-04-27 2011-01-25 Microsoft Corporation Ranking and accessing definitions of terms
US7912701B1 (en) 2005-05-04 2011-03-22 IgniteIP Capital IA Special Management LLC Method and apparatus for semiotic correlation
US20070016863A1 (en) 2005-07-08 2007-01-18 Yan Qu Method and apparatus for extracting and structuring domain terms
US7552053B2 (en) 2005-08-22 2009-06-23 International Business Machines Corporation Techniques for aiding speech-to-speech translation
US8036876B2 (en) 2005-11-04 2011-10-11 Battelle Memorial Institute Methods of defining ontologies, word disambiguation methods, computer systems, and articles of manufacture
US7587308B2 (en) * 2005-11-21 2009-09-08 Hewlett-Packard Development Company, L.P. Word recognition using ontologies
US7987088B2 (en) 2006-07-24 2011-07-26 Lockheed Martin Corporation System and method for automating the generation of an ontology from unstructured documents
US8160232B2 (en) 2006-08-31 2012-04-17 Kana Software, Inc. Dynamic message context driven application assembly for customer service agent productivity applications
US8396878B2 (en) 2006-09-22 2013-03-12 Limelight Networks, Inc. Methods and systems for generating automated tags for video files
US7630981B2 (en) 2006-12-26 2009-12-08 Robert Bosch Gmbh Method and system for learning ontological relations from documents
US20080221882A1 (en) 2007-03-06 2008-09-11 Bundock Donald S System for excluding unwanted data from a voice recording
US7904414B2 (en) 2007-04-02 2011-03-08 Kana Software, Inc. Adaptive multi-channel answering service for knowledge management systems
US20090012842A1 (en) * 2007-04-25 2009-01-08 Counsyl, Inc., A Delaware Corporation Methods and Systems of Automatic Ontology Population
US8078565B2 (en) 2007-06-12 2011-12-13 Kana Software, Inc. Organically ranked knowledge categorization in a knowledge management system
US8260809B2 (en) 2007-06-28 2012-09-04 Microsoft Corporation Voice-based search processing
US8452725B2 (en) * 2008-09-03 2013-05-28 Hamid Hatami-Hanza System and method of ontological subject mapping for knowledge processing applications
US8209171B2 (en) 2007-08-07 2012-06-26 Aurix Limited Methods and apparatus relating to searching of spoken audio data
US8364485B2 (en) * 2007-08-27 2013-01-29 International Business Machines Corporation Method for automatically identifying sentence boundaries in noisy conversational data
US8190628B1 (en) 2007-11-30 2012-05-29 Google Inc. Phrase generation
CN101458681A (en) 2007-12-10 2009-06-17 株式会社东芝 Voice translation method and voice translation apparatus
US8280886B2 (en) 2008-02-13 2012-10-02 Fujitsu Limited Determining candidate terms related to terms of a query
US9355354B2 (en) 2008-02-15 2016-05-31 Verint Americas Inc. Embedded multi-channel knowledgebase
US8752005B2 (en) 2008-04-04 2014-06-10 Infosys Limited Concept-oriented software engineering system and method for identifying, extracting, organizing, inferring and querying software system facts
US8417513B2 (en) 2008-06-06 2013-04-09 Radiant Logic Inc. Representation of objects and relationships in databases, directories, web services, and applications as sentences as a method to represent context in structured data
WO2009158581A2 (en) 2008-06-27 2009-12-30 Adpassage, Inc. System and method for spoken topic or criterion recognition in digital media and contextual advertising
US8359191B2 (en) * 2008-08-01 2013-01-22 International Business Machines Corporation Deriving ontology based on linguistics and community tag clouds
WO2010023938A1 (en) 2008-08-29 2010-03-04 日本電気株式会社 Text mining apparatus, text mining method and computer-readable recording medium
US20100057688A1 (en) 2008-09-04 2010-03-04 Kana Software, Inc. Adaptive multi-channel answering service for knowledge management systems
US8374881B2 (en) 2008-11-26 2013-02-12 At&T Intellectual Property I, L.P. System and method for enriching spoken language translation with dialog acts
US20100161604A1 (en) 2008-12-23 2010-06-24 Nice Systems Ltd Apparatus and method for multimedia content based manipulation
JP5536518B2 (en) 2009-04-23 2014-07-02 インターナショナル・ビジネス・マシーンズ・コーポレーション Method, apparatus and computer for automatically extracting a system modeling metamodel language model for the system from the natural language specification of the system
TWI430189B (en) 2009-11-10 2014-03-11 Inst Information Industry System, apparatus and method for message simulation
US20130166303A1 (en) 2009-11-13 2013-06-27 Adobe Systems Incorporated Accessing media data using metadata repository
US8751218B2 (en) 2010-02-09 2014-06-10 Siemens Aktiengesellschaft Indexing content at semantic level
US9191639B2 (en) 2010-04-12 2015-11-17 Adobe Systems Incorporated Method and apparatus for generating video descriptions
US8874432B2 (en) 2010-04-28 2014-10-28 Nec Laboratories America, Inc. Systems and methods for semi-supervised relationship extraction
US20120016671A1 (en) 2010-07-15 2012-01-19 Pawan Jaggi Tool and method for enhanced human machine collaboration for rapid and accurate transcriptions
US8521672B2 (en) * 2010-11-22 2013-08-27 Microsoft Corporation Dependency-based query expansion alteration candidate scoring
US9135241B2 (en) 2010-12-08 2015-09-15 At&T Intellectual Property I, L.P. System and method for learning latent representations for natural language tasks
CA2741212C (en) 2011-05-27 2020-12-08 Ibm Canada Limited - Ibm Canada Limitee Automated self-service user support based on ontology analysis
US20130018650A1 (en) 2011-07-11 2013-01-17 Microsoft Corporation Selection of Language Model Training Data
US8918431B2 (en) * 2011-09-09 2014-12-23 Sri International Adaptive ontology
US8620964B2 (en) * 2011-11-21 2013-12-31 Motorola Mobility Llc Ontology construction
US9214157B2 (en) * 2011-12-06 2015-12-15 At&T Intellectual Property I, L.P. System and method for machine-mediated human-human conversation
US8747115B2 (en) 2012-03-28 2014-06-10 International Business Machines Corporation Building an ontology by transforming complex triples
US9099089B2 (en) 2012-08-02 2015-08-04 Audible, Inc. Identifying corresponding regions of content
US9461876B2 (en) 2012-08-29 2016-10-04 Loci System and method for fuzzy concept mapping, voting ontology crowd sourcing, and technology prediction
US11568420B2 (en) 2012-11-21 2023-01-31 Verint Americas Inc. Analysis of customer feedback surveys
US9646605B2 (en) 2013-01-22 2017-05-09 Interactive Intelligence Group, Inc. False alarm reduction in speech recognition systems using contextual information
US10339452B2 (en) * 2013-02-06 2019-07-02 Verint Systems Ltd. Automated ontology development
US9760546B2 (en) 2013-05-24 2017-09-12 Xerox Corporation Identifying repeat subsequences by left and right contexts
US10061822B2 (en) * 2013-07-26 2018-08-28 Genesys Telecommunications Laboratories, Inc. System and method for discovering and exploring concepts and root causes of events
US9633009B2 (en) 2013-08-01 2017-04-25 International Business Machines Corporation Knowledge-rich automatic term disambiguation
US9508346B2 (en) 2013-08-28 2016-11-29 Verint Systems Ltd. System and method of automated language model adaptation
US20150066506A1 (en) 2013-08-30 2015-03-05 Verint Systems Ltd. System and Method of Text Zoning
WO2015035401A1 (en) * 2013-09-09 2015-03-12 Ayasdi, Inc. Automated discovery using textual analysis
US9697246B1 (en) 2013-09-30 2017-07-04 Verint Systems Ltd. Themes surfacing for communication data analysis
US9477752B1 (en) 2013-09-30 2016-10-25 Verint Systems Inc. Ontology administration and application to enhance communication data analytics
US9232063B2 (en) 2013-10-31 2016-01-05 Verint Systems Inc. Call flow and discourse analysis
US10078689B2 (en) 2013-10-31 2018-09-18 Verint Systems Ltd. Labeling/naming of themes
FR3015073A1 (en) * 2013-12-18 2015-06-19 Wepingo METHOD AND DEVICE FOR AUTOMATICALLY RECOMMENDING COMPLEX OBJECTS
US10191978B2 (en) 2014-01-03 2019-01-29 Verint Systems Ltd. Labeling/naming of themes
US9817892B2 (en) 2014-01-31 2017-11-14 Verint Systems Ltd. Automated removal of private information
US9977830B2 (en) 2014-01-31 2018-05-22 Verint Systems Ltd. Call summary
US10255346B2 (en) * 2014-01-31 2019-04-09 Verint Systems Ltd. Tagging relations with N-best
US20150220946A1 (en) 2014-01-31 2015-08-06 Verint Systems Ltd. System and Method of Trend Identification
US9569743B2 (en) 2014-01-31 2017-02-14 Verint Systems Ltd. Funnel analysis
US9575936B2 (en) 2014-07-17 2017-02-21 Verint Systems Ltd. Word cloud display
US9786276B2 (en) 2014-08-25 2017-10-10 Honeywell International Inc. Speech enabled management system
US9818400B2 (en) 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US20160078016A1 (en) * 2014-09-12 2016-03-17 General Electric Company Intelligent ontology update tool
US20160117386A1 (en) 2014-10-22 2016-04-28 International Business Machines Corporation Discovering terms using statistical corpus analysis
US9846901B2 (en) * 2014-12-18 2017-12-19 Nuance Communications, Inc. Product recommendation with ontology-linked product review
US20160217127A1 (en) 2015-01-27 2016-07-28 Verint Systems Ltd. Identification of significant phrases using multiple language models

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020032564A1 (en) * 2000-04-19 2002-03-14 Farzad Ehsani Phrase-based dialogue modeling with particular application to creating a recognition grammar for a voice-controlled user interface
US20040078190A1 (en) * 2000-09-29 2004-04-22 Fass Daniel C Method and system for describing and identifying concepts in natural language text for information retrieval and processing
US20030028512A1 (en) * 2001-05-09 2003-02-06 International Business Machines Corporation System and method of finding documents related to other documents and of finding related words in response to a query to refine a search
US20090099996A1 (en) * 2007-10-12 2009-04-16 Palo Alto Research Center Incorporated System And Method For Performing Discovery Of Digital Information In A Subject Area
US20140040275A1 (en) * 2010-02-09 2014-02-06 Siemens Corporation Semantic search tool for document tagging, indexing and search
US9639520B2 (en) * 2013-01-29 2017-05-02 Verint Systems Ltd. System and method for keyword spotting using representative dictionary
US20140297266A1 (en) * 2013-02-15 2014-10-02 Voxy, Inc. Systems and methods for extracting keywords in language learning

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
Coursey et al, "Topic identification using Wikipedia graph centrality.", 2009, In Proceedings of Human Language Technologies: The 2009 Annual Conference of the North American Chapter of the Association for Computational Linguistics, Companion Volume: Short Papers. Association for Computational Linguistics, 2009. pp 117-120 *
Kumar et al, "Automatic keyphrase extraction from scientific documents using N-gram filtration technique.", 2008, Proceedings of the eighth ACM symposium on Document engineering. ACM, 2008., pp 199-208 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11217252B2 (en) 2013-08-30 2022-01-04 Verint Systems Inc. System and method of text zoning
US11030406B2 (en) 2015-01-27 2021-06-08 Verint Systems Ltd. Ontology expansion using entity-association rules and abstract relations
US11663411B2 (en) 2015-01-27 2023-05-30 Verint Systems Ltd. Ontology expansion using entity-association rules and abstract relations
US9916299B2 (en) 2015-07-21 2018-03-13 Facebook, Inc. Data sorting for language processing such as POS tagging
US9588966B2 (en) * 2015-07-21 2017-03-07 Facebook, Inc. Data sorting for language processing such as POS tagging
EP3644215A1 (en) * 2018-10-22 2020-04-29 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
US11361161B2 (en) 2018-10-22 2022-06-14 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
US11934784B2 (en) 2018-10-22 2024-03-19 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
US20200311346A1 (en) * 2019-03-27 2020-10-01 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
WO2020198557A1 (en) * 2019-03-27 2020-10-01 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
US11769012B2 (en) * 2019-03-27 2023-09-26 Verint Americas Inc. Automated system and method to prioritize language model and ontology expansion and pruning
CN110222194A (en) * 2019-05-21 2019-09-10 深圳壹账通智能科技有限公司 Data drawing list generation method and relevant apparatus based on natural language processing
WO2022162851A1 (en) * 2021-01-29 2022-08-04 日本電気株式会社 Information processing device, information processing method, and program
US20220417187A1 (en) * 2021-04-30 2022-12-29 Microsoft Technology Licensing, Llc Intelligent, personalized, and dynamic chatbot conversation
US11870740B2 (en) * 2021-04-30 2024-01-09 Microsoft Technology Licensing, Llc Intelligent, personalized, and dynamic chatbot conversation

Also Published As

Publication number Publication date
US20210224483A1 (en) 2021-07-22
US11030406B2 (en) 2021-06-08
US11663411B2 (en) 2023-05-30
US20160217128A1 (en) 2016-07-28

Similar Documents

Publication Publication Date Title
US11663411B2 (en) Ontology expansion using entity-association rules and abstract relations
US9575936B2 (en) Word cloud display
US10679134B2 (en) Automated ontology development
JP7163355B2 (en) Identification of tasks in messages
US9477752B1 (en) Ontology administration and application to enhance communication data analytics
US11954140B2 (en) Labeling/names of themes
WO2019153522A1 (en) Intelligent interaction method, electronic device, and storage medium
US9740677B2 (en) Methods and systems for analyzing communication situation based on dialogue act information
US10255354B2 (en) Detecting and combining synonymous topics
US10860566B1 (en) Themes surfacing for communication data analysis
US11841890B2 (en) Call summary
US8983840B2 (en) Intent discovery in audio or text-based conversation
US20180211260A1 (en) Model-based routing and prioritization of customer support tickets
US10078689B2 (en) Labeling/naming of themes
Bhonde et al. Sentiment analysis based on dictionary approach
US10255346B2 (en) Tagging relations with N-best
Haruechaiyasak et al. S-sense: A sentiment analysis framework for social media sensing
US20160034509A1 (en) 3d analytics
US20220382982A1 (en) System and method of automatic topic detection in text
Dey Aspect extraction and sentiment classification of mobile apps using app-store reviews
JP6743108B2 (en) PATTERN RECOGNITION MODEL AND PATTERN LEARNING DEVICE, GENERATION METHOD THEREOF, FAQ EXTRACTION METHOD USING THE SAME, PATTERN RECOGNITION DEVICE, AND PROGRAM
Gajendrasinh et al. Sentiment analysis for Feature extraction using dependency tree and named entities
Gunarathne et al. Intellemo: A mobile instant messaging application with intelligent emotion identification
Raut et al. Web Logs Analysis for Finding Brand Status
Antoniou Sentiment Analysis of Twitter Posts

Legal Events

Date Code Title Description
AS Assignment

Owner name: VERINT SYSTEMS LTD., ISRAEL

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SEGAL, URI;SIDI, OANA;WEIN, RON;AND OTHERS;SIGNING DATES FROM 20160320 TO 20160620;REEL/FRAME:039010/0229

STCV Information on status: appeal procedure

Free format text: ON APPEAL -- AWAITING DECISION BY THE BOARD OF APPEALS

STCV Information on status: appeal procedure

Free format text: BOARD OF APPEALS DECISION RENDERED

STCB Information on status: application discontinuation

Free format text: ABANDONED -- AFTER EXAMINER'S ANSWER OR BOARD OF APPEALS DECISION