US9558743B2 - Integration of semantic context information - Google Patents

Integration of semantic context information Download PDF

Info

Publication number
US9558743B2
US9558743B2 US13/863,505 US201313863505A US9558743B2 US 9558743 B2 US9558743 B2 US 9558743B2 US 201313863505 A US201313863505 A US 201313863505A US 9558743 B2 US9558743 B2 US 9558743B2
Authority
US
United States
Prior art keywords
user
nodes
phrase
context
input
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.)
Active, expires
Application number
US13/863,505
Other versions
US20140278379A1 (en
Inventor
Noah B. Coccaro
Patrick An Nguyen
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.)
Google LLC
Original Assignee
Google LLC
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 Google LLC filed Critical Google LLC
Priority to US13/863,505 priority Critical patent/US9558743B2/en
Assigned to GOOGLE INC. reassignment GOOGLE INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: COCCARO, NOAH B., NGUYEN, PATRICK AN PHU
Publication of US20140278379A1 publication Critical patent/US20140278379A1/en
Application granted granted Critical
Publication of US9558743B2 publication Critical patent/US9558743B2/en
Assigned to GOOGLE LLC reassignment GOOGLE LLC CHANGE OF NAME (SEE DOCUMENT FOR DETAILS). Assignors: GOOGLE INC.
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/08Speech classification or search
    • G10L15/18Speech classification or search using natural language modelling
    • G10L15/1815Semantic context, e.g. disambiguation of the recognition hypotheses based on word meaning
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L15/00Speech recognition
    • G10L15/08Speech classification or search
    • G10L15/18Speech classification or search using natural language modelling
    • G10L15/1822Parsing for meaning understanding
    • GPHYSICS
    • G10MUSICAL INSTRUMENTS; ACOUSTICS
    • G10LSPEECH ANALYSIS OR SYNTHESIS; SPEECH RECOGNITION; SPEECH OR VOICE PROCESSING; SPEECH OR AUDIO CODING OR DECODING
    • G10L25/00Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00
    • G10L25/27Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00 characterised by the analysis technique
    • G10L25/30Speech or voice analysis techniques not restricted to a single one of groups G10L15/00 - G10L21/00 characterised by the analysis technique using neural networks

