INLS 490-154: Introduction to Information Retrieval System Design and Implementation

Fall 2008. Wednesdays 9:30am-12:15pm, Manning 214

[ Home ] [ Syllabus ] [ Assignments ] [ Resources ]

Assignment-6: User feedback and query reformulation
Assigned on: 10/01/2008, Due on: 10/05/2008
Build an index using Krovetz stemmer and stop words removal, taking the two TREC files (with nearly 20,000 documents) given from the NY Times. Use "Bush Kerry debates" as the query and perform pseudo-relevance feedback with feedback docs=10, feedback terms=10, and retrieved docs=100 with KL retrieval method. Use the modified 'RetEval' application to obtain term IDs and their respective weights for these top terms. Find "real" terms associated with these IDs using 'dumpTerm' utility. Assume that you are showing these top terms to the user and user selects every other term starting with term 1. Construct a structured query with these terms and their associated weights. Re-run the retrieval with this new query, this time without any of the feedback parameters. Send the following files to the instructor with "INLS-490: Assignment-6" in the subject. Make sure they are named/labeled properly.
  1. Retrieval parameter file (1 point)
  2. Screen output of your first RetEval that should show term IDs and weights (2 points)
  3. A list of "real" terms with weights (3 points)
  4. Reformulated weighted query (2 points)
  5. Retrieval results of the final run (2 points).

| Chirag Shah | Last update: December 19, 2008 |