Login| Sign Up| Help| Contact|

Patent Searching and Data


Title:
QUERY DISAMBIGUATION BY MEANS OF DISAMBIGUATING DIALOG QUESTIONS
Document Type and Number:
WIPO Patent Application WO/2018/106550
Kind Code:
A1
Abstract:
In various examples there is an information retrieval system which has a memory storing an index of items, each item having one or more features of a plurality of features. The index includes, for each item, an indication of the features of that item; and is configured at least according to the features. The memory stores a plurality of questions about the features of the items. The information retrieval system has a question selector that selects at least one of the questions on the basis of at least an expected information gain of the question with respect to the items. A search component searches the index using answers to the selected questions received from a user.

Inventors:
VENANZI MATTEO (US)
HOFMANN KATJA (US)
RADLINSKI FILIP ANDRZEJ (US)
BROST BRIAN (US)
Application Number:
PCT/US2017/064387
Publication Date:
June 14, 2018
Filing Date:
December 04, 2017
Export Citation:
Click for automatic bibliography generation   Help
Assignee:
MICROSOFT TECHNOLOGY LICENSING LLC (US)
International Classes:
G06F17/30
Foreign References:
US20150019228A12015-01-15
US20090234647A12009-09-17
US20100287241A12010-11-11
US6498921B12002-12-24
US20070288576A12007-12-13
Other References:
None
Attorney, Agent or Firm:
MINHAS, Sandip S. et al. (US)
Download PDF:
Claims:
CLAIMS

1. An information retrieval system comprising:

a memory storing an index of items, each item having one or more features of a plurality of possible features;

wherein the index includes, for each item, an indication of the features of that item; and

wherein the index is configured at least according to the features;

the memory storing a plurality of questions about the features of the items;

a question selector configured to select at least one of the questions on the basis of at least an expected information gain of the question with respect to the items; and

a search component configured to search the index using one or more answers to the selected questions received from a user.

2. The information retrieval system of claim 1 wherein the memory stores information about probabilities associated with the questions, the probabilities representing likelihood that a question can be answered.

3. The information retrieval system of claim 2 wherein the memory stores the probabilities such that they are user specific.

4. The information retrieval system of claim 2 wherein the memory stores the probabilities such that they comprise probabilities which are general over many users.

5. The information retrieval system of any of claims 2 to 4 wherein the question selector updates the probabilities online during operation of the information retrieval system using observed answers.

6. The information retrieval system of any of claims 2 to 5 wherein the question selector computes the information about probabilities by counting numbers of times questions are selected and numbers of times questions are answered.

7. The information retrieval system of any of claims 2 to 6 wherein the question selector computes the information about probabilities by updating parameters of a probability distribution representing reward of an answer to a question.

8. The information retrieval system of any of claims 2 to 7 wherein the memory stores a feature affinity vector for a user, the feature affinity vector comprising a numerical value for each of a plurality of features of the items.

9. The information retrieval system of any of claims 2 to 7 wherein the question selector computes the information about probabilities by using a general feature affinity vector stored by the memory.

10. The information retrieval system of any of claims 2 to 9 wherein the question selector is configured to execute a multi-armed bandit algorithm to select the question and to update the information about the probabilities.

11. The information retrieval system of any preceding claim comprising a user interface configured to present the selected question and to receive the answers to the question.

12. The information retrieval system of any preceding claim wherein the answers include an indication that no answer can be provided.

13. The information retrieval system of any preceding claim wherein the questions are natural language questions or icons.

14. The information retrieval system of any preceding claim comprising a user interface configured to present the selected question together with potential answers to the selected question for selection by a user.

15. A computer-implemented method at an information retrieval system comprising:

storing, at a memory, an index of items, each item having one or more features of a plurality of possible features;

including in the index, for each item, an indication of the features of that item; configuring the index at least according to the features;

storing in the memory a plurality of questions about the features of the items;

selecting at least one of the questions on the basis of at least an expected information gain of the question with respect to the items; and

searching the index using one or more answers to the selected questions received from a user.

Description:
QUERY DISAMBIGUATION BY MEANS OF DISAMBIGUATING DIALOG

QUESTIONS

BACKGROUND

[0001] Information retrieval is a complex engineering task especially as the quantity of items to be searched is continually increasing and yet the demands of end users to retrieve relevant items grows and increasingly involves using small resource constrained devices such as smart watches, augmented reality computing devices, smart phones and other electronic devices.

[0002] Often users find it hard to recall specific facts that might be useful to retrieve particular items. This is a problem both in the case of general web search, and also in the case of search facilities provided as part of an operating system, email client, or other software application for searching collections of personal items. Where search facilities for searching collections of personal items are used on mobile devices or other resource constrained devices it is especially difficult for end users to retrieve particular items.