Definitions

  • This specification generally describes computer-based speech modeling and speech recognition.
  • Computer-based speech recognition techniques have used local contexts (e.g., previous 2 words uttered by a user) to predict a next word that a user is going to say.
  • techniques have used neural networks (e.g., recurrent neural networks (RNNs)) to provide such predictions.
  • RNNs recurrent neural networks
  • a recurrent neural network can include an input layer with nodes that represent a vocabulary of words, one or more hidden layers with nodes that are fully connected to the nodes of the input layer, and an output layer with nodes that are fully connected to the nodes of one of the hidden layers.
  • Input can be provided to the input layer by activating one or more of the nodes of the input layer (e.g., providing the one or more nodes with a predetermined value) that correspond to the word(s) that are part of the local context.
  • the activation value can be propagated through the connections in the neural network and can cause probability values for words corresponding to the nodes of the output layer to be output.
  • the probability values can indicate how likely the words corresponding to the nodes are to be a “next word” that is uttered by a user. For example, probability values can be used to help differentiate between whether a user said “surgeon” or “sturgeon,” which a speech recognition system may be unable to differentiate between with a reliable degree of certainty.
  • semantic context information e.g., vector from semantic context modeled through latent semantic analysis (LSA)
  • LSA latent semantic analysis
  • Semantic context information can identify how likely particular words are to appear within one or more contexts, such as in a conversation between two users.
  • Information modeling a semantic context for speech uttered by a user can be incorporated as input to a language model that models a local context to provide a more accurate and prediction of one or more words that are likely to be uttered next by a user.
  • a local context for a speech signal is “it is a,” the local context is unlikely to provide a good indication of a next word to be uttered by the user.
  • semantic context information that models the likelihood of words appearing within a current context for the speech signal (e.g., user is discussing torn ACL)
  • a more accurate prediction of words that are likely to be uttered by the user can be provided (e.g., more likely to say “surgeon” than “sturgeon” when semantic context taken into consideration).
  • a computer-implemented method includes receiving, at a computer system, a request to predict a next word in a dialog being uttered by a speaker; accessing, by the computer system, a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; identifying the local context for the dialog of the speaker; selecting, by the computer system and using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; applying input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the plurality of dimensions of the at least one vector that represents the
  • the local context can include either i) at least one preceding word from a current position in the dialog that was uttered by the speaker or ii) a start of sentence token that indicates that the next word is a first word being uttered by the speaker.
  • the first portion of the input layer can include a plurality of nodes that represent a plurality of words, and applying the local context as part of the input to the input layer can include providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the dialog.
  • the plurality of words can include the vocabulary of candidate words.
  • the first portion of the input layer can include a plurality of first nodes that represent a plurality of words, a particular hidden layer from the one or more hidden layers can include a plurality of hidden nodes, and a first portion of the first connections can fully connect the plurality first nodes with the plurality of hidden nodes such that each of the plurality of first nodes is connected to each of the plurality of hidden nodes.
  • the second portion of the input layer can include a plurality of second nodes that represent the plurality of dimensions of the at least one vector, the input applied to the second nodes comprising the values for the plurality of dimensions, the values for the plurality of dimensions comprising centroids of at least a portion of the plurality of words in the semantic context for the dialog, and a second portion of the first connections can fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes.
  • the second portion of the input layer can include a plurality of second nodes that represent the plurality of words, the input applied to the second nodes including values that represent distances from the plurality of words to the semantic context for the dialog that is represented by the at least one vector, and a second portion of the first connections can fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes.
  • a particular hidden layer from the one or more hidden layers can include a plurality of hidden nodes
  • the output layer can include a plurality of output nodes that represent the vocabulary of candidate words
  • the second connections can fully connect the plurality hidden nodes with the plurality of output nodes such that each of the plurality of hidden nodes is connected to each of the plurality of output nodes, each of the second connections including a weighting value that quantifies an association between two nodes and that is used to propagate the input values through the neural network.
  • the semantic model can include a latent semantic analysis (LSA) model.
  • the semantic model can include a latent dirichlet allocation (LDA) model.
  • the computer-implemented method can further include obtaining an identity of the speaker; selecting, using the identity of the speaker, one or more portions of text that were written by the speaker or that were transcribed from previous verbal communication by the speaker; and generating at least a portion of the semantic context based on the selected one or more portions of text.
  • the computer-implemented method can further include obtaining an identity of at least one other user with whom the speaker is having the dialog; and the one or more portions of text can be selected further using the identity of the at least one other user such that the one or more portions of text were written or spoken to the at least one other user.
  • the computer-implemented method can further include obtaining a transcription of one or more previous utterances spoken by the speaker or to the speaker by another during the dialog; and generating at least a portion of the semantic context based on the obtained transcription.
  • the computer-implemented method can further include selecting the one or more candidate words from the vocabulary of candidate words based on the one or more candidate words having the greatest probability values from among the generated probability values.
  • a computer system includes one or more computers; an interface to the one or more computers that is programmed to receive a request to predict a next word in a dialog being uttered by a speaker; a neural network module that is programmed to access a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; a local context module that is programmed to identify the local context for the dialog of the speaker; a semantic context generator that is programmed to select, using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; and a probability generator that is programmed to: apply input to the input layer of the neural network,
  • the local context can include at least one preceding word from a current position in the dialog that was uttered by the speaker.
  • the first portion of the input layer can include a plurality of nodes that represent a plurality of words, and applying the local context as part of the input to the input layer can include providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the dialog.
  • the semantic model can include a latent semantic analysis (LSA) model.
  • the semantic model comprises a latent dirichlet allocation (LDA) model.
  • a computer program product embodied in a computer readable storage device storing instructions that, when executed, cause one or more computing devices to perform operations that include receiving a request to predict a next word in a dialog being uttered by a speaker; accessing a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; identifying the local context for the dialog of the speaker; selecting, using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; applying input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the plurality of dimensions of
  • Certain implementations may provide one or more of the following advantages. For example, more accurate and reliable predictions of a next word to be uttered by a user can be provided regardless of whether the local context provides a good indication of a next word. For instance, prior techniques using local context for speech recognition may not accurately model a semantic context within which a user is speaking when the local context is occupied by more generic terms, such as the phrase “it is.” By incorporating semantic context information as input for speech recognition, the semantic context (e.g., discussion of knee injuries) can more accurately be taken into consideration so as to provide improved indications of what words are likely to be uttered next by a user (e.g., “surgeon”) and what words are not (e.g., “sturgeon”).
  • the semantic context e.g., discussion of knee injuries
  • the semantic context can be dynamically adjusted so as to more accurately model the context for a particular user and speech that is being recognized for the user.
  • a semantic context can be modeled based on information that is specific to a particular user, such as transcribed speech (e.g., previously transcribed speech) for and correspondence that was written by the user (e.g., emails, text messages, social network posts, blog entries).
  • the semantic context can be modeled to include previous dialogs that are specific to a current dialog that is being transcribed, such by using verbal and/or written correspondence between two users who are taking part in the current dialog.
  • the accuracy of semantically weighty words can be improved rather than function words, which can provide an improvement beyond what the raw word accuracy may indicate.
  • FIG. 1 depicts a conceptual diagram of an example computer system for incorporating semantic information with a neural network model to provide indications of words that are likely to be uttered next by a user.
  • FIGS. 2A-B are example diagrams of a neural network that is modified to use both local context information and semantic context information.
  • FIG. 3 depicts an example computer system for providing word predictions based on local and semantic contextual information.
  • FIG. 4 depicts a technique for determining word probabilities based on local context and semantic context information.
  • FIG. 5 shows an example of a computer device and a mobile computer device that can be used to implement the techniques described herein.
  • semantic context information with language models, such as neural network, that use local context information to provide indications of which words within a vocabulary are likely to be uttered next by a user.
  • the input layer of a neural network language model can be modified to include nodes through which semantic context information can be input.
  • semantic context information can be used, such as vectors of semantic context models (e.g., LSA models, latent dirichlet allocation (LDA) models) that represent semantic contexts (e.g., likelihood of words and/or topics appearing within a semantic context) and/or distances between words and semantic contexts.
  • FIG. 1 depicts a conceptual diagram of an example computer system 100 for incorporating semantic information with a neural network model to provide indications of words that are likely to be uttered next by a user.
  • the example computer system 100 can be any of a variety of appropriate computer systems, such as a desktop computer, a laptop computer, a mobile computing device (e.g., smartphone), a distributed computing system (e.g., cloud computing system), a server system, or any combination thereof.
  • the example computer system 100 can take as input a local context for a speech signal and a semantic context, and can provide as output probability values that indicate likelihoods that various words that are part of a candidate vocabulary are a next word that will be uttered by a user.
  • the computer system 100 can be a standalone computer system that receives input and/or provides output.
  • the computer system 100 can be part of a larger speech recognition system that takes audio signals as input, attempts to transcribe the audio signals to text using one or more speech models that map audio signal features parts of spoken language (e.g., phonemes, syllables), and that provides a textual transcript of the audio signals as output.
  • the features of the computer system 100 can be used for a variety of aspects of speech recognition, such as providing an indication of which word a user was likely to have uttered.
  • a speech recognition system may not be able to distinguish between words that sound similar to each other, such as “surgeon” and “sturgeon,” with at least a threshold level of accuracy, especially in instances when there are large amounts of background noise and/or low audio quality for the received speech signal.
  • a speech recognition system can access the computer system 100 to provide an indication of which of the similarly sounding words was more likely to have been uttered by a user based on the local context for the speech signal (e.g., previous n words spoken by user) and a semantic context for the speech signal.
  • user A 102 says the phrase “is the” to user B 104 .
  • This phrase, “is the,” can be a local context 106 for the dialog between user A 102 and user B 104 .
  • a local context can include any of an appropriate number of preceding words uttered by the speaker (user A 102 ), such as 1 word, 2 words, 3 words, and/or 5 words.
  • the local context 106 can include a start of sentence token that indicates that the word is the first word being uttered, which can bias the model to choose words that typically start sentences and/or utterances.
  • the word “The” may be more likely to start a sentence or utterance than the word “To.”
  • a local context may be inadequate to accurately determine probabilities by which each word in a vocabulary of candidate words is likely to be uttered next by the user A 102 .
  • the computer system 100 can take as additional input a semantic context 108 for the dialog between the user A 102 and the user B.
  • the semantic context 108 can be based on transcribed speech samples 110 and written samples 112 that provide an indication of how words are used in various contexts.
  • the transcribed speech samples 110 and the written samples 112 that are used to form the semantic context 108 can be specific to the speaker (user A 102 ), specific to the current dialog between users (conversation between user A 102 and user B 104 ), and/or can be generic and not specific to either the speaker or the current dialog.
  • the transcribed speech samples 110 which may be transcribed by humans and/or by machines, can include generic transcribed speech samples 114 that can be from other users who are different from users A and B.
  • the generic transcribed speech samples 114 can be transcriptions of media content (e.g., television shows, movies) and/or public meetings and hearings (e.g., transcriptions of legislative hearings).
  • the generic transcribed speech samples 114 may be selected based on a variety of factors, such as the language for the transcribed speech samples (e.g., American English), the similarity between demographics (e.g., age, gender, geographic location) of the transcribed speaker with regard to the current speaker (user A 102 ), and/or accuracy of the transcribed speech sample (e.g., high level of confidence for the transcription, transcription is verified to be accuracy (e.g., training data)).
  • the language for the transcribed speech samples e.g., American English
  • demographics e.g., age, gender, geographic location
  • accuracy of the transcribed speech sample e.g., high level of confidence for the transcription, transcription is verified to be accuracy (e.g., training data)
  • the transcribed speech samples 110 can also include transcribed speech samples 116 that are specific to users who are involved in the current dialog, such as the speaker (user A 102 ) and the listener (user B 104 ).
  • the transcribed speech samples 116 can include previous transcriptions of speech signals that were generated by the user A 102 and/or by the user B 104 (e.g., transcriptions of voicemail messages, verbal commands provided to a computing device).
  • the transcribed speech samples 106 can also include dialogs between the users A 102 and B 104 .
  • the transcribed speech samples 116 can further include transcribed and preceding portions of the current dialog between the user A 102 and the user B 104 , such as a transcription of the beginning of the dialog between the user A 102 and the user B 104 up until the user A 102 said “it is.”
  • the writing samples 112 can be similar to the transcribed speech samples 110 , but can be based on dialog that was generated in writing. Like the transcribed speech samples 110 , the writing samples 112 can provide an indication as to how and which words are used in various contexts.
  • the writing samples 112 can include generic writing samples 118 that were written by users other than those involved in the current dialog. Such generic writing samples 118 can include any of a variety of appropriate sources, such as news articles, blog posts, literary works, and/or social network content (e.g., social network posts).
  • the writing samples 112 can also include writing samples that are specific to user A 102 and/or to user B 104 , such as content that was written by user A 102 (e.g., email messages, text messages, blog posts, social network posts, articles), content that was written by user B 104 , and/or correspondence between users A and B (e.g., email correspondence between users A and B, text messages between users A and B).
  • content that was written by user A 102 e.g., email messages, text messages, blog posts, social network posts, articles
  • correspondence between users A and B e.g., email correspondence between users A and B, text messages between users A and B.
  • the inclusion of the transcribed speech samples 110 and writing samples 112 as part of the semantic context 108 can be done based on user permission. For instance, a user can be asked to provide permission to use transcribed speech samples and/or writing samples as part of a speech recognition system. Where possible, information that may identify a user can be anonymized so that the information does not indicate an identity or any other private information regarding a user.
  • the semantic context 108 can be a combination of different samples (contexts) from the speech samples 110 and the writing samples 112 . Such a combination can be generated and modeled in any of a variety of appropriate ways, such as through the use of LSA and/or LDA.
  • the semantic context 108 can be based on one or more vectors that are derived from a matrix of word frequency for various words in a vocabulary across a plurality of samples (documents).
  • the matrix can have the dimensions T ⁇ D, where T is the number of terms in the vocabulary and D is the number of documents (samples) for the context, and where the frequencies for the terms in each document are identified within the matrix. Frequencies can be weighted based on a variety of factors, such as based on information that indicates how closely a document and/or term corresponds to the current context for the dialog between users A 102 and B 104 .
  • Single value decomposition can be applied to the matrix so as to generate three matrices, T ⁇ K, K ⁇ K, and K ⁇ D, the product of which approximates the original matrix (T ⁇ D).
  • Portions of one or more of these three component matrices can be used to represent the semantic context 108 .
  • various vectors can be generated from the T ⁇ K matrix and used to represent the semantic context 108 .
  • the T ⁇ K matrix can be collapsed to a context vector that represents the semantic context by combining the values for the terms (rows) in each context (columns).
  • a variety of techniques can be used to combine the term values, such as determining the centroid of the values for the terms (rows) in each context (columns), weighting different words more or less strongly based on their significance, and/or other factors.
  • Such a context vector, with K dimensions may be used to represent the semantic context 108 .
  • each of the rows of the T ⁇ K matrix may be a term vector for a corresponding term and can be used to determine a distance for each term vector from the context vector.
  • the distance can be determined in a variety of ways, such as the cosign distance, the Euclidian distance, the normalized Euclidian distance, the ratio of distances between a term vector and the context vector, and/or any combination thereof.
  • Such a collection of distance values for each term may also be used as the semantic context 108 .
  • the computer system 100 can receive and used the local context 106 and the semantic context 108 for the dialog between user A 102 and user B 104 to determine probabilities that each of a vocabulary of words is likely to be a next word uttered by user A 102 in the dialog.
  • the computer system 100 can access a neural network that includes an input layer, one or more hidden layers, and an output layer.
  • the neural network can be any of a variety of networks, such as a recurrent neural network (RNN) and/or a multilayer perceptron (MLP), such as a deep believe network (DBN).
  • the neural network can be modified to include an input layer with nodes for both the local context and the semantic context which are fully connected to at least one of the hidden layers of nodes.
  • the connections between the nodes of the input layer, the hidden layer(s), and the output layer can be weighted through any of a variety of training processes during which training data with verified input and output data are repeatedly passed through the neural network so as to identify appropriate adjustments to weighting values connecting nodes within the neural network.
  • the local context 106 and the semantic context 108 can be applied to the input layer of the neural network, which includes nodes for both local contextual input and semantic contextual input.
  • the input that is applied for the local context 106 to the neural network can be sparse—meaning that non-null input values are provided to only a portion of the input nodes for the local context 106 .
  • predetermined values e.g., true, 1 indicating that a word corresponding to a node is present in the local context 106 can be applied to appropriate nodes (e.g., nodes corresponding to the words “is” and “the”) in the input layer.
  • input that is applied for the semantic context 108 can be dense—meaning that non-null input values are applied to all or nearly all of the nodes in the input layer of the neural network for the semantic context.
  • the number of nodes in the input layer of the neural network for the semantic context may be a number of dimensions of the context vector (K) and the values applied can be the values of the context vector.
  • the number of nodes in the input layer for of the neural network for the semantic context may be a number of words (terms) in a vocabulary and the values applied to those nodes can be determined distance values between term vectors and a context vector.
  • the computer system 100 can generate probability values for candidate words by propagating, through the connections between nodes in the neural network, the values applied to the input layer of the neural network through the hidden layer(s) and to the output layer.
  • the connections between nodes in the neural network can be weighted based on training for the neural network, which can cause the values that are generated at the output layer to be varied and based on the local and semantic contexts.
  • the values of the nodes at the output layer can indicate probabilities that words corresponding to the nodes are likely to be a next word that will be uttered by the user A 102 .
  • the values may range from 0.0 to 1.0, inclusive. Other ranges of values are also possible.
  • the computer system 100 can provide the probability values for one or more of the candidate words.
  • the computer system 100 may receive a hypothesis of candidate words for a speech sample from a speech recognition system.
  • the computer system 100 can perform the steps A-C to generate probability values for one or more of the candidate words, which the computer system 100 can provide to the speech recognition system for use in selecting an appropriate word for the speech sample.
  • the computer system 100 may additionally select candidate words based on the determined probability values, such as selecting candidate words with probability values that are greater than a threshold value (e.g., 0.5, 0.6, 0.75, 0.8, 0.9).
  • a threshold value e.g., 0.5, 0.6, 0.75, 0.8, 0.9.
  • the computer system 100 can select a top group of candidate words (e.g., top 1 word, top 2 words, top 5 words) that have the greatest probability values (e.g., most likely to be uttered next by the user).
  • the probability values and/or candidate words can be provided by the computer system 100 to any of a variety of appropriate other computing devices, such as a speech recognition system and/or a user computing device.
  • FIGS. 2A-B are example diagrams of a neural network that is modified to use both local context information and semantic context information.
  • the neural network models that are described in FIGS. 2A-B may be used by a computer system determining word probabilities based on local and semantic contexts, such as the computer system 100 .
  • a neural network 200 is depicted as including an input layer 202 , one or more hidden layers 204 , and an output layer 206 .
  • the neural network 200 can be any of a variety of networks, such as an RNN and/or a MLP (e.g., a DBN).
  • the composition of and the connections between nodes within the input layer 202 , the one or more hidden layers 204 , and the output layer 206 can vary depending on the type of neural network that is being used for the neural network 200 .
  • the nodes of the hidden layers 204 can be fully interconnected with each other such that each node of the hidden layer 204 is connected by each of the other nodes of the hidden layer 204 .
  • the nodes of the hidden layer 204 may not be fully interconnected, as depicted in FIG. 2A .
  • the input layer 202 includes a first portion 208 that includes nodes LC 0 -LC V through which input for a local context 210 can be provided.
  • the number of nodes in the first portion 208 can correspond to the number of words V in a vocabulary of words.
  • the input layer 202 can also include a second portion 212 that includes nodes SC 0 -SC K through which a semantic context 214 can be provided as input.
  • the semantic context 214 corresponds to a representation of the semantic context through a vector with K dimension, such as the context vector described above with regard to FIG. 1 .
  • each of the nodes of the input layer 202 is connected to each of the nodes H 0 -H J of at least a first layer of the one or more hidden layers 204 .
  • Such interconnection between nodes can be termed as the input layer 202 and the at least first layer of the hidden layers 204 being “fully connected.”
  • weights can be associated with the connections 216 and 218 based, at least in part, on training of the neural network using appropriate training data. Weights can indicate a level of association between two nodes, with greater weights indicating a greater association between two nodes and lesser weights indicating a minimal association between two nodes.
  • weights can be associated with each of the connections between nodes in the neural network 200 .
  • the neural network 200 may include any number of hidden layers, such as two, three, four, five, eight, or ten hidden layers.
  • the hidden layers may be partially and/or fully connected to each other and the connections can have corresponding weights.
  • weights can be associated with the connections between the hidden layers 204 and the output layer 206 . These weights can be determined based on the application of training data to the neural network 200 and can indicate a level of association between nodes.
  • the values that are propagated to the nodes of the output layer 206 can indicate probabilities 222 that the V words corresponding to the nodes are likely to be a next word that a user will utter. As described above, the word probabilities 222 can be of any of a variety of ranges (e.g., 0.0 to 1.0, ⁇ 1.0 to 1.0).
  • a second neural network 230 is depicted that is similar to the neural network 200 that is described above with regard to FIG. 2A .
  • the neural network 230 includes a different type of semantic context input and input nodes that correspond to the semantic context input.
  • the neural network 230 can be any of a variety of networks, such as an RNN and/or a MLP (e.g., a DBN).
  • the composition of and the connections between nodes within the input layer 202 , the one or more hidden layers 204 , and the output layer 206 can vary depending on the type of neural network that is being used for the neural network 200 .
  • the nodes of the hidden layers 204 can be fully interconnected with each other such that each node of the hidden layer 204 is connected by each of the other nodes of the hidden layer 204 .
  • the nodes of the hidden layer 204 may not be fully interconnected, as depicted in FIG. 2B .
  • the neural network 230 takes as input for a second portion 232 of nodes SC 0 -SC V in the input layer 202 distances 234 for words V from a semantic context. For instance, referring to the LSA example described above with regard to FIG. 1 , vectors for each of the words V can be compared to a context vector for the T ⁇ K matrix to determine a distance for each of the words. Distances can be determined in any of a variety of appropriate ways, such as by the dot product of the word vector and the context vector, the Euclidian distance, and/or the normalized Euclidian distance. The distance values for the words V can be applied to the second portion 232 of the input layer 202 and used to generate the word probabilities 222 , similar to the description above with regard to FIG. 2A .
  • FIG. 3 depicts an example computer system 300 for providing word predictions based on local and semantic contextual information.
  • the computer system 300 includes a client computing device 302 that can generate audio signals that are transmitted over a network 304 to a speech recognition system 306 , which can attempt to recognize speech within the audio signal and which can interact with a word prediction computer system 308 to obtain predictions of a next word to be uttered by a user (e.g., so as to prune candidate words in a speech recognition algorithm) and to resolve ambiguities between candidate words.
  • the computer system 308 can be similar to the computer system 100 described above with regard to FIG. 1 .
  • the client computing device 302 can be any of a variety of appropriate client computing devices, such as a laptop computer, a desktop computer, a mobile computing device (e.g., smartphone, tablet computing device, personal digital assistant, entertainment device), and/or an embedded computing device (e.g., computing system embedded within an automobile or TV).
  • the client computing device 302 includes a microphone 310 through which an audio signal can be obtained by the client computing device.
  • the client computing device 302 also includes one or more applications 312 that can formulate and transmit a request for the obtained audio signal to be converted to text by the speech recognition computer system 306 .
  • the client computing device 302 can include an input/output (I/O) interface 314 (e.g., WiFi card, mobile data network card, Ethernet card) that can transmit and receive information over the network 304 .
  • I/O input/output
  • the network 304 can be any of a variety of appropriate communication networks, such as the internet, a local area network (LAN), a wide area network (WAN), a virtual private network (VPN), a wireless network, an optical network, a cellular network, a mobile data network (e.g., 3G/4G data network), or any combination thereof.
  • LAN local area network
  • WAN wide area network
  • VPN virtual private network
  • wireless network an optical network
  • a cellular network e.g., a cellular network
  • mobile data network e.g., 3G/4G data network
  • the speech recognition computer system 306 can be any of a variety of appropriate computer systems, such as a distributed computer system (e.g., cloud computing system), a computer server system, a desktop computer, a laptop computer, and/or a mobile computing device.
  • the speech recognition computer system 306 includes a speech recognition module 316 that receives audio signals and, using one or more speech models, converts the audio signals to text. While converting an audio signal to text, the speech recognition module 316 may transmit a local context for the audio signal (e.g., recent 2 words) to the word prediction computer system 308 to obtain probabilities for likely words that are to follow the local context.
  • the speech recognition module 316 may use such probabilities for a variety of tasks, such as to prune the universe of potential words that are considered as candidates for a next word so as to reduce the processing load when analyzing the audio signal for the next word.
  • the speech recognition computer system 306 also includes an ambiguous word module 318 that attempts to resolve words for which the speech recognition module 316 has identified multiple candidate words. For instance, the speech recognition module 316 may identify an audio signal as being equally likely to be “surgeon” or “sturgeon.” The ambiguous word module 318 can interact with the word prediction computer system 308 to obtain probabilities for that various candidate words are correct given the local and semantic context for the audio signal, and can use these probabilities to resolve ambiguities from the speech recognition module 316 .
  • the word prediction computer system 308 includes an I/O interface 320 through which requests for word probabilities, local context information, and semantic context information can be received.
  • the word prediction computer system 308 includes a neural network module 322 that can generate, train, and provide access to neural network models.
  • the neural network module 322 can generate neural network models (e.g., RNN models, MLP models, DBN models) similar to those described above with regard to FIGS. 2A-B , which include an input layer with a first portion for local context input and a second portion for semantic context input.
  • the neural network module 322 can store neural network models in a neural network model repository 324 .
  • the word prediction computer system 308 can additionally include a semantic context generator 325 that can dynamically generate semantic contexts based on a variety of factors, such as an identity of a speaker, an identity of other users who are involved in a dialog with the speaker, demographic information associated with the speaker (e.g., language, age, gender, geographic location), and/or a type of computing device through which the audio signal was received.
  • the semantic context generator 325 can generate a semantic model using example contexts, such as speech samples 326 and writing samples 328 , which may be selected based on the factors identified above.
  • the semantic context generator 325 can generate contexts using a variety of techniques, such as LSA, which indicates the likelihood that particular words will appear in various contexts, and LDA, which indicates the likelihood that particular topics will appear in various contexts.
  • the semantic context generator 325 can store generated semantic models in a semantic model repository 330 .
  • the semantic context generator 325 may update and/or generate new semantic models periodically and/or on request.
  • the semantic context generator 325 can additionally generate vectors and values to provide as semantic context input to neural networks using the semantic models 330 , such as by generating a context vector from an LSA model and/or identifying distances for word vectors from the context vector.
  • the word prediction computer system 308 also includes a local context module 332 that identifies a local context for an audio signal, such as one or more previous words that were uttered by a user.
  • the local context module 332 can obtain local context information from the speech recognition module 316 during conversion of an audio signal to text.
  • the local context module 332 can provide the local context information to a probability generator 334 as input to the local context portion of the input layer of the neural network.
  • the semantic context generator 325 can provide semantic context information to the probability generator 334 as input to the semantic context portion of the input layer of the neural network.
  • the probability generator 334 can generate probability information for a vocabulary of candidate words by propagating the input values through the neural network and outputting the probability values as output.
  • the probability generator 334 can additionally selection one or more candidate words based on the generated probabilities and can provide information identifying the selected candidate words to the speech recognition computer system 306 and/or to the client computing device 302 .
  • the word prediction computer system 308 can be part of the speech recognition computer system 306 .
  • FIG. 4 depicts a technique 400 for determining word probabilities based on local context and semantic context information.
  • the technique 400 can be performed by any of a variety of appropriate computing devices, such as the computer system 100 and/or the computer system 300 .
  • the technique 400 can use a neural network, such as an RNN and/or an MLP (e.g., a DBN) that has been modified to include an input layer that includes a first portion for local context information and a second portion for semantic context information, such as the neural networks described above with regard to FIGS. 2A-B .
  • a neural network such as an RNN and/or an MLP (e.g., a DBN) that has been modified to include an input layer that includes a first portion for local context information and a second portion for semantic context information, such as the neural networks described above with regard to FIGS. 2A-B .
  • MLP e.g., a DBN
  • the technique 400 includes generating and training an neural network model ( 402 ).
  • the neural network module 322 can generate and train an neural network model (e.g., RNN models, MLP models, DBN models) using training data to weight the connections between the input layer, the one or more hidden layers, and the output layer of the neural network.
  • the neural network module 322 can generate the neural network model to include an input layer with a first portion for local context information and a second portion for semantic context information.
  • a request can be received to predict a next word that will be uttered by a speaker.
  • the word prediction computer system 308 can receive a request from the client computing device 302 and/or from the speech recognition computer system 306 to provide a prediction of one or more next words that a speaker will say in a dialog.
  • an neural network model can be accessed ( 406 ) and a local context can be identified ( 408 ).
  • a generated neural network model can be accessed from the neural network model repository 324 and the local context module 332 can identify a local context.
  • the identity of the speaker can be obtained and portions of text that are associated with the speaker can be obtained ( 410 ).
  • the semantic context generator 325 can obtain text that is associated with the speaker and/or other users who are currently engaged in a dialog with the speaker to which the received request pertains. Such text can be obtained from any of a variety of sources, such as the writing samples repository 328 and the speech samples repository 326 .
  • a semantic model can be generated ( 412 ).
  • the semantic context generator 325 can generate an LSA and/or an LDA model based on the selected text that is associated with the speaker and/or other users who are engaged in a dialog with the speaker to which the received request pertains.
  • Semantic context information to be provided as input to the neural network model can be selected based on the semantic model ( 414 ). For example, K dimensions of a context vector that is derived from the semantic model can be selected and/or distances between word vectors and context vectors from a semantic model can be generated.
  • Local context information and semantic context information can be applied as input to the input layer of the neural network model ( 416 ).
  • local context information can be provided as sparse input to a first portion of the input later of the neural network model and semantic context information can be provided as dense input to a second portion of the input layer of the neural network model.
  • Probability values can be generated based on the applied input ( 418 ).
  • the probability generator 334 can propagate the input through the neural network using the weighted connections between nodes within the neural network.
  • the input can be propagated such that output is generated at the nodes of the output layer of the neural network.
  • the output values at the output layer can represent probabilities that words corresponding to the nodes are a next word that will be uttered by a speaker.
  • one or more candidate words can be selected based on the probability values ( 420 ).
  • the probability values and/or the one or more selected words can be provided as output ( 422 ).
  • the probability generator 334 can select one or more words that have the greatest probability values from the vocabulary of candidate words and can provide information that identifies the selected one or more words to the speech recognition computer system 306 and/or to the client computing device 302 .
  • FIG. 5 is a block diagram of computing devices 500 , 550 that may be used to implement the systems and methods described in this document, as either a client or as a server or plurality of servers.
  • Computing device 500 is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers.
  • Computing device 550 is intended to represent various forms of mobile devices, such as personal digital assistants, cellular telephones, smartphones, and other similar computing devices.
  • Additionally computing device 500 or 550 can include Universal Serial Bus (USB) flash drives.
  • the USB flash drives may store operating systems and other applications.
  • the USB flash drives can include input/output components, such as a wireless transmitter or USB connector that may be inserted into a USB port of another computing device.
  • the components shown here, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations described and/or claimed in this document.
  • Computing device 500 includes a processor 502 , memory 504 , a storage device 506 , a high-speed interface 508 connecting to memory 504 and high-speed expansion ports 510 , and a low speed interface 512 connecting to low speed bus 514 and storage device 506 .
  • Each of the components 502 , 504 , 506 , 508 , 510 , and 512 are interconnected using various busses, and may be mounted on a common motherboard or in other manners as appropriate.
  • the processor 502 can process instructions for execution within the computing device 500 , including instructions stored in the memory 504 or on the storage device 506 to display graphical information for a GUI on an external input/output device, such as display 516 coupled to high speed interface 508 .
  • multiple processors and/or multiple buses may be used, as appropriate, along with multiple memories and types of memory.
  • multiple computing devices 500 may be connected, with each device providing portions of the necessary operations (e.g., as a server bank, a group of blade servers, or a multi-processor system).
  • the memory 504 stores information within the computing device 500 .
  • the memory 504 is a volatile memory unit or units.
  • the memory 504 is a non-volatile memory unit or units.
  • the memory 504 may also be another form of computer-readable medium, such as a magnetic or optical disk.
  • the storage device 506 is capable of providing mass storage for the computing device 500 .
  • the storage device 506 may be or contain a computer-readable medium, such as a floppy disk device, a hard disk device, an optical disk device, or a tape device, a flash memory or other similar solid state memory device, or an array of devices, including devices in a storage area network or other configurations.
  • a computer program product can be tangibly embodied in an information carrier.
  • the computer program product may also contain instructions that, when executed, perform one or more methods, such as those described above.
  • the information carrier is a computer- or machine-readable medium, such as the memory 504 , the storage device 506 , or memory on processor 502 .
  • the high speed controller 508 manages bandwidth-intensive operations for the computing device 500 , while the low speed controller 512 manages lower bandwidth-intensive operations.
  • the high-speed controller 508 is coupled to memory 504 , display 516 (e.g., through a graphics processor or accelerator), and to high-speed expansion ports 510 , which may accept various expansion cards (not shown).
  • low-speed controller 512 is coupled to storage device 506 and low-speed expansion port 514 .
  • the low-speed expansion port which may include various communication ports (e.g., USB, Bluetooth, Ethernet, wireless Ethernet) may be coupled to one or more input/output devices, such as a keyboard, a pointing device, a scanner, or a networking device such as a switch or router, e.g., through a network adapter.
  • input/output devices such as a keyboard, a pointing device, a scanner, or a networking device such as a switch or router, e.g., through a network adapter.
  • the computing device 500 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a standard server 520 , or multiple times in a group of such servers. It may also be implemented as part of a rack server system 524 . In addition, it may be implemented in a personal computer such as a laptop computer 522 . Alternatively, components from computing device 500 may be combined with other components in a mobile device (not shown), such as device 550 . Each of such devices may contain one or more of computing device 500 , 550 , and an entire system may be made up of multiple computing devices 500 , 550 communicating with each other.
  • Computing device 550 includes a processor 552 , memory 564 , an input/output device such as a display 554 , a communication interface 566 , and a transceiver 568 , among other components.
  • the device 550 may also be provided with a storage device, such as a microdrive or other device, to provide additional storage.
  • a storage device such as a microdrive or other device, to provide additional storage.
  • Each of the components 550 , 552 , 564 , 554 , 566 , and 568 are interconnected using various buses, and several of the components may be mounted on a common motherboard or in other manners as appropriate.
  • the processor 552 can execute instructions within the computing device 550 , including instructions stored in the memory 564 .
  • the processor may be implemented as a chipset of chips that include separate and multiple analog and digital processors. Additionally, the processor may be implemented using any of a number of architectures.
  • the processor 552 may be a CISC (Complex Instruction Set Computers) processor, a RISC (Reduced Instruction Set Computer) processor, or a MISC (Minimal Instruction Set Computer) processor.
  • the processor may provide, for example, for coordination of the other components of the device 550 , such as control of user interfaces, applications run by device 550 , and wireless communication by device 550 .
  • Processor 552 may communicate with a user through control interface 558 and display interface 556 coupled to a display 554 .
  • the display 554 may be, for example, a TFT (Thin-Film-Transistor Liquid Crystal Display) display or an OLED (Organic Light Emitting Diode) display, or other appropriate display technology.
  • the display interface 556 may comprise appropriate circuitry for driving the display 554 to present graphical and other information to a user.
  • the control interface 558 may receive commands from a user and convert them for submission to the processor 552 .
  • an external interface 562 may be provide in communication with processor 552 , so as to enable near area communication of device 550 with other devices. External interface 562 may provide, for example, for wired communication in some implementations, or for wireless communication in other implementations, and multiple interfaces may also be used.
  • the memory 564 stores information within the computing device 550 .
  • the memory 564 can be implemented as one or more of a computer-readable medium or media, a volatile memory unit or units, or a non-volatile memory unit or units.
  • Expansion memory 574 may also be provided and connected to device 550 through expansion interface 572 , which may include, for example, a SIMM (Single In Line Memory Module) card interface.
  • SIMM Single In Line Memory Module
  • expansion memory 574 may provide extra storage space for device 550 , or may also store applications or other information for device 550 .
  • expansion memory 574 may include instructions to carry out or supplement the processes described above, and may include secure information also.
  • expansion memory 574 may be provide as a security module for device 550 , and may be programmed with instructions that permit secure use of device 550 .
  • secure applications may be provided via the SIMM cards, along with additional information, such as placing identifying information on the SIMM card in a non-hackable manner.
  • the memory may include, for example, flash memory and/or NVRAM memory, as discussed below.
  • a computer program product is tangibly embodied in an information carrier.
  • the computer program product contains instructions that, when executed, perform one or more methods, such as those described above.
  • the information carrier is a computer- or machine-readable medium, such as the memory 564 , expansion memory 574 , or memory on processor 552 that may be received, for example, over transceiver 568 or external interface 562 .
  • Device 550 may communicate wirelessly through communication interface 566 , which may include digital signal processing circuitry where necessary. Communication interface 566 may provide for communications under various modes or protocols, such as GSM voice calls, SMS, EMS, or MMS messaging, CDMA, TDMA, PDC, WCDMA, CDMA2000, or GPRS, among others. Such communication may occur, for example, through radio-frequency transceiver 568 . In addition, short-range communication may occur, such as using a Bluetooth, WiFi, or other such transceiver (not shown). In addition, GPS (Global Positioning System) receiver module 570 may provide additional navigation- and location-related wireless data to device 550 , which may be used as appropriate by applications running on device 550 .
  • GPS Global Positioning System
  • Device 550 may also communicate audibly using audio codec 560 , which may receive spoken information from a user and convert it to usable digital information. Audio codec 560 may likewise generate audible sound for a user, such as through a speaker, e.g., in a handset of device 550 . Such sound may include sound from voice telephone calls, may include recorded sound (e.g., voice messages, music files, etc.) and may also include sound generated by applications operating on device 550 .
  • Audio codec 560 may receive spoken information from a user and convert it to usable digital information. Audio codec 560 may likewise generate audible sound for a user, such as through a speaker, e.g., in a handset of device 550 . Such sound may include sound from voice telephone calls, may include recorded sound (e.g., voice messages, music files, etc.) and may also include sound generated by applications operating on device 550 .
  • the computing device 550 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a cellular telephone 580 . It may also be implemented as part of a smartphone 582 , personal digital assistant, or other similar mobile device.
  • implementations of the systems and techniques described here can be realized in digital electronic circuitry, integrated circuitry, specially designed ASICs (application specific integrated circuits), computer hardware, firmware, software, and/or combinations thereof.
  • ASICs application specific integrated circuits
  • These various implementations can include implementation in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device.
  • the systems and techniques described here can be implemented on a computer having a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to the user and a keyboard and a pointing device (e.g., a mouse or a trackball) by which the user can provide input to the computer.
  • a display device e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor
  • a keyboard and a pointing device e.g., a mouse or a trackball
  • Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user can be received in any form, including acoustic, speech, or tactile input.
  • the systems and techniques described here can be implemented in a computing system that includes a back end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front end component (e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back end, middleware, or front end components.
  • the components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network (“LAN”), a wide area network (“WAN”), peer-to-peer networks (having ad-hoc or static members), grid computing infrastructures, and the Internet.
  • LAN local area network
  • WAN wide area network
  • peer-to-peer networks having ad-hoc or static members
  • grid computing infrastructures and the Internet.
  • the computing system can include clients and servers.
  • a client and server are generally remote from each other and typically interact through a communication network.
  • the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.

Abstract

In one implementation, a computer-implemented method includes receiving, at a computer system, a request to predict a next word in a dialog being uttered by a speaker; accessing, by the computer system, a neural network comprising i) an input layer, ii) one or more hidden layers, and iii) an output layer; identifying the local context for the dialog of the speaker; selecting, by the computer system and using a semantic model, at least one vector that represents the semantic context for the dialog; applying input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the at least one vector; generating probability values for at least a portion of the candidate words; and providing, by the computer system and based on the probability values, information that identifies one or more of the candidate words.

