Conventional search systems receive a search query and provide search results in response. Search systems often index information for an extraordinarily large number of items that can be returned as search results for the search query. Upon receiving a search query, conventional search systems identify relevant items. The relevance of these items to the search query is scored, and the items are ranked based on this score. The search engine then provides the ranked items as search results.
At a high level, aspects described herein relate to redistributing search results proportional to a natural distribution. By redistributing and providing search results that are proportional to the natural distribution, the intended search results are presented in a manner where they can be identified.
When a search query is received by a search engine, a set of search results is identified for the search query. The search engine ranks the set of search results to generate a ranked set of search results. A blender is applied to the ranked set of search results. The blender redistributes at least a portion, such as a fixed number of top-ranked search results, in a manner that is proportional to the natural distribution.
The natural distribution is determined using a natural distribution index. The natural distribution index comprises search query terms of prior search queries. The natural distribution index maps the search query terms to search result attributes of search results for the prior search queries. For example, a prior search query for “iPhone” can be mapped to search results related to iPhones. These related search results include iPhone attributes, such as model, color, condition, and so forth. The natural distribution index also includes a proportional representation of interactions with the search result attributes. For instance, interactions tracked for the search query “iPhone” might identify interactions with search results for black iPhones 80% of the time, while interactions with search results of white iPhones occurs 20% of the time. The natural distribution is then determined based on this proportional representation of interactions with the search result attributes of the prior search results.
To redistribute the ranked set of search results, the blender minimizes a gap determined from the difference between the ranked set of search results and the natural distribution. The resulting redistributed ranked set of search results more closely reflects the natural distribution. The redistributed ranked set of search results can then be provided to a computing device for display.
This summary is intended to introduce a selection of concepts in a simplified form that is further described in the Detailed Description section of this disclosure. The Summary is not intended to identify key or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter. Additional objects, advantages, and novel features of the technology will be set forth in part in the description which follows, and in part will become apparent to those skilled in the art upon examination of the disclosure or learned through practice of the technology.
The present technology is described in detail below with reference to the attached drawing figures, wherein:
As described, conventional search systems identify items in response to a search query. The identified items are ranked using a scoring system and provided back to a user as search results. These systems, however, have particular shortcomings that stem from the vast number of potential search results that can be identified for any given search query.
In one example, conventional search systems receive search queries and identify items across a network of computing systems, the Internet being one example. These search systems seek to identify any number of relevant items as search results, such as domain addresses for webpages, images, videos, news articles, online marketplace items, and so forth. The interconnected network of computing systems allows any connected device to store and provide items that could be identified as search results for a search query. Ultimately, this networked system creates particular challenges for search systems because it is an instantly changing and ever-expanding environment for identifying search results. Similarly, conventional search engines searching databases (even closed databases) having large numbers of items identifiable as search results have a similar problem.
The near-endless number of potential search results makes it difficult for search engines to provide the best search results in a way that they can be identified from among other, less relevant, search results. For instance, at the time of drafting this disclosure, a search query for “local cupcakes” was entered into a commonly used search engine. The search engine identified more than 222 million search results.
Due to the vast number of potential search results created by interconnected networks and large databases, it is essential for the operation of these networks and the use of such databases that the best search results are provided in a manner where they can be identified among other search results of a search query. This is because it is impossible to review every identified search result in an effort to determine which of the results are the most relevant. To put this in perspective, it would take roughly seven years to review 222 million search results, assuming each of the search results is reviewed for one second, nonstop.
To lessen this problem, search engines identify search results and then rank them. The search engine seeks to give the best search results the highest ranking because only a portion of the top-ranked search results can be reviewed. In this way, the best search results become identifiable, thus allowing the user to locate a particular search result.
Many times, however, conventional search engines fall short of this goal when ranking the search results. Consequently, this can lead to the inability to locate a particular search result among those that have been identified. Conventional search engines that score each identified search result are particularly susceptible to this problem. Because there are so many identified search results, the minutest difference in the score for the search result causes the search result to greatly increase or decrease in rank, sometimes in the degree of millions. This can ultimately result in the inability to locate particular search results.
Using another approach to solve these problems, some conventional search engines employ learning mechanisms to improve a ranking algorithm (a “ranker”). This approach modifies the ranking algorithm based on a user's interaction with search results. These conventional systems, however, can cause and be susceptible to presentation bias. The presentation bias occurs because only the highest ranked search results that are presented will receive interactions. The ranking algorithm is subsequently trained based on interactions with only the highest ranked results. Therefore, if the best search results are initially provided too low in the ranking to receive interactions, the trained ranking algorithm does not account for these results, thus perpetuating the bias. Over time, this presentation bias can cause the best results to maintain a low ranking, even when training the ranking algorithm on new data.
To lessen these problems, the technology described herein provides a blender that redistributes ranked search results based on a natural distribution. The redistribution provides a redistributed ranked set of search results that is more likely to include the best search results for the search query. The redistributed ranked set is then presented in response to the search query.
In this way, the search results that are provided to the user as the top results are more likely to include those items that the user intended when entering the search query. The redistributed ranked set is less susceptible to deficiencies stemming from scoring alone, and thus, it is more likely to present intended search results than conventional search engines. Further, by redistributing the ranked set using the natural distribution, the user is more likely to interact with different search results that would have initially been ranked too low. This reduces or eliminates the presentation bias of the conventional methods, resulting in a more accurate training set when training a machine learned search ranker.
One example method for achieving these advantages and improvements begins by receiving a search query at a search engine. The search engine identifies search results related to the search query and ranks the search results using a ranker to provide a ranked set of search results.
A proportional representation of attributes associated with the ranked set of search results is determined. The proportional representation of the attributes can be determined for a fixed number of top-ranked search results, such as the top 500 search results, as these top-ranked search results are more likely to be seen by a user.
The search engine applies a blender to the ranked set of search results to redistribute the search results into a redistributed ranked set of search results. This may be done for the entire ranked set of search results or a fixed number of highest ranked search results. The blender redistributes the ranked set of search results so that the redistributed ranked set of search results is closer to a natural distribution for the search query. That is, the blender redistributes the ranked set of search results proportionally to the natural distribution, such that the redistributed ranked set of search results includes a proportional representation of attributes that is close to a proportional representation of interactions with the attributes stored in a natural distribution index from which the natural distribution is determined.
To redistribute the ranked set of search results close to the natural distribution, the blender minimizes a gap between the ranked set of search results for the search query and the natural distribution for the search query. The gap is determined from the difference between the proportional representation of attributes within the search results and the proportional representation of interaction with the attributes. By minimizing the gap, the redistributed ranked set of search results more closely reflects the natural distribution.
Because the redistributed ranked set of search results more closely reflects the natural distribution, some search results identified for the search query are presented higher in the ranking, making it more likely that an intended search result is identified. The redistribution also serves to eliminate the presentation bias, as lower ranking, but proportionally relevant, search results are ranked higher, allowing for interaction with the proportionally relevant search results.
The method previously discussed is only one example that can be performed using the technology described herein. This and other examples will be realized using the technology provided by the drawings, which are referenced now to provide further detail.
Turning now to
Among other components or engines not shown, search system operating environment 100 includes client-computing device 102. Client-computing device 102 is shown communicating using network 104 to database 106 and natural distribution search engine 108. Client-computing device 102 may be a client-computing device that corresponds to computing device 400 described with reference to
Network 104 can include one or more networks (e.g., public network or virtual private network “VPN”). Network 104 may include, without limitation, one or more local area networks (LANs), wide area networks (WANs), or any other communication network or method.
Database 106 generally stores information including data, computer instructions (e.g., software program instructions, routines, or services), or models used in embodiments of the described technology. Database 106 may store computer-readable instructions associated with functional components of natural distribution search engine 108. Although depicted as a single database component, database 106 may be embodied as one or more databases or may be in the cloud. Memory 412 of
The components of search system operating environment 100 can operate together to provide functionality for redistributing a ranked set of search results and presenting the redistributed ranked set, examples of which will be further described. Search system operating environment 100 supports processing search queries from client-computing device 102. In particular, client-computing device 102 can receive a search query and communicate the search query to natural distribution search engine 108. Client-computing device 102 can also operate with natural distribution search engine 108 to receive a redistributed ranked set of search results and display or cause the display of, all or a portion of, the redistributed ranked set.
Natural distribution search engine 108 interfaces with client-computing device 102 to receive a search query, to identify and rank search results, and to redistribute the ranked set of search results. Natural distribution search engine 108 provides the redistributed ranked set to client-computing device 102 based on receiving the search query.
In the example arrangement provided by
As illustrated in
Ranker 110 generally ranks search results that have been identified by natural distribution search engine 108 for a search query. Ranker 110 can include any algorithm or machine learned model that distinguishes aspects of search results and applies a weight to those aspects indicating a relevance to the search query. For instance, an algorithm may match terms of the search query to terms included in the search results. Those search results having more matching terms may be ranked higher than search results having less matching terms. The ranking algorithm or model may further use query expansion to identify relevant terminology and rank the search queries. One example machine learned ranker is determined using a neural network trained on a training set of search queries and search results that have been identified as relevant, for instance, through interaction with the results. Rankers suitable for use can be global rankers or individualized rankers. Global rankers are determined from a population of training data from various sources. Individual rankers can be determined for a single source, such as a person or entity, based on training data specific to that source.
Mapper 112 generally maps search queries to search results or search result attributes. Search results are identified by natural distribution search engine 108 in response to receiving a search query. Search result attributes generally include any feature or term that is related to a search result. This relationship mapping of search queries to search results or search result attributes can be stored on database 106 as part of natural distribution index 118.
To map search queries, mapper 112 can identify terms within the search query. This may be done using a series of n-grams. For instance, the search query “local cupcakes” includes two terms: “local” and “cupcakes.” The n-gram representation would be “local cupcakes,” “local,” and “cupcakes.” Each of these three terms may be identified for the search query.
Using the identified terms, mapper 112 can identify related terms. Related terms may be identified using query expansion methods. One example includes synonymic discovery by referencing an index of synonyms for any given term. Other more advanced methods include clustering analyses to identify related terms or vector space identification of related terminology. Another method of query expansion for identifying related terms includes referencing a database comprising historic query-result pairs determined when a user interacts with a search result of a search query. The terms included in the “query” are associated with the terms of the “result” for a given query-result pair. These associated terms can be used to identify the related terms for the search query. One example of identifying related terms for the search query “red shirt” includes terms such as “magenta,” “rose,” “pink,” “top,” “t-shirt,” “outerwear,” etc.
Mapper 112 can also identify features that are associated with the search query terms or the related terms. A feature includes any identifiable element of a search result. In some cases, features further define a search result by identifying the search result as including a particular element of a category. Turning back to the iPhone example, iPhones can generally be further defined based on their model, color, condition, price, etc. These categories can be subdivided into individual elements. For instance, iPhone colors include silver, black, and white. In this example, the color “silver” is a feature that can be associated with the search query or a related term that includes “iPhone.” To identify these features, mapper 112 may utilize a web crawler to find iPhone features and identify new iPhone features when published on the Internet. Another example method can include natural language processing of item descriptions of products published on an online marketplace. These are just some examples among many that can be used to identify features for a search query term or related term.
Having identified search result attributes that include features or terms, mapper 112 may map search queries to related search results or search result attributes. The term “relationship mapping” is used herein to describe mapping a search query to its search result attributes. One method of relationship mapping includes identifying search results for prior search queries. Mapper 112 identifies the search result attributes of the search results and associates the search result attributes with the prior search query. This association can be indexed and stored, for example, as part of natural distribution index 118.
Turning briefly to
With reference again to
Interaction tracking generally tracks interactions occurring after a search query and associates the interactions with the search query. Interactions can be any action performed at or using a computing device, such as client-computing device 102. Examples include a mouse click, verbal command, hover action, keystroke, and the like. Another specific example of an action is entry of a second search query that further defines a first search query (e.g., a first search query being “iPhone” and a second search query being “silver iPhone 8”). Other actions will be recognized by those of ordinary skill in the art.
These interactions can be associated with search query attributes. Where a search query receives an interaction, the search query attributes of that search query are identified as receiving an interaction. Additionally, where a second search query further defines the first, the attributes of the second search query may also be identified as receiving an interaction (e.g., “silver” and “8” being identified attributes in the immediately preceding example). Natural distribution determiner 114 tracks the interactions by identifying those search query attributes receiving interactions and storing the tracking information in datastore 106.
From the tracking information generated through interaction tracking, natural distribution determiner 114 determines proportional representations of interactions with search result attributes. A proportional representation of interactions with search result attributes may include the proportional amount of interactions received by an element relative to other elements of a category. Natural distribution determiner 114 can index the proportional representation of interactions with the respective search result attributes in natural distribution index 118 stored on datastore 106.
Natural distribution index 118 can be a global index that includes tracking information from a population of users. In other cases, natural distribution index 118 may be a specific index, generated from tracking information for a single source, e.g., a single person or entity.
With continued reference to
Natural distribution determiner 114 can determine the natural distribution using natural distribution index 200. Natural distribution 208 for search query 202 is illustrated as including each of the proportional representations of interactions 206 for all search result attributes 204 across all categories. However, it will be understood that natural distribution 208 may include one or more of search result attributes 204, which may be in any combination. In the example illustrated, natural distribution 208 for search query 202 “iPhone” dictates that 35% of search results should include iPhone 8s, while 41% should include iPhone Xs. Using another illustration, natural distribution 208 for search query 202 “iPhone” dictates that 60% of search results should include new iPhones, while 25% should include refurbished iPhones.
Continuing with
Blender 116 can be configured to redistribute the ranked set of search results proportional to a natural distribution determined by natural distribution determiner 114. Said differently, blender 116 redistributes all of the ranked set of search results or an impression distribution set of the ranked set of search results so that the redistributed ranked set of search results includes search results having search result attributes proportional to the natural distribution for the search query.
Blender 116 redistributes the ranked set of search results by identifying and minimizing a gap. The gap can be measured between the ranked set of search results (e.g., the impression distribution) for the search query and the natural distribution determined for the search query. In this example, the gap comprises a difference between a proportional representation of search result attributes within the ranked set of search results and the one or more of the proportional representation of interactions of the natural distribution. It will be appreciated that this is one method of calculating the gap and that other methods may be utilized by one of ordinary skill. Such methods are intended to be within the scope of this disclosure. The gap can be determined for a single search result attribute, a category of search result attributes, the selected one or more search query attributes, or all of the search query attributes for a search query.
By way of continued example, and with reference back to
To generate a redistributed ranked set of search results that is proportional to the natural distribution of a search query, blender 116 can redistribute the ranked set of search results to minimize the gap. The redistribution may be done for the search results of the impression distribution. Blender 116 can use any dimension reduction method known in the art. One example method suitable for use is an auto-encoder neural network. Among others, suitable methods include linear dimensionality reduction methods (e.g., principal component analysis, factor analysis, linear discriminant analysis) and non-linear dimensionality reduction methods (e.g., multi-dimensional scaling, isometric feature mapping, locally linear embedding, t-distributed stochastic neighbor embedding).
Blender 116 modifies the gap by adding or removing search results from the ranked set of search results. In a particular example, search results are added and removed from the impression distribution. Search results of the ranked set of search results that are outside of the impression distribution can be moved into the impression distribution to modify the gap. For instance, if the impression distribution is a fixed number of 500 search results, those search results ranked greater than the impression distribution (greater than 500 in this case) can be added to the impression distribution, while a same number of search results in the impression distribution can be removed, thereby maintaining the fixed number. This modifies the gap of the impression distribution. Blender 116 can minimize the gap of the impression distribution by modifying the impression distribution in this manner utilizing any of the dimension reduction methods.
To illustrate this,
Still with reference to
Turning back to
It will be understood that blender 116 and ranker 110 may be discrete algorithms or models. However, as noted, components of natural distribution search engine 108 are described as discrete components to aide in describing the technology. Although in other embodiments intended by this disclosure, the functions of these components may overlap or be further divided. Thus, it will also be understood that other embodiments of the technology include a combined ranker and blender. That is, the blender may be a modification to the ranker (a modified ranker) that accounts for the natural distribution when ranking search results for a search query. In such cases, the modified ranker can output a redistributed ranked set of search results. While the disclosure describes the blender and the ranker separately, it is intended that this also include a modified ranker. That is, where functions are separately described as “ranking a set of search results” and “redistributing the ranked set of search results,” it is intended that these separately disclosed steps also include a single action of ranking and redistributing a set of search results by a modified ranker to generate the redistributed ranked set of search results.
Methods may be performed using the natural distribution search system described herein. In embodiments, one or more computer storage media having computer-executable instructions embodied thereon that, when executed, by one or more processors, cause the one or more processors to perform the methods in the search system.
One example for redistributing search results proportional to a natural distribution is illustrated by method 400 of
At block 430, the ranked set of search results is redistributed. Blender 116 of
With reference back to
By way of example, natural distribution search engine 108 can include an API library that includes specifications for routines, data structures, object classes, and variables may support the interaction the hardware architecture of the device and the software framework. These APIs include configuration specifications such that the components therein can communicate with each other for form generation, as described herein.
With continued reference to
Having identified various components of search system operating 100, it is noted that any number of components may be employed to achieve the desired functionality within the scope of the present disclosure. Although the various components of
Other arrangements and elements (e.g., machines, interfaces, functions, orders, and groupings of functions, etc.) can be used in addition to or instead of those shown, and some elements may be omitted altogether. Further, many of the elements described herein are functional entities that may be implemented as discrete or distributed components or in conjunction with other components, and in any suitable combination and location. Various functions described herein as being performed by one or more entities may be carried out by hardware, firmware, or software. For instance, various functions may be carried out by a processor executing instructions stored in memory.
Having described an overview of embodiments of the present technology, an example operating environment in which embodiments of the present technology may be implemented is described below in order to provide a general context for various aspects. Referring initially to
The technology of the present disclosure may be described in the general context of computer code or machine-useable instructions, including computer-executable instructions such as program modules, being executed by a computer or other machine, such as a personal data assistant or other handheld device. Generally, program modules including routines, programs, objects, components, data structures, etc. refer to code that perform particular tasks or implement particular abstract data types. The technology may be practiced in a variety of system configurations, including hand-held devices, consumer electronics, general-purpose computers, more specialty computing devices, etc. The technology may also be practiced in distributed computing environments where tasks are performed by remote-processing devices that are linked through a communications network.
With reference to
Computing device 500 typically includes a variety of computer-readable media. Computer-readable media can be any available media that can be accessed by computing device 500 and includes both volatile and nonvolatile media, removable and non-removable media. By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media.
Computer storage media 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. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by computing device 500. Computer storage media excludes signals per se.
Communication media typically embodies 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” means a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above should also be included within the scope of computer-readable media.
Memory 512 includes computer storage media in the form of volatile or nonvolatile memory. The memory may be removable, non-removable, or a combination thereof. Example hardware devices include solid-state memory, hard drives, optical-disc drives, etc. Computing device 500 includes one or more processors that read data from various entities such as memory 512 or I/O components 520. Presentation component(s) 516 present data indications to a user or other device. Examples of presentation components include a display device, speaker, printing component, vibrating component, etc.
I/O ports 518 allow computing device 500 to be logically coupled to other devices including I/O components 520, some of which may be built in. Illustrative components include a microphone, joystick, game pad, satellite dish, scanner, printer, wireless device, etc.
Embodiments described above may be combined with one or more of the specifically described alternatives. In particular, an embodiment that is claimed may contain a reference, in the alternative, to more than one other embodiment. The embodiment that is claimed may specify a further limitation of the subject matter claimed.
The subject matter of the present technology is described with specificity herein to meet statutory requirements. However, the description itself is not intended to limit the scope of this disclosure. Rather, the inventors have contemplated that the claimed or disclosed subject matter might also be embodied in other ways, to include different steps or combinations of steps similar to the ones described in this document, in conjunction with other present or future technologies. Moreover, although the terms “step” or “block” might be used herein to connote different elements of methods employed, the terms should not be interpreted as implying any particular order among or between various steps herein disclosed unless and except when the order of individual steps is explicitly stated.
For purposes of this disclosure, the word “including” has the same broad meaning as the word “comprising,” and the word “accessing” comprises “receiving,” “referencing,” or “retrieving.” Further the word “communicating” has the same broad meaning as the word “receiving,” or “transmitting” facilitated by software or hardware-based buses, receivers, or transmitters” using communication media described herein. Also, the word “initiating” has the same broad meaning as the word “executing or “instructing” where the corresponding action can be performed to completion or interrupted based on an occurrence of another action.
In addition, words such as “a” and “an,” unless otherwise indicated to the contrary, include the plural as well as the singular. Thus, for example, the constraint of “a feature” is satisfied where one or more features are present. Also, the term “or” includes the conjunctive, the disjunctive, and both (a or b thus includes either a or b, as well as a and b).
The distributed computing environment depicted herein is merely an example. Components can be configured for performing novel aspects of the technology, where the term “configured for” can refer to “programmed to” perform particular tasks or implement particular abstract data types using code. Further, while embodiments of the present technology may generally refer to the distributed data object management system and the schematics described herein, it is understood that the techniques described may be extended to other implementation contexts.
From the foregoing, it will be seen that this technology is one well adapted to attain all the ends and objects described above, including other advantages that are obvious or inherent to the structure. It will be understood that certain features and subcombinations are of utility and may be employed without reference to other features and subcombinations. This is contemplated by and is within the scope of the claims. Since many possible embodiments of the described technology may be made without departing from the scope, it is to be understood that all matter described herein or illustrated the accompanying drawings is to be interpreted as illustrative and not in a limiting sense.
This application claims priority to U.S. Provisional Application No. 62/979,727, filed on Feb. 21, 2020, and entitled “Search System Ranking Using a Natural Distribution,” which is incorporated by reference in its entirety.
Number | Date | Country | |
---|---|---|---|
62979727 | Feb 2020 | US |