Integration of domain information into state transitions of a finite state transducer for natural language processing

Information

  • Patent Grant
  • 9898459
  • Patent Number
    9,898,459
  • Date Filed
    Tuesday, September 15, 2015
    9 years ago
  • Date Issued
    Tuesday, February 20, 2018
    7 years ago
Abstract
The invention relates to a system and method for integrating domain information into state transitions of a Finite State Transducer (“FST”) for natural language processing. A system may integrate semantic parsing and information retrieval from an information domain to generate an FST parser that represents the information domain. The FST parser may include a plurality of FST paths, at least one of which may be used to generate a meaning representation from a natural language input. As such, the system may perform domain-based semantic parsing of a natural language input, generating more robust meaning representations using domain information. The system may be applied to a wide range of natural language applications that use natural language input from a user such as, for example, natural language interfaces to computing systems, communication with robots in natural language, personalized digital assistants, question-answer query systems, and/or other natural language processing applications.
Description
FIELD OF THE INVENTION

The invention relates to systems and methods of integrating domain information into state transitions of a Finite State Transducer for natural language processing.


BACKGROUND OF THE INVENTION

Semantic parsing is a process that transforms natural language (NL) input (e.g., sentences, phrases, words, etc.) into computer executable complete meaning representations (MRs) for domain-specific applications, where Meaning Representation Language (MRL) for an application is assumed to be present. Part of the job of semantic parsing is to extract the domain information from a natural language input. For example, if a user queries “find Dixie's Grill,” a semantic parser should be able to determine that the user is looking for a restaurant named “Dixie's BBQ.”


Semantic parsing is a difficult computational problem. One reason for this is that NL inputs and their meanings may have many-to-many relationships. For example, multiple NL inputs may correspond to a single meaning, a single input could have different meanings (usually users intend to convey a single meaning, so system would need to interact with/learn from the user to disambiguate them), and other many-to-many relationships can occur. Conventional semantic parsers typically are inefficient at disambiguating a potential meaning of an NL input, particularly when the criteria size is large. Furthermore, conventional semantic parsers typically have sub-optimal matching capabilities. As a result, conventional semantic parsers do not scale well for complicated information domains and often produce inaccurate MRs.


Other types of information retrieval systems may scale better than some semantic parsers. For example, conventional Inverted-Index-Search (“IIS”) information retrieval systems, which are premised on keyword search, typically employ indexed information domains to facilitate efficient search. However, these systems typically ignore structural information (e.g., semantic structural information) that may be included in an NL input and therefore may not account for a user's intent. For example, for an NL input “find bus stop near VOICEBOX,” the results from a conventional IIS information retrieval system may relate to documents (e.g., webpages) that contain the keywords in the search input, without semantic information to help determine the intent of the user. Thus, the results may be irrelevant to the user's intended request.


Thus, what is needed is to improve semantic parsing for enhanced user intent recognition, improve the relevancy of information retrieval results, and improve recognition of NL, whether uttered, typed, or otherwise provided by a user. These and other problems exist.


SUMMARY OF THE INVENTION

The invention addressing these and other drawbacks relates to systems and methods of integrating domain information into state transitions of a Finite State Transducer (“FST”) for natural language processing. A system may integrate semantic parsing and information retrieval from an information domain to generate an FST parser that represents the information domain. The FST parser may include a plurality of FST paths, at least one of which may be used to generate a meaning representation from a natural language input (e.g., a natural language string based on a natural language utterance or other input). As such, the system may perform domain-based semantic parsing of a natural language input to generate robust meaning representations (e.g., search queries, commands, etc.) using domain information. By generating more relevant meaning representations, results obtained by executing the meaning representations may be more accurately aligned with the user's intent.


The system may be applied to a wide range of natural language applications that use natural language input from a user. For example, and without limitation, applications of domain-based semantic parsing may include natural language interfaces to computing systems, communication with robots in natural language, personalized digital assistants, question-answer query systems, and/or other natural language processing applications.


To generate an FST parser, the system may obtain a semantic grammar and then structure a given FST path based on the semantic grammar. An FST path may therefore have a semantic structure based on the semantic grammar. The semantic grammar may include various criteria. For example, a semantic grammar “find <business names>” includes an action criterion (“find”) and a subject criterion (“<business names>”). Other semantic grammars having additional and/or different criteria may be used as well.


An FST path may include a plurality of states, where at least two states are separated by a state transition. An initial state transition may be associated with an action criterion such as “find.” The system may add subsequent state transitions to an FST path based on an information domain. For example, subsequent state transitions may be associated with a token (e.g., word) that appears in an entry of an information domain. For an FST parser that represents an information domain related to businesses, a state transition from one state to another state may be associated with a token (e.g., word) that is part of a business name. Other tokens in the business name may be associated with other state transitions, thus growing the FST path.


For example, an entry “Burnstead Construction Inc.” may include tokens “Burnstead,” “Construction,” and “Inc.” Each token may be associated with a state transition. For example, the token “Burnstead” may yield an FST path corresponding to “find Burnstead.” Other tokens of the entry may be used as well, either to add to the existing FST path or create a new FST path. For instance, another token “Construction” may result in an FST path corresponding to “find Burnstead Construction.” The system may generate an FST path that includes some or all tokens in a given entry, and may generate one or more FST paths for each entry of an information domain. The system may also generate different FST paths for different permutations of an entry in an information domain. For example, one FST path may correspond to “find Construction Burnstead Inc.” while another FST path may correspond to “find Burnstead Construction Inc.” Still other FST paths may omit certain tokens. For example, such an FST path may correspond to “find Burnstead Inc.” The system may repeat these operations until all entries in the information domain are similarly processed into respective FST paths. The FST parser may therefore be representative of an information domain.


The system may associate a token appearing in an information domain with a weight based on its frequency of appearance in the information domain and/or other domains. For example, the system may associate a weight with a token in proportion to a frequency of the token's appearance in an information domain. In a particular example, the token “Construction” may be weighted differently (e.g., less or more depending on the weighting system) than “Burnstead” if “Construction” appears in various business names but “Burnstead” appears only in one business name. As such, a state transition associated with a token may be weighted accordingly.


The system may score an FST path based on cumulative weights associated with its state transitions. For example, the system may score an FST path by summing the weights associated with state transitions in the FST path. The system may use the score to determine whether a given FST path should be used to generate a meaning representation for a given natural language input. For example, the system may use the FST parser to determine a best FST path (or n-best FST paths) by identifying an FST path that is: (1) associated with tokens that have (exact or fuzzy) matches to tokens of a natural language input, and (2) has the highest (or lowest, depending on the scoring system) score. For instance, if tokens of a natural language input match tokens associated with two or more FST paths, then the FST path having the highest score (or n-highest scores) will be selected. In this manner, a semantic grammar (which is used to structure FST paths of a FST parser) integrated with information retrieval from an information domain (which may be used to weight tokens associated with state transitions of FST paths) may be used to generate more robust, relevant meaning representations.


Once an information domain FST parser has been generated, it may be used to compose an input string FST used to generate a meaning representation from a natural language input. In the example that follows, the natural language input “Coffee find Seattle Best Starbucks Coffee” will be used, although other types of queries/commands/input may be used as well. For example, the system may initialize (e.g., structure) an input FST using the natural language input. The system may compose the input FST based on an information domain FST parser.