Description

CROSS-REFERENCE TO RELATED APPLICATION
This application claims priority to U.S. Provisional Application Ser. No. 61/787,833, filed on Mar. 15, 2013, the entire contents of which are hereby incorporated by reference.
TECHNICAL FIELD
This specification generally describes computer-based speech modeling and speech recognition.
BACKGROUND
Computer-based speech recognition techniques have used local contexts (e.g., previous 2 words uttered by a user) to predict a next word that a user is going to say. For example, techniques have used neural networks (e.g., recurrent neural networks (RNNs)) to provide such predictions. For instance, a recurrent neural network can include an input layer with nodes that represent a vocabulary of words, one or more hidden layers with nodes that are fully connected to the nodes of the input layer, and an output layer with nodes that are fully connected to the nodes of one of the hidden layers. Input can be provided to the input layer by activating one or more of the nodes of the input layer (e.g., providing the one or more nodes with a predetermined value) that correspond to the word(s) that are part of the local context. The activation value can be propagated through the connections in the neural network and can cause probability values for words corresponding to the nodes of the output layer to be output. The probability values can indicate how likely the words corresponding to the nodes are to be a “next word” that is uttered by a user. For example, probability values can be used to help differentiate between whether a user said “surgeon” or “sturgeon,” which a speech recognition system may be unable to differentiate between with a reliable degree of certainty.
SUMMARY
This document describes techniques, methods, systems, and computer program products for incorporating semantic context information (e.g., vector from semantic context modeled through latent semantic analysis (LSA)) with a language model (e.g., neural network model). Semantic context information can identify how likely particular words are to appear within one or more contexts, such as in a conversation between two users. Information modeling a semantic context for speech uttered by a user can be incorporated as input to a language model that models a local context to provide a more accurate and prediction of one or more words that are likely to be uttered next by a user. For example, if a local context for a speech signal is “it is a,” the local context is unlikely to provide a good indication of a next word to be uttered by the user. However, by incorporating semantic context information that models the likelihood of words appearing within a current context for the speech signal (e.g., user is discussing torn ACL), a more accurate prediction of words that are likely to be uttered by the user can be provided (e.g., more likely to say “surgeon” than “sturgeon” when semantic context taken into consideration).
In one implementation, a computer-implemented method includes receiving, at a computer system, a request to predict a next word in a dialog being uttered by a speaker; accessing, by the computer system, a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; identifying the local context for the dialog of the speaker; selecting, by the computer system and using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; applying input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the dialog; generating probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network; and providing, by the computer system and based on the probability values, information that identifies one or more of the candidate words.
Such a computer-implemented method can optionally include one or more of the following features. The local context can include either i) at least one preceding word from a current position in the dialog that was uttered by the speaker or ii) a start of sentence token that indicates that the next word is a first word being uttered by the speaker. The first portion of the input layer can include a plurality of nodes that represent a plurality of words, and applying the local context as part of the input to the input layer can include providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the dialog. The plurality of words can include the vocabulary of candidate words. The first portion of the input layer can include a plurality of first nodes that represent a plurality of words, a particular hidden layer from the one or more hidden layers can include a plurality of hidden nodes, and a first portion of the first connections can fully connect the plurality first nodes with the plurality of hidden nodes such that each of the plurality of first nodes is connected to each of the plurality of hidden nodes. The second portion of the input layer can include a plurality of second nodes that represent the plurality of dimensions of the at least one vector, the input applied to the second nodes comprising the values for the plurality of dimensions, the values for the plurality of dimensions comprising centroids of at least a portion of the plurality of words in the semantic context for the dialog, and a second portion of the first connections can fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes. The second portion of the input layer can include a plurality of second nodes that represent the plurality of words, the input applied to the second nodes including values that represent distances from the plurality of words to the semantic context for the dialog that is represented by the at least one vector, and a second portion of the first connections can fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes.
A particular hidden layer from the one or more hidden layers can include a plurality of hidden nodes, the output layer can include a plurality of output nodes that represent the vocabulary of candidate words, and the second connections can fully connect the plurality hidden nodes with the plurality of output nodes such that each of the plurality of hidden nodes is connected to each of the plurality of output nodes, each of the second connections including a weighting value that quantifies an association between two nodes and that is used to propagate the input values through the neural network. The semantic model can include a latent semantic analysis (LSA) model. The semantic model can include a latent dirichlet allocation (LDA) model. The computer-implemented method can further include obtaining an identity of the speaker; selecting, using the identity of the speaker, one or more portions of text that were written by the speaker or that were transcribed from previous verbal communication by the speaker; and generating at least a portion of the semantic context based on the selected one or more portions of text. The computer-implemented method can further include obtaining an identity of at least one other user with whom the speaker is having the dialog; and the one or more portions of text can be selected further using the identity of the at least one other user such that the one or more portions of text were written or spoken to the at least one other user. The computer-implemented method can further include obtaining a transcription of one or more previous utterances spoken by the speaker or to the speaker by another during the dialog; and generating at least a portion of the semantic context based on the obtained transcription. The computer-implemented method can further include selecting the one or more candidate words from the vocabulary of candidate words based on the one or more candidate words having the greatest probability values from among the generated probability values.
In another implementation, a computer system includes one or more computers; an interface to the one or more computers that is programmed to receive a request to predict a next word in a dialog being uttered by a speaker; a neural network module that is programmed to access a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; a local context module that is programmed to identify the local context for the dialog of the speaker; a semantic context generator that is programmed to select, using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; and a probability generator that is programmed to: apply input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the dialog, generate probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network, and provide, based on the probability values, information that identifies one or more of the candidate words.
Such a computer system can optionally include one or more of the following features. The local context can include at least one preceding word from a current position in the dialog that was uttered by the speaker. The first portion of the input layer can include a plurality of nodes that represent a plurality of words, and applying the local context as part of the input to the input layer can include providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the dialog. The semantic model can include a latent semantic analysis (LSA) model. The semantic model comprises a latent dirichlet allocation (LDA) model.
In another implementation, a computer program product embodied in a computer readable storage device storing instructions that, when executed, cause one or more computing devices to perform operations that include receiving a request to predict a next word in a dialog being uttered by a speaker; accessing a neural network comprising i) an input layer that includes a first portion representing a local context for the dialog and a second portion representing a semantic context for the dialog, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections; identifying the local context for the dialog of the speaker; selecting, using a semantic model, at least one vector that represent the semantic context for the dialog, the at least one vector including values for a plurality of dimensions; applying input to the input layer of the neural network, the input comprising i) the local context of the dialog and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the dialog; generating probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network; and providing, based on the probability values, information that identifies one or more of the candidate words.
Certain implementations may provide one or more of the following advantages. For example, more accurate and reliable predictions of a next word to be uttered by a user can be provided regardless of whether the local context provides a good indication of a next word. For instance, prior techniques using local context for speech recognition may not accurately model a semantic context within which a user is speaking when the local context is occupied by more generic terms, such as the phrase “it is.” By incorporating semantic context information as input for speech recognition, the semantic context (e.g., discussion of knee injuries) can more accurately be taken into consideration so as to provide improved indications of what words are likely to be uttered next by a user (e.g., “surgeon”) and what words are not (e.g., “sturgeon”).
In another example, the semantic context can be dynamically adjusted so as to more accurately model the context for a particular user and speech that is being recognized for the user. For instance, a semantic context can be modeled based on information that is specific to a particular user, such as transcribed speech (e.g., previously transcribed speech) for and correspondence that was written by the user (e.g., emails, text messages, social network posts, blog entries). Additionally, the semantic context can be modeled to include previous dialogs that are specific to a current dialog that is being transcribed, such by using verbal and/or written correspondence between two users who are taking part in the current dialog. In another example, the accuracy of semantically weighty words can be improved rather than function words, which can provide an improvement beyond what the raw word accuracy may indicate.
The details of one or more implementations of the subject matter described in this specification are set forth in the accompanying drawings and the description below. Other potential features, aspects, and advantages of the subject matter will become apparent from the description, the drawings, and/or the claims.
BRIEF DESCRIPTION OF DRAWINGS
FIG. 1 depicts a conceptual diagram of an example computer system for incorporating semantic information with a neural network model to provide indications of words that are likely to be uttered next by a user.
FIGS. 2A-B are example diagrams of a neural network that is modified to use both local context information and semantic context information.
FIG. 3 depicts an example computer system for providing word predictions based on local and semantic contextual information.
FIG. 4 depicts a technique for determining word probabilities based on local context and semantic context information.
FIG. 5 shows an example of a computer device and a mobile computer device that can be used to implement the techniques described herein.
Like reference symbols in the various drawings indicate like elements.
DETAILED DESCRIPTION
This document generally describes techniques, methods, systems, and computer program products for incorporating semantic context information with language models, such as neural network, that use local context information to provide indications of which words within a vocabulary are likely to be uttered next by a user. For example, the input layer of a neural network language model can be modified to include nodes through which semantic context information can be input. A variety of different types of semantic context information can be used, such as vectors of semantic context models (e.g., LSA models, latent dirichlet allocation (LDA) models) that represent semantic contexts (e.g., likelihood of words and/or topics appearing within a semantic context) and/or distances between words and semantic contexts.
FIG. 1 depicts a conceptual diagram of an example computer system 100 for incorporating semantic information with a neural network model to provide indications of words that are likely to be uttered next by a user. The example computer system 100 can be any of a variety of appropriate computer systems, such as a desktop computer, a laptop computer, a mobile computing device (e.g., smartphone), a distributed computing system (e.g., cloud computing system), a server system, or any combination thereof.
The example computer system 100 can take as input a local context for a speech signal and a semantic context, and can provide as output probability values that indicate likelihoods that various words that are part of a candidate vocabulary are a next word that will be uttered by a user. The computer system 100 can be a standalone computer system that receives input and/or provides output. Alternatively, the computer system 100 can be part of a larger speech recognition system that takes audio signals as input, attempts to transcribe the audio signals to text using one or more speech models that map audio signal features parts of spoken language (e.g., phonemes, syllables), and that provides a textual transcript of the audio signals as output. As part of such a larger computer system, the features of the computer system 100 can be used for a variety of aspects of speech recognition, such as providing an indication of which word a user was likely to have uttered. For instance, a speech recognition system may not be able to distinguish between words that sound similar to each other, such as “surgeon” and “sturgeon,” with at least a threshold level of accuracy, especially in instances when there are large amounts of background noise and/or low audio quality for the received speech signal. A speech recognition system can access the computer system 100 to provide an indication of which of the similarly sounding words was more likely to have been uttered by a user based on the local context for the speech signal (e.g., previous n words spoken by user) and a semantic context for the speech signal.
In the example depicted in FIG. 1, user A 102 says the phrase “is the” to user B 104. This phrase, “is the,” can be a local context 106 for the dialog between user A 102 and user B 104. Such a local context can include any of an appropriate number of preceding words uttered by the speaker (user A 102), such as 1 word, 2 words, 3 words, and/or 5 words. In instances where the word at issue is the first word that has been uttered (no preceding words), the local context 106 can include a start of sentence token that indicates that the word is the first word being uttered, which can bias the model to choose words that typically start sentences and/or utterances. For example, the word “The” may be more likely to start a sentence or utterance than the word “To.” However, as described above, such a local context may be inadequate to accurately determine probabilities by which each word in a vocabulary of candidate words is likely to be uttered next by the user A 102.
The computer system 100 can take as additional input a semantic context 108 for the dialog between the user A 102 and the user B. The semantic context 108 can be based on transcribed speech samples 110 and written samples 112 that provide an indication of how words are used in various contexts. The transcribed speech samples 110 and the written samples 112 that are used to form the semantic context 108 can be specific to the speaker (user A 102), specific to the current dialog between users (conversation between user A 102 and user B 104), and/or can be generic and not specific to either the speaker or the current dialog. For instance, the transcribed speech samples 110, which may be transcribed by humans and/or by machines, can include generic transcribed speech samples 114 that can be from other users who are different from users A and B. For instance, the generic transcribed speech samples 114 can be transcriptions of media content (e.g., television shows, movies) and/or public meetings and hearings (e.g., transcriptions of congressional hearings). The generic transcribed speech samples 114 may be selected based on a variety of factors, such as the language for the transcribed speech samples (e.g., American English), the similarity between demographics (e.g., age, gender, geographic location) of the transcribed speaker with regard to the current speaker (user A 102), and/or accuracy of the transcribed speech sample (e.g., high level of confidence for the transcription, transcription is verified to be accuracy (e.g., training data)).
The transcribed speech samples 110 can also include transcribed speech samples 116 that are specific to users who are involved in the current dialog, such as the speaker (user A 102) and the listener (user B 104). For instance, the transcribed speech samples 116 can include previous transcriptions of speech signals that were generated by the user A 102 and/or by the user B 104 (e.g., transcriptions of voicemail messages, verbal commands provided to a computing device). The transcribed speech samples 106 can also include dialogs between the users A 102 and B 104. The transcribed speech samples 116 can further include transcribed and preceding portions of the current dialog between the user A 102 and the user B 104, such as a transcription of the beginning of the dialog between the user A 102 and the user B 104 up until the user A 102 said “it is.”
The writing samples 112 can be similar to the transcribed speech samples 110, but can be based on dialog that was generated in writing. Like the transcribed speech samples 110, the writing samples 112 can provide an indication as to how and which words are used in various contexts. The writing samples 112 can include generic writing samples 118 that were written by users other than those involved in the current dialog. Such generic writing samples 118 can include any of a variety of appropriate sources, such as news articles, blog posts, literary works, and/or social network content (e.g., social network posts). The writing samples 112 can also include writing samples that are specific to user A 102 and/or to user B 104, such as content that was written by user A 102 (e.g., email messages, text messages, blog posts, social network posts, articles), content that was written by user B 104, and/or correspondence between users A and B (e.g., email correspondence between users A and B, text messages between users A and B).
The inclusion of the transcribed speech samples 110 and writing samples 112 as part of the semantic context 108 can be done based on user permission. For instance, a user can be asked to provide permission to use transcribed speech samples and/or writing samples as part of a speech recognition system. Where possible, information that may identify a user can be anonymized so that the information does not indicate an identity or any other private information regarding a user.
Each of the different samples from the speech samples 110 and the writing samples 112 may be considered to be a different context. The semantic context 108 can be a combination of different samples (contexts) from the speech samples 110 and the writing samples 112. Such a combination can be generated and modeled in any of a variety of appropriate ways, such as through the use of LSA and/or LDA. For instance, in the example of LSA, the semantic context 108 can be based on one or more vectors that are derived from a matrix of word frequency for various words in a vocabulary across a plurality of samples (documents). The matrix can have the dimensions T×D, where T is the number of terms in the vocabulary and D is the number of documents (samples) for the context, and where the frequencies for the terms in each document are identified within the matrix. Frequencies can be weighted based on a variety of factors, such as based on information that indicates how closely a document and/or term corresponds to the current context for the dialog between users A 102 and B 104. Single value decomposition can be applied to the matrix so as to generate three matrices, T×K, K×K, and K×D, the product of which approximates the original matrix (T×D).
Portions of one or more of these three component matrices (T×K, K×K, and K×D) can be used to represent the semantic context 108. For example, various vectors can be generated from the T×K matrix and used to represent the semantic context 108. For instance, the T×K matrix can be collapsed to a context vector that represents the semantic context by combining the values for the terms (rows) in each context (columns). A variety of techniques can be used to combine the term values, such as determining the centroid of the values for the terms (rows) in each context (columns), weighting different words more or less strongly based on their significance, and/or other factors. Such a context vector, with K dimensions, may be used to represent the semantic context 108. In another example, each of the rows of the T×K matrix may be a term vector for a corresponding term and can be used to determine a distance for each term vector from the context vector. The distance can be determined in a variety of ways, such as the cosign distance, the Euclidian distance, the normalized Euclidian distance, the ratio of distances between a term vector and the context vector, and/or any combination thereof. Such a collection of distance values for each term may also be used as the semantic context 108.
The computer system 100 can receive and used the local context 106 and the semantic context 108 for the dialog between user A 102 and user B 104 to determine probabilities that each of a vocabulary of words is likely to be a next word uttered by user A 102 in the dialog. As indicated by step A (122), the computer system 100 can access a neural network that includes an input layer, one or more hidden layers, and an output layer. The neural network can be any of a variety of networks, such as a recurrent neural network (RNN) and/or a multilayer perceptron (MLP), such as a deep believe network (DBN). The neural network can be modified to include an input layer with nodes for both the local context and the semantic context which are fully connected to at least one of the hidden layers of nodes. As described in greater detail below with regard to FIGS. 2A-B, the connections between the nodes of the input layer, the hidden layer(s), and the output layer can be weighted through any of a variety of training processes during which training data with verified input and output data are repeatedly passed through the neural network so as to identify appropriate adjustments to weighting values connecting nodes within the neural network.
As indicated by step B (124), the local context 106 and the semantic context 108 can be applied to the input layer of the neural network, which includes nodes for both local contextual input and semantic contextual input. The input that is applied for the local context 106 to the neural network can be sparse—meaning that non-null input values are provided to only a portion of the input nodes for the local context 106. For instance, predetermined values (e.g., true, 1) indicating that a word corresponding to a node is present in the local context 106 can be applied to appropriate nodes (e.g., nodes corresponding to the words “is” and “the”) in the input layer. In contrast, input that is applied for the semantic context 108 can be dense—meaning that non-null input values are applied to all or nearly all of the nodes in the input layer of the neural network for the semantic context. In some implementations, the number of nodes in the input layer of the neural network for the semantic context may be a number of dimensions of the context vector (K) and the values applied can be the values of the context vector. In some implementations, the number of nodes in the input layer for of the neural network for the semantic context may be a number of words (terms) in a vocabulary and the values applied to those nodes can be determined distance values between term vectors and a context vector.
As indicated by step C (126), the computer system 100 can generate probability values for candidate words by propagating, through the connections between nodes in the neural network, the values applied to the input layer of the neural network through the hidden layer(s) and to the output layer. As discussed above, the connections between nodes in the neural network can be weighted based on training for the neural network, which can cause the values that are generated at the output layer to be varied and based on the local and semantic contexts. The values of the nodes at the output layer can indicate probabilities that words corresponding to the nodes are likely to be a next word that will be uttered by the user A 102. For instance, the values may range from 0.0 to 1.0, inclusive. Other ranges of values are also possible.
As indicated by step D (128), the computer system 100 can provide the probability values for one or more of the candidate words. For example, the computer system 100 may receive a hypothesis of candidate words for a speech sample from a speech recognition system. In response, the computer system 100 can perform the steps A-C to generate probability values for one or more of the candidate words, which the computer system 100 can provide to the speech recognition system for use in selecting an appropriate word for the speech sample. In some implementations, the computer system 100 may additionally select candidate words based on the determined probability values, such as selecting candidate words with probability values that are greater than a threshold value (e.g., 0.5, 0.6, 0.75, 0.8, 0.9). In another example, the computer system 100 can select a top group of candidate words (e.g., top 1 word, top 2 words, top 5 words) that have the greatest probability values (e.g., most likely to be uttered next by the user). The probability values and/or candidate words can be provided by the computer system 100 to any of a variety of appropriate other computing devices, such as a speech recognition system and/or a user computing device.
FIGS. 2A-B are example diagrams of a neural network that is modified to use both local context information and semantic context information. The neural network models that are described in FIGS. 2A-B may be used by a computer system determining word probabilities based on local and semantic contexts, such as the computer system 100.
Referring to FIG. 2A, a neural network 200 is depicted as including an input layer 202, one or more hidden layers 204, and an output layer 206. The neural network 200 can be any of a variety of networks, such as an RNN and/or a MLP (e.g., a DBN). The composition of and the connections between nodes within the input layer 202, the one or more hidden layers 204, and the output layer 206 can vary depending on the type of neural network that is being used for the neural network 200. For example, if the neural network 200 is an RNN, the nodes of the hidden layers 204 can be fully interconnected with each other such that each node of the hidden layer 204 is connected by each of the other nodes of the hidden layer 204. In contrast, if the neural network 200 is a MLP, the nodes of the hidden layer 204 may not be fully interconnected, as depicted in FIG. 2A.
The input layer 202 includes a first portion 208 that includes nodes LC0-LCV through which input for a local context 210 can be provided. The number of nodes in the first portion 208 can correspond to the number of words V in a vocabulary of words. The input layer 202 can also include a second portion 212 that includes nodes SC0-SCK through which a semantic context 214 can be provided as input. In the depicted example, the semantic context 214 corresponds to a representation of the semantic context through a vector with K dimension, such as the context vector described above with regard to FIG. 1.
As depicted, each of the nodes of the input layer 202 is connected to each of the nodes H0-HJ of at least a first layer of the one or more hidden layers 204. Such interconnection between nodes can be termed as the input layer 202 and the at least first layer of the hidden layers 204 being “fully connected.” As indicated by the two connections 216 and 218 that are depicted as being darker/thicker, weights (w0 and w1) can be associated with the connections 216 and 218 based, at least in part, on training of the neural network using appropriate training data. Weights can indicate a level of association between two nodes, with greater weights indicating a greater association between two nodes and lesser weights indicating a minimal association between two nodes. Although not depicted explicitly, weights can be associated with each of the connections between nodes in the neural network 200.
Although only one hidden layer is depicted, other hidden layers are also possible. For instance, the neural network 200 may include any number of hidden layers, such as two, three, four, five, eight, or ten hidden layers. The hidden layers may be partially and/or fully connected to each other and the connections can have corresponding weights.
Like the connections between the input layer 202 and the hidden layers 204, at least a last hidden layer can be fully connected to the output layer 206. As indicated by the connection 220 that is fuller/thicker than the other connections, weights (w2) can be associated with the connections between the hidden layers 204 and the output layer 206. These weights can be determined based on the application of training data to the neural network 200 and can indicate a level of association between nodes. The values that are propagated to the nodes of the output layer 206 (nodes O0-OV) can indicate probabilities 222 that the V words corresponding to the nodes are likely to be a next word that a user will utter. As described above, the word probabilities 222 can be of any of a variety of ranges (e.g., 0.0 to 1.0, −1.0 to 1.0).
Referring to FIG. 2B, a second neural network 230 is depicted that is similar to the neural network 200 that is described above with regard to FIG. 2A. The neural network 230 includes a different type of semantic context input and input nodes that correspond to the semantic context input. The neural network 230 can be any of a variety of networks, such as an RNN and/or a MLP (e.g., a DBN). The composition of and the connections between nodes within the input layer 202, the one or more hidden layers 204, and the output layer 206 can vary depending on the type of neural network that is being used for the neural network 200. For example, if the neural network 230 is an RNN, the nodes of the hidden layers 204 can be fully interconnected with each other such that each node of the hidden layer 204 is connected by each of the other nodes of the hidden layer 204. In contrast, if the neural network 230 is a MLP, the nodes of the hidden layer 204 may not be fully interconnected, as depicted in FIG. 2B.
In particular, the neural network 230 takes as input for a second portion 232 of nodes SC0-SCV in the input layer 202 distances 234 for words V from a semantic context. For instance, referring to the LSA example described above with regard to FIG. 1, vectors for each of the words V can be compared to a context vector for the T×K matrix to determine a distance for each of the words. Distances can be determined in any of a variety of appropriate ways, such as by the dot product of the word vector and the context vector, the Euclidian distance, and/or the normalized Euclidian distance. The distance values for the words V can be applied to the second portion 232 of the input layer 202 and used to generate the word probabilities 222, similar to the description above with regard to FIG. 2A.
FIG. 3 depicts an example computer system 300 for providing word predictions based on local and semantic contextual information. The computer system 300 includes a client computing device 302 that can generate audio signals that are transmitted over a network 304 to a speech recognition system 306, which can attempt to recognize speech within the audio signal and which can interact with a word prediction computer system 308 to obtain predictions of a next word to be uttered by a user (e.g., so as to prune candidate words in a speech recognition algorithm) and to resolve ambiguities between candidate words. The computer system 308 can be similar to the computer system 100 described above with regard to FIG. 1.
The client computing device 302 can be any of a variety of appropriate client computing devices, such as a laptop computer, a desktop computer, a mobile computing device (e.g., smartphone, tablet computing device, personal digital assistant, entertainment device), and/or an embedded computing device (e.g., computing system embedded within an automobile or TV). The client computing device 302 includes a microphone 310 through which an audio signal can be obtained by the client computing device. The client computing device 302 also includes one or more applications 312 that can formulate and transmit a request for the obtained audio signal to be converted to text by the speech recognition computer system 306. The client computing device 302 can include an input/output (I/O) interface 314 (e.g., WiFi card, mobile data network card, Ethernet card) that can transmit and receive information over the network 304.
The network 304 can be any of a variety of appropriate communication networks, such as the internet, a local area network (LAN), a wide area network (WAN), a virtual private network (VPN), a wireless network, an optical network, a cellular network, a mobile data network (e.g., 3G/4G data network), or any combination thereof.
The speech recognition computer system 306 can be any of a variety of appropriate computer systems, such as a distributed computer system (e.g., cloud computing system), a computer server system, a desktop computer, a laptop computer, and/or a mobile computing device. The speech recognition computer system 306 includes a speech recognition module 316 that receives audio signals and, using one or more speech models, converts the audio signals to text. While converting an audio signal to text, the speech recognition module 316 may transmit a local context for the audio signal (e.g., recent 2 words) to the word prediction computer system 308 to obtain probabilities for likely words that are to follow the local context. The speech recognition module 316 may use such probabilities for a variety of tasks, such as to prune the universe of potential words that are considered as candidates for a next word so as to reduce the processing load when analyzing the audio signal for the next word.
The speech recognition computer system 306 also includes an ambiguous word module 318 that attempts to resolve words for which the speech recognition module 316 has identified multiple candidate words. For instance, the speech recognition module 316 may identify an audio signal as being equally likely to be “surgeon” or “sturgeon.” The ambiguous word module 318 can interact with the word prediction computer system 308 to obtain probabilities for that various candidate words are correct given the local and semantic context for the audio signal, and can use these probabilities to resolve ambiguities from the speech recognition module 316.
The word prediction computer system 308 includes an I/O interface 320 through which requests for word probabilities, local context information, and semantic context information can be received. The word prediction computer system 308 includes a neural network module 322 that can generate, train, and provide access to neural network models. The neural network module 322 can generate neural network models (e.g., RNN models, MLP models, DBN models) similar to those described above with regard to FIGS. 2A-B, which include an input layer with a first portion for local context input and a second portion for semantic context input. The neural network module 322 can store neural network models in a neural network model repository 324.
The word prediction computer system 308 can additionally include a semantic context generator 325 that can dynamically generate semantic contexts based on a variety of factors, such as an identity of a speaker, an identity of other users who are involved in a dialog with the speaker, demographic information associated with the speaker (e.g., language, age, gender, geographic location), and/or a type of computing device through which the audio signal was received. The semantic context generator 325 can generate a semantic model using example contexts, such as speech samples 326 and writing samples 328, which may be selected based on the factors identified above. The semantic context generator 325 can generate contexts using a variety of techniques, such as LSA, which indicates the likelihood that particular words will appear in various contexts, and LDA, which indicates the likelihood that particular topics will appear in various contexts. The semantic context generator 325 can store generated semantic models in a semantic model repository 330. The semantic context generator 325 may update and/or generate new semantic models periodically and/or on request. The semantic context generator 325 can additionally generate vectors and values to provide as semantic context input to neural networks using the semantic models 330, such as by generating a context vector from an LSA model and/or identifying distances for word vectors from the context vector.
The word prediction computer system 308 also includes a local context module 332 that identifies a local context for an audio signal, such as one or more previous words that were uttered by a user. For instance, the local context module 332 can obtain local context information from the speech recognition module 316 during conversion of an audio signal to text. The local context module 332 can provide the local context information to a probability generator 334 as input to the local context portion of the input layer of the neural network. Similarly, the semantic context generator 325 can provide semantic context information to the probability generator 334 as input to the semantic context portion of the input layer of the neural network. The probability generator 334 can generate probability information for a vocabulary of candidate words by propagating the input values through the neural network and outputting the probability values as output. The probability generator 334 can additionally selection one or more candidate words based on the generated probabilities and can provide information identifying the selected candidate words to the speech recognition computer system 306 and/or to the client computing device 302.
Although depicted a separate, in some implementations the word prediction computer system 308 can be part of the speech recognition computer system 306.
FIG. 4 depicts a technique 400 for determining word probabilities based on local context and semantic context information. The technique 400 can be performed by any of a variety of appropriate computing devices, such as the computer system 100 and/or the computer system 300. The technique 400 can use a neural network, such as an RNN and/or an MLP (e.g., a DBN) that has been modified to include an input layer that includes a first portion for local context information and a second portion for semantic context information, such as the neural networks described above with regard to FIGS. 2A-B.
In some implementations, the technique 400 includes generating and training an neural network model (402). For example, the neural network module 322 can generate and train an neural network model (e.g., RNN models, MLP models, DBN models) using training data to weight the connections between the input layer, the one or more hidden layers, and the output layer of the neural network. The neural network module 322 can generate the neural network model to include an input layer with a first portion for local context information and a second portion for semantic context information.
At 404, a request can be received to predict a next word that will be uttered by a speaker. For example, the word prediction computer system 308 can receive a request from the client computing device 302 and/or from the speech recognition computer system 306 to provide a prediction of one or more next words that a speaker will say in a dialog.
In response to receiving the request, an neural network model can be accessed (406) and a local context can be identified (408). For example, a generated neural network model can be accessed from the neural network model repository 324 and the local context module 332 can identify a local context.
In some implementations, the identity of the speaker can be obtained and portions of text that are associated with the speaker can be obtained (410). For example, the semantic context generator 325 can obtain text that is associated with the speaker and/or other users who are currently engaged in a dialog with the speaker to which the received request pertains. Such text can be obtained from any of a variety of sources, such as the writing samples repository 328 and the speech samples repository 326. Using the selected portions of text (and/or other portions of text), a semantic model can be generated (412). For example, the semantic context generator 325 can generate an LSA and/or an LDA model based on the selected text that is associated with the speaker and/or other users who are engaged in a dialog with the speaker to which the received request pertains.
Semantic context information to be provided as input to the neural network model can be selected based on the semantic model (414). For example, K dimensions of a context vector that is derived from the semantic model can be selected and/or distances between word vectors and context vectors from a semantic model can be generated.
Local context information and semantic context information can be applied as input to the input layer of the neural network model (416). For example, local context information can be provided as sparse input to a first portion of the input later of the neural network model and semantic context information can be provided as dense input to a second portion of the input layer of the neural network model.
Probability values can be generated based on the applied input (418). For example, the probability generator 334 can propagate the input through the neural network using the weighted connections between nodes within the neural network. The input can be propagated such that output is generated at the nodes of the output layer of the neural network. The output values at the output layer can represent probabilities that words corresponding to the nodes are a next word that will be uttered by a speaker.
In some implementations, one or more candidate words can be selected based on the probability values (420). The probability values and/or the one or more selected words can be provided as output (422). For example, the probability generator 334 can select one or more words that have the greatest probability values from the vocabulary of candidate words and can provide information that identifies the selected one or more words to the speech recognition computer system 306 and/or to the client computing device 302.
FIG. 5 is a block diagram of computing devices 500, 550 that may be used to implement the systems and methods described in this document, as either a client or as a server or plurality of servers. Computing device 500 is intended to represent various forms of digital computers, such as laptops, desktops, workstations, personal digital assistants, servers, blade servers, mainframes, and other appropriate computers. Computing device 550 is intended to represent various forms of mobile devices, such as personal digital assistants, cellular telephones, smartphones, and other similar computing devices. Additionally computing device 500 or 550 can include Universal Serial Bus (USB) flash drives. The USB flash drives may store operating systems and other applications. The USB flash drives can include input/output components, such as a wireless transmitter or USB connector that may be inserted into a USB port of another computing device. The components shown here, their connections and relationships, and their functions, are meant to be exemplary only, and are not meant to limit implementations described and/or claimed in this document.
Computing device 500 includes a processor 502, memory 504, a storage device 506, a high-speed interface 508 connecting to memory 504 and high-speed expansion ports 510, and a low speed interface 512 connecting to low speed bus 514 and storage device 506. Each of the components 502, 504, 506, 508, 510, and 512, are interconnected using various busses, and may be mounted on a common motherboard or in other manners as appropriate. The processor 502 can process instructions for execution within the computing device 500, including instructions stored in the memory 504 or on the storage device 506 to display graphical information for a GUI on an external input/output device, such as display 516 coupled to high speed interface 508. In other implementations, multiple processors and/or multiple buses may be used, as appropriate, along with multiple memories and types of memory. Also, multiple computing devices 500 may be connected, with each device providing portions of the necessary operations (e.g., as a server bank, a group of blade servers, or a multi-processor system).
The memory 504 stores information within the computing device 500. In one implementation, the memory 504 is a volatile memory unit or units. In another implementation, the memory 504 is a non-volatile memory unit or units. The memory 504 may also be another form of computer-readable medium, such as a magnetic or optical disk.
The storage device 506 is capable of providing mass storage for the computing device 500. In one implementation, the storage device 506 may be or contain a computer-readable medium, such as a floppy disk device, a hard disk device, an optical disk device, or a tape device, a flash memory or other similar solid state memory device, or an array of devices, including devices in a storage area network or other configurations. A computer program product can be tangibly embodied in an information carrier. The computer program product may also contain instructions that, when executed, perform one or more methods, such as those described above. The information carrier is a computer- or machine-readable medium, such as the memory 504, the storage device 506, or memory on processor 502.
The high speed controller 508 manages bandwidth-intensive operations for the computing device 500, while the low speed controller 512 manages lower bandwidth-intensive operations. Such allocation of functions is exemplary only. In one implementation, the high-speed controller 508 is coupled to memory 504, display 516 (e.g., through a graphics processor or accelerator), and to high-speed expansion ports 510, which may accept various expansion cards (not shown). In the implementation, low-speed controller 512 is coupled to storage device 506 and low-speed expansion port 514. The low-speed expansion port, which may include various communication ports (e.g., USB, Bluetooth, Ethernet, wireless Ethernet) may be coupled to one or more input/output devices, such as a keyboard, a pointing device, a scanner, or a networking device such as a switch or router, e.g., through a network adapter.
The computing device 500 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a standard server 520, or multiple times in a group of such servers. It may also be implemented as part of a rack server system 524. In addition, it may be implemented in a personal computer such as a laptop computer 522. Alternatively, components from computing device 500 may be combined with other components in a mobile device (not shown), such as device 550. Each of such devices may contain one or more of computing device 500, 550, and an entire system may be made up of multiple computing devices 500, 550 communicating with each other.
Computing device 550 includes a processor 552, memory 564, an input/output device such as a display 554, a communication interface 566, and a transceiver 568, among other components. The device 550 may also be provided with a storage device, such as a microdrive or other device, to provide additional storage. Each of the components 550, 552, 564, 554, 566, and 568, are interconnected using various buses, and several of the components may be mounted on a common motherboard or in other manners as appropriate.
The processor 552 can execute instructions within the computing device 550, including instructions stored in the memory 564. The processor may be implemented as a chipset of chips that include separate and multiple analog and digital processors. Additionally, the processor may be implemented using any of a number of architectures. For example, the processor 552 may be a CISC (Complex Instruction Set Computers) processor, a RISC (Reduced Instruction Set Computer) processor, or a MISC (Minimal Instruction Set Computer) processor. The processor may provide, for example, for coordination of the other components of the device 550, such as control of user interfaces, applications run by device 550, and wireless communication by device 550.
Processor 552 may communicate with a user through control interface 558 and display interface 556 coupled to a display 554. The display 554 may be, for example, a TFT (Thin-Film-Transistor Liquid Crystal Display) display or an OLED (Organic Light Emitting Diode) display, or other appropriate display technology. The display interface 556 may comprise appropriate circuitry for driving the display 554 to present graphical and other information to a user. The control interface 558 may receive commands from a user and convert them for submission to the processor 552. In addition, an external interface 562 may be provide in communication with processor 552, so as to enable near area communication of device 550 with other devices. External interface 562 may provide, for example, for wired communication in some implementations, or for wireless communication in other implementations, and multiple interfaces may also be used.
The memory 564 stores information within the computing device 550. The memory 564 can be implemented as one or more of a computer-readable medium or media, a volatile memory unit or units, or a non-volatile memory unit or units. Expansion memory 574 may also be provided and connected to device 550 through expansion interface 572, which may include, for example, a SIMM (Single In Line Memory Module) card interface. Such expansion memory 574 may provide extra storage space for device 550, or may also store applications or other information for device 550. Specifically, expansion memory 574 may include instructions to carry out or supplement the processes described above, and may include secure information also. Thus, for example, expansion memory 574 may be provide as a security module for device 550, and may be programmed with instructions that permit secure use of device 550. In addition, secure applications may be provided via the SIMM cards, along with additional information, such as placing identifying information on the SIMM card in a non-hackable manner.
The memory may include, for example, flash memory and/or NVRAM memory, as discussed below. In one implementation, a computer program product is tangibly embodied in an information carrier. The computer program product contains instructions that, when executed, perform one or more methods, such as those described above. The information carrier is a computer- or machine-readable medium, such as the memory 564, expansion memory 574, or memory on processor 552 that may be received, for example, over transceiver 568 or external interface 562.
Device 550 may communicate wirelessly through communication interface 566, which may include digital signal processing circuitry where necessary. Communication interface 566 may provide for communications under various modes or protocols, such as GSM voice calls, SMS, EMS, or MMS messaging, CDMA, TDMA, PDC, WCDMA, CDMA2000, or GPRS, among others. Such communication may occur, for example, through radio-frequency transceiver 568. In addition, short-range communication may occur, such as using a Bluetooth, WiFi, or other such transceiver (not shown). In addition, GPS (Global Positioning System) receiver module 570 may provide additional navigation- and location-related wireless data to device 550, which may be used as appropriate by applications running on device 550.
Device 550 may also communicate audibly using audio codec 560, which may receive spoken information from a user and convert it to usable digital information. Audio codec 560 may likewise generate audible sound for a user, such as through a speaker, e.g., in a handset of device 550. Such sound may include sound from voice telephone calls, may include recorded sound (e.g., voice messages, music files, etc.) and may also include sound generated by applications operating on device 550.
The computing device 550 may be implemented in a number of different forms, as shown in the figure. For example, it may be implemented as a cellular telephone 580. It may also be implemented as part of a smartphone 582, personal digital assistant, or other similar mobile device.
Various implementations of the systems and techniques described here can be realized in digital electronic circuitry, integrated circuitry, specially designed ASICs (application specific integrated circuits), computer hardware, firmware, software, and/or combinations thereof. These various implementations can include implementation in one or more computer programs that are executable and/or interpretable on a programmable system including at least one programmable processor, which may be special or general purpose, coupled to receive data and instructions from, and to transmit data and instructions to, a storage system, at least one input device, and at least one output device.
These computer programs (also known as programs, software, software applications or code) include machine instructions for a programmable processor, and can be implemented in a high-level procedural and/or object-oriented programming language, and/or in assembly/machine language. As used herein, the terms “machine-readable medium” “computer-readable medium” refers to any computer program product, apparatus and/or device (e.g., magnetic discs, optical disks, memory, Programmable Logic Devices (PLDs)) used to provide machine instructions and/or data to a programmable processor, including a machine-readable medium that receives machine instructions as a machine-readable signal. The term “machine-readable signal” refers to any signal used to provide machine instructions and/or data to a programmable processor.
To provide for interaction with a user, the systems and techniques described here can be implemented on a computer having a display device (e.g., a CRT (cathode ray tube) or LCD (liquid crystal display) monitor) for displaying information to the user and a keyboard and a pointing device (e.g., a mouse or a trackball) by which the user can provide input to the computer. Other kinds of devices can be used to provide for interaction with a user as well; for example, feedback provided to the user can be any form of sensory feedback (e.g., visual feedback, auditory feedback, or tactile feedback); and input from the user can be received in any form, including acoustic, speech, or tactile input.
The systems and techniques described here can be implemented in a computing system that includes a back end component (e.g., as a data server), or that includes a middleware component (e.g., an application server), or that includes a front end component (e.g., a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the systems and techniques described here), or any combination of such back end, middleware, or front end components. The components of the system can be interconnected by any form or medium of digital data communication (e.g., a communication network). Examples of communication networks include a local area network (“LAN”), a wide area network (“WAN”), peer-to-peer networks (having ad-hoc or static members), grid computing infrastructures, and the Internet.
The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.

