Adaptation of a language model may be based on a user's historic inputs to a speech recognition algorithm. Conventional language model adaptation has been used in desktop dictation and other applications that can accumulate a significant amount of user historic voice input and related text, with or without supervision. However, this approach allows for only limited accuracy gain in tasks where large amounts of prior history are unavailable, such as voice search tasks.
This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter. Nor is this Summary intended to be used to limit the claimed subject matter's scope.
Query history expansion may be provided. Upon receiving a spoken query from a user, an adapted language model may be applied to convert the spoken query to text. The adapted language model may comprise a plurality of queries interpolated from the user's previous queries and queries associated with other users. The spoken query may be executed and the results of the spoken query may be provided to the user.
Both the foregoing general description and the following detailed description provide examples and are explanatory only. Accordingly, the foregoing general description and the following detailed description should not be considered to be restrictive. Further, features or variations may be provided in addition to those set forth herein. For example, embodiments may be directed to various feature combinations and sub-combinations described in the detailed description.
The accompanying drawings, which are incorporated in and constitute a part of this disclosure, illustrate various embodiments of the present invention. In the drawings:
The following detailed description refers to the accompanying drawings. Wherever possible, the same reference numbers are used in the drawings and the following description to refer to the same or similar elements. While embodiments of the invention may be described, modifications, adaptations, and other implementations are possible. For example, substitutions, additions, or modifications may be made to the elements illustrated in the drawings, and the methods described herein may be modified by substituting, reordering, or adding stages to the disclosed methods. Accordingly, the following detailed description does not limit the invention.
For a voice search application, a user's historic search queries, including both voice and text requests, may be used to create an adaptation data set that includes not only the historic search queries themselves but also other queries considered relevant for the original historic queries. The augmentation of the original query set may be performed, for example, by leveraging the user-query association data to either incorporate historic queries from other users who share some commonality with the target user and/or to identify a cluster of users that the target user is similar to and adopt the pooled adaptation model from those users in the cluster. For a second example, the query-click association data may be leveraged to identify all other queries that share the same click URLs with a user's historic queries and/or other queries that are within a certain distance from the historic queries in a query-click graph. A query-click graph may comprise a bipartite graph with queries on one side and clicked documents on the other. A user's query may be associated with a document, which may be represented by a uniform resource locator (URL), if the querying user selects that link. Yet another example may comprise selecting queries from a large set of general search queries that are similar to the user's historic queries in terms of lexical match, word and phrase class match, and/or match in some latent attributes such as query topics.
Method 200 may then advance to stage 215 where computing device 300 may create an adaptation data set associated with the user according to the plurality of previous queries. For example, SLU module 120 may use the previous queries in a language model as training data to aid in converting new queries received from the user to text. Upon receiving a query such as “weather in Seattle,” the language model may enable SLU module 120 to convert the query to text with greater accuracy and/or confidence by recognizing that the same query has been received before.
Method 200 may then advance to stage 220 where computing device 300 may expand the adaptation data set by adding additional queries from other users. For example, queries may be added from users who share at least one common characteristic with the user, where each of the new queries comprises a lexical similarity to at least one of the user's previous queries, and/or where each of the new queries is associated with the same web link result as one of the user's previous search queries.
Method 200 may then advance to stage 225 where computing device 300 may interpolate the user's previous queries and the queries from the other users into the adaptation data set for a personalized language model. For example, duplicate entries may be recognized and weighted more heavily as being more likely to occur.
Method 200 may then advance to stage 230 where computing device 300 may process queries from the user according to the adapted data set. For example, upon receiving a new search query spoken by the user, SLU 120 may convert the search query to text according to the personalized language model, execute the converted query, and provide at least one result of the executed query to the user. Method 200 may then end at stage 240.
An embodiment consistent with the invention may comprise a system for providing query history expansion. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to receive a spoken query from a user apply an adapted language model to convert the spoken query to text, execute the spoken query, and provide at least one result of the spoken query to the user.
Another embodiment consistent with the invention may comprise a system for providing query history expansion. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to receive a plurality of previous queries associated with a user, retrieve a second plurality of previous queries associated with a plurality of other users, interpolate at least a subset of the second plurality of previous queries with the plurality of previous queries associated with the user, create an adapted language model according to the interpolated queries, receive a new query from the user, and convert the new query into a text string according to the adapted language model. The converted query may then be provided to a spoken language understanding (SLU) application that may, for example, process the query and return a plurality of search results to the user. The processing unit may be further operative to annotate each of the second plurality of queries and each of the plurality of previous queries associated with the user and select the at least a subset of the second plurality of previous queries for interpolation according to a common annotation between at least one of the second plurality of previous queries and at least one of the plurality of queries associated with the user. For example, the user may be associated with a previous query of “weather in San Francisco.” Such a query may be annotated, such as with XML tags, as “weather in <city>San Francisco</city>.” A query among the other users' queries may comprise “weather in Seattle,” which may be annotated as “weather in <city>Seattle</city>.” This may permit the system to match the two queries by their similar tags, and may enable the system to expand the interpolated query set according to latent attributes such as the topics of the queries even where the literal subjects (e.g., Seattle and San Francisco) are not lexically similar.
Yet another embodiment consistent with the invention may comprise a system for providing query history expansion. The system may comprise a memory storage and a processing unit coupled to the memory storage. The processing unit may be operative to collect a plurality of previous search queries associated with a user and expand the adaptation data set by adding a plurality of historical queries from a plurality of users, wherein the plurality of users share at least one common characteristic with the user, adding a second plurality of queries, wherein each of the second the plurality of queries comprises a lexical similarity to at least one of the previous search queries associated with the user, and adding a third plurality of queries, wherein each of the third plurality of historical queries is associated with a web link result, wherein each web link result is further associated with at least one of the plurality of previous search queries. The processing unit may be further operative to interpolate each of the plurality of previous search queries, the plurality of historical queries, the second plurality of queries, and the third plurality of queries into an adaptation data set for a personalized language model and, upon receiving a new search query spoken by the user, convert the search query to text according to the personalized language model, execute the converted query, and provide at least one result of the executed query to the user.
The embodiments and functionalities described herein may operate via a multitude of computing systems, including wired and wireless computing systems, mobile computing systems (e.g., mobile telephones, tablet or slate type computers, laptop computers, etc.). In addition, the embodiments and functionalities described herein may operate over distributed systems, where application functionality, memory, data storage and retrieval and various processing functions may be operated remotely from each other over a distributed computing network, such as the Internet or an intranet. User interfaces and information of various types may be displayed via on-board computing device displays or via remote display units associated with one or more computing devices. For example user interfaces and information of various types may be displayed and interacted with on a wall surface onto which user interfaces and information of various types are projected. Interaction with the multitude of computing systems with which embodiments of the invention may be practiced include, keystroke entry, touch screen entry, voice or other audio entry, gesture entry where an associated computing device is equipped with detection (e.g., camera) functionality for capturing and interpreting user gestures for controlling the functionality of the computing device, and the like.
With reference to
Computing device 300 may have additional features or functionality. For example, computing device 300 may also include additional data storage devices (removable and/or non-removable) such as, for example, magnetic disks, optical disks, or tape. Such additional storage is illustrated in
The term computer readable media as used herein may include computer storage media. Computer storage media may include volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. System memory 304, removable storage 309, and non-removable storage 310 are all computer storage media examples (i.e., memory storage.) Computer storage media may include, but is not limited to, RAM, ROM, electrically erasable read-only memory (EEPROM), flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store information and which can be accessed by computing device 300. Any such computer storage media may be part of device 300. Computing device 300 may also have input device(s) 312 such as a keyboard, a mouse, a pen, a sound input device, a touch input device, etc. Output device(s) 314 such as a display, speakers, a printer, etc. may also be included. The aforementioned devices are examples and others may be used.
The term computer readable media as used herein may also include communication media. Communication media may be embodied by computer readable instructions, data structures, program modules, or other data in a modulated data signal, such as a carrier wave or other transport mechanism, and includes any information delivery media. The term “modulated data signal” may describe a signal that has one or more characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media may include wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, radio frequency (RF), infrared, and other wireless media.
As stated above, a number of program modules and data files may be stored in system memory 304, including operating system 305. While executing on processing unit 302, programming modules 306 (e.g., Spoken Language Understanding module 120) may perform processes and/or methods as described above. The aforementioned process is an example, and processing unit 302 may perform other processes. Other programming modules that may be used in accordance with embodiments of the present invention may include electronic mail and contacts applications, word processing applications, spreadsheet applications, database applications, slide presentation applications, drawing or computer-aided application programs, etc.
Generally, consistent with embodiments of the invention, program modules may include routines, programs, components, data structures, and other types of structures that may perform particular tasks or that may implement particular abstract data types. Moreover, embodiments of the invention may be practiced with other computer system configurations, including hand-held devices, multiprocessor systems, microprocessor-based or programmable consumer electronics, minicomputers, mainframe computers, and the like. Embodiments of the invention may also be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
Furthermore, embodiments of the invention may be practiced in an electrical circuit comprising discrete electronic elements, packaged or integrated electronic chips containing logic gates, a circuit utilizing a microprocessor, or on a single chip containing electronic elements or microprocessors. Embodiments of the invention may also be practiced using other technologies capable of performing logical operations such as, for example, AND, OR, and NOT, including but not limited to mechanical, optical, fluidic, and quantum technologies. In addition, embodiments of the invention may be practiced within a general purpose computer or in any other circuits or systems.
Embodiments of the invention, for example, may be implemented as a computer process (method), a computing system, or as an article of manufacture, such as a computer program product or computer readable media. The computer program product may be a computer storage media readable by a computer system and encoding a computer program of instructions for executing a computer process. The computer program product may also be a propagated signal on a carrier readable by a computing system and encoding a computer program of instructions for executing a computer process. Accordingly, the present invention may be embodied in hardware and/or in software (including firmware, resident software, micro-code, etc.). In other words, embodiments of the present invention may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. A computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
The computer-usable or computer-readable medium may be, for example but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. More specific computer-readable medium examples (a non-exhaustive list), the computer-readable medium may include the following: an electrical connection having one or more wires, a portable computer diskette, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, and a portable compact disc read-only memory (CD-ROM). Note that the computer-usable or computer-readable medium could even be paper or another suitable medium upon which the program is printed, as the program can be electronically captured, via, for instance, optical scanning of the paper or other medium, then compiled, interpreted, or otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
Embodiments of the invention may be practiced via a system-on-a-chip (SOC) where each or many of the components illustrated in
Embodiments of the present invention, for example, are described above with reference to block diagrams and/or operational illustrations of methods, systems, and computer program products according to embodiments of the invention. The functions/acts noted in the blocks may occur out of the order as shown in any flowchart. For example, two blocks shown in succession may in fact be executed substantially concurrently or the blocks may sometimes be executed in the reverse order, depending upon the functionality/acts involved.
While certain embodiments of the invention have been described, other embodiments may exist. Furthermore, although embodiments of the present invention have been described as being associated with data stored in memory and other storage mediums, data can also be stored on or read from other types of computer-readable media, such as secondary storage devices, like hard disks, floppy disks, or a CD-ROM, a carrier wave from the Internet, or other forms of RAM or ROM. Further, the disclosed methods' stages may be modified in any manner, including by reordering stages and/or inserting or deleting stages, without departing from the invention.
All rights including copyrights in the code included herein are vested in and the property of the Applicants. The Applicants retain and reserve all rights in the code included herein, and grant permission to reproduce the material only in connection with reproduction of the granted patent and for no other purpose.
While certain embodiments of the invention have been described, other embodiments may exist. While the specification includes examples, the invention's scope is indicated by the following claims. Furthermore, while the specification has been described in language specific to structural features and/or methodological acts, the claims are not limited to the features or acts described above. Rather, the specific features and acts described above are disclosed as example for embodiments of the invention.
Number | Name | Date | Kind |
---|---|---|---|
6226361 | Koyama | May 2001 | B1 |
6484136 | Kanevsky et al. | Nov 2002 | B1 |
7672931 | Hurst-Hiller et al. | Mar 2010 | B2 |
7788099 | Haubold et al. | Aug 2010 | B2 |
7953746 | Garg et al. | May 2011 | B1 |
8131540 | Marchisio et al. | Mar 2012 | B2 |
8209178 | Talbot et al. | Jun 2012 | B1 |
8214210 | Woods | Jul 2012 | B1 |
8341142 | Sejnoha et al. | Dec 2012 | B2 |
8429146 | Shen et al. | Apr 2013 | B2 |
8447608 | Chang et al. | May 2013 | B1 |
8521526 | Lloyd et al. | Aug 2013 | B1 |
8630860 | Zhang et al. | Jan 2014 | B1 |
8914286 | Secker-Walker et al. | Dec 2014 | B1 |
20050015368 | Payton et al. | Jan 2005 | A1 |
20050165602 | Cote et al. | Jul 2005 | A1 |
20060015341 | Baker | Jan 2006 | A1 |
20060190253 | Hakkani-Tur et al. | Aug 2006 | A1 |
20060290535 | Thiesson et al. | Dec 2006 | A1 |
20070106685 | Houh et al. | May 2007 | A1 |
20070150856 | Warner et al. | Jun 2007 | A1 |
20070208719 | Tran | Sep 2007 | A1 |
20070219779 | Kojima | Sep 2007 | A1 |
20070233487 | Cohen et al. | Oct 2007 | A1 |
20080071533 | Cave et al. | Mar 2008 | A1 |
20080153465 | Evermann et al. | Jun 2008 | A1 |
20080154612 | Evermann et al. | Jun 2008 | A1 |
20080288465 | Payton et al. | Nov 2008 | A1 |
20090006345 | Platt et al. | Jan 2009 | A1 |
20090030688 | Cerra et al. | Jan 2009 | A1 |
20090030697 | Cerra et al. | Jan 2009 | A1 |
20090037398 | Horvitz et al. | Feb 2009 | A1 |
20090055380 | Peng et al. | Feb 2009 | A1 |
20090119256 | Waters et al. | May 2009 | A1 |
20090287626 | Paek et al. | Nov 2009 | A1 |
20090292540 | Liu et al. | Nov 2009 | A1 |
20100070263 | Goto et al. | Mar 2010 | A1 |
20100185448 | Meisel | Jul 2010 | A1 |
20100241418 | Maeda et al. | Sep 2010 | A1 |
20100324901 | Carter et al. | Dec 2010 | A1 |
20110066634 | Phillips et al. | Mar 2011 | A1 |
20110099013 | Melamed et al. | Apr 2011 | A1 |
20110153324 | Ballinger et al. | Jun 2011 | A1 |
20110213761 | Song et al. | Sep 2011 | A1 |
20110295854 | Chiticariu et al. | Dec 2011 | A1 |
20120029910 | Medlock et al. | Feb 2012 | A1 |
20120047135 | Hansson et al. | Feb 2012 | A1 |
20120054171 | Gosset et al. | Mar 2012 | A1 |
20120101817 | Mocenigo et al. | Apr 2012 | A1 |
20120143605 | Thorsen et al. | Jun 2012 | A1 |
20120143858 | Vaananen | Jun 2012 | A1 |
20120232885 | Barbosa et al. | Sep 2012 | A1 |
20120232902 | Bocchieri et al. | Sep 2012 | A1 |
20120259636 | Sejnoha et al. | Oct 2012 | A1 |
20130018865 | Regan et al. | Jan 2013 | A1 |
20130019202 | Regan et al. | Jan 2013 | A1 |
20130080423 | Parikh et al. | Mar 2013 | A1 |
20130086029 | Hebert | Apr 2013 | A1 |
20130346077 | Mengibar et al. | Dec 2013 | A1 |
20150100314 | Phillips et al. | Apr 2015 | A1 |
Entry |
---|
Xu, et al., Proceedings entitled “Semantic Class Induction for Language Model Adaptation in a Chinese Voice Search System,” Published Jun. 27, 2010, and presented at the 2010 International Conference on Electrical and Control Engineering (ICECE); pp. 1872-1875; 4 pages. |
Franz, et al., Abstract entitled “Searching the Web by Voice,” retrieved Jul. 14, 2011; 5 pages. |
Furui, Sadaoki. Proceedings entitled “Automatic Speech Recognition and its Application to Information Extraction” Published Jun. 26, 1999, and presented at the 37th Meeting of ACL; pp. 11-20; 10 pages. |
Number | Date | Country | |
---|---|---|---|
20130080162 A1 | Mar 2013 | US |