The system may find the shortest path (or n-best shortest paths) in the composed input FST, remove redundant epsilon arcs (if any), topologically order the arcs, and generate a parsing result based on the topsorted arcs. Based on the parsing result, an action such as “find” will be mapped its semantic meaning (e.g., “[Action:find]” and the criterion (e.g, “Seattle Best Starbucks Coffee”) will be mapped to an entry in an information domain corresponding to businesses, such as “[BusinessName:Best Starbucks Coffee WA].” The system may generate the query string based on the criteria content, i.e., the string between “[” and “]”, which is “Best Starbucks Coffee.”


In an implementation, the system may compose the input FST with an Information Extraction FST that is used to ignore irrelevant words in the natural language input, add additional words that may relate to the natural language input but were not included in the input, and/or otherwise modify the input FST based on known information. In this manner, the natural language input may be augmented with relevant information (or stripped of irrelevant noise) so that the resulting meaning representation, when executed, causes more relevant results to be returned.


In an implementation, the system may process the input FST to account for phoneme errors. For example, the system may use a phoneme confusion matrix that is trained from speech data to further refine the natural language input to result in a more robust meaning representation that accounts for similar-sounding or otherwise indistinguishable words.


In an implementation, the system may integrate dynamic data, such as information from a personal phonebook, by generating a dynamic data FST based on the dynamic data and insert the dynamic data FST into a dynamic slot of a domain information FST parser. In this manner, dynamic data may be integrated into semantic parsing to generate a meaning representation based on both domain information and dynamic data.


When the input FST is composed (regardless of whether an information extraction FST, a phoneme confusion matrix, or dynamic data is used), the system may find the shortest path (or n-best shortest paths) from the input FST, remove redundant epsilon arcs (if any), and topsort the arcs. The system may calculate the ID of the best-matched path corresponding to an entry in the information domain based on the sum of the weights along the input FST and generate a meaning representation based on the best-matched path.


Accordingly, the system may generate a meaning representation from a natural language input by using tokens that appear in the natural language input (also referred to herein as input tokens) to select a relevant FST path (which was formed using a semantic grammar and tokens that appear in an information domain (also referred to herein an domain tokens to distinguish from input tokens)). The meaning representation may then be used to extract information from and/or execute a command on an appropriate information domain. In this manner, the system may efficiently generate more robust meaning representations that may lead to more accurate, less error-prone, results.


These and other objects, features, and characteristics of the system and/or method disclosed herein, as well as the methods of operation and functions of the related elements of structure and the combination of parts and economies of manufacture, will become more apparent upon consideration of the following description and the appended claims with reference to the accompanying drawings, all of which form a part of this specification, wherein like reference numerals designate corresponding parts in the various figures. It is to be expressly understood, however, that the drawings are for the purpose of illustration and description only and are not intended as a definition of the limits of the invention. As used in the specification and in the claims, the singular form of “a”, “an”, and “the” include plural referents unless the context clearly dictates otherwise.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates a system of integrating domain information into state transitions of a Finite State Transducer for natural language processing, according to an implementation of the invention.



FIG. 2 which depicts a process of generating an FST parser, according to an implementation of the invention.



FIG. 3 depicts an FST path structured by a semantic grammar, according to an implementation of the invention.



FIG. 4 depicts a process of integrating information from an information domain to generate semantically structured FST paths based on tokens from the information domain, according to an implementation of the invention.



FIG. 5 depicts an FST parser structured by a semantic grammar and expanded using information and weights from an information domain, according to an implementation of the invention.



FIG. 6 schematically depicts an optimized version of the FST parser illustrated in FIG. 5, according to an implementation of the invention.



FIG. 7 depicts a process of composing a meaning representation from a natural language input using an FST parser, according to an implementation of the invention.



FIG. 8 depicts an input string FST that is initialized, according to an implementation of the invention.



FIG. 9 depicts an input string FST that is composed using a domain information FST parser, according to an implementation of the invention.



FIG. 10 depicts a 1-best FST selected using the input string FST, according to an implementation of the invention.



FIG. 11 depicts an input FST composed with an information extraction FST, according to an implementation of the invention.



FIG. 12 depicts a process of generating a domain information extraction FST, according to an implementation of the invention.



FIG. 13 depicts an FST that expands every possible FST path at the terminal level, according to an implementation.



FIG. 14 depicts a process of using wildcards to process a natural language input having variable text, according to an implementation of the invention.



FIG. 15 illustrates an input FST generated for an input string in which state transitions and a temporary symbol table are generated, according to an implementation of the invention.



FIG. 16 illustrates an example of an input string FST composed with an FST parser, according to an implementation of the invention.



FIG. 17A depicts a portion of a modified and expanded input string FST, according to an implementation of the invention. FIG. 17B depicts another portion of the modified and expanded input string FST, according to an implementation of the invention.



FIG. 18 depicts a recreated input string FST, according to an implementation of the invention.



FIG. 19 depicts an input string FST composed from a recreated input string FST and a modified and expanded input string FST, according to an implementation of the invention.



FIG. 20A depicts a dynamic data FST using an exact match, according to an implementation of the invention.



FIG. 20B depicts a dynamic data FST using fuzzy matching, according to an implementation of the invention.



FIG. 21A depicts an FST parser in which a dynamic slot is filled with a dynamic data FST, which uses exact matching, according to an implementation of the invention.



FIG. 21B depicts an FST parser in which a dynamic slot is filled with dynamic data FST, which uses fuzzy matching, according to an implementation of the invention.



FIG. 22 depicts an FST having two phonemes and allowing up to two errors (including insertions, deletions, and replacements), with a penalty of 100 corresponding to each error, according to an implementation of the invention.



FIG. 23 depicts a flow diagram of FST parsing at the phoneme level, according to an implementation of the invention.





DETAILED DESCRIPTION OF THE INVENTION


FIG. 1 illustrates a system 100 of integrating domain information into state transitions of a Finite State Transducer for natural language processing, according to an implementation of the invention. A system may integrate semantic parsing and information retrieval from an information domain to generate an FST parser that represents the information domain. The FST parser may include a plurality of FST paths, at least one of which may be used to generate a meaning representation from a natural language input (e.g., natural language utterance and/or other natural language input).


The meaning representation may be used to execute an action (e.g., a search, a command, and/or other action) related to an information domain. As such, in an implementation, the meaning representation is not necessarily a search result itself, but rather a semantically parsed translation of a natural language input that uses domain information to help understand the intent of the natural language input. Thus, the system may receive a user request in the form of a natural language input from a user (which may or may not have been recognized from an utterance), generate a meaning representation as described herein, and execute the meaning representation responsive to the user's request.


Examples of an FST parser are used herein throughout for illustration and not limitation. The principles of integrating semantic parsing and information retrieval may be applied to other semantic parsing systems and other contexts as well.


Other uses of system 100 are described herein and still others will be apparent to those having skill in the art. Having described a high level overview of some of the system functions, attention will now be turned to various system components that facilitate these and other functions.


System 100 may include a computer system 104, one or more information domains 150, one or more computing device(s) 160, and/or other components.


Information Domains


An information domain 150 may include a set of information that includes subject matter that may be searched or otherwise executed on. For example, an information domain 150 may include a listing of businesses, a listing of addresses, a listing of songs, a listing of personal contacts, and/or other corpus of information that may be searched, played or otherwise executed. Each information domain 150 may have its own type of information. For example, one information domain 150 may relate to businesses while another information domain 150 may relate to songs. In an implementation, an information domain 150 may include a combination of different types of information. For example, one information domain 150 may relate to businesses and songs.


An information item in an information domain 150 may be associated with a token or keyword. For example, a listing of businesses may include the name of a business and/or other business-related information. A listing of songs may include a song title, artist name, genre, and/or other song-related information. An information domain 150 may be indexed to facilitate rapid searching of its content, such as its tokens.


Computer System 104


Computer system 104 may include one or more computing devices 110. Each computing device 110 may include one or more processors 112, one or more storage devices 114, and/or other components. Processor(s) 112 may be programmed by one or more computer program instructions, which may be stored in storage device(s) 114.


The one or more computer program instructions may include, without limitation, an information retrieval and semantic integration application 120 (“IRSI application 120”). IRSI application 120 may itself include different sets of instructions that each program the processor(s) 112 (and therefore computer system 104). For example, IRSI application 120 may include a domain FST parser generator 130, a natural language input processor 140, and/or other instructions that program computer system 104. As used herein, for convenience, the various instructions will be described as performing an operation, when, in fact, the various instructions program computer system 104 to perform the operation.


Generating an FST Parser Representative of an Information Domain


Domain FST parser generator 130 may generate an FST parser that integrates information retrieval from an information domain 150 and a semantic grammar. For example, FIG. 2 depicts a process 200 of generating an FST parser, according to an implementation of the invention. The various processing operations and/or data flows depicted in FIG. 2 (and in the other drawing figures) are described in greater detail herein. The described operations may be accomplished using some or all of the system components described in detail above and, in some implementations, various operations may be performed in different sequences and various operations may be omitted. Additional operations may be performed along with some or all of the operations shown in the depicted flow diagrams. One or more operations may be performed simultaneously. Accordingly, the operations as illustrated (and described in greater detail below) are exemplary by nature and, as such, should not be viewed as limiting.


Structuring FST Paths of an FST Parser Using a Semantic Grammar


In an operation 202, FST parser generator 130 (or other instructions) may obtain a semantic grammar and structure an FST path based on the semantic grammar. An FST path may include a plurality of states, where at least two states are separated by a state transition. A semantic grammar may include at least an action criterion and a subject criterion. For example, a semantic grammar “find <BusinessNames>” includes an action criterion (“find”) and a subject criterion (“<BusinessNames>”), in which an initial state is depicted using bold and a final state is depicted with double circles. Other semantic grammars having additional and/or different criteria may be used as well.


FST parser generator 130 may structure an FST path using the criteria of the semantic grammar to form state transitions from one state to another state such that each criterion is represented as a node in the FST path. For example, FIG. 3 depicts an FST path 300 structured by a semantic grammar (in the illustrated example: “find <BusinessNames>”), according to an implementation of the invention. A given state (or node 0, 1, 2, 3, 4 as illustrated in FIG. 3) may be transitioned to another state via a state transition, which is illustrated by an arrow (also described herein as an “arc,” which may be labeled).


Integrating Domain Information into Semantically Structured FST Paths of an FST Parser


In an operation 204, FST parser generator 130 may integrate information from an information domain 150 to generate semantically structured FST paths based on tokens (e.g., words) from the information domain. For example, FST parser generator 130 may add state transitions to a semantically structured FST path based on tokens from an information domain. Subsequent state transitions may be associated with a token that appears in an entry of an information domain 150.


Table 1 illustrates non-limiting examples of entries in an information domain related to businesses. Such an information domain will typically have many more entries (e.g., an entry for each known business), but the illustrated information domain is illustrated with five entries for illustrative purposes. Furthermore, an information domain may include alternative or additional types of information. The following table is therefore included solely to illustrate aspects of the disclosure and will be described in conjunction with FIGS. 4, 5, and 6 that follow.













entry weight
Entry Full Name







3
Best Starbucks Coffee WA


1
Burnstead Construction Inc WA


1
Microsoft WA


1
Seattle Best Coffee WA


1
VoiceBox Technologies Inc WA









For an FST parser representing an information domain illustrated in Table 1, a state transition from one state to another state may be associated with a token that is part of a business name. Other tokens in the business name may be associated with other state transitions, thus growing an FST path that corresponds to an entry in the information domain.


For example, an entry “Burnstead Construction Inc.” may include tokens “Burnstead,” “Construction,” and “Inc.” Each token may be associated with a state transition. The token “Burnstead” may yield an FST path corresponding to “find Burnstead.” Other tokens of the entry may be used as well, either to add to the existing FST path or create a new FST path. For instance, another token “Construction” may yield an FST path corresponding to “find Burnstead Construction.” The system may generate an FST path that includes some or all tokens in a given entry, and may generate one or more FST paths for each entry of an information domain. The system may also generate different FST paths for different permutations of an entry in an information domain. For example, one FST path may correspond to “find Construction Burnstead Inc.” while another FST path may correspond to “find Burnstead Construction Inc.” The system may repeat these operations until all entries in the information domain are similarly processed into respective FST paths. The FST parser may therefore be representative of an information domain 150.


FST parser generator 130 may associate a token appearing in an information domain with a weight based on its frequency of appearance in the information domain and/or other domains. For example, FST parser generator 130 may associate a weight with a token in proportion to a frequency of the token's appearance in an information domain. In a particular example, the token “Construction” may be weighted differently (e.g., less or more depending on the weighting system) than “Burnstead” if “Construction” appears in various business names but “Burnstead” appears only in one business name.


The token weight may serve to indicate which tokens may be more relevant than others when matching input tokens from an input request (e.g., a user search request) with tokens from an FST path (e.g., so that the relevance of a given FST path to the input tokens may be determined). For example, an FST path having matching tokens that commonly appear in an information domain may be less relevant to an input request than an FST path having matching token that do not commonly appear in the information domain.


FST parser generator 130 may score an FST path based on cumulative weights associated with its state transitions. For example, the system may score an FST path by summing the weights associated with state transitions in the FST path. FST parser generator 130 may use the score to determine a relevance of a given FST path to a given natural language input. For example, the system may use the FST parser to determine a best FST path (or n-best FST paths) by identifying an FST path that is: (1) associated with tokens that have (exact or fuzzy) matches to tokens of a natural language input, and (2) has the highest (or lowest, depending on the scoring system) score. For instance, if tokens of a natural language input match tokens associated with two or more FST paths, then the FST path having the highest score (or n-highest scores) will be selected. In this manner, a semantic grammar (which is used to structure FST paths of a FST parser) integrated with information retrieval from an information domain (which may be used to weight tokens associated with state transitions of FST paths) may be used to generate more robust, relevant meaning representations.



FIG. 4 depicts a process 400 of integrating information from an information domain 150 to generate semantically structured FST paths based on tokens from the information domain, according to an implementation of the invention. Operation 204 illustrated in FIG. 2 may use some or all of the processing operations of process 400 to integrate information from an information domain 150.


In an operation 402, domain FST parser generator 130 may obtain a criteria list, which may include entries in an information domain. For example, domain FST parser generator 130 may obtain the business name entries in the exemplary information domain illustrated in Table 1.


In an operation 404, domain FST parser generator 130 may determine a weight, such as a term frequency inverse document frequency value (“TF-IDF”) value, for each token in the criteria list. For example, domain FST parser generator 130 may determine a TF-IDF value for each token that appears in the criteria list, whether in a single entry or multiple entries. As would be appreciated, a more common token (e.g., one that occurs more than another token) may be associated with a lower TF-IDF value while a less common token may be associated with a higher TF-IDF value.


In an operation 406, domain FST parser generator 130 may obtain and process a next entry in the criteria list. For example, once tokens for each entry of an information domain have been assigned a TF-IDF value depending on their appearance in the information domain, domain FST parser generator 130 may iteratively obtain and process a next business name in the information domain.


In an operation 408, domain FST parser generator 130 may obtain a list weight for a given entry (if any). For example, a given business name entry may be weighted more or less heavily than another business name entry.


In an operation 410, domain FST parser generator 130 may determine a token weight for each token in an entry. The token weight may include a TF-IDF value of the token and may be adjusted based on the list weight (if any) for an entry in which the token appears.


In an implementation, each token in each list may have a different weight. For example, a TF-IDF value may be calculated for each token using equation (1):











TF
-
IDF

=



number





of





occurances





of





i





in





list





j


document





length





of





list





j


*
log



Total





number





of





lists


number





of





lists





that





contain





token





i




,




(
1
)








wherein:


listj corresponds to an entry in an information domain (also referred to herein as list entryj);


i=a given token;


document length of list j=3√{square root over (number of words)};


In an implementation, F1j (the closeness of the candidate i for list entryj) may be calculated using equation (2):











F
ij

=



C
1

*

(

#





of





matched





tokens

)


+


C
2

*




each





token





x





in





List





Entry





i








TFIDF


(

x
,
j

)




+


C
3

*

(

word





position





metrics

)


+


C
4

*

Weight
j




,




(
2
)








wherein:


C1, C2, C3, C4 are pre-defined weights; Weightj is the priori-likelihood for j (e.g., “Starbucks” may be given more weight than “Dixie's BBQ”); and


C3 is 0.


According to equation (2), a higher closeness value indicates a better candidate. Referring to equation (2), “word position metrics” refers to a level of closeness of candidate i to list entry j in terms of word order/position.


In the non-limiting example that follows, the “word position metrics” between “i” and “k” should be 1, because it is an exact match. The “word position metrics” between “i” and “j” should be 0.8, because one word (“wa”) is not in the same order between Candidate I and List entry j:


Candidate i: “burnstead construction inc. wa”


List entry j: “wa burnstead construction inc.”


List entry k: “burnstead construction inc. wa”


In an implementation, to yield the lowest (positive) value for the best candidate, F1j (the closeness of the candidate j for token i for which the lowest value indicates the best candidate) may be calculated using equation (3):

F2j=C1*(# of not matchedtokens)+C2*Σ(TFIDFmax−tfidfij)+C4*(Weightmax−Weightj)  (3),

wherein:


TFIDFmax=the maximum value of all TFIDF values for all tokens in all list entries; and


Weightmax=the maximum value of all TFIDF values for all tokens in all list entries.


Assuming N is the total number of words in the query string, then:













F

2

j


=





C
1

*

(

N
-

#





of





not





matched





tokens


)


+


C
2

*







TFIDF
max



-












C
2

*







tfidf
ij



+


C
4

*

Weight
max


-


C
4

*

Weight
j









=





C
1

*
N

+


C
2

*







TFIDF
max



+


C
4

*

Weight
max


-












C
1

*

(

#





of





not





matched





tokens

)


-


C
2

*







tfidf
ij



-


C
4

*

Weight
j









=





C
1

*
N

+


C
2

*







TFIDF
max



+


C
4

*

Weight
max


-


F

1

j


.









(
4
)








wherein:


TFIDFmax is the maximum value of all TFIDF values for all tokens in all list entries;


Weightmax is the maximum value of all weights for all list entries; and


Weightj is the weight for list entry j.


In an implementation, the token weight may be further weighted based on a list weight (if any) associated with the entry.


In an operation 412, domain FST parser generator 130 may create an arc from the start point (e.g., a command state or node) to each token such that a state transition from the start point to a given token node (e.g., state associated with a token) is associated with the token weight.


In an operation 414, domain FST parser generator 130 may create another arc from a previous token node (if it exists) to the current token node such that a state transition from the previous token node to the current token node is associated with the token weight.


In an operation 416, domain FST parser generator 130 may mark all token nodes as a final state.


In an operation 418, domain FST parser generator 130 may determine whether more entries in the list are to be processed. If more entries are to be processed, domain FST parser generator may return to operation 406. Otherwise, FST parser generator 130 may complete generation of the FST parser in an operation 420.



FIG. 5 schematically depicts an FST parser 500 structured by a semantic grammar and expanded using information and weights from an information domain, according to an implementation of the invention. FST parser 500 schematically depicts results from the processing operations of process 400 using the information domain illustrated in Table 1. FST parser 500 may include a plurality of nodes (0-21). A given node (0-21) may be associated with a token, an arc, and/or an end point. Each node (0-21) may be part of an FST path.


Optimizing an FST Parser


Returning to FIG. 2, in an operation 206, domain FST parser generator 130 may optimize the FST parser generated from operation 204 (additional details of which were described with respect to process 400 in FIG. 4).


For example, domain FST parser generator 130 may determinize an FST parser such that each state may have at most one transition with any given input label and empty labels are eliminated. The resulting FST may contain at most one patch matching any given input string, therefore reducing the time and space needed to process the string. Conditions of a determinizable FST include, for example, weakly left divisible semirings, a determinization algorithm can finish on M, all unweighted acceptors are determinizable, all acyclic acceptors are determinizable, not all weighted acceptors or transducers are determinizable, and characterization based on the twins property.


In an implementation, domain FST parser generator 130 may further reduce the size of an FST parser by applying minimization, saving space and processing time. In an implementation, domain FST parser generator 130 may further reduce the size of an FST parser by performing an arc sort, which sorts the arcs in an FST per state. FIG. 6 schematically depicts an optimized version 600 of the FST parser 500 illustrated in FIG. 5, according to an implementation of the invention. As illustrated, optimized version 600 includes only nodes 0-11, in which various nodes and arcs have been removed from FST parser 500 during an optimization process to generate optimized version 600.


Composing a Meaning Representation from a Natural Language Utterance Using the FST Parser


In an implementation, natural language input processor 140 may generate a meaning representation from a natural language input by selecting and applying an FST parser, which is generated by FST parser generator 130. The natural language input may include an input string. The input string may have been converted from a user utterance using conventional speech-to-text techniques or may have been input as text from the user. In any event, the natural language input may be processed to generate a meaning representation using an FST parser (e.g., an FST parser generated by domain FST parser generator 130).


For example, FIG. 7 depicts a process 700 of composing a meaning representation from a natural language input using an FST parser, according to an implementation of the invention.


In an implementation, in an operation 702, natural language input processor 140 may initialize (e.g., structure) an input string FST using the input string. For example, for each word in the query string, natural language input processor 140 may:

    • add an arc from a current node (corresponding to a given word of the input string being processed) to a next node depending on whether the given word matches with a word from an information domain. For example, natural language input processor 140 may add one arc from a current node to a next node with an input label being the word ID, an output label being the word ID, and a weight being 0. This arc means there is no cost when the input word is matched. Natural language input processor 140 may add one arc from a current node to a next node with an input label being the word ID, an output label being epsilon, and a weight being C1. This arc means the cost will be C1 when the input word is not matched.
    • add one self-loop arc to a current node with an input label being epsilon, an output label being left boundary, and a weight being 0. This arc means the left boundary could happen at any location of the input string without consuming any input label.
    • add one self-loop arc to next node with input label being epsilon, output label being right boundary, and weight being 0. This arc means the right boundary could happen at any location of the input string without consuming any input label.


For the last word of the input string, natural language input processor 140 may set the last node as the final state. FIG. 8 depicts an input string FST (having nodes 0-8) that is initialized according to operation 702 if the input query string is “Coffee find Seattle Best Starbucks Coffee,” according to an implementation of the invention.


In an operation 704, natural language input processor 140 may compose the input FST based on an information domain FST parser (e.g., an FST parser generated by domain FST parser generator 130). FIG. 9 depicts an input string FST 900 that is composed using a domain information FST parser, according to an implementation of the invention. Input string FST 900 is composed in operation 704 using, for example, a domain information FST parser that is based on Table 1 (e.g., FST parser 500 or FST parser 600). For example, an output of the domain information FST parser may be used as in put to FST 900.


In an operation 706, natural language input processor 140 may find the shortest path (or n-best shortest paths) in the composed input FST. FIG. 9 depicts an input string FST 900 (having nodes 0-24) that is composed using a domain information FST parser, according to an implementation of the invention. FIG. 10 depicts a 1-best FST 1000 (having nodes 0-8) selected using the input string FST, according to an implementation of the invention.


In an operation 708, natural language input processor 140 may remove redundant epsilon arcs (if any).


In an operation 710, natural language input processor 140 may topologically order (i.e., “topsort”) the arcs.


In an operation 712, natural language input processor 140 may generate a parsing result based on the topsorted arcs. For example, for the following represent an input, parsing result, and weight:



















Input:
Coffee find
Seattle Best Starbucks Coffee



Parsing Result:
find
[Best Starbucks Coffee]



Weight:
0
148.92 85.92 148.92










Based on the parsing result, “find” will be mapped its semantic meaning (e.g., “[Action:find]” the string “Seattle Best Starbucks Coffee” will be mapped to an entry in an information domain, such as “[BusinessName:Best Starbucks Coffee WA]” as it appears in Table 1.


In an operation 714, natural language input processor 140 may generate the query string based on the criteria content, i.e., the string between “[” and “]”, which is “Best Starbucks Coffee.”


In an operation 716, natural language input processor 140 may compose the input FST with the Information Extraction FST (the generation of which is illustrated with respect to FIG. 12). FIG. 11 depicts an input FST 1100 (having nodes 0-24) composed with an information extraction FST, according to an implementation of the invention.


In an operation 718, natural language input processor 140 may find the shortest path (or nbest shortest paths) from the input FST (e.g., input FST 1100).


In an operation 720, natural language input processor 140 may remove redundant epsilon arcs (if any) and topsort the arcs.


In an operation 722, natural language input processor 140 calculate the ID of the best-matched path corresponding to an entry in the information domain based on the sum of the weights along the FST. The query input may be generated based on the best-matched path. In some implementations, by selecting the best-matched path (and corresponding entry in the information domain), natural language input processor 140 may ignore words in the input string that may be irrelevant to the information domain while using words in the input string that are relevant to the information domain to formulate a meaning representation that, when used to obtain information from the information domain, will result in more relevant results.


Generating an Domain Information Extraction FST


In an implementation, natural language input processor 140 may generate a domain information extraction FST to obtain detailed information related to an input string. For example, a domain information extraction FST may be used to ignore irrelevant (“noise”) words, add relevant words that are likely related to the input string but have not been included in the input string, and/or otherwise use domain information to fine tune an input string (such as by obtaining a full title of a song when only a portion of the song title is included in the input string).


In another example, the following illustrates an input, a parsed input without domain information extraction, and a parsed input with domain information extraction:
















Input:
find
Cavanaugh Rd Normal Town Pennsylvania


After parser FST:
find
[Cavanaugh Rd Pennsylvania]


After Extraction
find
[Cavanaugh Rd Normalville Pennsylvania]


FST:









In the foregoing example, input to the Extraction FST is “Cavanaugh Rd Pennsylvania”, the output is “Cavanaugh Rd Normalville Pennsylvania,” where the city name “Normalville” is added to fine tune the input.


In some implementations, natural language input processor 140 may extract (and add to an input) only the best matched information, instead of N-best matches. In other implementations, natural language input processor 140 may extract n-best matches using an inverted-index-search approach.



FIG. 12 depicts a process 1200 of generating a domain information extraction FST, according to an implementation of the invention.


In an operation 1202, natural language input processor 140 may create an FST for the list, adding a last arc with a last arc indicator (e.g., “list_N,” where “N” corresponds to a list entry number that is incremented with each list entry) for each entry in the list.


In an operation 1204, natural language input processor 140 may optimize the FST, such as by removing epsilons (if any), performing determinization, and/or other performing other optimizations.


In an operation 1206, natural language input processor 140 may remove the non-sense arcs from start state to end state directly. For each arc with input label being real words, natural language input processor 140 may remove its weights. For each arch with input label being list_N, for each pair of states, only keep only one outbound arc (leaving the state) which has the smallest weight or which has the smallest ID when they have the same weights, change the input label to <epsilon> and set the weight as the “N” (the number ID of the list).


In an operation 1208, natural language input processor 140 may optimize the FST by removing epsilons (if any), performing determinization, performing minimization, and/or performing other operations.


In an implementation, natural language input processor 140 may use the FST to return the numeric ID of a best matched list as the weight given an input string.


Grammar to FST Conversion


In an implementation, the system may apply an FST only once, generating an FST such that the FST expands every possible FST path at the terminal level. FIG. 13 depicts an FST 1300 (having nodes 0-9) that expands every possible FST path at the terminal level, according to an implementation of the invention. FST 1300, as illustrated, is constructed based on the following grammar:


public $Rule1=word1$Rule2 word2


protected $Rule2=word3


In the illustrated example, in order to show the rule information in the parse result, the system may create transitions such as “ε:rule_beginning” and “ε:rule_end”.


Matching Variable Text Using Wildcards


A natural language input may include variable text that may include different words and meanings. In these instances, the system may need to process such variable text to understand how to generate an input query from the natural language input. The system may do so using wildcards. For example, in a natural language input that takes the form of “text $text_body to $person_name,” the variable text $text_body and $person_name may include any word or words.


The system may introduce a wildcard (e.g., a special word “_vbt_wild_card_”) that can match any word. For example, the foregoing example, with wildcard added, may be represented as:

















public $Text=



text $text_body to $person_name;



protected $text_body=



_vbt_wild_card_ <1−>;



protected $person_name=



_vbt_wild_card_ <1−>;










In the description of FIGS. 14-19 that follows, the natural language input of “text lunch together to min tang” will be used by way of illustration and not limitation. FIG. 14 depicts a process 1400 of using wildcards to process a natural language input having variable text, according to an implementation of the invention.


In an operation 1402, an input string FST may be generated for an input string (e.g., a natural language input string). For each word in the input string, three state transitions may be generated: (1) W:W/0, (2) W:ε/C1, and (3) W:*/C1-C2. A temporary symbol table may also be created, which stores the index of out-of-vocabulary words (e.g., words that do not appear in an information domain). In this case, it contains the following words “lunch”, “together”, “min” and “tang”. In an implementation, the life cycle of the temporary symbol table is only one session. FIG. 15 illustrates an input FST 1500 (having nodes 0-6) generated for an input string in which state transitions and a temporary symbol table are generated, according to an implementation of the invention. For example, input FST 1500 may be generated based on operation 1402.


In an operation 1404, the input FST may be composed with a FST parser (e.g., a FST parser generated by domain FST parser generator 130). In an implementation, project to output label may be performed, epsilons may be removed, and the shortest path may be found. FIG. 16 illustrates an example of an input string FST 1600 (having nodes 0-27) composed with an FST parser according to an implementation of the invention. For example, input string FST 1600 may be composed based on operation 1404.


In an operation 1406, input string FST 1600 may be modified and expanded. For example, for each transition:

    • If the output label w is not a terminal, change transition from w:w to 0:w;
    • If the output label w is a terminal;
    • If w is the wildcard symbol, expand it to multiple transitions;
    • Otherwise keep the transition as w:w.



FIGS. 17A and 17B together depict a modified and expanded input string FST 1700 (having nodes 0-27), according to an implementation of the invention.


In an operation 1408, the input string FST may be recreated without wildcards (since such wildcards are accounted for in operation 1406). FIG. 18 depicts a recreated input string FST 1800 (having nodes 0-6), according to an implementation of the invention. For example, recreated input string FST 1800 may be generated based on operation 1408.


In an operation 1410, a final FST may be generated by composing recreated input string FST 1800 and modified and expanded input string FST 1700, performing project to output label, removing epsilons, and finding the shortest path. FIG. 19 depicts an input string FST 1900 (having nodes 0-27) composed (e.g., using output) from recreated input string FST 1800 and modified and expanded input string FST 1700, according to an implementation of the invention.


In an operation 1412, the parsing result may be output. For example, depth-first-search may be used to traverse the final FST.


For example, in XML format, the parsing result for the above may include:














NBest 1: (score = 3960000)


<text>


 <Text>


  text <text_body> lunch together </text_body> to <person_name>


  min tang </person_name>


 </Text>


</text>


NBest 2: (score = 3970000)


<text>


 <Text>


  text <text_body> lunch together </text_body> to <person_name>


  tang </person_name>


 </Text>


</text>


NBest 3: (score = 3970000)


<text>


 <Text>


  text <text_body> together </text_body> to <person_name> min


  tang </person_name>


 </Text>


</text>









In JSON format, the parsing result for the above may include:














NBest 1: (score = 3960000)


[{“Text”:{“text_body”:“ lunch together ”,“person_name”:“ min


tang ”}}]


NBest 2: (score = 3970000)


[{“Text”:{“text_body”:“ lunch together ”,“person_name”:“ tang ”}}]


NBest 3: (score = 3970000)


[{“Text”:{“text_body”:“ together ”,“person_name”:“ min tang ”}}]









Other output formats may be used as well to represent and view parsing results. Furthermore, in an implementation, the wildcard could be also supported by using a customized matchers, such as a SigmaMatcher<M> function.


Dynamic Update


In an implementation, instead of matching a predefined information domain or using wildcards, users may wish to query dynamic data that regularly changes or is otherwise frequently updated. For example, dynamic data may include a phone book (e.g., personal contact lists), personal documents, and/or other information that may regularly change.


In an implementation, the use of dynamic data may be supported by defining a dynamic slot in the grammar. For example, a dynamic data FST may be generated based on dynamic data (similar to the manner in which FST parser generator 130 generates an FST parser). The dynamic data FST may be used to fill a dynamic slot in an FST parser.


Table 2 illustrates non-limiting examples of dynamic data entries in a phone book. Such dynamic data will typically have many more entries (e.g., an entry for each contact), but the illustrated dynamic data is illustrated with two entries for illustrative purposes. Furthermore, the dynamic data may include alternative or additional types of information. The following table is therefore included solely to illustrate aspects of the disclosure and will be described in conjunction with FIGS. 20A, 20B, 21A, and 21B that follow.

















Phone_Book
Name
Weight









Person 1
min tang
1



Person 2
Obama
1










In an implementation, an exact match and/or a fuzzy match may be used when generating a dynamic data FST. FIG. 20A depicts a dynamic data FST 2000A (having nodes 0-2) using an exact match, according to an implementation of the invention. FIG. 20B depicts a dynamic data FST 2000B (having nodes 0-2) using fuzzy matching, according to an implementation of the invention.


In an implementation, a dynamic slot of an FST parser may be filled with dynamic data FST 2000A or dynamic data FST 2000B. FIG. 21A depicts an FST parser 2100A (having nodes 0-13) in which a dynamic slot is filled with dynamic data FST 2000A, which uses exact matching, according to an implementation of the invention. FIG. 21B depicts an FST parser 2100B (having nodes 0-13) in which a dynamic slot is filled with dynamic data FST 2000B, which uses fuzzy matching, according to an implementation of the invention.


An example of an input and parsing output (in JSON format) based on use of dynamic updates using dynamic data includes:














input: text talk to me to min tang


output In JSON format:


NBest 1: (score = 2970100)


[{“Text”:{“text_body”:“ talk to me ”,“person_name”:“ min tang ”}}]


NBest 2: (score = 2980100)


[{“Text”:{“text_body”:“ talk me ”,“person_name”:“ min tang ”}}]


NBest 3: (score = 2980100)


[{“Text”:{“text_body”:“ to me ”,“person_name”:“ min tang ”}}]









Named Entity Extraction Support


In an implementation, FSTs generated herein may integrate character level information in order to help the system determine intent.


For example, for the input: “call (425)123-4567 please,” a human being is able to figure out the intent to make a phone call to (425)123-4567. However, in order for a computer to recognize the intent, absent named entity information, wildcards may be required to create a pattern such as “call *”. This is not an optimal solution, because the aggressive wildcard would capture noise, such as “please” in the foregoing input example. To avoid abusing the usage of wildcard, we apply Named Entity Extraction (“NER”) process before parsing.


For example, assuming that the NER process returns the following NBest result:


NBest 1: call (425)123-4567


NBest 2: call <_vbtPN_>(425)123-4567</_vbtPN_>


An input query FST may be created based on the above NBest result, and then parsed. Using such processing, an output may include, for example:


NBest 1:


[{“CallByNumber”:{“PhoneNumber”:{“_vbtPN_”:“(425)123-4567”}}}]


Error Tolerance String Matching/Approximate String Matching


Errors in speech recognition may be caused by various error-introducing conditions. Such conditions may include, for example, homonyms, compound words, text normalization, and/or other issues that may cause errors in speech recognition. In the written language, for example, the strings “call (425)123-4567” and “call 4 2 5 1 2 3 4 5 6 7” are two different strings, but they share the same pronunciations (and could have different associated meanings or intent).


In an implementation, to help address the foregoing issues, the system may perform FST parsing at the phoneme level. By performing intent-recognition at the phoneme level, the system may handle sound-alike, homonym, compound-words, text normalization issues, and/or other error-introducing conditions. By injecting an error model (phonetic confusion matrix), the system may be able to make the parsing process robust to ASR errors (to some extent).


Table 3 illustrates a non-limiting example of a phoneme confusion matrix that is trained from speech data. In Table 3, ε stands for “null,” which indicates that a corresponding phoneme is deleted or inserted; Pij is the penalty for phoneme i recognized as phoneme j, which case Pii should be 0.





















Phoneme
Phoneme

Phoneme

Phoneme


probability
ε
1
2
. . .
i
. . .
n







ε
P00
P01
P02

P0i

P0n


Phoneme
P10
P11
P12

P1i

P1n


1


Phoneme
P20
P21
P22

P2i

P2n


2


. . .


Phoneme
Pi0
Pi1
Pi2

Pii

Pin


i


. . .


Phoneme
Pn0
Pn1
Pn2

Pni

Pnn


n









To allow any number of phonetic errors may be too computational demanding because. To restrict the size of possible candidates and limit the search space, the system may limit the number of allowed phonetic errors.



FIG. 22 depicts an FST 2200 (having nodes 0-2) having two phonemes and allowing up to two errors (including insertions, deletions, and replacements), with a penalty of 100 corresponding to each error, according to an implementation of the invention.



FIG. 23 depicts a flow diagram 2300 of FST parsing at the phoneme level, according to an implementation of the invention. In an implementation, a Phoneme Error Model 2302 may be generated using an input phoneme sequence/graph. Phoneme Error Model 2302 may include an FST that allows a given phoneme to transduce to another given phoneme, with a transition penalty (e.g., Pij defined in Table 3).


In an implementation, a Dictionary Model 2304 may be generated that includes an FST that defines each pronunciation of words in a given path. In an implementation, a Word-level Parser 2306 may be generated that includes an FST parser described herein, which is used to generate an output used for semantic queries.


Examples of System Architectures and Configurations


In an implementation, various system architectures may be used. For instance, some or all instructions of IRSI application 120 or other instructions may execute on different components of system 100. In particular, voice recognition (e.g., speech-to-text), one or more functions/operations of IRSI application 120, and/or other functions/operations described herein may be performed at computing device 110 and/or computing device 160.


For instance, computing devices 110 may include server devices and computing devices 160 may include user devices that connect to the server devices. Other architectures may be used as well.


Although illustrated in FIG. 1 as a single component, computer system 104 may include a plurality of individual components (e.g., computer devices) each programmed with at least some of the functions described herein. In this manner, some components of computer system 104 may perform some functions while other components may perform other functions, as would be appreciated. The one or more processors 112 may each include one or more physical processors that are programmed by computer program instructions. The various instructions described herein are exemplary only. Other configurations and numbers of instructions may be used, so long as the processor(s) 112 are programmed to perform the functions described herein.


Furthermore, it should be appreciated that although the various instructions are illustrated in FIG. 1 as being co-located within a single processing unit, in implementations in which processor(s) 112 includes multiple processing units, one or more instructions may be executed remotely from the other instructions.


The description of the functionality provided by the different instructions described herein is for illustrative purposes, and is not intended to be limiting, as any of instructions may provide more or less functionality than is described. For example, one or more of the instructions may be eliminated, and some or all of its functionality may be provided by other ones of the instructions. As another example, processor(s) 112 may be programmed by one or more additional instructions that may perform some or all of the functionality attributed herein to one of the instructions.


The various instructions described herein may be stored in a storage device 114, which may comprise random access memory (RAM), read only memory (ROM), and/or other memory. The storage device may store the computer program instructions (e.g., the aforementioned instructions) to be executed by processor 112 as well as data that may be manipulated by processor 112. The storage device may comprise floppy disks, hard disks, optical disks, tapes, or other storage media for storing computer-executable instructions and/or data.


The various components illustrated in FIG. 1 may be coupled to at least one other component via a network, which may include any one or more of, for instance, the Internet, an intranet, a PAN (Personal Area Network), a LAN (Local Area Network), a WAN (Wide Area Network), a SAN (Storage Area Network), a MAN (Metropolitan Area Network), a wireless network, a cellular communications network, a Public Switched Telephone Network, and/or other network. In FIG. 1 and other drawing Figures, different numbers of entities than depicted may be used. Furthermore, according to various implementations, the components described herein may be implemented in hardware and/or software that configure hardware.


The various information domains may be stored in one or more databases such as, for example, an Oracle™ relational database sold commercially by Oracle Corporation. Other databases, such as Informix™, DB2 (Database 2) or other data storage, including file-based, or query formats, platforms, or resources such as OLAP (On Line Analytical Processing), SQL (Structured Query Language), a SAN (storage area network), Microsoft Access™ or others may also be used, incorporated, or accessed. The database may comprise one or more such databases that reside in one or more physical devices and in one or more physical locations. The database may store a plurality of types of data and/or files and associated data or file descriptions, administrative information, or any other data.


Computing devices 110, 160 may each include a server computing device, a desktop computer, a mobile device that is generally portable (e.g., a laptop computer, a tablet computer, a “smartphone,” etc.), or other computing device that is programmed by IRSI 120 and/or other computer program instructions.


Other implementations, uses and advantages of the invention will be apparent to those skilled in the art from consideration of the specification and practice of the invention disclosed herein. The specification should be considered exemplary only, and the scope of the invention is accordingly intended to be limited only by the following claims.

Claims
  • 1. A computer implemented method for integrating domain information and semantic parsing to generate meaning representations from natural language input, the method being implemented on a computer system having one or more physical processors programmed with computer program instructions to perform the method, the method comprising: receiving, by the computer system, a natural language input of a user comprising a natural language utterance in which at least a first input token has been uttered;providing, by the computer system, the natural language input to a speech-to-text recognizer;obtaining, by the computer system, one or more words of the natural language input as an output of the speech-to-text recognition recognizer, wherein the one or more words includes the first input token;obtaining, by the computer system, a semantic grammar that includes word combinations for intent processing and integrates a plurality of domain tokens relating to an information domain, wherein the semantic grammar integrates the plurality of domain tokens structured into a domain information Finite State Transducer (FST) parser that includes at least a first FST path comprising a first set of domain tokens and a second FST path comprising a second set of domain tokens;comparing, by the computer system, the plurality of domain tokens that match the first input token;generating, by the computer system, a first score for the first FST path and a second score for the second FST path based on the comparison;selecting, by the computer system, the first FST path based on the first score and the second score;determining, by the computer system, a semantic structure of the one or more words based on the selected first FST path; andgenerating, by the computer system, a representation of an intention of the user based on the semantic structure, wherein the representation is used to execute a natural language based search request or a natural language based command.
  • 2. The method of claim 1, wherein the first score is based on a first sum of weights of each domain token among the first set of domain tokens and the second score is based on a second sum of weights of each domain token among the second set of domain tokens, and wherein a given weight for a domain token is based on a level of frequency that the domain token appears in the information domain.
  • 3. The method of claim 2, the method further comprising: initializing an input FST based on the first token and the semantic structure; and composing the input FST based on the first FST path and the second FST path, wherein the first FST path and the second FST path are integrated with the input FST, and wherein the first FST is selected from the input FST.
  • 4. The method of claim 3, wherein selecting the first FST path comprises selecting a shortest path in the input FST.
  • 5. The method of claim 3, wherein comparing the plurality of domain tokens with the first input token comprises: performing fuzzy or exact matching between the plurality of domain tokens from the information domain and the first token, wherein the plurality of domain tokens comprises fuzzy or exact matches to the first token.
  • 6. The method of claim 1, the method further comprising: identifying a second token that is relevant to the first token and the information domain, wherein the second token is not initially included in the natural language input; andadding the second token to the meaning representation.
  • 7. The method of claim 1, wherein the natural language input comprises at least a second token, the method further comprising: determining that the second token is not relevant to the information domain; and omitting the second token from the meaning representation responsive to the determination that the second token is not relevant.
  • 8. The method of claim 1, the method further comprising: obtaining a phoneme confusion matrix comprising at least two similar sounding words that are disambiguated based on previous training from one or more user utterances; anddisambiguating the first token based on the phoneme confusion matrix.
  • 9. The method of claim 1, the method further comprising: obtaining one or more dynamic data tokens from a dynamic data source; andintegrating the one or more dynamic data tokens with the plurality of tokens from the information domain, wherein the meaning representation is determined based on the integrated dynamic data tokens.
  • 10. The method of claim 9, wherein the plurality of domain tokens are structured into a domain information FST parser that includes at least a first FST path comprising a first set of domain tokens and a second FST path comprising a second set of domain tokens, and wherein integrating the one or more dynamic data tokens comprises: generating a dynamic FST based on the one or more dynamic data tokens; andinserting the dynamic FST into a slot of the domain information FST parser reserved for dynamic data.
  • 11. The method of claim 1, wherein the computer executable action comprises an execution of: a natural language-based search request or a natural language-based command.
  • 12. The method of claim 1, wherein the information domain comprises a plurality of entries of searchable information, and wherein retrieving the plurality of domain tokens that match the first token comprises: determining at least one entry, which includes the plurality of domain tokens, that is likely being searched for based on the first token.
  • 13. A system for integrating domain information and semantic parsing to generate meaning representations from natural language input, the system comprising: a computer system comprising one or more physical processors programmed with computer program instructions to:receive a natural language input of a user comprising a natural language utterance in which at least a first input token has been uttered;provide the natural language input to a speech-to-text recognizer;obtain one or more words of the natural language input as an output of the speech-to-text recognizer, wherein the one or more words includes the first input token;obtain a semantic grammar that includes word combinations for intent processing and integrates a plurality of domain tokens relating to an information domain, wherein the semantic grammar integrates the plurality of domain tokens structured into a domain information Finite State Transducer (FST) parser that includes at least a first FST path comprising a first set of domain tokens and a second FST path comprising a second set of domain tokens;compare the plurality of domain tokens with the first input token; andgenerate a first score for the first FST path and a second score for the second FST path based on the comparison;select the first FST path based on the first score and the second score;determine a semantic structure of the one or more words based on the selected first FST path;generate a representation of an intention of the user based on the semantic structure, wherein the representation is used to execute a natural language based search request or a natural language based command.
  • 14. The system of claim 13, wherein the first score is based on a first sum of weights of each domain token among the first set of domain tokens and the second score is based on a second sum of weights of each domain token among the second set of domain tokens, and wherein a given weight for a domain token is based on a level of frequency that the domain token appears in the information domain.
  • 15. The system of claim 14, wherein the computer system is further programmed to: initialize an input FST based on the first token and the semantic structure; andcompose the input FST based on the first FST path and the second FST path, wherein the first FST path and the second FST path are integrated with the input FST, and wherein the first FST is selected from the input FST.
  • 16. The system of claim 15, wherein to select the first FST path, the computer system is further programmed to: select a shortest path in the input FST.
  • 17. The system of claim 15, wherein to compare the plurality of domain tokens with the first input token, the computer system is further programmed to: perform fuzzy or exact matching between the plurality of domain tokens from the information domain and the first token, wherein the plurality of domain tokens comprises fuzzy or exact matches to the first token.
  • 18. The system of claim 13, wherein the computer system is further programmed to: identify a second token that is relevant to the first token and the information domain, wherein the second token is not initially included in the natural language input; andadd the second token to the meaning representation.
  • 19. The system of claim 13, wherein the natural language input comprises at least a second token, and wherein the computer system is further programmed to: determine that the second token is not relevant to the information domain; andomit the second token from the meaning representation responsive to the determination that the second token is not relevant.
  • 20. The system of claim 13, wherein the computer system is further programmed to: obtain a phoneme confusion matrix comprising at least two similar sounding words that are disambiguated based on previous training from one or more user utterances; anddisambiguate the first token based on the phoneme confusion matrix.
  • 21. The system of claim 13, wherein the computer system is further programmed to: obtain one or more dynamic data tokens from a dynamic data source; andintegrate the one or more dynamic data tokens with the plurality of tokens from the information domain, wherein the meaning representation is determined based on the integrated dynamic data tokens.
  • 22. The system of claim 21, wherein the plurality of domain tokens are structured into a domain information FST parser that includes at least a first FST path comprising a first set of domain tokens and a second FST path comprising a second set of domain tokens, and wherein to integrate the one or more dynamic data tokens, the computer system is further programmed to: generate a dynamic FST based on the one or more dynamic data tokens; andinsert the dynamic FST into a slot of the domain information FST parser reserved for dynamic data.
  • 23. The system of claim 13, wherein the computer executable action comprises an execution of: a natural language-based search request or a natural language-based command.
  • 24. The system of claim 13, wherein the information domain comprises a plurality of entries of searchable information, and wherein to retrieve the plurality of domain tokens that match the first token, the computer system is further programmed to: determine at least one entry, which includes the plurality of domain tokens, that is likely being searched for based on the first token.
  • 25. The method of claim 1, wherein the first FST path is associated with a first action to be performed and the second FST path is associated with a second action to be performed, the method further comprising: recognizing an action to be performed based on one or more tokens of the one or more words, wherein the first FST path is selected based further on the recognized action to be performed and the first action to be performed.
CROSS REFERENCE TO RELATED APPLICATION

This application claims the benefit of U.S. Provisional Patent Application Ser. No. 62/051,292 filed Sep. 16, 2014 entitled “INTEGRATION OF DOMAIN INFORMATION INTO STATE TRANSITIONS OF A FINITE STATE TRANSDUCER FOR NATURAL LANGUAGE PROCESSING”, the entirety of which is incorporated herein by reference.

US Referenced Citations (899)
Number Name Date Kind
4430669 Cheung Feb 1984 A
4821027 Mallory Apr 1989 A
4829423 Tennant May 1989 A
4887212 Zamora Dec 1989 A
4910784 Doddington Mar 1990 A
5027406 Roberts Jun 1991 A
5155743 Jacobs Oct 1992 A
5164904 Sumner Nov 1992 A
5208748 Flores May 1993 A
5265065 Turtle Nov 1993 A
5274560 LaRue Dec 1993 A
5331554 Graham Jul 1994 A
5357596 Takebayashi Oct 1994 A
5369575 Lamberti Nov 1994 A
5377350 Skinner Dec 1994 A
5386556 Hedin Jan 1995 A
5424947 Nagao Jun 1995 A
5471318 Ahuja Nov 1995 A
5475733 Eisdorfer Dec 1995 A
5479563 Yamaguchi Dec 1995 A
5488652 Bielby Jan 1996 A
5499289 Bruno Mar 1996 A
5500920 Kupiec Mar 1996 A
5517560 Greenspan May 1996 A
5533108 Harris Jul 1996 A
5537436 Bottoms Jul 1996 A
5539744 Chu Jul 1996 A
5557667 Bruno Sep 1996 A
5559864 Kennedy, Jr. Sep 1996 A
5563937 Bruno Oct 1996 A
5577165 Takebayashi Nov 1996 A
5590039 Ikeda Dec 1996 A
5608635 Tamai Mar 1997 A
5615296 Stanford Mar 1997 A
5617407 Bareis Apr 1997 A
5633922 August May 1997 A
5634086 Rtischev May 1997 A
5652570 Lepkofker Jul 1997 A
5675629 Raffel Oct 1997 A
5696965 Dedrick Dec 1997 A
5708422 Blonder Jan 1998 A
5721938 Stuckey Feb 1998 A
5722084 Chakrin Feb 1998 A
5740256 CastelloDaCosta Apr 1998 A
5742763 Jones Apr 1998 A
5748841 Morin May 1998 A
5748974 Johnson May 1998 A
5752052 Richardson May 1998 A
5754784 Garland May 1998 A
5761631 Nasukawa Jun 1998 A
5774841 Salazar Jun 1998 A
5774859 Houser Jun 1998 A
5794050 Dahlgren Aug 1998 A
5794196 Yegnanarayanan Aug 1998 A
5797112 Komatsu Aug 1998 A
5799276 Komissarchik Aug 1998 A
5802510 Jones Sep 1998 A
5829000 Huang Oct 1998 A
5832221 Jones Nov 1998 A
5839107 Gupta Nov 1998 A
5848396 Gerace Dec 1998 A
5855000 Waibel Dec 1998 A
5867817 Catallo Feb 1999 A
5878385 Bralich Mar 1999 A
5878386 Coughlin Mar 1999 A
5892813 Morin Apr 1999 A
5892900 Ginter Apr 1999 A
5895464 Bhandari Apr 1999 A
5895466 Goldberg Apr 1999 A
5897613 Chan Apr 1999 A
5899991 Karch May 1999 A
5902347 Backman May 1999 A
5911120 Jarett Jun 1999 A
5918222 Fukui Jun 1999 A
5926784 Richardson Jul 1999 A
5933822 Braden-Harder Aug 1999 A
5950167 Yaker Sep 1999 A
5953393 Culbreth Sep 1999 A
5960384 Brash Sep 1999 A
5960397 Rahim Sep 1999 A
5960399 Barclay Sep 1999 A
5960447 Holt Sep 1999 A
5963894 Richardson Oct 1999 A
5963940 Liddy Oct 1999 A
5983190 Trower, II Nov 1999 A
5987404 DellaPietra Nov 1999 A
5991721 Asano Nov 1999 A
5995119 Cosatto Nov 1999 A
5995928 Nguyen Nov 1999 A
5995943 Bull Nov 1999 A
6009382 Martino Dec 1999 A
6014559 Amin Jan 2000 A
6018708 Dahan Jan 2000 A
6021384 Gorin Feb 2000 A
6028514 Lemelson Feb 2000 A
6035267 Watanabe Mar 2000 A
6044347 Abella Mar 2000 A
6049602 Foladare Apr 2000 A
6049607 Marash Apr 2000 A
6058187 Chen May 2000 A
6067513 Ishimitsu May 2000 A
6073098 Buchsbaum Jun 2000 A
6076059 Glickman Jun 2000 A
6078886 Dragosh Jun 2000 A
6081774 deHita Jun 2000 A
6085186 Christianson Jul 2000 A
6101241 Boyce Aug 2000 A
6108631 Ruhl Aug 2000 A
6119087 Kuhn Sep 2000 A
6119101 Peckover Sep 2000 A
6122613 Baker Sep 2000 A
6134235 Goldman Oct 2000 A
6144667 Doshi Nov 2000 A
6144938 Surace Nov 2000 A
6154526 Dahlke Nov 2000 A
6160883 Jackson Dec 2000 A
6167377 Gillick Dec 2000 A
6173266 Marx Jan 2001 B1
6173279 Levin Jan 2001 B1
6175858 Bulfer Jan 2001 B1
6185535 Hedin Feb 2001 B1
6188982 Chiang Feb 2001 B1
6192110 Abella Feb 2001 B1
6192338 Haszto Feb 2001 B1
6195634 Dudemaine Feb 2001 B1
6195651 Handel Feb 2001 B1
6199043 Happ Mar 2001 B1
6208964 Sabourin Mar 2001 B1
6208972 Grant Mar 2001 B1
6219346 Maxemchuk Apr 2001 B1
6219643 Cohen Apr 2001 B1
6219645 Byers Apr 2001 B1
6226612 Srenger May 2001 B1
6233556 Teunen May 2001 B1
6233559 Balakrishnan May 2001 B1
6233561 Junqua May 2001 B1
6236968 Kanevsky May 2001 B1
6243679 Mohri Jun 2001 B1
6246981 Papineni Jun 2001 B1
6246990 Happ Jun 2001 B1
6266636 Kosaka Jul 2001 B1
6269336 Ladd Jul 2001 B1
6272455 Hoshen Aug 2001 B1
6272461 Meredith Aug 2001 B1
6275231 Obradovich Aug 2001 B1
6278377 DeLine Aug 2001 B1
6278968 Franz Aug 2001 B1
6286002 Axaopoulos Sep 2001 B1
6288319 Catona Sep 2001 B1
6292767 Jackson Sep 2001 B1
6301560 Masters Oct 2001 B1
6308151 Smith Oct 2001 B1
6311159 VanTichelen Oct 2001 B1
6314402 Monaco Nov 2001 B1
6321196 Franceschi Nov 2001 B1
6356869 Chapados Mar 2002 B1
6362748 Huang Mar 2002 B1
6366882 Bijl Apr 2002 B1
6366886 Dragosh Apr 2002 B1
6374214 Friedland Apr 2002 B1
6374226 Hunt Apr 2002 B1
6377913 Coffman Apr 2002 B1
6381535 Durocher Apr 2002 B1
6385596 Wiser May 2002 B1
6385646 Brown May 2002 B1
6389398 Lustgarten May 2002 B1
6393403 Majaniemi May 2002 B1
6393428 Miller May 2002 B1
6397181 Li May 2002 B1
6404878 Jackson Jun 2002 B1
6405170 Phillips Jun 2002 B1
6408272 White Jun 2002 B1
6411810 Maxemchuk Jun 2002 B1
6411893 Ruhl Jun 2002 B2
6415257 Junqua Jul 2002 B1
6418210 Sayko Jul 2002 B1
6420975 DeLine Jul 2002 B1
6429813 Feigen Aug 2002 B2
6430285 Bauer Aug 2002 B1
6430531 Polish Aug 2002 B1
6434523 Monaco Aug 2002 B1
6434524 Weber Aug 2002 B1
6434529 Walker Aug 2002 B1
6442522 Carberry Aug 2002 B1
6446114 Bulfer Sep 2002 B1
6453153 Bowker Sep 2002 B1
6453292 Ramaswamy Sep 2002 B2
6456711 Cheung Sep 2002 B1
6456974 Baker Sep 2002 B1
6466654 Cooper Oct 2002 B1
6466899 Yano Oct 2002 B1
6470315 Netsch Oct 2002 B1
6487494 Odinak Nov 2002 B2
6487495 Gale Nov 2002 B1
6498797 Anerousis Dec 2002 B1
6499013 Weber Dec 2002 B1
6501833 Phillips Dec 2002 B2
6501834 Milewski Dec 2002 B1
6505155 Vanbuskirk Jan 2003 B1
6510417 Woods Jan 2003 B1
6513006 Howard Jan 2003 B2
6522746 Marchok Feb 2003 B1
6523061 Halverson Feb 2003 B1
6532444 Weber Mar 2003 B1
6539348 Bond Mar 2003 B1
6549629 Finn Apr 2003 B2
6553372 Brassell Apr 2003 B1
6556970 Sasaki Apr 2003 B1
6556973 Lewin Apr 2003 B1
6560576 Cohen May 2003 B1
6560590 Shwe May 2003 B1
6567778 ChaoChang May 2003 B1
6567797 Schuetze May 2003 B1
6567805 Johnson May 2003 B1
6570555 Prevost May 2003 B1
6570964 Murveit May 2003 B1
6571279 Herz May 2003 B1
6574597 Mohri Jun 2003 B1
6574624 Johnson Jun 2003 B1
6578022 Foulger Jun 2003 B1
6581103 Dengler Jun 2003 B1
6584439 Geilhufe Jun 2003 B1
6587858 Strazza Jul 2003 B1
6591185 Polidi Jul 2003 B1
6591239 McCall Jul 2003 B1
6594257 Doshi Jul 2003 B1
6594367 Marash Jul 2003 B1
6598018 Junqua Jul 2003 B1
6601026 Appelt Jul 2003 B2
6601029 Pickering Jul 2003 B1
6604075 Brown Aug 2003 B1
6604077 Dragosh Aug 2003 B2
6606598 Holthouse Aug 2003 B1
6611692 Raffel Aug 2003 B2
6614773 Maxemchuk Sep 2003 B1
6615172 Bennett Sep 2003 B1
6622119 Ramaswamy Sep 2003 B1
6629066 Jackson Sep 2003 B1
6631346 Karaorman Oct 2003 B1
6631351 Ramachandran Oct 2003 B1
6633846 Bennett Oct 2003 B1
6636790 Lightner Oct 2003 B1
6643620 Contolini Nov 2003 B1
6647363 Claassen Nov 2003 B2
6650747 Bala Nov 2003 B1
6658388 Kleindienst Dec 2003 B1
6678680 Woo Jan 2004 B1
6681206 Gorin Jan 2004 B1
6691151 Cheyer Feb 2004 B1
6701294 Ball Mar 2004 B1
6704396 Parolkar Mar 2004 B2
6704576 Brachman Mar 2004 B1
6704708 Pickering Mar 2004 B1
6707421 Drury Mar 2004 B1
6708150 Hirayama Mar 2004 B1
6721001 Berstis Apr 2004 B1
6721633 Funk Apr 2004 B2
6721706 Strubbe Apr 2004 B1
6726636 DerGhazarian Apr 2004 B2
6732088 Glance May 2004 B1
6735592 Neumann May 2004 B1
6739556 Langston May 2004 B1
6741931 Kohut May 2004 B1
6742021 Halverson May 2004 B1
6745161 Arnold Jun 2004 B1
6751591 Gorin Jun 2004 B1
6751612 Schuetze Jun 2004 B1
6754485 Obradovich Jun 2004 B1
6754627 Woodward Jun 2004 B2
6754647 Tackett Jun 2004 B1
6757544 Rangarajan Jun 2004 B2
6757718 Halverson Jun 2004 B1
6785651 Wang Aug 2004 B1
6795808 Strubbe Sep 2004 B1
6801604 Maes Oct 2004 B2
6801893 Backfried Oct 2004 B1
6804330 Jones Oct 2004 B1
6810375 Ejerhed Oct 2004 B1
6813341 Mahoney Nov 2004 B1
6816830 Kempe Nov 2004 B1
6829603 Chai Dec 2004 B1
6832230 Zilliacus Dec 2004 B1
6833848 Wolff Dec 2004 B1
6850603 Eberle Feb 2005 B1
6856990 Barile Feb 2005 B2
6865481 Kawazoe Mar 2005 B2
6868380 Kroeker Mar 2005 B2
6868385 Gerson Mar 2005 B1
6871179 Kist Mar 2005 B1
6873837 Yoshioka Mar 2005 B1
6877001 Wolf Apr 2005 B2
6877134 Fuller Apr 2005 B1
6882970 Garner Apr 2005 B1
6901366 Kuhn May 2005 B1
6910003 Arnold Jun 2005 B1
6912498 Stevens Jun 2005 B2
6915126 Mazzara, Jr. Jul 2005 B2
6928614 Everhart Aug 2005 B1
6934756 Maes Aug 2005 B2
6937977 Gerson Aug 2005 B2
6937982 Kitaoka Aug 2005 B2
6941266 Gorin Sep 2005 B1
6944594 Busayapongchai Sep 2005 B2
6950821 Faybishenko Sep 2005 B2
6954755 Reisman Oct 2005 B2
6959276 Droppo Oct 2005 B2
6961700 Mitchell Nov 2005 B2
6963759 Gerson Nov 2005 B1
6964023 Maes Nov 2005 B2
6968311 Knockeart Nov 2005 B2
6973387 Masclet Dec 2005 B2
6975993 Keiller Dec 2005 B1
6980092 Turnbull Dec 2005 B2
6983055 Luo Jan 2006 B2
6990513 Belfiore Jan 2006 B2
6996531 Korall Feb 2006 B2
7003463 Maes Feb 2006 B1
7016849 Arnold Mar 2006 B2
7020609 Thrift Mar 2006 B2
7024364 Guerra Apr 2006 B2
7027586 Bushey Apr 2006 B2
7027974 Busch Apr 2006 B1
7027975 Pazandak Apr 2006 B1
7035415 Belt Apr 2006 B2
7036128 Julia Apr 2006 B1
7043425 Pao May 2006 B2
7054817 Shao May 2006 B2
7058890 George Jun 2006 B2
7062488 Reisman Jun 2006 B1
7069220 Coffman Jun 2006 B2
7072834 Zhou Jul 2006 B2
7072888 Perkins Jul 2006 B1
7076362 Ohtsuji Jul 2006 B2
7082469 Gold Jul 2006 B2
7085708 Manson Aug 2006 B2
7092928 Elad Aug 2006 B1
7107210 Deng Sep 2006 B2
7107218 Preston Sep 2006 B1
7110951 Lemelson Sep 2006 B1
7127395 Gorin Oct 2006 B1
7127400 Koch Oct 2006 B2
7130390 Abburi Oct 2006 B2
7136875 Anderson Nov 2006 B2
7137126 Coffman Nov 2006 B1
7143037 Chestnut Nov 2006 B1
7143039 Stifelman Nov 2006 B1
7146319 Hunt Dec 2006 B2
7149696 Shimizu Dec 2006 B2
7165028 Gong Jan 2007 B2
7170993 Anderson Jan 2007 B2
7171291 Obradovich Jan 2007 B2
7174300 Bush Feb 2007 B2
7177798 Hsu Feb 2007 B2
7184957 Brookes Feb 2007 B2
7190770 Ando Mar 2007 B2
7197069 Agazzi Mar 2007 B2
7197460 Gupta Mar 2007 B1
7203644 Anderson Apr 2007 B2
7206418 Yang Apr 2007 B2
7207011 Mulvey Apr 2007 B2
7215941 Beckmann May 2007 B2
7228276 Omote Jun 2007 B2
7231343 Treadgold Jun 2007 B1
7236923 Gupta Jun 2007 B1
7254482 Kawasaki Aug 2007 B2
7272212 Eberle Sep 2007 B2
7277854 Bennett Oct 2007 B2
7283829 Christenson Oct 2007 B2
7283951 Marchisio Oct 2007 B2
7289606 Sibal Oct 2007 B2
7299186 Kuzunuki Nov 2007 B2
7301093 Sater Nov 2007 B2
7305381 Poppink Dec 2007 B1
7321850 Wakita Jan 2008 B2
7328155 Endo Feb 2008 B2
7337116 Charlesworth Feb 2008 B2
7340040 Saylor Mar 2008 B1
7366285 Parolkar Apr 2008 B2
7366669 Nishitani Apr 2008 B2
7376645 Bernard May 2008 B2
7386443 Parthasarathy Jun 2008 B1
7398209 Kennewick Jul 2008 B2
7406421 Odinak Jul 2008 B2
7415100 Cooper Aug 2008 B2
7415414 Azara Aug 2008 B2
7421393 DiFabbrizio Sep 2008 B1
7424431 Greene Sep 2008 B2
7447635 Konopka Nov 2008 B1
7451088 Ehlen Nov 2008 B1
7454368 Stillman Nov 2008 B2
7454608 Gopalakrishnan Nov 2008 B2
7461059 Richardson Dec 2008 B2
7472020 Brulle-Drews Dec 2008 B2
7472060 Gorin Dec 2008 B1
7472075 Odinak Dec 2008 B2
7477909 Roth Jan 2009 B2
7478036 Shen Jan 2009 B2
7487088 Gorin Feb 2009 B1
7487110 Bennett Feb 2009 B2
7493259 Jones Feb 2009 B2
7493559 Wolff Feb 2009 B1
7502672 Kolls Mar 2009 B1
7502738 Kennewick Mar 2009 B2
7516076 Walker Apr 2009 B2
7529675 Maes May 2009 B2
7536297 Byrd May 2009 B2
7536374 Au May 2009 B2
7542894 Murata Jun 2009 B2
7546382 Healey Jun 2009 B2
7548491 Macfarlane Jun 2009 B2
7552054 Stifelman Jun 2009 B1
7558730 Davis Jul 2009 B2
7574362 Walker Aug 2009 B2
7577244 Taschereau Aug 2009 B2
7606708 Hwang Oct 2009 B2
7606712 Smith Oct 2009 B1
7620549 DiCristo Nov 2009 B2
7634409 Kennewick Dec 2009 B2
7640006 Portman Dec 2009 B2
7640160 DiCristo Dec 2009 B2
7640272 Mahajan Dec 2009 B2
7672931 Hurst-Hiller Mar 2010 B2
7676365 Hwang Mar 2010 B2
7676369 Fujimoto Mar 2010 B2
7684977 Morikawa Mar 2010 B2
7693720 Kennewick Apr 2010 B2
7697673 Chiu Apr 2010 B2
7706616 Kristensson Apr 2010 B2
7729916 Coffman Jun 2010 B2
7729918 Walker Jun 2010 B2
7729920 Chaar Jun 2010 B2
7734287 Ying Jun 2010 B2
7748021 Obradovich Jun 2010 B2
7788084 Brun Aug 2010 B2
7792257 Vanier Sep 2010 B1
7801731 Odinak Sep 2010 B2
7809570 Kennewick Oct 2010 B2
7818176 Freeman Oct 2010 B2
7831426 Bennett Nov 2010 B2
7831433 Belvin Nov 2010 B1
7856358 Ho Dec 2010 B2
7873519 Bennett Jan 2011 B2
7873523 Potter Jan 2011 B2
7873654 Bernard Jan 2011 B2
7881936 Longe Feb 2011 B2
7890324 Bangalore Feb 2011 B2
7894849 Kass Feb 2011 B2
7902969 Obradovich Mar 2011 B2
7917367 DiCristo Mar 2011 B2
7920682 Byrne Apr 2011 B2
7949529 Weider May 2011 B2
7949537 Walker May 2011 B2
7953732 Frank May 2011 B2
7974875 Quilici Jul 2011 B1
7983917 Kennewick Jul 2011 B2
7984287 Gopalakrishnan Jul 2011 B2
8005683 Tessel Aug 2011 B2
8015006 Kennewick Sep 2011 B2
8024186 De Bonet Sep 2011 B1
8027965 Takehara Sep 2011 B2
8032383 Bhardwaj Oct 2011 B1
8060367 Keaveney Nov 2011 B2
8069046 Kennewick Nov 2011 B2
8073681 Baldwin Dec 2011 B2
8077975 Ma Dec 2011 B2
8082153 Coffman Dec 2011 B2
8086463 Ativanichayaphong Dec 2011 B2
8103510 Sato Jan 2012 B2
8112275 Kennewick Feb 2012 B2
8140327 Kennewick Mar 2012 B2
8140335 Kennewick Mar 2012 B2
8145489 Freeman Mar 2012 B2
8150694 Kennewick Apr 2012 B2
8155962 Kennewick Apr 2012 B2
8170867 Germain May 2012 B2
8180037 Delker May 2012 B1
8195468 Weider Jun 2012 B2
8200485 Lee Jun 2012 B1
8204751 Di Fabbrizio Jun 2012 B1
8219399 Lutz Jul 2012 B2
8219599 Tunstall-Pedoe Jul 2012 B2
8224652 Wang Jul 2012 B2
8255224 Singleton Aug 2012 B2
8326599 Tomeh Dec 2012 B2
8326627 Kennewick Dec 2012 B2
8326634 DiCristo Dec 2012 B2
8326637 Baldwin Dec 2012 B2
8332224 DiCristo Dec 2012 B2
8340975 Rosenberger Dec 2012 B1
8346563 Hjelm Jan 2013 B1
8370147 Kennewick Feb 2013 B2
8447607 Weider May 2013 B2
8447651 Scholl May 2013 B1
8452598 Kennewick May 2013 B2
8503995 Ramer Aug 2013 B2
8509403 Chiu Aug 2013 B2
8515765 Baldwin Aug 2013 B2
8527274 Freeman Sep 2013 B2
8577671 Barve Nov 2013 B1
8589161 Kennewick Nov 2013 B2
8612205 Hanneman Dec 2013 B2
8612206 Chalabi Dec 2013 B2
8620659 DiCristo Dec 2013 B2
8719005 Lee May 2014 B1
8719009 Baldwin May 2014 B2
8719026 Kennewick May 2014 B2
8731929 Kennewick May 2014 B2
8738380 Baldwin May 2014 B2
8849652 Weider Sep 2014 B2
8849670 DiCristo Sep 2014 B2
8849696 Pansari Sep 2014 B2
8849791 Hertschuh Sep 2014 B1
8886536 Freeman Nov 2014 B2
8972243 Strom Mar 2015 B1
8983839 Kennewick Mar 2015 B2
9009046 Stewart Apr 2015 B1
9015049 Baldwin Apr 2015 B2
9037455 Faaborg May 2015 B1
9070366 Mathias Jun 2015 B1
9070367 Hoffmeister Jun 2015 B1
9105266 Baldwin Aug 2015 B2
9171541 Kennewick Oct 2015 B2
9269097 Freeman Feb 2016 B2
9305548 Kennewick Apr 2016 B2
9308445 Merzenich Apr 2016 B1
9406078 Freeman Aug 2016 B2
9443514 Taubman Sep 2016 B1
9502025 Kennewick Nov 2016 B2
20010039492 Nemoto Nov 2001 A1
20010041980 Howard Nov 2001 A1
20010047261 Kassan Nov 2001 A1
20010049601 Kroeker Dec 2001 A1
20010054087 Flom Dec 2001 A1
20020002548 Roundtree Jan 2002 A1
20020007267 Batchilo Jan 2002 A1
20020010584 Schultz Jan 2002 A1
20020015500 Belt Feb 2002 A1
20020022927 Lemelson Feb 2002 A1
20020022956 Ukrainczyk Feb 2002 A1
20020029186 Roth Mar 2002 A1
20020029261 Shibata Mar 2002 A1
20020032752 Gold Mar 2002 A1
20020035501 Handel Mar 2002 A1
20020040297 Tsiao Apr 2002 A1
20020049535 Rigo Apr 2002 A1
20020049805 Yamada Apr 2002 A1
20020059068 Rose May 2002 A1
20020065568 Silfvast May 2002 A1
20020067839 Heinrich Jun 2002 A1
20020069059 Smith Jun 2002 A1
20020069071 Knockeart Jun 2002 A1
20020073176 Ikeda Jun 2002 A1
20020082911 Dunn Jun 2002 A1
20020087312 Lee Jul 2002 A1
20020087326 Lee Jul 2002 A1
20020087525 Abbott Jul 2002 A1
20020107694 Lerg Aug 2002 A1
20020120609 Lang Aug 2002 A1
20020124050 Middeljans Sep 2002 A1
20020133347 Schoneburg Sep 2002 A1
20020133354 Ross Sep 2002 A1
20020133402 Faber Sep 2002 A1
20020135618 Maes Sep 2002 A1
20020138248 Corston-Oliver Sep 2002 A1
20020143532 McLean Oct 2002 A1
20020143535 Kist Oct 2002 A1
20020152260 Chen Oct 2002 A1
20020161646 Gailey Oct 2002 A1
20020161647 Gailey Oct 2002 A1
20020169597 Fain Nov 2002 A1
20020173333 Buchholz Nov 2002 A1
20020173961 Guerra Nov 2002 A1
20020184373 Maes Dec 2002 A1
20020188602 Stubler Dec 2002 A1
20020198714 Zhou Dec 2002 A1
20030005033 Mohan Jan 2003 A1
20030014261 Kageyama Jan 2003 A1
20030016835 Elko Jan 2003 A1
20030036903 Konopka Feb 2003 A1
20030046071 Wyman Mar 2003 A1
20030046281 Son Mar 2003 A1
20030046346 Mumick Mar 2003 A1
20030064709 Gailey Apr 2003 A1
20030065427 Funk Apr 2003 A1
20030069734 Everhart Apr 2003 A1
20030069880 Harrison Apr 2003 A1
20030088421 Maes May 2003 A1
20030093419 Bangalore May 2003 A1
20030097249 Walker May 2003 A1
20030110037 Walker Jun 2003 A1
20030112267 Belrose Jun 2003 A1
20030115062 Walker Jun 2003 A1
20030120493 Gupta Jun 2003 A1
20030135488 Amir Jul 2003 A1
20030144846 Denenberg Jul 2003 A1
20030158731 Falcon Aug 2003 A1
20030161448 Parolkar Aug 2003 A1
20030167167 Gong Sep 2003 A1
20030174155 Weng Sep 2003 A1
20030182132 Niemoeller Sep 2003 A1
20030187643 VanThong Oct 2003 A1
20030204492 Wolf Oct 2003 A1
20030206640 Malvar Nov 2003 A1
20030212550 Ubale Nov 2003 A1
20030212558 Matula Nov 2003 A1
20030212562 Patel Nov 2003 A1
20030225825 Healey Dec 2003 A1
20030233230 Ammicht Dec 2003 A1
20030236664 Sharma Dec 2003 A1
20040006475 Ehlen Jan 2004 A1
20040010358 Oesterling Jan 2004 A1
20040025115 Sienel Feb 2004 A1
20040030741 Wolton Feb 2004 A1
20040036601 Obradovich Feb 2004 A1
20040044516 Kennewick Mar 2004 A1
20040093567 Schabes May 2004 A1
20040098245 Walker May 2004 A1
20040117179 Balasuriya Jun 2004 A1
20040117804 Scahill Jun 2004 A1
20040122673 Park Jun 2004 A1
20040122674 Bangalore Jun 2004 A1
20040133793 Ginter Jul 2004 A1
20040140989 Papageorge Jul 2004 A1
20040143440 Prasad Jul 2004 A1
20040148154 Acero Jul 2004 A1
20040148170 Acero Jul 2004 A1
20040158555 Seedman Aug 2004 A1
20040166832 Portman Aug 2004 A1
20040167771 Duan Aug 2004 A1
20040172247 Yoon Sep 2004 A1
20040172258 Dominach Sep 2004 A1
20040189697 Fukuoka Sep 2004 A1
20040193408 Hunt Sep 2004 A1
20040193420 Kennewick Sep 2004 A1
20040199375 Ehsani Oct 2004 A1
20040199389 Geiger Oct 2004 A1
20040201607 Mulvey Oct 2004 A1
20040205671 Sukehiro Oct 2004 A1
20040243393 Wang Dec 2004 A1
20040243417 Pitts Dec 2004 A9
20040247092 Timmins Dec 2004 A1
20040249636 Applebaum Dec 2004 A1
20050015256 Kargman Jan 2005 A1
20050021331 Huang Jan 2005 A1
20050021334 Iwahashi Jan 2005 A1
20050021470 Martin Jan 2005 A1
20050021826 Kumar Jan 2005 A1
20050033574 Kim Feb 2005 A1
20050033582 Gadd Feb 2005 A1
20050043940 Elder Feb 2005 A1
20050080632 Endo Apr 2005 A1
20050102282 Linden May 2005 A1
20050114116 Fiedler May 2005 A1
20050125232 Gadd Jun 2005 A1
20050131673 Koizumi Jun 2005 A1
20050137850 Odell Jun 2005 A1
20050137877 Oesterling Jun 2005 A1
20050143994 Mori Jun 2005 A1
20050144013 Fujimoto Jun 2005 A1
20050144187 Che Jun 2005 A1
20050149319 Honda Jul 2005 A1
20050216254 Gupta Sep 2005 A1
20050222763 Uyeki Oct 2005 A1
20050234637 Obradovich Oct 2005 A1
20050234727 Chiu Oct 2005 A1
20050246174 DeGolia Nov 2005 A1
20050283364 Longe Dec 2005 A1
20050283532 Kim Dec 2005 A1
20050283752 Fruchter Dec 2005 A1
20060041431 Maes Feb 2006 A1
20060046740 Johnson Mar 2006 A1
20060047509 Ding Mar 2006 A1
20060072738 Louis Apr 2006 A1
20060074670 Weng Apr 2006 A1
20060074671 Farmaner Apr 2006 A1
20060080098 Campbell Apr 2006 A1
20060100851 Schonebeck May 2006 A1
20060106769 Gibbs May 2006 A1
20060129409 Mizutani Jun 2006 A1
20060130002 Hirayama Jun 2006 A1
20060182085 Sweeney Aug 2006 A1
20060206310 Ravikumar Sep 2006 A1
20060217133 Christenson Sep 2006 A1
20060236343 Chang Oct 2006 A1
20060242017 Libes Oct 2006 A1
20060253247 de Silva Nov 2006 A1
20060253281 Letzt Nov 2006 A1
20060285662 Yin Dec 2006 A1
20070011159 Hillis Jan 2007 A1
20070033005 Di Cristo Feb 2007 A1
20070033020 Francois Feb 2007 A1
20070033526 Thompson Feb 2007 A1
20070038436 Cristo Feb 2007 A1
20070038445 Helbing Feb 2007 A1
20070043569 Potter Feb 2007 A1
20070043574 Coffman Feb 2007 A1
20070043868 Kumar Feb 2007 A1
20070050191 Weider Mar 2007 A1
20070050279 Huang Mar 2007 A1
20070055525 Kennewick Mar 2007 A1
20070061067 Zeinstra Mar 2007 A1
20070061735 Hoffberg Mar 2007 A1
20070073544 Millett Mar 2007 A1
20070078708 Yu Apr 2007 A1
20070078709 Rajaram Apr 2007 A1
20070078814 Flowers Apr 2007 A1
20070094003 Huang Apr 2007 A1
20070100797 Thun May 2007 A1
20070112555 Lavi May 2007 A1
20070112630 Lau May 2007 A1
20070118357 Kasravi May 2007 A1
20070124057 Prieto May 2007 A1
20070135101 Ramati Jun 2007 A1
20070146833 Satomi Jun 2007 A1
20070162296 Altberg Jul 2007 A1
20070174258 Jones Jul 2007 A1
20070179778 Gong Aug 2007 A1
20070185859 Flowers Aug 2007 A1
20070186165 Maislos Aug 2007 A1
20070192309 Fischer Aug 2007 A1
20070198267 Jones Aug 2007 A1
20070203699 Nagashima Aug 2007 A1
20070203736 Ashton Aug 2007 A1
20070208732 Flowers Sep 2007 A1
20070214182 Rosenberg Sep 2007 A1
20070250901 McIntire Oct 2007 A1
20070265850 Kennewick Nov 2007 A1
20070266257 Camaisa Nov 2007 A1
20070276651 Bliss Nov 2007 A1
20070294615 Sathe Dec 2007 A1
20070299824 Pan Dec 2007 A1
20080014908 Vasant Jan 2008 A1
20080034032 Healey Feb 2008 A1
20080046311 Shahine Feb 2008 A1
20080059188 Konopka Mar 2008 A1
20080065386 Cross Mar 2008 A1
20080065389 Cross Mar 2008 A1
20080065390 Ativanichayaphong Mar 2008 A1
20080086455 Meisels Apr 2008 A1
20080091406 Baldwin Apr 2008 A1
20080103761 Printz May 2008 A1
20080103781 Wasson May 2008 A1
20080104071 Pragada May 2008 A1
20080109285 Reuther May 2008 A1
20080115163 Gilboa May 2008 A1
20080126091 Clark May 2008 A1
20080133215 Sarukkai Jun 2008 A1
20080140385 Mahajan Jun 2008 A1
20080147396 Wang Jun 2008 A1
20080147410 Odinak Jun 2008 A1
20080147637 Li Jun 2008 A1
20080154604 Sathish Jun 2008 A1
20080162471 Bernard Jul 2008 A1
20080177530 Cross Jul 2008 A1
20080184164 Di Fabbrizio Jul 2008 A1
20080189110 Freeman Aug 2008 A1
20080228496 Yu Sep 2008 A1
20080235023 Kennewick Sep 2008 A1
20080235027 Cross Sep 2008 A1
20080269958 Filev Oct 2008 A1
20080270135 Goel Oct 2008 A1
20080270224 Portman Oct 2008 A1
20080294437 Nakano Nov 2008 A1
20080294994 Kruger Nov 2008 A1
20080306743 Di Fabbrizio Dec 2008 A1
20080319751 Kennewick Dec 2008 A1
20090006077 Keaveney Jan 2009 A1
20090006194 Sridharan Jan 2009 A1
20090018829 Kuperstein Jan 2009 A1
20090024476 Baar Jan 2009 A1
20090030686 Weng Jan 2009 A1
20090052635 Jones Feb 2009 A1
20090055176 Hu Feb 2009 A1
20090067599 Agarwal Mar 2009 A1
20090076827 Bulitta Mar 2009 A1
20090106029 DeLine Apr 2009 A1
20090117885 Roth May 2009 A1
20090144131 Chiu Jun 2009 A1
20090144271 Richardson Jun 2009 A1
20090150156 Kennewick Jun 2009 A1
20090157382 Bar Jun 2009 A1
20090164216 Chengalvarayan Jun 2009 A1
20090171664 Kennewick Jul 2009 A1
20090171912 Nash Jul 2009 A1
20090197582 Lewis Aug 2009 A1
20090216540 Tessel Aug 2009 A1
20090248565 Chuang Oct 2009 A1
20090248605 Mitchell Oct 2009 A1
20090259561 Boys Oct 2009 A1
20090259646 Fujita Oct 2009 A1
20090265163 Li Oct 2009 A1
20090271194 Davis Oct 2009 A1
20090273563 Pryor Nov 2009 A1
20090276700 Anderson Nov 2009 A1
20090287680 Paek Nov 2009 A1
20090299745 Kennewick Dec 2009 A1
20090299857 Brubaker Dec 2009 A1
20090304161 Pettyjohn Dec 2009 A1
20090307031 Winkler Dec 2009 A1
20090313026 Coffman Dec 2009 A1
20090319517 Guha Dec 2009 A1
20100023320 Cristo Jan 2010 A1
20100023331 Duta Jan 2010 A1
20100029261 Mikkelsen Feb 2010 A1
20100036967 Caine Feb 2010 A1
20100049501 Kennewick Feb 2010 A1
20100049514 Kennewick Feb 2010 A1
20100057443 Cristo Mar 2010 A1
20100063880 Atsmon Mar 2010 A1
20100064025 Nelimarkka Mar 2010 A1
20100094707 Freer Apr 2010 A1
20100138300 Wallis Jun 2010 A1
20100145700 Kennewick Jun 2010 A1
20100185512 Borger Jul 2010 A1
20100204986 Kennewick Aug 2010 A1
20100204994 Kennewick Aug 2010 A1
20100217604 Baldwin Aug 2010 A1
20100268536 Suendermann Oct 2010 A1
20100286985 Kennewick Nov 2010 A1
20100299142 Freeman Nov 2010 A1
20100312566 Odinak Dec 2010 A1
20100318357 Istvan Dec 2010 A1
20100331064 Michelstein Dec 2010 A1
20110022393 Waller Jan 2011 A1
20110106527 Chiu May 2011 A1
20110112827 Kennewick May 2011 A1
20110112921 Kennewick May 2011 A1
20110119049 Ylonen May 2011 A1
20110131036 DiCristo Jun 2011 A1
20110131045 Cristo Jun 2011 A1
20110231182 Weider Sep 2011 A1
20110231188 Kennewick Sep 2011 A1
20110238409 Larcheveque Sep 2011 A1
20110307167 Taschereau Dec 2011 A1
20120022857 Baldwin Jan 2012 A1
20120041753 Dymetman Feb 2012 A1
20120046935 Nagao Feb 2012 A1
20120101809 Kennewick Apr 2012 A1
20120101810 Kennewick Apr 2012 A1
20120109753 Kennewick May 2012 A1
20120150620 Mandyam Jun 2012 A1
20120150636 Freeman Jun 2012 A1
20120239498 Ramer Sep 2012 A1
20120240060 Pennington Sep 2012 A1
20120265528 Gruber Oct 2012 A1
20120278073 Weider Nov 2012 A1
20130006734 Ocko Jan 2013 A1
20130054228 Baldwin Feb 2013 A1
20130060625 Davis Mar 2013 A1
20130080177 Chen Mar 2013 A1
20130211710 Kennewick Aug 2013 A1
20130253929 Weider Sep 2013 A1
20130254314 Chow Sep 2013 A1
20130297293 Cristo Nov 2013 A1
20130304473 Baldwin Nov 2013 A1
20130311324 Stoll Nov 2013 A1
20130332454 Stuhec Dec 2013 A1
20130339022 Baldwin Dec 2013 A1
20140006951 Hunter Jan 2014 A1
20140012577 Freeman Jan 2014 A1
20140025371 Min Jan 2014 A1
20140108013 Cristo Apr 2014 A1
20140156278 Kennewick Jun 2014 A1
20140195238 Terao Jul 2014 A1
20140236575 Tur Aug 2014 A1
20140249821 Kennewick Sep 2014 A1
20140249822 Baldwin Sep 2014 A1
20140278413 Pitschel Sep 2014 A1
20140278416 Schuster Sep 2014 A1
20140288934 Kennewick Sep 2014 A1
20140330552 Bangalore Nov 2014 A1
20140365222 Weider Dec 2014 A1
20150019211 Simard Jan 2015 A1
20150019217 Cristo Jan 2015 A1
20150019227 Anandarajah Jan 2015 A1
20150066479 Pasupalak Mar 2015 A1
20150066627 Freeman Mar 2015 A1
20150073910 Kennewick Mar 2015 A1
20150095159 Kennewick Apr 2015 A1
20150142447 Kennewick May 2015 A1
20150170641 Kennewick Jun 2015 A1
20150193379 Mehta Jul 2015 A1
20150199339 Mirkin Jul 2015 A1
20150228276 Baldwin Aug 2015 A1
20150293917 Bufe Oct 2015 A1
20150348544 Baldwin Dec 2015 A1
20150348551 Gruber Dec 2015 A1
20150364133 Freeman Dec 2015 A1
20160049152 Kennewick Feb 2016 A1
20160078482 Kennewick Mar 2016 A1
20160078491 Kennewick Mar 2016 A1
20160078504 Kennewick Mar 2016 A1
20160078773 Carter Mar 2016 A1
20160110347 Kennewick Apr 2016 A1
20160148610 Kennewick May 2016 A1
20160148612 Guo May 2016 A1
20160188292 Carter Jun 2016 A1
20160217785 Kennewick Jul 2016 A1
20160335676 Freeman Nov 2016 A1
Foreign Referenced Citations (35)
Number Date Country
1433554 Jul 2003 CN
1860496 Nov 2006 CN
1320043 Jun 2003 EP
1646037 Apr 2006 EP
H08263258 Oct 1996 JP
H11249773 Sep 1999 JP
2001071289 Mar 2001 JP
2006146881 Jun 2006 JP
2008027454 Feb 2008 JP
2008058465 Mar 2008 JP
2008139928 Jun 2008 JP
2011504304 Feb 2011 JP
2012518847 Aug 2012 JP
9946763 Sep 1999 WO
0021232 Jan 2000 WO
0046792 Jan 2000 WO
0171609 Sep 2001 WO
0178065 Oct 2001 WO
2004072954 Jan 2004 WO
2005010702 Feb 2005 WO
2007019318 Jan 2007 WO
2007021587 Jan 2007 WO
2007027546 Jan 2007 WO
2007027989 Jan 2007 WO
2008098039 Jan 2008 WO
2008118195 Jan 2008 WO
2009075912 Jan 2009 WO
2009145796 Jan 2009 WO
2009111721 Sep 2009 WO
2010096752 Jan 2010 WO
2016044290 Mar 2016 WO
2016044316 Mar 2016 WO
2016044319 Mar 2016 WO
2016044321 Mar 2016 WO
2016061309 Apr 2016 WO
Non-Patent Literature Citations (22)
Entry
“Statement in Accordance with the Notice from the European Patent Office” dated Oct. 1, 2007 Concerning Business Methods (OJ EPO Nov. 2007, 592-593), XP002456252.
Arrington, Michael, “Google Redefines GPS Navigation Landscape: Google Maps Navigation for Android 2.0”, TechCrunch, printed from the Internet <http://www.techcrunch.com/2009/10/28/google-redefines-car-gps-navigation-google-maps-navigation-android/>, Oct. 28, 2009, 4 pages.
Bazzi, Issam et al., “Heterogeneous Lexical Units for Automatic Speech Recognition: Preliminary Investigations”, Proceedings of the IEEE International Conference on Acoustics, Speech, and Signal Processing, vol. 3, Jun. 5-9, 2000, XP010507574, pp. 1257-1260.
Belvin, Robert, et al., “Development of the HRL Route Navigation Dialogue System”, Proceedings of the First International Conference on Human Language Technology Research, San Diego, 2001, pp. 1-5.
Chai et al., “MIND: A Semantics-Based Multimodal Interpretation Framework for Conversational Systems”, Proceedings of the International CLASS Workshop on Natural, Intelligent and Effective Interaction in Multimodal Dialogue Systems, Jun. 2002, pp. 37-46.
Cheyer et al., “Multimodal Maps: An Agent-Based Approach”, International Conference on Cooperative Multimodal Communication (CMC/95), May 24-26, 1995, pp. 111-121.
El Meliani et al., “A Syllabic-Filler-Based Continuous Speech Recognizer for Unlimited Vocabulary”, Canadian Conference on Electrical and Computer Engineering, vol. 2, Sep. 5-8, 1995, pp. 1007-1010.
Elio et al., “On Abstract Task Models and Conversation Policies” in Workshop on Specifying and Implementing Conversation Policies, Autonomous Agents '99, Seattle, 1999, 10 pages.
Kirchhoff, Katrin, “Syllable-Level Desynchronisation of Phonetic Features for Speech Recognition”, Proceedings of the Fourth International Conference on Spoken Language, 1996, ICSLP 96, vol. 4, IEEE, 1996, 3 pages.
Kuhn, Thomas, et al., “Hybrid In-Car Speech Recognition for Mobile Multimedia Applications”, Vehicular Technology Conference, IEEE, Jul. 1999, pp. 2009-2013.
Lin, Bor-shen, et al., “A Distributed Architecture for Cooperative Spoken Dialogue Agents with Coherent Dialogue State and History”, ASRU'99, 1999, 4 pages.
Lind, R., et al., The Network Vehicle—A Glimpse into the Future of Mobile Multi-Media, IEEE Aerosp. Electron. Systems Magazine, vol. 14, No. 9, Sep. 1999, pp. 27-32.
Mao, Mark Z., “Automatic Training Set Segmentation for Multi-Pass Speech Recognition”, Department of Electrical Engineering, Stanford University, CA, copyright 2005, IEEE, pp. I-685 to I-688.
O'Shaughnessy, Douglas, “Interacting with Computers by Voice: Automatic Speech Recognition and Synthesis”, Proceedings of the IEEE, vol. 91, No. 9, Sep. 1, 2003, XP011100665. pp. 1272-1305.
Reuters, “IBM to Enable Honda Drivers to Talk to Cars”, Charles Schwab & Co., Inc., Jul. 28, 2002, 1 page.
Turunen, “Adaptive Interaction Methods in Speech User Interfaces”, Conference on Human Factors in Computing Systems, Seattle, Washington, 2001, pp. 91-92.
Vanhoucke, Vincent, “Confidence Scoring and Rejection Using Multi-Pass Speech Recognition”, Nuance Communications, Menlo Park, CA, 2005, 4 pages.
Weng, Fuliang, et al., “Efficient Lattice Representation and Generation”, Speech Technology and Research Laboratory, SRI International, Menlo Park, CA, 1998, 4 pages.
Wu, Su-Lin, et al., “Incorporating Information from Syllable-Length Time Scales into Automatic Speech Recognition”, Proceedings of the 1998 IEEE International Conference on Acoustics, Speech and Signal Processing, 1998, vol. 2, IEEE, 1998, 4 pages.
Wu, Su-Lin, et al., “Integrating Syllable Boundary Information into Speech Recognition”, IEEE International Conference on Acoustics, Speech, and Signal Processing, ICASSP-97, 1997, vol. 2, IEEE, 1997, 4 pages.
Zhao, Yilin, “Telematics: Safe and Fun Driving”, IEEE Intelligent Systems, vol. 17, Issue 1, 2002, pp. 10-14.
Davis, Z., et al., A Personal Handheld Multi-Modal Shopping Assistant, IEEE, 2006, 9 pages.
Related Publications (1)
Number Date Country
20160188573 A1 Jun 2016 US
Provisional Applications (1)
Number Date Country
62051292 Sep 2014 US