Claims (20)

The invention claimed is:
1. A computer-implemented method comprising:
receiving, by a computer system, a request to predict a next word to occur in a phrase being uttered by a first user in a dialog between the first user and a second user;
accessing, by the computer system, a neural network comprising i) an input layer that includes a first portion representing a local context for the phrase and a second portion representing a semantic context for the phrase, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections;
identifying, by the computer system, the local context for the phrase being uttered by the first user;
identifying, by the computer system, text of one or more previous messages communicated (i) between the first user and the second user, and (ii) before initiation of the dialog between the first user and the second user;
determining, by the computer system and based at least on the identified text of the one or more previous messages, at least one vector that represent the semantic context for the phrase, the at least one vector including values for a plurality of dimensions;
applying, by the computer system, input to the input layer of the neural network, the input comprising i) the local context of the phrase and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the phrase;
generating, by the computer system, probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network;
using, by the computer system, the generated probability values to determine a transcription for the phrase uttered by the first user; and
providing, by the computer system and as output of an automated speech recognizer, the transcription determined using the generated probability values.
2. The computer-implemented method of claim 1, wherein the local context includes either i) at least one preceding word from a current position in the dialog that was uttered by the first user or ii) a start of sentence token that indicates that the next word is a first word being uttered by the first user.
3. The computer-implemented method of claim 2, wherein:
the first portion of the input layer comprises a plurality of nodes that represent a plurality of words, and
applying the local context as part of the input to the input layer comprises providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the phrase.
4. The computer-implemented method of claim 1, wherein:
the first portion of the input layer comprises a plurality of first nodes that represent a plurality of words,
a particular hidden layer from the one or more hidden layers comprises a plurality of hidden nodes, and
a first portion of the first connections fully connect the plurality first nodes with the plurality of hidden nodes such that each of the plurality of first nodes is connected to each of the plurality of hidden nodes.
5. The computer-implemented method of claim 4, wherein:
the second portion of the input layer comprises a plurality of second nodes that represent the plurality of dimensions of the at least one vector, the input applied to the second nodes comprising the values for the plurality of dimensions, the values for the plurality of dimensions comprising centroids of at least a portion of the plurality of words in the semantic context for the phrase, and
a second portion of the first connections fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes.
6. The computer-implemented method of claim 4, wherein:
the second portion of the input layer comprises a plurality of second nodes that represent the plurality of words, the input applied to the second nodes comprising values that represent distances from the plurality of words to the semantic context for the phrase that is represented by the at least one vector, and
a second portion of the first connections fully connect the plurality second nodes with the plurality of hidden nodes such that each of the plurality of second nodes is connected to each of the plurality of hidden nodes.
7. The computer-implemented method of claim 1, wherein:
a particular hidden layer from the one or more hidden layers comprises a plurality of hidden nodes,
the output layer comprises a plurality of output nodes that represent the vocabulary of candidate words, and
the second connections fully connect the plurality hidden nodes with the plurality of output nodes such that each of the plurality of hidden nodes is connected to each of the plurality of output nodes, each of the second connections including a weighting value that quantifies an association between two nodes and that is used to propagate the input values through the neural network.
8. The computer-implemented method of claim 1, wherein the at least one vector that represents the semantic context for the phrase comprises at least one vector generated using a latent semantic analysis (LSA) model.
9. The computer-implemented method of claim 1, wherein the at least one vector that represents the semantic context for the phrase comprises at least one vector generated using a latent dirichlet allocation (LDA) model.
10. The computer-implemented method of claim 1, further comprising:
obtaining a transcription of one or more previous utterances spoken by the first user or to the first user by the second user during the dialog;
wherein determining at least one vector that represent the semantic context for the current phrase is performed based on the obtained transcription.
11. The computer-implemented method of claim 1, wherein the one or more previous messages comprise an email or text message written by the first user.
12. The computer-implemented method of claim 1, wherein the one or more previous messages comprise an email or text message written by the second user.
13. The computer-implemented method of claim 1, further comprising:
determining an identity of the first user; and
wherein identifying text of one or more previous messages is performed based on the determined identity of the first user.
14. The computer-implemented method of claim 13, further comprising:
determining an identity of the second user; and
wherein identifying text of one or more previous messages is further performed based on the determined identity of the second user.
15. The computer-implemented method of claim 14, further comprising:
obtaining a first transcription of one or more previous utterances spoken by the first user;
obtaining a second transcription of one or more previous utterances spoken by the second user;
obtaining a first writing sample written by the first user before initiation of the dialog between the first user and the second user;
obtaining a second writing sample written by the second user before initiation of the dialog between the first user and the second user; and
wherein determining at least one vector that represents the semantic context for the current phrase comprises determining the at least one vector based on the first transcription, the second transcription, the first writing sample, and the second writing sample.
16. The computer-implemented method of claim 15, further comprising:
obtaining a third transcription of one or more previous utterances spoken by the first user or the second user during the dialog; and
obtaining a third writing sample written before initiation of the dialog between the first user and the second user from a written communication between the first user and the second user;
wherein determining at least one vector that represents the semantic context for the current phrase comprises determining the at least one vector based on the first transcription, the second transcription, the third transcription, the first writing sample, the second writing sample and the third writing sample.
17. A computer system comprising:
one or more computers;
an interface to the one or more computers that is programmed to receive a request to predict a next word to occur in a phrase being uttered by a first user in a dialog between the first user and a second user;
a neural network module that is programmed to access a neural network comprising i) an input layer that includes a first portion representing a local context for the phrase and a second portion representing a semantic context for the phrase, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections;
a local context module that is programmed to identify the local context for the phrase being uttered by the first user;
a semantic context generator that is programmed to:
identify text of one or more previous messages communicated (i) between the first user and the second user, and (ii) before initiation of the dialog between the first user and the second user, and
determine, based at least on the identified text of the one or more previous messages, at least one vector that represent the semantic context for the phrase, the at least one vector including values for a plurality of dimensions; and
a probability generator that is programmed to:
apply input to the input layer of the neural network, the input comprising i) the local context of the phrase and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the phrase,
generate probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network,
use the generated probability values to determine a transcription for the phrase uttered by the first user, and
provide, as output of an automated speech recognizer, the transcription determined using the generated probability values.
18. The computer system of claim 17, wherein the local context comprises at least one preceding word from a current position in the dialog that was uttered by the first user.
19. The computer system of claim 18, wherein:
the first portion of the input layer comprises a plurality of nodes that represent a plurality of words, and
applying the local context as part of the input to the input layer comprises providing a predetermined value to a portion of the plurality of nodes that correspond to the at least one preceding word that comprises the local context, the predetermined value indicating that a word is part of the local context for the phrase.
20. A computer program product embodied in a computer readable storage device storing instructions that, when executed, cause one or more computing devices to perform operations comprising:
receiving, by a computer system, a request to predict a next word to occur in a phrase being uttered by a first user in a dialog between the first user and a second user;
accessing, by the computer system, a neural network comprising i) an input layer that includes a first portion representing a local context for the phrase and a second portion representing a semantic context for the phrase, ii) one or more hidden layers that are at least partially interconnected with the input layer by first connections, and iii) an output layer that represents a vocabulary of candidate words and that is at least partially interconnected with at least one of the one or more hidden layers by second connections;
identifying, by the computer system, the local context for the phrase being uttered by the first user;
identifying, by the computer system, text of one or more previous messages communicated (i) between the first user and the second user, and (ii) before initiation of the dialog between the first user and the second user;
determining, by the computer system and based at least on the identified text of the one or more previous messages, at least one vector that represent the semantic context for the phrase, the at least one vector including values for a plurality of dimensions;
applying, by the computer system, input to the input layer of the neural network, the input comprising i) the local context of the phrase and ii) the values for the plurality of dimensions of the at least one vector that represents the semantic context of the phrase;
generating, by the computer system, probability values for at least a portion of the candidate words in the vocabulary of the output layer based on propagation of the input through the neural network using, at least, the first connections and the second connections between layers of the neural network;
using, by the computer system, the generated probability values to determine a transcription for the phrase uttered by the first user; and
providing, by the computer system and as output of an automated speech recognizer, the transcription determined using the generated probability values.
US13/863,505 2013-03-15 2013-04-16 Integration of semantic context information Active 2035-02-07 US9558743B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/863,505 US9558743B2 (en) 2013-03-15 2013-04-16 Integration of semantic context information

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US201361787833P 2013-03-15 2013-03-15
US13/863,505 US9558743B2 (en) 2013-03-15 2013-04-16 Integration of semantic context information

