Presentation is loading. Please wait.

Presentation is loading. Please wait.

Learning Techniques for Information Retrieval Perceptron algorithm Least mean.

Similar presentations


Presentation on theme: "Learning Techniques for Information Retrieval Perceptron algorithm Least mean."— Presentation transcript:

1 Learning Techniques for Information Retrieval Perceptron algorithm Least mean

2 Adaptive linear model Let X1, X2, …, Xn be n vectors (of n documents). D1  D2={X1, X2, …, Xn}, where D1 be the set of relevant documents and D2 be the set of ir- relevant documents. D1 and D2 are obtained from users feedback. Question: find a vector w such that  W i  X ij <0 for each X j  D 1 and i=1 to m  W i  X ij> >0 for each X j  D 2 i=1 to m

3

4 W0W0 W1W1 W2W2 W3W3 WnWn +1 Threshold Output =sign(y) X0X0 X1X1 X2X2 X3X3 XnXn

5 Remarks: W is the new vector for query. W is computed based on the feedback, i.e., D 1 and D 2. The following is a hyper-plane:  W i  X i> =0 i=1 to m The hyper-palne cuts the whole space into to parts and hopefully one part contains relevant docs and the other contains ir-relevant docs.

6 Perceptron Algorithm (1) For each X  D 1, if X · W<0 then increase the weight vector at the next iteration: W=W old +CX. (2) For each X  D 2 if X · W>0 then decrease the weight vector at the next iteration: W=W old -CX. C is a constant. Repeat until X · W>0 for each X  D 1 and X · W<0 for each X  D 2.

7 Preceptron Convergence Theorem The perceptron algorithm finds a W in finite iterations if the t raining set {X 1, X 2, …, X n } is linearly separable.

8 Query Expansion and Term Reweighting for the Vector Model : set of relevant documents, as identified by the user, among the retrieved documents; : set of non-relevant documents among the retrieved documents; : set of relevant documents among all documents in the collection; : number of documents in the sets respectively; : tuning constants.,,

9 Query Expansion and Term Reweighting for the Vector Model Standard_Rochio : Ide_Regular : Ide_Dec_Hi : Where is a reference to the highest ranked non-relevant document.

10 Evaluation of Relevance Feedback Strategies Simple way: use the new query to search the database and recalculate the results Problem: used feedback information, it is not fare. Better way: just consider the unused document.

11 Query Expansion Through Local Clustering Definition Let be a non-empty subset of words which are grammatical variants of each other. A canonical form from of is called a stem. For instance, if then Definition For a given query, the set of documents retrieved is called the local document set. Further, the set of all distinct words in the local document set is called the local vocabulary. The set of all distinct stems derived from the set is referred to as.

12 Association Clusters Definition The frequency of a stem in a document,, is referred to as. Let be an association matrix with rows and columns, where. Let be the transpose of. The matrix is a local stem-stem association matrix. Each element in expresses a correlation between the stems and namely, (5.5) (5.6)

13 Association Clusters Normalize Definition Consider the -th row in the association matrix (i.e., the row with all the associations for the stem ). Let be a function which takes the -th row and returns the set of largest values, where varies over the set of local stems and. Then defines a local association cluster around the stem. If is given by equation (5.6), the association cluster is said to be unnormalized. If is given by equation 5.7, the association cluster is said to be normalized. (5.7)


Download ppt "Learning Techniques for Information Retrieval Perceptron algorithm Least mean."

Similar presentations


Ads by Google