What is relevance feedback in information retrieval techniques?
Relevance feedback is a feature of some information retrieval systems. The idea behind relevance feedback is to take the results that are initially returned from a given query, to gather user feedback, and to use information about whether or not those results are relevant to perform a new query.
What is pseudo relevance feedback in information retrieval?
Pseudo relevance feedback , also known as blind relevance feedback , provides a method for automatic local analysis. It automates the manual part of relevance feedback, so that the user gets improved retrieval performance without an extended interaction.
What are the characteristics of relevance feedback?
Relevance feedback and pseudo relevance feedback
- The user issues a (short, simple) query.
- The system returns an initial set of retrieval results.
- The user marks some returned documents as relevant or nonrelevant.
- The system computes a better representation of the information need based on the user feedback.
What is pseudo relevance feedback query expansion?
Query Expansion using Pseudo Relevance Feedback is a useful and a popular technique for reformulating the query. The expansion terms are obtained by equi-frequency partition of the documents obtained from pseudo relevance feedback and by using tf-idf scores.
What are the two basic approaches in user relevance feedback for query processing?
The basic methods here are: Relevance feedback (Section 9.1 ) Pseudo relevance feedback, also known as Blind relevance feedback (Section 9.1. 6 )
In what cases does relevance feedback work?
Implicitly, the Rocchio relevance feedback model treats relevant documents as a single cluster, which it models via the centroid of the cluster. This approach does not work as well if the relevant documents are a multimodal class, that is, they consist of several clusters of documents within the vector space.
What is true about Rocchio feedback?
The Rocchio algorithm is based on a method of relevance feedback found in information retrieval systems which stemmed from the SMART Information Retrieval System which was developed 1960-1964. Like many other retrieval systems, the Rocchio feedback approach was developed using the Vector Space Model.
What is the difference between relevance feedback and query expansion?
The terms added in relevance feedback are based on “local” information in the result list. The terms added in query expansion are often based on “global” information that is not query-specific. For each term t in the query, expand the query with words the thesaurus lists as semantically related with t.
What is the purpose of rocchio algorithm?
Rocchio’s formula is used to determine the query term weights of the terms in the new query when Rocchio’s relevance feedback algorithm is applied.
What is rocchio text classification?
Rocchio classification is a form of Rocchio relevance feedback (Section 9.1.1 , page 9.1.1 ). The average of the relevant documents, corresponding to the most important component of the Rocchio vector in relevance feedback (Equation 49, page 49 ), is the centroid of the “class” of relevant documents.
What is RM3 in information retrieval?
Local Context Analysis (LCA) and Relevance-based Language Model (RM3) are examples of association-based methods. Our goal in this study is to investigate how these two classes of methods may be combined to improve retrieval effectiveness. We propose the following combination-based approach.