Publications (2)

Publication Number Publication Date
US20140278379A1 US20140278379A1 (en) 2014-09-18
US9558743B2 true US9558743B2 (en) 2017-01-31

Family

ID=51531804

Family Applications (1)

Application Number Title Priority Date Filing Date
US13/863,505 Active 2035-02-07 US9558743B2 (en) 2013-03-15 2013-04-16 Integration of semantic context information

Country Status (1)

Country Link
US (1) US9558743B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170154033A1 (en) * 2015-11-30 2017-06-01 Samsung Electronics Co., Ltd. Speech recognition apparatus and method
US20180233134A1 (en) * 2017-02-10 2018-08-16 Samsung Electronics Co., Ltd. Wfst decoding system, speech recognition system including the same and method for storing wfst data
US20210326538A1 (en) * 2020-12-25 2021-10-21 Beijing Baidu Netcom Science And Technology Co., Ltd. Method, apparatus, electronic device for text translation and storage medium
US20220044676A1 (en) * 2020-08-04 2022-02-10 Bank Of America Corporation Determination of user intent using contextual analysis
EP4174848A1 (en) 2021-10-29 2023-05-03 Televic Rail NV Improved speech to text method and system

Families Citing this family (189)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8677377B2 (en) 2005-09-08 2014-03-18 Apple Inc. Method and apparatus for building an intelligent automated assistant
US9318108B2 (en) 2010-01-18 2016-04-19 Apple Inc. Intelligent automated assistant
US8977255B2 (en) 2007-04-03 2015-03-10 Apple Inc. Method and system for operating a multi-function portable electronic device using voice-activation
US10002189B2 (en) 2007-12-20 2018-06-19 Apple Inc. Method and apparatus for searching using an active ontology
US9330720B2 (en) 2008-01-03 2016-05-03 Apple Inc. Methods and apparatus for altering audio output signals
US8996376B2 (en) 2008-04-05 2015-03-31 Apple Inc. Intelligent text-to-speech conversion
US20100030549A1 (en) 2008-07-31 2010-02-04 Lee Michael M Mobile device having human language translation capability with positional feedback
US8676904B2 (en) 2008-10-02 2014-03-18 Apple Inc. Electronic devices with voice command and contextual data processing capabilities
US10241752B2 (en) 2011-09-30 2019-03-26 Apple Inc. Interface for a virtual digital assistant
US20120311585A1 (en) 2011-06-03 2012-12-06 Apple Inc. Organizing task items that represent tasks to perform
US10276170B2 (en) 2010-01-18 2019-04-30 Apple Inc. Intelligent automated assistant
US8682667B2 (en) 2010-02-25 2014-03-25 Apple Inc. User profiling for selecting user specific voice input processing information
US9262612B2 (en) 2011-03-21 2016-02-16 Apple Inc. Device access using voice authentication
US10057736B2 (en) 2011-06-03 2018-08-21 Apple Inc. Active transport based notifications
US10134385B2 (en) 2012-03-02 2018-11-20 Apple Inc. Systems and methods for name pronunciation
US10417037B2 (en) 2012-05-15 2019-09-17 Apple Inc. Systems and methods for integrating third party services with a digital assistant
US9721563B2 (en) 2012-06-08 2017-08-01 Apple Inc. Name recognition system
US9547647B2 (en) 2012-09-19 2017-01-17 Apple Inc. Voice-based media searching
KR102516577B1 (en) 2013-02-07 2023-04-03 애플 인크. Voice trigger for a digital assistant
US10652394B2 (en) 2013-03-14 2020-05-12 Apple Inc. System and method for processing voicemail
US10748529B1 (en) 2013-03-15 2020-08-18 Apple Inc. Voice activated device for use with a voice-based digital assistant
US9805718B2 (en) * 2013-04-19 2017-10-31 Sri Internaitonal Clarifying natural language input using targeted questions
WO2014197334A2 (en) 2013-06-07 2014-12-11 Apple Inc. System and method for user-specified pronunciation of words for speech synthesis and recognition
WO2014197335A1 (en) 2013-06-08 2014-12-11 Apple Inc. Interpreting and acting upon commands that involve sharing information with remote devices
US10176167B2 (en) 2013-06-09 2019-01-08 Apple Inc. System and method for inferring user intent from speech inputs
EP3008641A1 (en) 2013-06-09 2016-04-20 Apple Inc. Device, method, and graphical user interface for enabling conversation persistence across two or more instances of a digital assistant
US9311915B2 (en) * 2013-07-31 2016-04-12 Google Inc. Context-based speech recognition
US10296160B2 (en) 2013-12-06 2019-05-21 Apple Inc. Method for extracting salient dialog usage from live data
US10565219B2 (en) 2014-05-30 2020-02-18 Apple Inc. Techniques for automatically generating a suggested contact based on a received message
US9633004B2 (en) 2014-05-30 2017-04-25 Apple Inc. Better resolution when referencing to concepts
US10579212B2 (en) 2014-05-30 2020-03-03 Apple Inc. Structured suggestions
US20150350118A1 (en) 2014-05-30 2015-12-03 Apple Inc. Canned answers in messages
EP3149728B1 (en) 2014-05-30 2019-01-16 Apple Inc. Multi-command single utterance input method
US9430463B2 (en) 2014-05-30 2016-08-30 Apple Inc. Exemplar-based natural language processing
US9715875B2 (en) 2014-05-30 2017-07-25 Apple Inc. Reducing the need for manual start/end-pointing and trigger phrases
US10170123B2 (en) 2014-05-30 2019-01-01 Apple Inc. Intelligent assistant for home automation
US10127901B2 (en) 2014-06-13 2018-11-13 Microsoft Technology Licensing, Llc Hyper-structure recurrent neural networks for text-to-speech
US9338493B2 (en) 2014-06-30 2016-05-10 Apple Inc. Intelligent automated assistant for TV user interactions
US9818400B2 (en) * 2014-09-11 2017-11-14 Apple Inc. Method and apparatus for discovering trending terms in speech requests
US9668121B2 (en) 2014-09-30 2017-05-30 Apple Inc. Social reminders
US10127911B2 (en) 2014-09-30 2018-11-13 Apple Inc. Speaker identification and unsupervised speaker adaptation techniques
US10074360B2 (en) 2014-09-30 2018-09-11 Apple Inc. Providing an indication of the suitability of speech recognition
US9767410B1 (en) * 2014-10-03 2017-09-19 Google Inc. Rank-constrained neural networks
US10152299B2 (en) 2015-03-06 2018-12-11 Apple Inc. Reducing response latency of intelligent automated assistants
US10567477B2 (en) 2015-03-08 2020-02-18 Apple Inc. Virtual assistant continuity
US9886953B2 (en) 2015-03-08 2018-02-06 Apple Inc. Virtual assistant activation
US9721566B2 (en) 2015-03-08 2017-08-01 Apple Inc. Competing devices responding to voice triggers
US10460227B2 (en) 2015-05-15 2019-10-29 Apple Inc. Virtual assistant in a communication session
US10200824B2 (en) 2015-05-27 2019-02-05 Apple Inc. Systems and methods for proactively identifying and surfacing relevant content on a touch-sensitive device
US10083688B2 (en) 2015-05-27 2018-09-25 Apple Inc. Device voice control for selecting a displayed affordance
US9578173B2 (en) 2015-06-05 2017-02-21 Apple Inc. Virtual assistant aided communication with 3rd party service in a communication session
US11025565B2 (en) 2015-06-07 2021-06-01 Apple Inc. Personalized prediction of responses for instant messaging
US10325590B2 (en) * 2015-06-26 2019-06-18 Intel Corporation Language model modification for local speech recognition systems using remote sources
US20160378747A1 (en) 2015-06-29 2016-12-29 Apple Inc. Virtual assistant for media playback
GB201511887D0 (en) * 2015-07-07 2015-08-19 Touchtype Ltd Improved artificial neural network for language modelling and prediction
US10740384B2 (en) 2015-09-08 2020-08-11 Apple Inc. Intelligent automated assistant for media search and playback
US10747498B2 (en) 2015-09-08 2020-08-18 Apple Inc. Zero latency digital assistant
US10671428B2 (en) 2015-09-08 2020-06-02 Apple Inc. Distributed personal assistant
US10331312B2 (en) 2015-09-08 2019-06-25 Apple Inc. Intelligent automated assistant in a media environment
US10445425B2 (en) 2015-09-15 2019-10-15 Apple Inc. Emoji and canned responses
US11010550B2 (en) * 2015-09-29 2021-05-18 Apple Inc. Unified language modeling framework for word prediction, auto-completion and auto-correction
US9672207B2 (en) 2015-10-19 2017-06-06 International Business Machines Corporation System, method, and recording medium for determining and discerning items with multiple meanings
US10354182B2 (en) 2015-10-29 2019-07-16 Microsoft Technology Licensing, Llc Identifying relevant content items using a deep-structured neural network
CN105355193B (en) * 2015-10-30 2020-09-25 百度在线网络技术(北京)有限公司 Speech synthesis method and device
US10691473B2 (en) 2015-11-06 2020-06-23 Apple Inc. Intelligent automated assistant in a messaging environment
US10956666B2 (en) 2015-11-09 2021-03-23 Apple Inc. Unconventional virtual assistant interactions
US10445650B2 (en) * 2015-11-23 2019-10-15 Microsoft Technology Licensing, Llc Training and operating multi-layer computational models
US10049668B2 (en) 2015-12-02 2018-08-14 Apple Inc. Applying neural network language models to weighted finite state transducers for automatic speech recognition
US10223066B2 (en) 2015-12-23 2019-03-05 Apple Inc. Proactive assistance based on dialog communication between devices
US11631094B2 (en) * 2016-02-03 2023-04-18 Iqvia Inc. Pre-computing data metrics using neural networks
KR102462365B1 (en) * 2016-02-29 2022-11-04 삼성전자주식회사 Method and apparatus for predicting text input based on user demographic information and context information
US10210862B1 (en) * 2016-03-21 2019-02-19 Amazon Technologies, Inc. Lattice decoding and result confirmation using recurrent neural networks
US20170278113A1 (en) * 2016-03-23 2017-09-28 Dell Products, Lp System for Forecasting Product Sales Using Clustering in Conjunction with Bayesian Modeling
US10691885B2 (en) 2016-03-30 2020-06-23 Evernote Corporation Extracting structured data from handwritten and audio notes
US11227589B2 (en) 2016-06-06 2022-01-18 Apple Inc. Intelligent list reading
US10049663B2 (en) 2016-06-08 2018-08-14 Apple, Inc. Intelligent automated assistant for media exploration
US10586535B2 (en) 2016-06-10 2020-03-10 Apple Inc. Intelligent digital assistant in a multi-tasking environment
US10067938B2 (en) 2016-06-10 2018-09-04 Apple Inc. Multilingual word prediction
DK179415B1 (en) 2016-06-11 2018-06-14 Apple Inc Intelligent device arbitration and control
DK201670540A1 (en) 2016-06-11 2018-01-08 Apple Inc Application integration with a digital assistant
US11449744B2 (en) * 2016-06-23 2022-09-20 Microsoft Technology Licensing, Llc End-to-end memory networks for contextual language understanding
US10083451B2 (en) 2016-07-08 2018-09-25 Asapp, Inc. Using semantic processing for customer support
US10453074B2 (en) 2016-07-08 2019-10-22 Asapp, Inc. Automatically suggesting resources for responding to a request
US10229184B2 (en) * 2016-08-01 2019-03-12 International Business Machines Corporation Phenomenological semantic distance from latent dirichlet allocations (LDA) classification
US10242002B2 (en) * 2016-08-01 2019-03-26 International Business Machines Corporation Phenomenological semantic distance from latent dirichlet allocations (LDA) classification
CN107808664B (en) * 2016-08-30 2021-07-30 富士通株式会社 Sparse neural network-based voice recognition method, voice recognition device and electronic equipment
US10474753B2 (en) 2016-09-07 2019-11-12 Apple Inc. Language identification using recurrent neural networks
US10565493B2 (en) * 2016-09-22 2020-02-18 Salesforce.Com, Inc. Pointer sentinel mixture architecture
US10043516B2 (en) 2016-09-23 2018-08-07 Apple Inc. Intelligent automated assistant
US10346405B2 (en) 2016-10-17 2019-07-09 International Business Machines Corporation Lower-dimensional subspace approximation of a dataset
KR102617717B1 (en) * 2016-10-18 2023-12-27 삼성전자주식회사 Electronic Apparatus and Controlling Method thereof
GB201620232D0 (en) * 2016-11-29 2017-01-11 Microsoft Technology Licensing Llc Data input system with online learning
GB201620235D0 (en) * 2016-11-29 2017-01-11 Microsoft Technology Licensing Llc Neural network data entry system
US11281993B2 (en) 2016-12-05 2022-03-22 Apple Inc. Model and ensemble compression for metric learning
US10600418B2 (en) 2016-12-07 2020-03-24 Google Llc Voice to text conversion based on third-party agent content
US9715495B1 (en) 2016-12-15 2017-07-25 Quid, Inc. Topic-influenced document relationship graphs
US10109275B2 (en) 2016-12-19 2018-10-23 Asapp, Inc. Word hash language model
US10593346B2 (en) * 2016-12-22 2020-03-17 Apple Inc. Rank-reduced token representation for automatic speech recognition
US11204787B2 (en) 2017-01-09 2021-12-21 Apple Inc. Application integration with a digital assistant
CN106992012A (en) * 2017-03-24 2017-07-28 联想(北京)有限公司 Method of speech processing and electronic equipment
CN109121435A (en) * 2017-04-19 2019-01-01 上海寒武纪信息科技有限公司 Processing unit and processing method
US10417266B2 (en) 2017-05-09 2019-09-17 Apple Inc. Context-aware ranking of intelligent response suggestions
DK201770383A1 (en) 2017-05-09 2018-12-14 Apple Inc. User interface for correcting recognition errors
DK180048B1 (en) 2017-05-11 2020-02-04 Apple Inc. MAINTAINING THE DATA PROTECTION OF PERSONAL INFORMATION
DK201770439A1 (en) 2017-05-11 2018-12-13 Apple Inc. Offline personal assistant
US10395654B2 (en) 2017-05-11 2019-08-27 Apple Inc. Text normalization based on a data-driven learning network
US10726832B2 (en) 2017-05-11 2020-07-28 Apple Inc. Maintaining privacy of personal information
DK201770429A1 (en) 2017-05-12 2018-12-14 Apple Inc. Low-latency intelligent automated assistant
DK179496B1 (en) 2017-05-12 2019-01-15 Apple Inc. USER-SPECIFIC Acoustic Models
US11301477B2 (en) 2017-05-12 2022-04-12 Apple Inc. Feedback analysis of a digital assistant
DK179745B1 (en) 2017-05-12 2019-05-01 Apple Inc. SYNCHRONIZATION AND TASK DELEGATION OF A DIGITAL ASSISTANT
DK201770432A1 (en) 2017-05-15 2018-12-21 Apple Inc. Hierarchical belief states for digital assistants
DK201770431A1 (en) 2017-05-15 2018-12-20 Apple Inc. Optimizing dialogue policy decisions for digital assistants using implicit feedback
US10311144B2 (en) 2017-05-16 2019-06-04 Apple Inc. Emoji word sense disambiguation
US20180336892A1 (en) 2017-05-16 2018-11-22 Apple Inc. Detecting a trigger of a digital assistant
DK179560B1 (en) 2017-05-16 2019-02-18 Apple Inc. Far-field extension for digital assistant services
US20180336275A1 (en) 2017-05-16 2018-11-22 Apple Inc. Intelligent automated assistant for media exploration
US10403278B2 (en) 2017-05-16 2019-09-03 Apple Inc. Methods and systems for phonetic matching in digital assistant services
US10657328B2 (en) 2017-06-02 2020-05-19 Apple Inc. Multi-task recurrent neural network architecture for efficient morphology handling in neural language modeling
WO2018236332A1 (en) 2017-06-18 2018-12-27 Google Llc Processing natural language using machine learning to determine slot values based on slot descriptors
US10445429B2 (en) 2017-09-21 2019-10-15 Apple Inc. Natural language understanding using vocabularies with compressed serialized tries
US10755051B2 (en) 2017-09-29 2020-08-25 Apple Inc. Rule-based natural language processing
US10055685B1 (en) 2017-10-16 2018-08-21 Apprente, Inc. Machine learning architecture for lifelong learning
CN109840321B (en) * 2017-11-29 2022-02-01 腾讯科技(深圳)有限公司 Text recommendation method and device and electronic equipment
US10636424B2 (en) 2017-11-30 2020-04-28 Apple Inc. Multi-turn canned dialog
US10497004B2 (en) 2017-12-08 2019-12-03 Asapp, Inc. Automating communications using an intent classifier
US10489792B2 (en) 2018-01-05 2019-11-26 Asapp, Inc. Maintaining quality of customer support messages
US10733982B2 (en) 2018-01-08 2020-08-04 Apple Inc. Multi-directional dialog
US10878808B1 (en) * 2018-01-09 2020-12-29 Amazon Technologies, Inc. Speech processing dialog management
US10733375B2 (en) 2018-01-31 2020-08-04 Apple Inc. Knowledge-based framework for improving natural language understanding
US10325223B1 (en) * 2018-02-06 2019-06-18 Apprente, Inc. Recurrent machine learning system for lifelong learning
US10210244B1 (en) 2018-02-12 2019-02-19 Asapp, Inc. Updating natural language interfaces by processing usage data
US10789959B2 (en) 2018-03-02 2020-09-29 Apple Inc. Training speaker recognition models for digital assistants
US10162794B1 (en) 2018-03-07 2018-12-25 Apprente, Inc. Hierarchical machine learning system for lifelong learning
JP6973192B2 (en) * 2018-03-08 2021-11-24 日本電信電話株式会社 Devices, methods and programs that utilize the language model
US10592604B2 (en) 2018-03-12 2020-03-17 Apple Inc. Inverse text normalization for automatic speech recognition
US10818288B2 (en) 2018-03-26 2020-10-27 Apple Inc. Natural assistant interaction
US10909331B2 (en) 2018-03-30 2021-02-02 Apple Inc. Implicit identification of translation payload with neural machine translation
US10169315B1 (en) 2018-04-27 2019-01-01 Asapp, Inc. Removing personal information from text using a neural network
US11145294B2 (en) 2018-05-07 2021-10-12 Apple Inc. Intelligent automated assistant for delivering content from user experiences
US10928918B2 (en) 2018-05-07 2021-02-23 Apple Inc. Raise to speak
US10984780B2 (en) 2018-05-21 2021-04-20 Apple Inc. Global semantic word embeddings using bi-directional recurrent neural networks
DK201870355A1 (en) 2018-06-01 2019-12-16 Apple Inc. Virtual assistant operation in multi-device environments
US10892996B2 (en) 2018-06-01 2021-01-12 Apple Inc. Variable latency device coordination
US11386266B2 (en) 2018-06-01 2022-07-12 Apple Inc. Text correction
DK180639B1 (en) 2018-06-01 2021-11-04 Apple Inc DISABILITY OF ATTENTION-ATTENTIVE VIRTUAL ASSISTANT
DK179822B1 (en) 2018-06-01 2019-07-12 Apple Inc. Voice interaction at a primary device to access call functionality of a companion device
US10496705B1 (en) 2018-06-03 2019-12-03 Apple Inc. Accelerated task performance
US10210860B1 (en) * 2018-07-27 2019-02-19 Deepgram, Inc. Augmented generalized deep learning with special vocabulary
US11216510B2 (en) 2018-08-03 2022-01-04 Asapp, Inc. Processing an incomplete message with a neural network to generate suggested messages
US20200092339A1 (en) * 2018-09-17 2020-03-19 International Business Machines Corporation Providing device control instructions for increasing conference participant interest based on contextual data analysis
US11010561B2 (en) 2018-09-27 2021-05-18 Apple Inc. Sentiment prediction from textual data
US11462215B2 (en) 2018-09-28 2022-10-04 Apple Inc. Multi-modal inputs for voice commands
US11170166B2 (en) 2018-09-28 2021-11-09 Apple Inc. Neural typographical error modeling via generative adversarial networks
US10839159B2 (en) 2018-09-28 2020-11-17 Apple Inc. Named entity normalization in a spoken dialog system
CN109271637B (en) * 2018-09-30 2023-12-01 科大讯飞股份有限公司 Semantic understanding method and device
US11475898B2 (en) 2018-10-26 2022-10-18 Apple Inc. Low-latency multi-speaker speech recognition
US10747957B2 (en) 2018-11-13 2020-08-18 Asapp, Inc. Processing communications using a prototype classifier
US11551004B2 (en) 2018-11-13 2023-01-10 Asapp, Inc. Intent discovery with a prototype classifier
US10929614B2 (en) * 2019-01-03 2021-02-23 International Business Machines Corporation Automated contextual dialog generation for cognitive conversation
US11638059B2 (en) 2019-01-04 2023-04-25 Apple Inc. Content playback on multiple devices
CN109817222B (en) * 2019-01-26 2024-02-02 平安科技(深圳)有限公司 Age identification method and device and terminal equipment
US11348573B2 (en) 2019-03-18 2022-05-31 Apple Inc. Multimodality in digital assistant systems
US11157692B2 (en) * 2019-03-29 2021-10-26 Western Digital Technologies, Inc. Neural networks using data processing units
US11475884B2 (en) 2019-05-06 2022-10-18 Apple Inc. Reducing digital assistant latency when a language is incorrectly determined
DK201970509A1 (en) 2019-05-06 2021-01-15 Apple Inc Spoken notifications
US11307752B2 (en) 2019-05-06 2022-04-19 Apple Inc. User configurable task triggers
US11423908B2 (en) 2019-05-06 2022-08-23 Apple Inc. Interpreting spoken requests
US11140099B2 (en) 2019-05-21 2021-10-05 Apple Inc. Providing message response suggestions
DK180129B1 (en) 2019-05-31 2020-06-02 Apple Inc. User activity shortcut suggestions
US11289073B2 (en) 2019-05-31 2022-03-29 Apple Inc. Device text to speech
DK201970510A1 (en) 2019-05-31 2021-02-11 Apple Inc Voice identification in digital assistant systems
US11496600B2 (en) 2019-05-31 2022-11-08 Apple Inc. Remote execution of machine-learned models
US11468890B2 (en) 2019-06-01 2022-10-11 Apple Inc. Methods and user interfaces for voice-based control of electronic devices
US11360641B2 (en) 2019-06-01 2022-06-14 Apple Inc. Increasing the relevance of new available information
CN110457457B (en) * 2019-08-02 2023-09-22 腾讯科技(深圳)有限公司 Training method of dialogue generation model, dialogue generation method and device
US11488406B2 (en) 2019-09-25 2022-11-01 Apple Inc. Text detection using global geometry estimators
CN112560472B (en) * 2019-09-26 2023-07-11 腾讯科技(深圳)有限公司 Method and device for identifying sensitive information
US11425064B2 (en) 2019-10-25 2022-08-23 Asapp, Inc. Customized message suggestion with user embedding vectors
US11295088B2 (en) * 2019-11-20 2022-04-05 Apple Inc. Sanitizing word predictions
CN111144127B (en) * 2019-12-25 2023-07-25 科大讯飞股份有限公司 Text semantic recognition method, text semantic recognition model acquisition method and related device
US11061543B1 (en) 2020-05-11 2021-07-13 Apple Inc. Providing relevant data items based on context
US11183193B1 (en) 2020-05-11 2021-11-23 Apple Inc. Digital assistant hardware abstraction
US11755276B2 (en) 2020-05-12 2023-09-12 Apple Inc. Reducing description length based on confidence
US11490204B2 (en) 2020-07-20 2022-11-01 Apple Inc. Multi-device audio adjustment coordination
US11438683B2 (en) 2020-07-21 2022-09-06 Apple Inc. User identification using headphones
US11181988B1 (en) 2020-08-31 2021-11-23 Apple Inc. Incorporating user feedback into text prediction models via joint reward planning
CN112259100B (en) * 2020-09-15 2024-04-09 科大讯飞华南人工智能研究院(广州)有限公司 Speech recognition method, training method of related model, related equipment and device
WO2023085584A1 (en) * 2021-11-09 2023-05-19 Lg Electronics Inc. Speech synthesis device and speech synthesis method

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030033145A1 (en) * 1999-08-31 2003-02-13 Petrushin Valery A. System, method, and article of manufacture for detecting emotion in voice signals by utilizing statistics for voice signal parameters
US20040167778A1 (en) * 2003-02-20 2004-08-26 Zica Valsan Method for recognizing speech
US20090265163A1 (en) * 2008-02-12 2009-10-22 Phone Through, Inc. Systems and methods to enable interactivity among a plurality of devices
US20100145678A1 (en) * 2008-11-06 2010-06-10 University Of North Texas Method, System and Apparatus for Automatic Keyword Extraction
US20110131042A1 (en) * 2008-07-28 2011-06-02 Kentaro Nagatomo Dialogue speech recognition system, dialogue speech recognition method, and recording medium for storing dialogue speech recognition program
US20130262096A1 (en) * 2011-09-23 2013-10-03 Lessac Technologies, Inc. Methods for aligning expressive speech utterances with text and systems therefor
US20140025382A1 (en) * 2012-07-18 2014-01-23 Kabushiki Kaisha Toshiba Speech processing system
US20140201126A1 (en) * 2012-09-15 2014-07-17 Lotfi A. Zadeh Methods and Systems for Applications for Z-numbers
US20140372112A1 (en) * 2013-06-18 2014-12-18 Microsoft Corporation Restructuring deep neural network acoustic models
US20150066496A1 (en) * 2013-09-02 2015-03-05 Microsoft Corporation Assignment of semantic labels to a sequence of words using neural network architectures

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030033145A1 (en) * 1999-08-31 2003-02-13 Petrushin Valery A. System, method, and article of manufacture for detecting emotion in voice signals by utilizing statistics for voice signal parameters
US20040167778A1 (en) * 2003-02-20 2004-08-26 Zica Valsan Method for recognizing speech
US20090265163A1 (en) * 2008-02-12 2009-10-22 Phone Through, Inc. Systems and methods to enable interactivity among a plurality of devices
US20110131042A1 (en) * 2008-07-28 2011-06-02 Kentaro Nagatomo Dialogue speech recognition system, dialogue speech recognition method, and recording medium for storing dialogue speech recognition program
US20100145678A1 (en) * 2008-11-06 2010-06-10 University Of North Texas Method, System and Apparatus for Automatic Keyword Extraction
US20130262096A1 (en) * 2011-09-23 2013-10-03 Lessac Technologies, Inc. Methods for aligning expressive speech utterances with text and systems therefor
US20140025382A1 (en) * 2012-07-18 2014-01-23 Kabushiki Kaisha Toshiba Speech processing system
US20140201126A1 (en) * 2012-09-15 2014-07-17 Lotfi A. Zadeh Methods and Systems for Applications for Z-numbers
US20140372112A1 (en) * 2013-06-18 2014-12-18 Microsoft Corporation Restructuring deep neural network acoustic models
US20150066496A1 (en) * 2013-09-02 2015-03-05 Microsoft Corporation Assignment of semantic labels to a sequence of words using neural network architectures