[0003] The reader has probably experienced frustration when trying to retrieve a particular email from his or her personal collection of emails for example, when the reader cannot accurately recall facts about the email. Searching for items in personal collections such as personal collections of emails, blog posts, text messages, files, images and other content items is often time consuming and burdensome for the end user. To succeed efficiently with current search systems that search personal collections of items a user needs to understand advanced query syntax and this is a significant hurdle for many users.

[0004] The embodiments described below are not limited to implementations which solve any or all of the disadvantages of known information retrieval systems.

SUMMARY

[0005] The following presents a simplified summary of the disclosure in order to provide a basic understanding to the reader. This summary is not intended to identify key features or essential features of the claimed subject matter nor is it intended to be used to limit the scope of the claimed subject matter. Its sole purpose is to present a selection of concepts disclosed herein in a simplified form as a prelude to the more detailed description that is presented later.

[0006] In various examples there is an information retrieval system which has a memory storing an index of items, each item having one or more features of a plurality of features. The index includes, for each item, an indication of the features of that item; and is configured at least according to the features. The memory stores a plurality of questions about the features of the items. The information retrieval system has a question selector that selects at least one of the questions on the basis of at least an expected information gain of the question with respect to the items. A search component searches the index using answers to the selected questions received from a user.

[0007] Many of the attendant features will be more readily appreciated as the same becomes better understood by reference to the following detailed description considered in connection with the accompanying drawings.

DESCRIPTION OF THE DRAWINGS

[0008] The present description will be better understood from the following detailed description read in light of the accompanying drawings, wherein:

FIG. 1 is a schematic diagram of an information retrieval system 100 deployed either as part of a search engine or on an end user device;

FIG. 1A is a schematic diagram of a first view of a user interface of the information retrieval system of FIG. 1;

FIG. IB is a schematic diagram of a second view of a user interface of the information retrieval system of FIG. 1;

FIG. 1C is a schematic diagram of a third view of a user interface of the information retrieval system of FIG. 1;

FIG. ID is a schematic diagram of a fourth view of a user interface of the information retrieval system of FIG. 1;

FIG. IE is a schematic diagram of a fifth view of a user interface of the information retrieval system of FIG. 1;

FIG. 2 is a flow diagram of a method of operation of the information retrieval system of FIG. 1;

FIG. 3 is a flow diagram of another method of operation of the information retrieval system of FIG. 1;

FIG. 4 is a schematic diagram of a probability distribution representing belief about answerability of a question by a user;

FIG. 5 is a flow diagram of part of the method of FIG. 3 in more detail;

FIG. 6 illustrates an exemplary computing-based device in which embodiments of an information retrieval system are implemented.

Like reference numerals are used to designate like parts in the accompanying drawings. DETAILED DESCRIPTION

[0009] The detailed description provided below in connection with the appended drawings is intended as a description of the present examples and is not intended to represent the only forms in which the present example are constructed or utilized. The description sets forth the functions of the example and the sequence of operations for constructing and operating the example. However, the same or equivalent functions and sequences may be accomplished by different examples.

[0010] Although some of the present examples are described and illustrated herein as being implemented in an email search system, the system described is provided as an example and not a limitation. As those skilled in the art will appreciate, the present examples are suitable for application in a variety of different types of information retrieval systems including both general web search and search of personal collections such as personal collections of email, images, files, blog posts, and other items.

[0011] FIG. 1 is a schematic diagram of an information retrieval system 100 which is deployed as a cloud service and/or as part of an operating system or software application at an end user computing device such as augmented reality computing device 112, smart phone 114, tablet computer 116, smart watch 118 and other end user computing devices. In the case that the information retrieval system 100 provides a cloud service it is accessible to end user computing devices such as desktop computer 122, laptop computer 124 and smart phone 126 over a communications network 120 such as the internet, an intranet or any other communications network.

[0012] The information retrieval system retrieves items or references or addresses of items where those items are any content items 110. A non-exhaustive list of examples of content items is: email, image, video, file, blog post, text message, document. The content items are either general items such as may be found through general web search, or are personal content items. Personal content items are associated with a particular user, for example, by virtue of being authored by that user or having been received or edited by that user. However, it is not essential for the content items to be user-specific, personal content items. The items are located at the end user computing device and/or at entities in communication with the end user computing device over a communications network 120 such as the internet, an intranet or any other communications network.

[0013] The information retrieval system comprises a memory 102 storing a plurality of questions, a search component 104, a user interface 106, a question selector 108 and an index 128. The information retrieval system 100 is computer implemented using any one or more of: software, hardware, firmware.

[0014] The questions stored in memory 102 are about the items 110 and these questions are pre specified in some cases or are automatically created using templates and/or using a generative machine learning model or in other ways. In some cases the questions are generated using a generative machine learning model. In this case the information retrieval system comprises a generative machine learning model for generating the questions which are then stored in memory 102. Each item has one or more features such as part of an address of the item, a time associated with creation of the item or other features. In some cases the questions can be answered with yes/no/don't know answers but this is not essential as the questions may have potential answers which are ratings, or categories or other types of answer which are not yes/no/don't know answers. In an example for search in a personal collection of emails, the features are:

[0015] Whether the email was sent within the last day

[0016] Whether the email was sent by the user (who owns the personal collection of emails)

[0017] Whether the email was sent within the last week

[0018] Whether the email was sent specifically to the user

[0019] Whether the email was sent within the last month

[0020] Whether the email was sent with the user on carbon copy (cc)

[0021] Whether the email was sent by one of the user's top three most frequent senders.

[0022] Where the questions are automatically generated, it is possible to make the questions bespoke to a particular user's collection of items. For example, given a plurality of possible types of question, instances of these types of question are generated using features from the particular user's collection of items. Statistics describing the user's collection of items are computed, such as most frequent email senders, most frequently accessed images, or other statistics and these are used to create instances of the question types.

[0023] In some examples, information about probabilities associated with the questions is also stored in memory 102. The probabilities are described in more detail below. In some examples the probabilities comprise, for each individual question, a probability that a particular user can answer that question. In some cases the probabilities comprise, for each individual question, a probability that any user can answer that question. In some examples the probabilities are learnt by the question selector 108 during an online training process. The term "online" is used here to mean that the training takes place during operation of the information retrieval system 100 to retrieve content items 110.

[0024] The information about the probabilities stored in memory 102 may comprise statistics (such as mean and variance) of probability distributions, samples from probability distributions or other information about probabilities. In some cases the information about the probabilities stored in memory 102 is held in the form of a graphical model or neural network based model.

[0025] The search component 104 comprises a ranking algorithm for searching the index 128 to retrieve a ranked list of items from the index which are relevant to a query. Any well known ranking algorithm may be used. In some cases, the ranking algorithm is part of the question selector 108 as described below.

[0026] The user interface 106 is a graphical user interface such as on a touch screen or an augmented-reality display, or the user interface 106 is an auditory interface, or any type of user interface 106 which is capable of presenting questions to a user and receiving answers to those questions from the user. Examples of views of a graphical user interface provided by user interface 106 are given in FIGs. 1A to IE and these are examples only and are not intended to limit the scope of the technology.

[0027] The index 128 stores links, references or addresses to individual content items 110 in an ordered manner. The order used is related to one or more features of the individual content items. For example, the index stores, for each content item, details of features of that content item where the features are from a known set of features used by the index.

[0028] The question selector 108 comprises one or more algorithms which when executed using a computing device select one or more of the questions from store 102. In some examples the question selector 108 is adaptive in that it learns how to select questions which will facilitate search. This is done by learning probabilities associated with the questions as described in more detail below. In some examples the question selector 108 is static, that is, not adaptive and selects one or more of the questions using a measure of expected information gain computed with reference to the indexed items as explained below. Where the question selector 108 is static the questions it selects are the same for the same indexed items. Where the question selector 108 is adaptive, the questions it selects potentially differ over time for the same indexed items. [0029] As mentioned above, the question selector may comprise the ranking algorithm. In this case, the ranking algorithm uses a probability distribution over the items.

[0030] The information retrieval system is able to reduce the burden of user input since the question selector selects questions which are presented to the user. The user interface 106 presents the questions and optionally presents potential answers to the question(s) such as "yes", "no", "don't know". The user then simply selects a candidate answer to the question(s) using a single selection action such as a touch, mouse click, voice command or other input. In this way the user does not have to enter complex query terms or to use a complex search syntax to enter search criteria into the information retrieval system. The questions are presented to the user using natural language in some cases which makes the information retrieval system easy to use. In some cases the questions are presented using icons which facilitate input of answers to the information retrieval system since these are intuitive and take up little space on a touch screen of a resource constrained device.

[0031] The information retrieval system is able to reduce the burden of user input because the number of times a user has to input queries to the information retrieval system is reduced. Without the information retrieval system described herein a user has to repeatedly enter queries in order to find an item which is challenging for the user to locate. By selecting and presenting questions to the user the user has a simple task of replying to the question(s) which involves a recognition task rather than the harder, more burdensome task of recall in which the user must recall facts about the item to be found and enter data about those facts into the information retrieval system.

[0032] The information retrieval system is able to efficiently find relevant search results through intelligent selection of the questions which guide search by the search component 104. This is achieved through use of expected information gain in some cases; that is, a question is selected based on how much information the method expects to gain by that question being answered. In some cases this is achieved through use of expected information gain and probabilities that users can answer individual ones of the questions. The information retrieval system estimates the probabilities in various different ways depending on a trade-off between the amount of resources /computation involved and the quality of the estimate. In a particularly efficient case, the probabilities are estimated and updated by observing frequency of occurrence of answers to individual questions. In a more complex case the probabilities are estimated by considering features of the items. For example, by observing frequency of features in items which are selected by users from search results of the information retrieval system.

[0033] In some examples, the information retrieval system is able to dynamically update the probabilities during use of the information retrieval system. This makes the information retrieval system perform well even where changes in the information retrieval patterns of users occur over time. By updating the probabilities the information retrieval system is able to become bespoke or tailored to a particular user, or group of users and so provide enhanced quality of information retrieval for the particular user or group of users.

