Skip to content

Context Aware Query Suggestion by Mining Click Through and Session Data

Notifications You must be signed in to change notification settings

techaddict/Query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query

Context Aware Query Suggestion by Mining Click Through and Session Data

The Work is divided into two steps:

  • Offline model Form a bi-partite graph Cluster them into concepts (group of similar queries) Create concept sequence suffix tree
  • Online model Map queries into concept Look up the suffix tree and suggest queries

How to run

g++ main.cpp ./a.out input_file //input file should be your data log

Due to copyright issues we cannot share the dataset in public.

About

Context Aware Query Suggestion by Mining Click Through and Session Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published