Non-Patent Citations (10)

* Cited by examiner, † Cited by third party
Title
Auli et al. "Joint Language and Translation Modeling with Recurrent Neural Networks." EMNLP. vol. 3. No. 8. 2013. *
Coccaro and Jurafsky, "Towards Better Integration of Semantic Predictors in Statistical Language Modeling," Proceedings for ICSLP-98, 1998, 6:2403-2406.
Coccaro, "Latent semantic analysis as a tool to improve automatic speech recognition performance", Northwestern university thesis, 2005. *
Coccaro, "Latent Semantic Analysis as a Tool to Improve Automatic Speech Recognition Performance," Northwestern University Thesis, 2005, 102 pages.
Mikolov et al., "Context Dependent Recurrent Neural Network Language Model", In SLT, Jul. 2012, pp. 234-295. *
Mitchell et al., "Language models based on semantic composition." Proceedings of the 2009 Conference on Empirical Methods in Natural Language Processing: vol. 1-vol. 1. Association for Computational Linguistics, 2009. *
Nakamura et al., "Neural network approach to word category prediction for English texts." Proceedings of the 13th conference on Computational linguistics-vol. 3. Association for Computational Linguistics, 1990. *
Wandmacher et al., "Methods to integrate a language model with semantic information for a word prediction component."arXiv preprint arXiv:0801.4716 (2008). *
Wermter, "Neural network agents for learning semantic text classification." Information Retrieval 3.2 (2000): 87-103. *
Zhang et al., "Improve Latent Semantic Analysis Based Language Model by Integrating Multiple Level Knowledge", Carnegie Mellon Univ., 2002. *

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20170154033A1 (en) * 2015-11-30 2017-06-01 Samsung Electronics Co., Ltd. Speech recognition apparatus and method
US10606947B2 (en) * 2015-11-30 2020-03-31 Samsung Electronics Co., Ltd. Speech recognition apparatus and method
US20180233134A1 (en) * 2017-02-10 2018-08-16 Samsung Electronics Co., Ltd. Wfst decoding system, speech recognition system including the same and method for storing wfst data
US10714080B2 (en) * 2017-02-10 2020-07-14 Samsung Electronics Co., Ltd. WFST decoding system, speech recognition system including the same and method for storing WFST data
US20220044676A1 (en) * 2020-08-04 2022-02-10 Bank Of America Corporation Determination of user intent using contextual analysis
US20210326538A1 (en) * 2020-12-25 2021-10-21 Beijing Baidu Netcom Science And Technology Co., Ltd. Method, apparatus, electronic device for text translation and storage medium
EP4174848A1 (en) 2021-10-29 2023-05-03 Televic Rail NV Improved speech to text method and system
WO2023073234A1 (en) 2021-10-29 2023-05-04 Televic Rail Nv Improved speech to text method and system