[0034] Alternatively, or in addition, the functionality of the information retrieval system 100 is performed, at least in part, by one or more hardware logic components. For example, and without limitation, illustrative types of hardware logic components that are optionally used include Field-programmable Gate Arrays (FPGAs), Application-specific Integrated Circuits (ASICs), Application-specific Standard Products (ASSPs), System-on- a-chip systems (SOCs), Complex Programmable Logic Devices (CPLDs), Graphics Processing Units (GPUs).

[0035] FIG. 1 A is a schematic diagram of a first view of a graphical user interface of the information retrieval system of FIG. 1 in the case a user is searching for a document named "Searchfilter.pptx". However, the user cannot recall the exact name of the document. Suppose the user has entered a search query such as "find documents with search in the title" and the information retrieval system has found the ranked list of documents 134, 132 where document 134 is a current best match. The document 134 which is the current best match is not the one the user is looking for. The question selector 108 selects a question from store 102 as described in more detail later in this document. The information retrieval system presents the question in field 130 of the graphical user interface which says "Was the document recently modified? Yes, No, Don't know".

[0036] FIG. IB is a schematic diagram of a second view of the graphical user interface of FIG. 1A. Suppose the user selects "no" in answer to the question using cursor 136 in field 130 as illustrated in FIG. IB. The answer is used by the search component 104 to update the search and the updated results are presented at the graphical user interface as indicated in FIG. 1C. As shown in FIG. 1C the best matching document is now a document called "searchfilter.pptx" in field 140 and this is the document the user is looking for. The documents in the ranked list of results 132 have been updated as compared with those in FIG. IB. An icon 138 at the bottom of the graphical user interface indicates to the user that the search has applied a question relating to time (as the icon is a clock face) and that the question has been answered in the negative as indicated by the negative sign on the bottom left of the icon. To remove the influence of the answer on the search results the user is able to select a cross sign on the top right of the icon.

[0037] The process of presenting questions and receiving answers is repeatable. Suppose the best matching document is "SearchDraft.pptx" as illustrated in field 140 of FIG. ID. This is not the document the user is trying to find. The question selector 108 selects another question and presents that to the user via the user interface 106. In this example the question is "Does the document contain a picture? Yes, no, don't know" as indicated in field 142 of FIG. ID. A question and answer relating to time has already been applied to the search as indicated by icon 138. The user proceeds to select "yes" using cursor 144 as indicated in FIG. ID. The search component 104 applies the question and answer to the search and the updated search results give best matching document "Searchfilter.pptx" which is the correct document as indicated at field 140 of FIG. IE. The graphical user interface displays the icon 146 to indicate that the question and answer regarding an image has been applied to the search and that the answer was positive since no negative sign is shown as for icon 138.

[0038] FIG. 2 is a flow diagram of a method of operation at the information retrieval system 100, in the case that the question selector 108 is static (not adaptive). The information retrieval system optionally receives 200 a query from an end user. For example, the query is input by a user using user interface 106 or is received from another entity over communications network 120. The search component optionally searches 202 the index 128 using a ranking algorithm to find a ranked list of results relevant to the query. This ranked list of results is referred to as a candidate set of results herein and denoted with symbol C. In the case that steps 200 and 202 are omitted the candidate set C is all the questions in store 102.

[0039] In addition to, or as an alternative to, the ranking algorithm a probability distribution over the items is used to obtain the candidate set C. The probability distribution over the items is learnt from observations of prior interaction with the user.

[0040] The question selector 108 proceeds to select one or more questions from the store 102 of questions on the basis of an expected information gain of each question. The expected information gain is a measure of how well a question is able to divide the candidate set C of content items to be searched. The expected information gain may be computed using a measure of entropy such as a Shannon entropy for example. In the case that the ranking algorithm uses a probability distribution over the items, the computation of the expected information gain is achieved by computing an expected reduction of entropy in the probability distribution over the items.

[0041] One or more questions with a highest measure of expected information gain are selected by the question selector 108 and are presented 206 to the user using user interface 106. More than one question may be presented at the same time. In the case that the question selector 108 selects a plurality of questions to be presented together, these are selected in a manner which optimizes a measure of the plurality of questions, such as a measure of how likely it is that at least one of the plurality of questions can be answered.

[0042] If one or more answers are received 208 to the questions the candidate set is searched 210 using the questions and associated answers. This is done by using the search component 104 to search the index using the questions which received associated answers and/or by filtering results already retrieved by the search component at step 202. The search results are output 212 to the user by presenting them using user interface 106.

[0043] Using the expected information gain to select questions is a fast and efficient way for the question selector to select questions which is suitable for use on resource constrained devices. However, using only expected information gain to influence the selection of questions means that sometimes the questions selected by the question selector are unlikely to be answered by end users. This is because "answerability" of the questions is not taken into account. The "answerability" of a question can be thought of as related to the probability that a question can be answered by a user. For example, a question asking whether an item was created at an odd or an even second is likely to have high expected information gain but low probability that users can answer the question.

