WO2007025148A2 - Method and system for processing ambiguous, multi-term search queries - Google Patents

Method and system for processing ambiguous, multi-term search queries Download PDF

Info

Publication number
WO2007025148A2
WO2007025148A2 PCT/US2006/033257 US2006033257W WO2007025148A2 WO 2007025148 A2 WO2007025148 A2 WO 2007025148A2 US 2006033257 W US2006033257 W US 2006033257W WO 2007025148 A2 WO2007025148 A2 WO 2007025148A2
Authority
WO
WIPO (PCT)
Prior art keywords
search query
items
user
descriptors
server
Prior art date
Application number
PCT/US2006/033257
Other languages
French (fr)
Other versions
WO2007025148A3 (en
Inventor
Sashikumar Venkataraman
Rakesh Barve
Pankaj Garg
Pranav Rajanala
Murali Aravamudan
Ajit Rajasekharan
Original Assignee
Veveo, Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US11/235,928 external-priority patent/US7788266B2/en
Priority claimed from US11/312,908 external-priority patent/US7779011B2/en
Application filed by Veveo, Inc. filed Critical Veveo, Inc.
Publication of WO2007025148A2 publication Critical patent/WO2007025148A2/en
Publication of WO2007025148A3 publication Critical patent/WO2007025148A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/02Input arrangements using manually operated switches, e.g. using keyboards or dials
    • G06F3/023Arrangements for converting discrete items of information into a coded form, e.g. arrangements for interpreting keyboard generated codes as alphanumeric codes, operand codes or instruction codes
    • G06F3/0233Character input methods
    • G06F3/0237Character input methods using prediction or retrieval techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/332Query formulation
    • G06F16/3322Query formulation using system suggestions

Definitions

  • the present invention generally relates to processing search queries and, more particularly, to methods and systems for processing ambiguous, reduced text, multi-term search queries.
  • FIGURE 1 illustrates a common twelve-key keypad interface found in many cell phones and other mobile devices, and also increasingly in television remote control devices.
  • the keypad 10 includes twelve keys 12, most of which are overloaded with multiple alpha-numeric characters or functions. The same key can be used to enter different characters. For instance, the "2" key can be used to enter the number “2" and the letters "A", "B” and "C”. Text entry using such a keypad with overloaded keys can result in an ambiguous text entry, which requires some type of a disambiguation action.
  • a user can press a particular key multiple times in quick succession to select a desired character (e.g., to choose "B", the user would press the "2" key twice quickly, and to choose "C", the user would press the key three times).
  • text entry can be performed using T9 and other text input mechanisms that provide vocabulary based completion choices for each word entered. Neither of these methods is however particularly useful for performing searches because of the number of steps needed to get to the result.
  • One deficiency of the multi-press interface is that too many key strokes are needed.
  • a drawback of applying a vocabulary based word completion interface is the need for the additional step of making a choice from a list of all possible word matches generated by the ambiguous text input.
  • vocabulary based word disambiguation systems are designed typically for composition applications (as opposed to search applications) where user explicitly disambiguates each word by performing a word completion action to resolve that word before proceeding to the next word in the composition.
  • a method and system are provided of processing a search query entered by a user of a device having a text input interface with overloaded keys.
  • the search query is directed at identifying an item from a set of items. Each of the items has one or more associated descriptors.
  • the system receives from the user an ambiguous search query directed at identifying a desired item.
  • the search query comprises a prefix substring of each of at least two words relating to the desired item.
  • the system dynamically identifies a group of one or more items from the set of items having one or more descriptors matching the search query as the user enters each character of the search query.
  • the system outputs identification of the one or more items of the identified group to be displayed on the device operated by the user.
  • FIGURE 1 illustrates a keypad with overloaded keys in accordance with the prior art.
  • FIGURE 2 illustrates a search system in accordance with one or more embodiments of the invention.
  • FIGURE 3 illustrates various device configuration options for a device for performing searches in accordance with one or more embodiments of the invention.
  • FIGURE 4 is a flow chart illustrating a method for finding results with reduced text entry using an overloaded keypad in accordance with one or more embodiments of the invention.
  • FIGURE 5 illustrates a many-to-many mapping of terms to the numeric equivalents.
  • FIGURE 6 illustrates the two different couplings between multiple terms in a query.
  • FIGURE 7 illustrates a data structure for retrieving results incrementally for each character input using the many-to-many mapping scheme in accordance with one or more embodiments of the invention.
  • FIGURES 8A to 8C illustrate the incremental results retrieved when a user enters characters in a search query in accordance with one or more embodiments of the invention.
  • a search query entered by a user of a device having a text input interface with overloaded keys.
  • the search query is directed at identifying an item from a set of items.
  • Each of the items has one or more associated descriptors.
  • the descriptors can include words in the name of the item or other information relating to the item.
  • the item can be a television content item such as a movie, and the descriptors can be information on the title of the movie, the cast, directors, and other keywords and descriptions of the movie.
  • the search query comprises a prefix substring of each of at least two words relating to the desired item.
  • a prefix substring of a word is a variable length string of characters that contains fewer than all the characters making up the word.
  • the system dynamically identifies a group of one or more items from the set of items having one or more descriptors matching the search query as the user enters each character of the search query.
  • the group of the one or more items is displayed on the device operated by the user.
  • the items are preferably displayed in an order of expected interest to the user.
  • the search space is initially indexed by performing a many-to- many mapping from the alphanumeric space of terms to numeric strings corresponding to the various prefixes of each alphanumeric term constituting the query string.
  • each alphanumeric character in the string is replaced by its corresponding numeric equivalent based on, e.g., the arrangement of characters on the commonly used twelve-key reduced keypad shown in FIGURE 1.
  • This mapping scheme enables the system in accordance with one or more embodiments to incrementally retrieve results matching the ambiguous alphanumeric input query, as the user types in each character of the query.
  • the user does not have to explicitly specify the termination of each term to assist the system in disambiguating the input query; instead, the user only enters an input query that includes prefix substrings from multiple terms.
  • the system can leverage off the multiple term prefixes to disambiguate it.
  • the multiple term prefix based disambiguation method in accordance with one or more embodiments of the invention reduces the amount of text and steps needed to enter a multiple term input query and retrieve results.
  • search techniques described herein including, e.g., assisting television viewers in identifying desired television content items and channels, and assisting users of mobile devices such as cell phones and PDAs in performing searches for items in various databases (e.g., performing searches in directories of people or businesses, and searching for and purchasing products/services like airline tickets).
  • television content items can include a wide variety of video/audio content including, but not limited to, television shows, movies, music videos, or any other identifiable content that can be selected by a television viewer. Searching for television content items can be performed across disparate content sources including, but not limited to, broadcast television, VOD, IPTV, and PVR (local and network).
  • FIGURE 2 schematically illustrates an overall system for performing searches with reduced text entry using various devices in accordance with one or more embodiments of the invention.
  • the system includes a server farm or system 202, a network 204, and a variety of devices 206, 208, 210 operated by users with text input interfaces.
  • the server 202 processes search queries received from the user devices 206, 208, 210. In other embodiments, the search queries are processed on the devices themselves.
  • the server 202 can be the source of search data and relevance updates. If part of a television system, the server 202 can also be the source of or be linked to a source of at least some of the available television content (e.g., a cable or satellite television operator).
  • the network 204 functions as the distribution framework for transmitting data from the server 202 to the devices operated by the users.
  • the distribution network 204 could be wired or wireless connections or some combination thereof. Examples of possible networks include computer networks, cable television networks, satellite television networks, IP-based television networks, and mobile communications networks (such as, e.g., wireless CDMA and GSM networks).
  • the search devices could have a wide range of interface capabilities.
  • a device e.g., could be a hand-held mobile communications device 206 such as a phone or PDA having a limited display size and a reduced keypad with overloaded keys.
  • Another type of search device is a television system 207 with a remote control device 208 having an overloaded keypad.
  • Another possible search device is a Personal Computer (PC) 210 with a full or reduced keyboard and a computer display.
  • PC Personal Computer
  • FIGURE 3 illustrates multiple exemplary configurations for search devices in accordance with various embodiments of the invention.
  • a search device e.g., PC 2
  • a device configuration for a device such as the hand-held device 206 might not include local persistent storage 312.
  • the device 206 could have remote connectivity 310 to submit the query to the server 202 and retrieve results from it.
  • Another configuration of the devices 206, 208, 210 may not have remote connectivity 310.
  • the search database may be locally resident on a local persistent storage 312.
  • the persistent storage 312 may be, e.g., a removable storage element such as SD, SmartMedia, CompactFlash card etc.
  • the device may use the remote connectivity for search relevance data update or for the case where the search database is distributed on the local storage 312 and on the server 202.
  • a preferred configuration in a memory constrained device is the search data residing remotely on a server. Unlike composition applications where the "most frequently used or popular terms space" are small in size and can be maintained in a local vocabulary, search spaces are typically larger inherently because people instinctively use "unique word signatures" to recall a document of interest.
  • a television system 207 may have a set-top box or other device with a one-way link to a satellite network.
  • all search data including relevance updates may be downloaded to the device through a satellite link to perform local searching.
  • the set-top box preferably has sufficient storage capacity to maintain search spaces locally. Local storage is preferably large in this case to circumvent the deficiency of a one-way link.
  • FIGURE 4 illustrates a search process in accordance with one or more embodiments of the invention.
  • the user enters a character using an ambiguous text input interface, e.g., using a keypad with overloaded keys where a single key press is performed for each character entered.
  • an incremental search system determines and displays results that match the input character entered at 402. Since the input is ambiguous, the match of results would include the matches for all the ambiguous input characters represented by the single key press. To address this increased set of matches, an ordering scheme is preferably used to order the results to improve accessibility to results expected to be more of interest to the user.
  • the ordering of results can be based on a variety of criteria including, e.g., temporal relevance, location relevance, popularity and personal preferences (that may have been determined implicitly or explicitly) or some combination of these criteria.
  • temporal relevance can be used to favor programs whose timing may be more of interest to the viewer. For example, if the user entered NBA, then the system would list the games in order of temporal relevance such as those in progress or are scheduled to begin in the near future are listed at the higher on the list.
  • the popularity criterion can be used to favor programs or channels that are more popular than others.
  • the personal preference criterion can be used to favor programs or channels that the user has indicated preference for in prior user selections.
  • CNBC cerebral abscess ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇ ⁇
  • the ordering criteria can give preference to the results matching the search query based on a lexical match of the type of query input, e.g., in the following order of preference: single term prefixes, multiple term prefixes, and lastly abbreviation matches.
  • step 404 the system will perform the search based on the cumulative substring of characters of the search query entered by the user up to that point.
  • FIGURE 5 illustrates an example of the many-to-many mapping scheme from an alphanumeric terms space to a numeric string space.
  • the exemplary terms “TOON”, “TOM”, “TOMMY”, which can be search terms entered by a television viewer to identify television content, are mapped to the numeric equivalents of their prefix strings: "T”(8), “TO”(86), “TOO”(866), “TOON”(8666), “TOMMY”(86669).
  • This many-to-many mapping scheme enables incremental search processing by enabling even a single character entered by the user to retrieve relevant results. This many-to-many mapping is done during an indexing phase for all terms that can be used to discover a result.
  • FIGURE 6 illustrates the two broad categories of multiple prefix terms 602 that can be used in search queries.
  • the terms 602 can be tightly coupled terms 604, which are closely related such the terms from movie title or name of a person (e.g., all the terms in the names Gods Must Be Crazy, and Harrison Ford).
  • the terms may be either ordered or unordered (e.g., Ford Harrison or Harrison Ford).
  • Loosely coupled terms 606, on the other hand, are terms that are semantically related, e.g., as in the terms "Tom Volleyball" (Tom Hanks playing a role in a movie cast away with volleyball being a keyword).
  • the prefix based multiple terms input described herein in addition to being an intuitive mechanism for reduced text input significantly reduces the size of the result space compared to other search techniques in which any query substring could match with results. With these other search techniques, the ambiguity in input could significantly increase the result space size, particularly when the number of characters input is low. This would force the user to enter more characters and diminish the effectiveness of the search process.
  • FIGURE 7 illustrates a trie data structure that can be used in identifying search results in accordance with one or more embodiments of the invention.
  • Each node 702 of the structure has numerical values from 0-9.
  • Each node has the top M records 704 (determined from some ordering criteria) preferably in "in-memory" storage, which can be a memory that permits quick retrieval. These records are returned immediately to user based on the match string.
  • the illustrated diagram shows the layout of the data structure for the terms "TOMMY BOY".
  • the number of prefix terms and the size of the prefix terms used for pre-computing the trie index are determined by the memory availability and computational capabilities of the system.
  • One example of a trie structure used for incremental searching is described in U.S. Patent Application Serial No.
  • the system would return the results obtained both from the trie walk (where results are obtained either from the top "M” records or from the secondary memory) and from the intersection method, where the intersection method would be deployed once the input character count exceeds a given threshold.
  • the multiple prefix terms based search is thus realized in accordance with one or more embodiments of the invention preferably by the combination of a (1) trie walk whose strength and efficiency is highest when input character count is low, and (2) an intersection process whose strength and efficiency is highest when the input character count is above a given threshold.
  • One characteristic of this method of multiple prefix terms based search in accordance with one or more embodiments of the invention is the absence of an explicit term/word termination action. In other words, the system does not require each word in a search entry to be successively and separately resolved.
  • the system in accordance with one or more embodiments of the invention disambiguates the input by leveraging off the multiple terms (both in the case of loosely coupled and tightly coupled terms).
  • FIGURES 8A-8C illustrate the incremental results obtained for an exemplary search query as characters of the query are input by a user in a television application.
  • the user has input a single character "5" with the intention that the character represent the letter "J".
  • the user's intent is to find "Tom and Jerry" television programs, and starts with entering "Jerry” in an unordered input.
  • results relate to Koala, Lola, Life etc.
  • These terms are ordered in the displayed results list 802, e.g., by the popularity of the matching document and the relevance of the matching term to the document, and displayed on the users' television screen.
  • Methods of processing ambiguous search query inputs from users in accordance with various embodiments of the invention are preferably implemented in software, and accordingly one of the preferred implementations is as a set of instructions (program code) in a code module resident in the random access memory of a computer.
  • the set of instructions may be stored in another computer memory, e.g., in a hard disk drive, or in a removable memory such as an optical disk (for eventual use in a CD ROM) or floppy disk (for eventual use in a floppy disk drive), or downloaded via the Internet or some other computer network.

Abstract

A method and system are provided of processing a search query entered by a user of a device having a text input interface with overloaded keys. The search query is directed at identifying an item from a set of items. Each of the items has one or more associated descriptors. The system receives an ambiguous search query directed at identifying a desired item. The search query is a prefix substring of each of at least two words relating to the desired item. The system dynamically identifies a group of one or more items from the set of items. The system outputs identification of the one or more items of the identified group to be displayed on the device operated by the user.

Description

METHOD AND SYSTEM FOR PROCESSING AMBIGUOUS, MULTI-TERM SEARCH
QUERIES
BACKGROUND OF THE INVENTION
Field of Invention
[0001] The present invention generally relates to processing search queries and, more particularly, to methods and systems for processing ambiguous, reduced text, multi-term search queries.
Description of Related Art
[0002] There are many user-operated devices such as mobile phones, PDAs (personal digital assistants), and television remote control devices that have small keypads, which a user can use for text entry. In many of these devices, largely because of device size restrictions, the keypad is small and has only a small number of keys, which are overloaded with alpha-numeric characters. Text input using these keypads is cumbersome.
[0003] FIGURE 1 illustrates a common twelve-key keypad interface found in many cell phones and other mobile devices, and also increasingly in television remote control devices. The keypad 10 includes twelve keys 12, most of which are overloaded with multiple alpha-numeric characters or functions. The same key can be used to enter different characters. For instance, the "2" key can be used to enter the number "2" and the letters "A", "B" and "C". Text entry using such a keypad with overloaded keys can result in an ambiguous text entry, which requires some type of a disambiguation action. For instance, with a multi-press interface, a user can press a particular key multiple times in quick succession to select a desired character (e.g., to choose "B", the user would press the "2" key twice quickly, and to choose "C", the user would press the key three times). Alternatively, text entry can be performed using T9 and other text input mechanisms that provide vocabulary based completion choices for each word entered. Neither of these methods is however particularly useful for performing searches because of the number of steps needed to get to the result. One deficiency of the multi-press interface is that too many key strokes are needed. A drawback of applying a vocabulary based word completion interface is the need for the additional step of making a choice from a list of all possible word matches generated by the ambiguous text input. Furthermore vocabulary based word disambiguation systems are designed typically for composition applications (as opposed to search applications) where user explicitly disambiguates each word by performing a word completion action to resolve that word before proceeding to the next word in the composition.
BRIEF SUMMARY OF EMBODIMENTS OF THE INVENTION
[0004] In accordance with one or more embodiments of the invention, a method and system are provided of processing a search query entered by a user of a device having a text input interface with overloaded keys. The search query is directed at identifying an item from a set of items. Each of the items has one or more associated descriptors. The system receives from the user an ambiguous search query directed at identifying a desired item. The search query comprises a prefix substring of each of at least two words relating to the desired item. The system dynamically identifies a group of one or more items from the set of items having one or more descriptors matching the search query as the user enters each character of the search query. The system outputs identification of the one or more items of the identified group to be displayed on the device operated by the user.
[0005] These and other features will become readily apparent from the following detailed description wherein embodiments of the invention are shown and described by way of illustration. As will be realized, the invention is capable of other and different embodiments and its several details may be capable of modifications in various respects, all without departing from the invention. Accordingly, the drawings and description are to be regarded as illustrative in nature and not in a restrictive or limiting sense with the scope of the application being indicated in the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[0006] For a more complete understanding of various embodiments of the present invention, reference is now made to the following descriptions taken in connection with the accompanying drawings in which:
[0007] FIGURE 1 illustrates a keypad with overloaded keys in accordance with the prior art.
[0008] FIGURE 2 illustrates a search system in accordance with one or more embodiments of the invention.
[0009] FIGURE 3 illustrates various device configuration options for a device for performing searches in accordance with one or more embodiments of the invention.
[0010] FIGURE 4 is a flow chart illustrating a method for finding results with reduced text entry using an overloaded keypad in accordance with one or more embodiments of the invention.
[0011] FIGURE 5 illustrates a many-to-many mapping of terms to the numeric equivalents.
[0012] FIGURE 6 illustrates the two different couplings between multiple terms in a query.
[0013] FIGURE 7 illustrates a data structure for retrieving results incrementally for each character input using the many-to-many mapping scheme in accordance with one or more embodiments of the invention. [0014] FIGURES 8A to 8C illustrate the incremental results retrieved when a user enters characters in a search query in accordance with one or more embodiments of the invention.
[0015] Like reference numerals generally refer to like elements in the drawings.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS
[0016] Briefly, methods and systems are provided in accordance with various embodiments of the invention for performing searches using ambiguous text input from devices having limited text input interfaces.
[0017] As described in further detail below, in accordance with various embodiments of the invention, methods and systems are provided for processing a search query entered by a user of a device having a text input interface with overloaded keys. The search query is directed at identifying an item from a set of items. Each of the items has one or more associated descriptors. The descriptors can include words in the name of the item or other information relating to the item. For example, in a television application, the item can be a television content item such as a movie, and the descriptors can be information on the title of the movie, the cast, directors, and other keywords and descriptions of the movie.
[0018] Using the text input interface, the user can enter an ambiguous search query directed at identifying a desired item. The search query comprises a prefix substring of each of at least two words relating to the desired item. A prefix substring of a word is a variable length string of characters that contains fewer than all the characters making up the word.
[0019] The system dynamically identifies a group of one or more items from the set of items having one or more descriptors matching the search query as the user enters each character of the search query. The group of the one or more items is displayed on the device operated by the user. The items are preferably displayed in an order of expected interest to the user.
[0020] The user types in the multiple term prefix input query by pressing overloaded keys of the text input interface once to form an ambiguous query string. In accordance with one or more embodiments of the invention, the search space is initially indexed by performing a many-to- many mapping from the alphanumeric space of terms to numeric strings corresponding to the various prefixes of each alphanumeric term constituting the query string. In a numeric string, each alphanumeric character in the string is replaced by its corresponding numeric equivalent based on, e.g., the arrangement of characters on the commonly used twelve-key reduced keypad shown in FIGURE 1. This mapping scheme enables the system in accordance with one or more embodiments to incrementally retrieve results matching the ambiguous alphanumeric input query, as the user types in each character of the query. The user does not have to explicitly specify the termination of each term to assist the system in disambiguating the input query; instead, the user only enters an input query that includes prefix substrings from multiple terms. The system can leverage off the multiple term prefixes to disambiguate it. The multiple term prefix based disambiguation method in accordance with one or more embodiments of the invention reduces the amount of text and steps needed to enter a multiple term input query and retrieve results.
[0021] There are various possible applications for the search techniques described herein including, e.g., assisting television viewers in identifying desired television content items and channels, and assisting users of mobile devices such as cell phones and PDAs in performing searches for items in various databases (e.g., performing searches in directories of people or businesses, and searching for and purchasing products/services like airline tickets). [0022] In the context of television systems, the term "television content items" can include a wide variety of video/audio content including, but not limited to, television shows, movies, music videos, or any other identifiable content that can be selected by a television viewer. Searching for television content items can be performed across disparate content sources including, but not limited to, broadcast television, VOD, IPTV, and PVR (local and network).
[0023] FIGURE 2 schematically illustrates an overall system for performing searches with reduced text entry using various devices in accordance with one or more embodiments of the invention. The system includes a server farm or system 202, a network 204, and a variety of devices 206, 208, 210 operated by users with text input interfaces. In accordance with one or more embodiments of the invention, the server 202 processes search queries received from the user devices 206, 208, 210. In other embodiments, the search queries are processed on the devices themselves. As discussed below, the server 202 can be the source of search data and relevance updates. If part of a television system, the server 202 can also be the source of or be linked to a source of at least some of the available television content (e.g., a cable or satellite television operator).
[0024] The network 204 functions as the distribution framework for transmitting data from the server 202 to the devices operated by the users. The distribution network 204 could be wired or wireless connections or some combination thereof. Examples of possible networks include computer networks, cable television networks, satellite television networks, IP-based television networks, and mobile communications networks (such as, e.g., wireless CDMA and GSM networks).
[0025] The search devices could have a wide range of interface capabilities. A device, e.g., could be a hand-held mobile communications device 206 such as a phone or PDA having a limited display size and a reduced keypad with overloaded keys. Another type of search device is a television system 207 with a remote control device 208 having an overloaded keypad. Another possible search device is a Personal Computer (PC) 210 with a full or reduced keyboard and a computer display.
[0026] FIGURE 3 illustrates multiple exemplary configurations for search devices in accordance with various embodiments of the invention. In one configuration, a search device (e.g., PC 210) can have a display 302, a processor 304, volatile memory 306, text input interface 308, remote connectivity 310 to the server 202 through the network 204, and a persistent storage 312. A device configuration for a device such as the hand-held device 206 might not include local persistent storage 312. In this case, the device 206 could have remote connectivity 310 to submit the query to the server 202 and retrieve results from it. Another configuration of the devices 206, 208, 210 may not have remote connectivity 310. In this case, the search database may be locally resident on a local persistent storage 312. The persistent storage 312 may be, e.g., a removable storage element such as SD, SmartMedia, CompactFlash card etc. In a configuration of the device with remote connectivity 310 and persistent storage 312 for performing searches (e.g., a television system 207), the device may use the remote connectivity for search relevance data update or for the case where the search database is distributed on the local storage 312 and on the server 202. A preferred configuration in a memory constrained device is the search data residing remotely on a server. Unlike composition applications where the "most frequently used or popular terms space" are small in size and can be maintained in a local vocabulary, search spaces are typically larger inherently because people instinctively use "unique word signatures" to recall a document of interest. Hence maintaining search spaces locally may not be practical in many devices that have insufficient local memory, making a network based search configuration preferable. [0027] In one exemplary embodiment, a television system 207 may have a set-top box or other device with a one-way link to a satellite network. In this configuration, all search data including relevance updates may be downloaded to the device through a satellite link to perform local searching. In this case, the set-top box preferably has sufficient storage capacity to maintain search spaces locally. Local storage is preferably large in this case to circumvent the deficiency of a one-way link.
[0028] FIGURE 4 illustrates a search process in accordance with one or more embodiments of the invention. At step 402, the user enters a character using an ambiguous text input interface, e.g., using a keypad with overloaded keys where a single key press is performed for each character entered. At 404, an incremental search system determines and displays results that match the input character entered at 402. Since the input is ambiguous, the match of results would include the matches for all the ambiguous input characters represented by the single key press. To address this increased set of matches, an ordering scheme is preferably used to order the results to improve accessibility to results expected to be more of interest to the user. The ordering of results can be based on a variety of criteria including, e.g., temporal relevance, location relevance, popularity and personal preferences (that may have been determined implicitly or explicitly) or some combination of these criteria. (In a television application, temporal relevance can be used to favor programs whose timing may be more of interest to the viewer. For example, if the user entered NBA, then the system would list the games in order of temporal relevance such as those in progress or are scheduled to begin in the near future are listed at the higher on the list. The popularity criterion can be used to favor programs or channels that are more popular than others. The personal preference criterion can be used to favor programs or channels that the user has indicated preference for in prior user selections. For example, if a user frequently scrolls down to "CNBC" and selects it, the system would over time place CNBC higher in the list of results over a more generally popular channel such as CNN. Furthermore, identity independent time-based usage pattern learning algorithms can be applied in conjunction with personalization to apply the results ordering rules in an appropriate context. Also, e.g., when using a PDA or cell phone to search for a business, the system may use location relevance as part of the ordering criteria.)
[0029] In addition, other ordering schemes can also or instead be used such as, e.g., character count based subspace biasing, examples of which are described in U.S. Patent Application Serial No. 60/695,463 entitled "Method And System For Incremental Search With Minimal Text Entry On Television Where The Relevance Of Results Is A Dynamically Computed Function Of User Input Search String Character Count" and filed on June 30, 2005, which is assigned to the assignee of the present application and is incorporated by reference herein in its entirety.
[0030] The ordering criteria can give preference to the results matching the search query based on a lexical match of the type of query input, e.g., in the following order of preference: single term prefixes, multiple term prefixes, and lastly abbreviation matches.
[0031] If the user does not find the desired results at 406, he or she can continue to enter more characters to the search query at step 402. Then at step 404, the system will perform the search based on the cumulative substring of characters of the search query entered by the user up to that point.
[0032] FIGURE 5 illustrates an example of the many-to-many mapping scheme from an alphanumeric terms space to a numeric string space. The exemplary terms "TOON", "TOM", "TOMMY", which can be search terms entered by a television viewer to identify television content, are mapped to the numeric equivalents of their prefix strings: "T"(8), "TO"(86), "TOO"(866), "TOON"(8666), "TOMMY"(86669). This many-to-many mapping scheme enables incremental search processing by enabling even a single character entered by the user to retrieve relevant results. This many-to-many mapping is done during an indexing phase for all terms that can be used to discover a result.
[0033] FIGURE 6 illustrates the two broad categories of multiple prefix terms 602 that can be used in search queries. The terms 602 can be tightly coupled terms 604, which are closely related such the terms from movie title or name of a person (e.g., all the terms in the names Gods Must Be Crazy, and Harrison Ford). The terms may be either ordered or unordered (e.g., Ford Harrison or Harrison Ford). Loosely coupled terms 606, on the other hand, are terms that are semantically related, e.g., as in the terms "Tom Volleyball" (Tom Hanks playing a role in a movie cast away with volleyball being a keyword). The prefix based multiple terms input described herein, in addition to being an intuitive mechanism for reduced text input significantly reduces the size of the result space compared to other search techniques in which any query substring could match with results. With these other search techniques, the ambiguity in input could significantly increase the result space size, particularly when the number of characters input is low. This would force the user to enter more characters and diminish the effectiveness of the search process.
[0034] FIGURE 7 illustrates a trie data structure that can be used in identifying search results in accordance with one or more embodiments of the invention. Each node 702 of the structure has numerical values from 0-9. Each node has the top M records 704 (determined from some ordering criteria) preferably in "in-memory" storage, which can be a memory that permits quick retrieval. These records are returned immediately to user based on the match string. The illustrated diagram shows the layout of the data structure for the terms "TOMMY BOY". The number of prefix terms and the size of the prefix terms used for pre-computing the trie index are determined by the memory availability and computational capabilities of the system. One example of a trie structure used for incremental searching is described in U.S. Patent Application Serial No. 11/136,261 entitled "Method And System For Performing Searches For Television Content Using Reduced Text Input", which is incorporated by reference herein in its entirety. In the FIGURE 7 example, the size of the prefix terms used is 2 and the number of terms for pre- computing the trie index is 2. So when the user enters any of the search queries, "8 269"(T BOY),"86 269"(TO BOY), "8 2"(T B)5 "86 2"(T BO), the results would be retrieved from the top M records 704 if present there. If it is beyond the top M records, the records are retrieved from the secondary storage structure 706 if it is present there. If the results are not found in the secondary structure either, the system can perform an intersection of the top "N" records (N >= M) for the individual terms, in this case, e.g., "T BOY". In preferred embodiments of the invention, the system would return the results obtained both from the trie walk (where results are obtained either from the top "M" records or from the secondary memory) and from the intersection method, where the intersection method would be deployed once the input character count exceeds a given threshold. The multiple prefix terms based search is thus realized in accordance with one or more embodiments of the invention preferably by the combination of a (1) trie walk whose strength and efficiency is highest when input character count is low, and (2) an intersection process whose strength and efficiency is highest when the input character count is above a given threshold.
[0035] One characteristic of this method of multiple prefix terms based search in accordance with one or more embodiments of the invention is the absence of an explicit term/word termination action. In other words, the system does not require each word in a search entry to be successively and separately resolved. The system in accordance with one or more embodiments of the invention disambiguates the input by leveraging off the multiple terms (both in the case of loosely coupled and tightly coupled terms).
[0036] FIGURES 8A-8C illustrate the incremental results obtained for an exemplary search query as characters of the query are input by a user in a television application. In FIGURE 8 A, the user has input a single character "5" with the intention that the character represent the letter "J". In this example, the user's intent is to find "Tom and Jerry" television programs, and starts with entering "Jerry" in an unordered input. However, there are multiple matches for different terms due to the input ambiguity since the single button pressed represents several characters, in this case results relate to Koala, Lola, Life etc. These terms are ordered in the displayed results list 802, e.g., by the popularity of the matching document and the relevance of the matching term to the document, and displayed on the users' television screen.
[0037] As the user has not found the desired content relating to Tom and Jerry, he or she enters additional characters in the search query. As shown in FIGURE 8B, the user enters a multiple term text input: "5 86", which is intended to represent the letters "J TO". The results for this query are shown at 804. Because of the input ambiguity ([Koala, Tooth], [Hallie Todd in cast for Lizzie McGuire] etc.), matches for several unrelated programs are retrieved and displayed.
[0038] As shown in FIGURE 8C, the user then inputs a further character in the search query: "5 866", which is intended to represent "J TOM". With this further character input, the system is able to identify the content of interest, and displays the results in list 806.
[0039] Methods of processing ambiguous search query inputs from users in accordance with various embodiments of the invention are preferably implemented in software, and accordingly one of the preferred implementations is as a set of instructions (program code) in a code module resident in the random access memory of a computer. Until required by the computer, the set of instructions may be stored in another computer memory, e.g., in a hard disk drive, or in a removable memory such as an optical disk (for eventual use in a CD ROM) or floppy disk (for eventual use in a floppy disk drive), or downloaded via the Internet or some other computer network. In addition, although the various methods described are conveniently implemented in a general purpose computer selectively activated or reconfigured by software, one of ordinary skill in the art would also recognize that such methods may be carried out in hardware, in firmware, or in more specialized apparatus constructed to perform the specified method steps.
[0040] Having described preferred embodiments of the present invention, it should be apparent that modifications can be made without departing from the spirit and scope of the invention.
[0041] Method claims set forth below having steps that are numbered or designated by letters should not be considered to be necessarily limited to the particular order in which the steps are recited.

Claims

1. A method of processing a search query entered by a user of a device having a text input interface with overloaded keys, said search query being directed at identifying an item from a set of items, each of said items having one or more associated descriptors, said method comprising:
(a) receiving from the user an ambiguous search query directed at identifying a desired item, said search query comprising a prefix substring of each of at least two words relating to said desired item;
(b) dynamically identifying a group of one or more items from said set of items having one or more descriptors matching said search query as said user enters each character of said search query; and
(c) outputting identification of said one or more items of said group identified in (b) to be displayed on the device operated by said user.
2. The method of claim 1 further comprising ordering said one or more items of said group identified in (b) in accordance with one or more given criteria.
3. The method of claim 2 wherein said one or more given criteria include one or more of: temporal relevance, location relevance, popularity, personal preferences and character count.
4. The method of claim 1 wherein said overloaded keys each represent a number and at least two alphabetic characters, and wherein said method further comprises indexing said items by performing a many-to-many mapping of said descriptors associated with said items to numeric strings corresponding to various search query prefix substrings.
5. The method of claim 1 wherein said step (b) is performed using a trie data structure or a term intersection process or a combination thereof.
6. The method of claim 1 wherein the user presses one of said overloaded keys once to generate each character of said search query.
7. The method of claim 1 wherein said search query comprises words in an ordered format.
8. The method of claim 1 wherein said search query comprises words in an unordered format.
9. The method of claim 1 wherein said search query comprises words separated by a word separator.
10. The method of claim 1 wherein said search query is processed by a server system remote from said user.
11. The method of claim 1 wherein said search query is processed by said device operated by said user.
12. The method of claim 1 further comprising determining said descriptors prior to receiving said reduced text search query from the user.
13. The method of claim 1 wherein said items comprise television content items, and wherein each descriptor includes title, cast, director, description, or keyword information relating to a content item.
14. The method of claim 1 wherein said items include a product or service sought by the user.
15. The method of claim 1 wherein said device is a cell phone, a PDA or a remote control device for a television.
16. A system for processing a search query entered by a user of a device having a text input interface with overloaded keys, said search query being directed at identifying an item from a set of items, each of said items having one or more associated descriptors, said system comprising:
a memory for storing identification of said set of items and associated descriptors; and
a processor for (a) receiving a user input of an ambiguous search query directed at identifying a desired item, said search query comprising a prefix substring of each of at least two words relating to said desired item; (b) dynamically identifying a group of one or more items from said set of items having one or more descriptors matching said search query as said user enters each character of said search query; and (c) outputting identification of said one or more items of said group to be displayed on the device operated by said user.
17. The system of claim 16 wherein said processor orders said one or more items of said group in accordance with one or more given criteria.
18. The system of claim 17 wherein said one or more given criteria include one or more of: temporal relevance, location relevance, popularity, personal preferences and character count.
19. The system of claim 16 wherein said overloaded keys of said device each represent a number and at least two alphabetic characters, and wherein said processor indexes said items by performing a many-to-many mapping of said descriptors associated with said items to numeric strings corresponding to various search query prefix substrings.
20. The system of claim 16 wherein said processor identifies said group using a trie data structure or a term intersection process or a combination thereof.
21. The system of claim 16 wherein the user presses one of said overloaded keys once to generate each character of said search query.
22. The system of claim 16 wherein said search query comprises words in an ordered format.
23. The system of claim 16 wherein said search query comprises words in an unordered format.
24. The system of claim 16 wherein said search query comprises words separated by a word separator.
25. The system of claim 16 wherein said processor and memory are part of a server system remote from said user.
26. The system of claim 16 wherein said processor and memory are part of said device operated by said user.
27. The system of claim 16 wherein said descriptors are determined prior to said processor receiving said reduced text search query from the user.
28. The system of claim 16 wherein said items comprise television content items, and wherein each descriptor includes title, cast, director, description, or keyword information relating to a content item.
29. The method of claim 16 wherein said items comprise products or services sought by said user.
30. The system of claim 16 wherein said device is a cell phone, a PDA or a remote control device for a television.
31. A system for processing search queries entered by users of devices having a text input interface with overloaded keys, said search queries being directed at identifying an item from a set of items, each of said items having one or more associated descriptors, said system comprising:
a server;
a plurality of devices operated by users, said devices each having a text input interface with overloaded keys, said devices each transmitting to the server an ambiguous search query- directed at identifying a desired item, each said search query comprising a prefix substring of each of at least two words relating to said desired item; a network for transmitting data between said server and said devices; and
a database for storing identification of said set of items and associated descriptors;
wherein for each search query received from a device, said server dynamically identifies a group of one or more items from a set of items having one or more descriptors matching said search query as said user enters each character of said search query, and transmits identification of said one or more items of said identified group to the device to be displayed to said user.
32. The system of claim 31 wherein said server orders said one or more items of said group in accordance with one or more given criteria.
33. The system of claim 32 wherein said one or more given criteria include one or more of: temporal relevance, location relevance, popularity, personal preferences and character count.
34. The system of claim 31 wherein said overloaded keys of said devices each represent a number and at least two alphabetic characters, and wherein said server indexes said items by performing a many-to-many mapping of said descriptors associated with said items to numeric strings corresponding to various search query prefix substrings.
35. The system of claim 31 wherein said server identifies said group using a trie data structure or a term intersection process or a combination thereof.
36. The system of claim 31 wherein for each device, the user presses one of said overloaded keys once to generate each character of said search query.
37. The system of claim 31 wherein each said search query comprises words in an ordered format.
38. The system of claim 31 wherein each said search query comprises words in an unordered format.
39. The system of claim 31 wherein each said search query comprises words separated by a word separator.
40. The system of claim 31 wherein said descriptors are determined prior to said server receiving said reduced text search query from the user.
41. The system of claim 31 wherein said items comprise television content items, and wherein each descriptor includes title, cast, director, description, or keyword information relating to a content item.
42. The method of claim 31 wherein said items comprise products or services sought by said users.
43. The system of claim 31 wherein said devices include cell phones, PDAs or television remote control devices.
PCT/US2006/033257 2005-08-26 2006-08-24 Method and system for processing ambiguous, multi-term search queries WO2007025148A2 (en)

Applications Claiming Priority (8)

Application Number Priority Date Filing Date Title
US71186605P 2005-08-26 2005-08-26
US60/711,866 2005-08-26
US71610105P 2005-09-12 2005-09-12
US60/716,101 2005-09-12
US11/235,928 US7788266B2 (en) 2005-08-26 2005-09-27 Method and system for processing ambiguous, multi-term search queries
US11/235,928 2005-09-27
US11/312,908 2005-12-20
US11/312,908 US7779011B2 (en) 2005-08-26 2005-12-20 Method and system for dynamically processing ambiguous, reduced text search queries and highlighting results thereof

Publications (2)

Publication Number Publication Date
WO2007025148A2 true WO2007025148A2 (en) 2007-03-01
WO2007025148A3 WO2007025148A3 (en) 2009-05-07

Family

ID=37772441

Family Applications (2)

Application Number Title Priority Date Filing Date
PCT/US2006/033257 WO2007025148A2 (en) 2005-08-26 2006-08-24 Method and system for processing ambiguous, multi-term search queries
PCT/US2006/033258 WO2007025149A2 (en) 2005-08-26 2006-08-24 Dynamically processing ambiguous, reduced text, multi-term search queries

Family Applications After (1)

Application Number Title Priority Date Filing Date
PCT/US2006/033258 WO2007025149A2 (en) 2005-08-26 2006-08-24 Dynamically processing ambiguous, reduced text, multi-term search queries

Country Status (1)

Country Link
WO (2) WO2007025148A2 (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2013050225A1 (en) * 2011-10-05 2013-04-11 Siemens Aktiengesellschaft Storing, developing, editing and using a dictionary trie
US8943083B2 (en) 2006-03-06 2015-01-27 Veveo, Inc. Methods and systems for segmenting relative user preferences into fine-grain and coarse-grain collections
US9087109B2 (en) 2006-04-20 2015-07-21 Veveo, Inc. User interface methods and systems for selecting and presenting content based on user relationships
US9135337B2 (en) 2004-11-09 2015-09-15 Veveo, Inc. Method and system for performing searches for television content using reduced text input
US9177081B2 (en) 2005-08-26 2015-11-03 Veveo, Inc. Method and system for processing ambiguous, multi-term search queries
US9223873B2 (en) 2006-03-30 2015-12-29 Veveo, Inc. Method and system for incrementally selecting and providing relevant search engines in response to a user query
US9703779B2 (en) 2010-02-04 2017-07-11 Veveo, Inc. Method of and system for enhanced local-device content discovery

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2008107510A1 (en) * 2007-03-07 2008-09-12 Cvon Innovations Ltd An access control method and system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040083198A1 (en) * 2002-07-18 2004-04-29 Bradford Ethan R. Dynamic database reordering system
US20040220926A1 (en) * 2000-01-03 2004-11-04 Interactual Technologies, Inc., A California Cpr[P Personalization services for entities from multiple sources

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6934756B2 (en) * 2000-11-01 2005-08-23 International Business Machines Corporation Conversational networking via transport, coding and control conversational protocols

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040220926A1 (en) * 2000-01-03 2004-11-04 Interactual Technologies, Inc., A California Cpr[P Personalization services for entities from multiple sources
US20040083198A1 (en) * 2002-07-18 2004-04-29 Bradford Ethan R. Dynamic database reordering system

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9135337B2 (en) 2004-11-09 2015-09-15 Veveo, Inc. Method and system for performing searches for television content using reduced text input
US9177081B2 (en) 2005-08-26 2015-11-03 Veveo, Inc. Method and system for processing ambiguous, multi-term search queries
US9128987B2 (en) 2006-03-06 2015-09-08 Veveo, Inc. Methods and systems for selecting and presenting content based on a comparison of preference signatures from multiple users
US9075861B2 (en) 2006-03-06 2015-07-07 Veveo, Inc. Methods and systems for segmenting relative user preferences into fine-grain and coarse-grain collections
US9092503B2 (en) 2006-03-06 2015-07-28 Veveo, Inc. Methods and systems for selecting and presenting content based on dynamically identifying microgenres associated with the content
US8949231B2 (en) 2006-03-06 2015-02-03 Veveo, Inc. Methods and systems for selecting and presenting content based on activity level spikes associated with the content
US8943083B2 (en) 2006-03-06 2015-01-27 Veveo, Inc. Methods and systems for segmenting relative user preferences into fine-grain and coarse-grain collections
US9213755B2 (en) 2006-03-06 2015-12-15 Veveo, Inc. Methods and systems for selecting and presenting content based on context sensitive user preferences
US9223873B2 (en) 2006-03-30 2015-12-29 Veveo, Inc. Method and system for incrementally selecting and providing relevant search engines in response to a user query
US9087109B2 (en) 2006-04-20 2015-07-21 Veveo, Inc. User interface methods and systems for selecting and presenting content based on user relationships
US10146840B2 (en) 2006-04-20 2018-12-04 Veveo, Inc. User interface methods and systems for selecting and presenting content based on user relationships
US9703779B2 (en) 2010-02-04 2017-07-11 Veveo, Inc. Method of and system for enhanced local-device content discovery
WO2013050225A1 (en) * 2011-10-05 2013-04-11 Siemens Aktiengesellschaft Storing, developing, editing and using a dictionary trie

Also Published As

Publication number Publication date
WO2007025149A3 (en) 2009-05-07
WO2007025149A2 (en) 2007-03-01
WO2007025148A3 (en) 2009-05-07

Similar Documents

Publication Publication Date Title
US11886474B2 (en) Method and system for processing ambiguous, multi-term search queries
US20230384870A1 (en) Method and system for dynamically processing ambiguous, reduced text search queries and highlighting results thereof
US20190253762A1 (en) Method and system for performing searches for television content using reduced text input
US9031962B2 (en) Method and system for incremental search with reduced text entry where the relevance of results is a dynamically computed function of user input search string character count
US20070088681A1 (en) Method and system for offsetting network latencies during incremental searching using local caching and predictive fetching of results from a remote server
US8589324B2 (en) System and method for finding desired results by incremental search using an ambiguous keypad with the input containing typographic errors
WO2007025148A2 (en) Method and system for processing ambiguous, multi-term search queries

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
NENP Non-entry into the national phase in:

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06802344

Country of ref document: EP

Kind code of ref document: A2