Also Published As

Publication number Publication date
US20140278379A1 (en) 2014-09-18

Similar Documents

Publication Publication Date Title
US9558743B2 (en) Integration of semantic context information
KR102596446B1 (en) Modality learning on mobile devices
US10714096B2 (en) Determining hotword suitability
US11514886B2 (en) Emotion classification information-based text-to-speech (TTS) method and apparatus
US20210166682A1 (en) Scalable dynamic class language modeling
EP3125234B1 (en) Individualized hotword detection models
US9293136B2 (en) Multiple recognizer speech recognition
KR102201937B1 (en) Predicting subsequent voice queries
US9502032B2 (en) Dynamically biasing language models
US9123339B1 (en) Speech recognition using repeated utterances
US10720152B2 (en) Negative n-gram biasing
US20150364129A1 (en) Language Identification
US11893350B2 (en) Detecting continuing conversations with computing devices
US11676582B2 (en) Detecting conversations with computing devices

Legal Events

Date Code Title Description
AS Assignment

Owner name: GOOGLE INC., CALIFORNIA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:COCCARO, NOAH B.;NGUYEN, PATRICK AN PHU;REEL/FRAME:030636/0403

Effective date: 20130516

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: GOOGLE LLC, CALIFORNIA

Free format text: CHANGE OF NAME;ASSIGNOR:GOOGLE INC.;REEL/FRAME:044097/0658

Effective date: 20170929

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4