[0044] In order to improve the ability of the question selector to select questions which are "answerable" by end users, in some embodiments of the technology, the question selector takes into account probabilities that questions can be answered in addition to taking into account expected information gain. This is achieved by storing probabilities associated with individual ones of the questions or maintaining a model of these probabilities without creating an exhaustive list of the probabilities. The question selector is arranged in some examples to learn about the probabilities as the information retrieval system is used. However, it is not essential to learn about the probabilities online as in some cases the probability information is learnt in an offline process. In some examples the probabilities comprise, for each individual question, a probability that a particular user can answer that question. In some cases the probabilities comprise, for each individual question, a probability that any user can answer that question. The probabilities are used by the question selector 108 to select questions that are more effective at facilitating the search. The probability information is used by the question selector together with the expected information gain. By combining expected information gain and the probability information it is found that questions are selected which give high quality search results. For example, the number of rounds of questions and answers is reduced and the relevance of the search results is increased.

[0045] In an example, the expected information gain and the probabilities that users will answer the questions are combined using the following expression:

Expected reward s . = IGi x Ai

[0046] Which is expressed in words as, the expected reward of question S being answered by user i is equal to the information gain for user i times an estimate A of the probability that the question S can be answered by user i. The information gain for user i is computed exactly based on the current candidate set C.

[0047] The estimate A of the probability that the question S can be answered by user i is given by the number of times user i has answered the question divided by the total number of times the question has been presented. In some cases the expected reward is computed for each question so that there is a parameterized distribution, such as a Beta distribution or a multivariate Gaussian distribution representing an expected reward over all users for each question.

[0048] The above expression of the expected reward of question S being answered by user i is extended, in some examples as follows:

Expected reward s . = ^ IG^a) x p(a)

Q EA

which is expressed in words as the expected reward of question S being answered by user i is equal to, the sum over possible answers, of the information gain for user i who makes answer a times the probability of answer a being made.

[0049] FIG. 3 is a flow diagram of a method of operation at the information retrieval system 100 where the question selector uses expected information gain and probabilities that users can answer individual ones of the questions. As for FIG. 2 the information retrieval system optionally receives 200 a query and searches 202 using the query to obtain a candidate set of content items. The question selector selects 300 one or more questions using a measure of the information gain of the individual questions and information about the probability that individual users, or users in general can answer the individual questions. The questions are presented 206 using the user interface 106, answers are received 208 and the search component filters or updates the candidate set using the answers and associated questions. If success is detected at check point 302 the process updates 304 the probabilities that the user(s) can answer. For example, the probabilities are one or more values stored in memory 102 with the associated questions or stored at any other location accessible to question selector 108. Once the probabilities that the user can answer are updated at process 304 the method returns to operation 202.

[0050] If no success is detected at operation 302 the process proceeds to operation

212 at which the results are output.

[0051] Detecting success at check point 302 is achieved by checking whether a user answered one or more of the presented questions. The answer is any of "yes", "no", "don't know" in some examples. However, the answer is a rating, or a selection of a category, or another type of answer in some cases. In the case that the probabilities are estimated using a count of the number of times a particular question is answered as described above, the update involves incrementing the count. In another example a multi- armed bandit algorithm is used by the question selector 108 to both select questions and to update the probabilities. For example, a bandit algorithm based on posterior sampling is used to: generate questions by sampling from a current reward distribution and selecting one or more questions that are optimal according to the sample; and to update the parameters of the distribution after observing user answers.

[0052] In order to improve accuracy of the estimate of the probability that a question can be answered, information about the features of the questions and items is taken into account. This is done by having a general feature affinity vector (denoted by the symbol f) across all users and/or a feature affinity vector (denoted by the symbol b) for each individual user. A user feature affinity vector is a list of numbers, one for each feature of a set of possible features, where each number represents how likely the user is to select a content item with that feature. A global feature affinity vector is a list of numbers, one for each feature of the set of features, where each number represents how likely any user is to select a content item with that feature. The values in the feature affinity vectors initialize to default values and are updated as the information retrieval system is used. For example, the values of feature affinities are incremented, using a learned model as content items are selected by users as part of the information retrieval process, indicating that these content items are correct outcomes of the search. The learned model comprises one or more of: a decision tree, a neural network, a linear model, or other learned model. The learned model is updates using a perceptron learning algorithm or any optimization or learning approach such as gradient descent or others.

[0053] In some examples the feature affinity vectors are used to compute a score for each user-item pair. The score which is a number expressing how likely a user is to be searching for the item. In some examples, the score is computed as a weighted aggregation of the user feature affinity vector and the global feature affinity vector. A prior probability over the items is defined which expresses how likely a given item will be the target of a search. The prior probability for an item is computed from the score for the item divided by the sum of the scores of all the items. In some cases, the prior probabilities are used to weight the items in the computation of the expected information gain of the question as described above.

