Changes between Version 59 and Version 60 of ClickLog

Show
Ignore:
Timestamp:
04/14/09 10:12:29 (7 months ago)
Author:
root (IP: 127.0.0.1)
Comment:

Adding forumlinks

Legend:

Unmodified
Added
Removed
Modified
  • ClickLog

    v59 v60  
     1{{{ 
     2#!forumlinks 
     3}}} 
     4 
    15= !ClickLogs: Goals and Research questions = 
    26How relevant is a document for a given search term? This is the central question when we try to answer a user's search query. In a decentralized setting like when searching torrents, we mainly have to work with metadata like titles: The actual content is not available at search-time, so it cannot be analyzed to better predict relevance. However, user feedback is a precious resource in estimating relevance. Particularly implicit feedback, i.e. feedback which the user provides simply by using a system, can be a great benefit because it can be collected cheaply and at a large scale. This package aims to improve search quality in Triber by collecting and processing a particular kind of implicit feedback: click log data. 
     
    4650As of rev. 10204, you may enable logging of search keywords by adding sth like 
    4751{{{ 
    48 RemoteQueryMsgHandler.getInstance().setLogFile("c:\\crawl.txt") 
     52RemoteQueryMsgHandler.getInstance().setLogFile("c:\crawl.txt") 
    4953}}} 
    5054to startAPI in Tribler/Main/tribler.py