Click here to Skip to main content
15,892,797 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to implement this IEEE paper "Answering general time sensitive queries" in data mining ?


Answering General Time-Sensitive Queries
Wisam Dakka, Luis Gravano, and Panagiotis G. Ipeirotis, Member, IEEE

Abstract
Time is an important dimension of relevance for a large number of searches, such as over blogs and news archives. So far,research on searching over such collections has largely focused on locating topically similar documents for a query. Unfortunately,topic similarity alone is not always sufficient for document ranking. In this paper, we observe that, for an important class of queries that we call time-sensitive queries, the publication time of the documents in a news archive is important and should be considered in conjunction with the topic similarity to derive the final document ranking. Earlier work has focused on improving retrieval for “recency”queries that target recent documents. We propose a more general framework for handling time-sensitive queries and we automatically identify the important time intervals that are likely to be of interest for a query. Then, we build scoring techniques that seamlessly integrate the temporal aspect into the overall ranking mechanism. We present an extensive experimental evaluation using a variety of news article data sets, including TREC data as well as real web data analyzed using the Amazon Mechanical Turk. We examine several techniques for detecting the important time intervals for a query over a news archive and for incorporating this information in the retrieval process. We show that our techniques are robust and significantly improve result quality for time-sensitive queriescompared to state-of-the-art retrieval techniques.


About the modules,code? plz help...
Posted
Updated 2-Sep-12 2:03am
v2

Your homework assignment just has a title and no details. Not even any context around what was taught when this assignment was given to you. :doh:

In general,
You need to have a timer on the page which resets with every question or keeps a track of total time. Design your application such that there are series of question answers and you can show them one by one to user to answer. Track the time taken by the user to answer a particular exam. Your ultimate goal of having it time bound is to restrict user to answer questions within a given time frame.

Go ahead, divide the requirement into various small steps and move on. If you get stuck, share your effort and post specific issues where you want help on.

Try!
 
Share this answer
 
Comments
LITTYKM 2-Sep-12 8:06am    
Thank for ur reply...but sorry because i not mentioned about the details what i needed.
existing system answering genetral time-sensitive quries
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900