[0054] It is not essential to compute the prior probability for an item as described in the paragraph immediately above as this may be achieved in other ways by observing user search behavior.

[0055] In some examples the question selector uses a multi-armed bandit algorithm to select the question(s) and to update the probabilities that the user(s) can answer the questions. This gives an efficient and effective implementation for the question selector which is suited for online operation on a resource constrained device such as a smart watch, smart phone or other resource constrained device.

[0056] An example in which the question selector uses a multi-armed bandit algorithm is now described. In this example, the expected reward of a question is represented as a Gaussian distribution 400 (see FIG. 4) with mean μ and variance B as indicated in FIG. 4. Other types of distribution such as a Beta distribution are used in some cases to represent the expected reward. The memory 102 (or other store) holds statistics of a reward distribution for each question, or computes these when needed, and optionally for each combination of a particular user and a particular question. Initially the values of the statistics, such as a mean μ and variance B in the case of a Gaussian distribution are set to default values (as indicated by graph 400 in FIG. 4) and over time, as the information retrieval system presents questions and observes answers made by particular users these values are updated as indicated by graph 402 of FIG. 4.

[0057] The question selector 108 computes an expected reward for each question using the method of FIG. 4 where operation 300 is described as illustrated in FIG. 5. The question selector accesses 500 an answerability model which describes how likely users are to be able to answer questions. In an example the answerability model comprises user feature affinity vectors (global and user specific) however, this is not essential as other models of answerability may be used. The question selector accesses 502 a reward probability distribution for each question. A reward probability distribution takes into account the expected information gain and the answerability of the question for a given user, given by the answerability model. For a given question the question selector takes 504 a sample from the reward distribution of that question (as indicated by in FIG. 4) and multiplies that sample value by the feature affinity vector (such as the global feature affinity vector, or the user specific feature affinity vector). Assume for the sake of explanation that the sample and the feature affinity vector are single dimensional numbers. This gives a reward value for each question in the case the question is answered. The question selector 108 selects 506 the question which has the highest computed reward in a way that balances exploration and exploitation by using a known selection process such as: Thompson posterior sampling, upper confidence bound (UCB) or an ε-greedy algorithm. To select multiple questions, the question selector 108 selects the top k questions by computed reward. This process of computing the rewards is extended to enable multidimensional values of the feature affinity vector and the sampled reward to be used.

[0058] The selected questions are presented and one or more answers are observed

208.

[0059] In the case that an answer to a presented question is observed the parameters of the reward distribution are updated 304 as now explained. If no answer is observed to the question then no update is done in some cases. In other cases the parameters of the reward distribution decay over iterations of the algorithm and/or over time to return towards their default values.

[0060] The variance of the reward distribution is updated by adding the feature affinity vector to it which is expressed as:

B = B + b(t)

Where B is the variance of the reward distribution and b(t) is the user feature affinity vector at time t.

[0061] The mean of the reward distribution is updated as follows:

/ = / + (b(t) x answer)

μ = B '1 f Which is expressed in words as, the global feature affinity vector is updated by adding to the global feature affinity vector the user feature affinity vector at time t multiplied by the observed reward (where the observed reward is the answer to the question which was observed which is a zero in the case of no answer and a 1 in the case of an answer for example); and the mean of the reward distribution is equal to the inverse of the variance of the reward distribution times the updated global feature affinity vector.

[0062] Using the above update procedures the question selector is able to update the memory 102 or other store holding the parameters of the reward distributions for the questions. These parameters are then available to the question selector when it selects future questions. In this way the question selector is adaptive and is able learn belief about reward experienced by a user when a given question is answered as part of an information retrieval task.

[0063] In some cases the reward distribution is a Beta distribution and in that case, the update process comprises updating the parameters of the Beta distribution rather than updating a mean and a variance as described above.

[0064] FIG. 6 illustrates various components of an exemplary computing-based device 600 which are implemented as any form of a computing and/or electronic device, and in which embodiments of an information retrieval system are implemented in some examples.

[0065] Computing-based device 600 comprises one or more processors 602 which are microprocessors, controllers or any other suitable type of processors for processing computer executable instructions to control the operation of the device in order to search for items in a collection of items by selecting questions to facilitate the search. In some examples, for example where a system on a chip architecture is used, the processors 602 include one or more fixed function blocks (also referred to as accelerators) which implement a part of the method of any of FIGs. 2 to 5 in hardware (rather than software or firmware). Platform software comprising an operating system 604 or any other suitable platform software is provided at the computing-based device to enable application software 606 to be executed on the device. A search component 104 as described with reference to FIG. 1 is available at the computing based device and comprises one or more search algorithms such as ranking algorithms for searching an index 128 of items held at the computing based device or at another entity in communication with the computing based device. A user interface 106 is available at the computing based device and comprises computer executable instructions to implement a graphical user interface, an audio interface or any other type of user interface. A question store 102 at memory 608 of the computing based device 600 stores questions and optionally probabilities associated with the questions. In some cases the question store 102 holds user feature affinity vectors, global feature affinity vectors, statistics of reward distributions and other parameters. A question selector 108 at the computing based device gives the functionality of the question selector 108 described with reference to FIG. 1.

[0066] The computer executable instructions are provided using any computer- readable media that is accessible by computing based device 600. Computer-readable media includes, for example, computer storage media such as memory 608 and communications media. Computer storage media, such as memory 608, includes volatile and non-volatile, 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 the like. Computer storage media includes, but is not limited to, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM), electronic erasable programmable read only memory (EEPROM), flash memory or other memory technology, compact disc read only memory (CD-ROM), digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other non-transmission medium that is used to store information for access by a computing device. In contrast, communication media embody computer readable instructions, data structures, program modules, or the like in a modulated data signal, such as a carrier wave, or other transport mechanism. As defined herein, computer storage media does not include communication media. Therefore, a computer storage medium should not be interpreted to be a propagating signal per se. Although the computer storage media (memory 608) is shown within the computing-based device 600 it will be appreciated that the storage is, in some examples, distributed or located remotely and accessed via a network or other communication link (e.g. using communication interface 610).

[0067] The computing-based device 600 also comprises an input/output controller

612 arranged to output display information to a display device 614 which may be separate from or integral to the computing-based device 600. The display information may provide a graphical user interface. The input/output controller 612 is also arranged to receive and process input from one or more devices, such as a user input device 616 (e.g. a mouse, keyboard, camera, microphone or other sensor). In some examples the user input device 616 detects voice input, user gestures or other user actions and provides a natural user interface (NUI). This user input may be used to answer questions, input queries, view search results. In an embodiment the display device 614 also acts as the user input device 616 if it is a touch sensitive display device. The input/output controller 612 outputs data to devices other than the display device in some examples, e.g. a locally connected printing device.

[0068] Any of the input/output controller 612, display device 614 and the user input device 616 may comprise NUI technology which enables a user to interact with the computing-based device in a natural manner, free from artificial constraints imposed by input devices such as mice, keyboards, remote controls and the like. Examples of NUI technology that are provided in some examples include but are not limited to those relying on voice and/or speech recognition, touch and/or stylus recognition (touch sensitive displays), gesture recognition both on screen and adjacent to the screen, air gestures, head and eye tracking, voice and speech, vision, touch, gestures, and machine intelligence. Other examples of NUI technology that are used in some examples include intention and goal understanding systems, motion gesture detection systems using depth cameras (such as stereoscopic camera systems, infrared camera systems, red green blue (rgb) camera systems and combinations of these), motion gesture detection using accelerometers/gyroscopes, facial recognition, three dimensional (3D) displays, head, eye and gaze tracking, immersive augmented reality and virtual reality systems and technologies for sensing brain activity using electric field sensing electrodes (electro encephalogram (EEG) and related methods).

[0069] Alternatively or in addition to the other examples described herein, examples include any combination of the following:

[0070] An information retrieval system comprising:

[0071] a memory storing an index of items, each item having one or more features of a plurality of possible features;

[0072] wherein the index includes, for each item, an indication of the features of that item; and

[0073] wherein the index is configured at least according to the features;

[0074] the memory storing a plurality of questions about the features of the items;

[0075] a question selector configured to select at least one of the questions on the basis of at least an expected information gain of the question with respect to the items; and

[0076] a search component configured to search the index using one or more answers to the selected questions received from a user. [0077] The information retrieval system described above wherein the memory stores information about probabilities associated with the questions, the probabilities representing likelihood that a question can be answered.

[0078] The information retrieval system described above wherein the memory stores the probabilities such that they are user specific.

[0079] The information retrieval system described above wherein the memory stores the probabilities such that they comprise probabilities which are general over many users.

[0080] The information retrieval system described above wherein the question selector updates the probabilities online during operation of the information retrieval system using observed answers.

[0081] The information retrieval system described above wherein the question selector computes the information about probabilities by counting numbers of times questions are selected and numbers of times questions are answered.

[0082] The information retrieval system described above wherein the question selector computes the information about probabilities by updating parameters of a probability distribution representing reward of an answer to a question.

[0083] The information retrieval system described above wherein the question selector computes the information about probabilities by using features of the questions and wherein the memory stores a feature affinity vector for a user, the feature affinity vector comprising a numerical value for each of a plurality of features of the items.

[0084] The information retrieval system described above wherein the question selector computes the information about probabilities by using a general feature affinity vector stored by the memory.

[0085] The information retrieval system described above wherein the question selector is configured to execute a multi-armed bandit algorithm to select the question and to update the information about the probabilities.

[0086] The information retrieval system described above comprising a user interface configured to present the selected question and to receive the answers to the question.

[0087] The information retrieval system described above wherein the answers include an indication that no answer can be provided.

[0088] The information retrieval system described above wherein the questions are natural language questions or icons. [0089] The information retrieval system described above comprising a user interface configured to present the selected question together with potential answers to the selected question for selection by a user.

[0090] An information retrieval system for retrieving one or more items from a collection of items comprising:

[0091] a memory storing a plurality of questions about the items;

[0092] a processor configured to select a question from the memory using an expected information gain of individual ones of the questions with respect to at least part of the collection of items; the processor being configured to:

[0093] present the selected question;

[0094] receive an answer to the selected question from a user; and

[0095] search the collection of items to identify items which agree with the received answer.

[0096] The information retrieval system described above wherein the processor is configured to present the selected question using natural language or using an icon.

[0097] The information retrieval system described above wherein the processor is arranged to repeat the process of selecting a question, presenting the selected question and searching the collection of items.

[0098] The information retrieval system described above wherein the memory stores probabilities that a user can answer individual ones of the questions, and wherein the processor is configured to select the question using both the expected information gain and one or more of the probabilities.

[0099] The information retrieval system described above wherein the processor is configured to update the probabilities using the receive answer.

[00100] A computer-implemented method of retrieving at least one item from a collection of items comprising:

[00101] selecting, using a processor, a question from a plurality of questions about items in the collection using an expected information gain of individual ones of the questions with respect to the collection of items;

[00102] presenting the selected question to a user;

[00103] receiving an answer to the selected question from the user; and

[00104] searching the collection of items to identify items which agree with the received answer. [00105] A computer-implemented method at an information retrieval system comprising:

storing, at a memory, an index of items, each item having one or more features of a plurality of possible features;

including in the index, for each item, an indication of the features of that item; configuring the index at least according to the features;

storing in the memory a plurality of questions about the features of the items;

selecting at least one of the questions on the basis of at least an expected information gain of the question with respect to the items; and

searching the index using one or more answers to the selected questions received from a user.

[00106] The term 'computer' or 'computing-based device' is used herein to refer to any device with processing capability such that it executes instructions. Those skilled in the art will realize that such processing capabilities are incorporated into many different devices and therefore the terms 'computer' and 'computing-based device' each include personal computers (PCs), servers, mobile telephones (including smart phones), tablet computers, set-top boxes, media players, games consoles, personal digital assistants, wearable computers, and many other devices.

[00107] The methods described herein are performed, in some examples, by software in machine readable form on a tangible storage medium e.g. in the form of a computer program comprising computer program code means adapted to perform all the operations of one or more of the methods described herein when the program is run on a computer and where the computer program may be embodied on a computer readable medium. The software is suitable for execution on a parallel processor or a serial processor such that the method operations may be carried out in any suitable order, or simultaneously.

[00108] This acknowledges that software is a valuable, separately tradable commodity. It is intended to encompass software, which runs on or controls "dumb" or standard hardware, to carry out the desired functions. It is also intended to encompass software which "describes" or defines the configuration of hardware, such as HDL (hardware description language) software, as is used for designing silicon chips, or for configuring universal programmable chips, to carry out desired functions.

[00109] Those skilled in the art will realize that storage devices utilized to store program instructions are optionally distributed across a network. For example, a remote computer is able to store an example of the process described as software. A local or terminal computer is able to access the remote computer and download a part or all of the software to run the program. Alternatively, the local computer may download pieces of the software as needed, or execute some software instructions at the local terminal and some at the remote computer (or computer network). Those skilled in the art will also realize that by utilizing conventional techniques known to those skilled in the art that all, or a portion of the software instructions may be carried out by a dedicated circuit, such as a digital signal processor (DSP), programmable logic array, or the like.

[00110] Any range or device value given herein may be extended or altered without losing the effect sought, as will be apparent to the skilled person.

[00111] Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

[00112] It will be understood that the benefits and advantages described above may relate to one embodiment or may relate to several embodiments. The embodiments are not limited to those that solve any or all of the stated problems or those that have any or all of the stated benefits and advantages. It will further be understood that reference to 'an' item refers to one or more of those items.

[00113] The operations of the methods described herein may be carried out in any suitable order, or simultaneously where appropriate. Additionally, individual blocks may be deleted from any of the methods without departing from the scope of the subject matter described herein. Aspects of any of the examples described above may be combined with aspects of any of the other examples described to form further examples without losing the effect sought.

[00114] The term 'comprising' is used herein to mean including the method blocks or elements identified, but that such blocks or elements do not comprise an exclusive list and a method or apparatus may contain additional blocks or elements.

[00115] The term 'subset' is used herein to refer to a proper subset such that a subset of a set does not comprise all the elements of the set (i.e. at least one of the elements of the set is missing from the subset).

[00116] It will be understood that the above description is given by way of example only and that various modifications may be made by those skilled in the art. The above specification, examples and data provide a complete description of the structure and use of exemplary embodiments. Although various embodiments have been described above with a certain degree of particularity, or with reference to one or more individual embodiments, those skilled in the art could make numerous alterations to the disclosed embodiments without departing from the scope of this specification.