Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2016 TKDE Prefix-Adaptive and Time-Sensitive Personalized Query Auto Completion #13

Open
ZahraTaherikhonakdar opened this issue Jan 21, 2022 · 2 comments
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@ZahraTaherikhonakdar
Copy link
Member

ZahraTaherikhonakdar commented Jan 21, 2022

Main Problem:
This paper proposed time-sensitive and personalized query auto completion (QAC), named hybrid QAC. They handle the long-tail prefixes. Given a threshold N, we define a prefix p to be a long-tail prefix if the number of returned query completions is smaller than N. In other words they defined long-tail prefixes based on the number of returned query completions rather than the number of characters in the prefix.
Time-sensitive: the recent and long-term query frequencies are considered to predict future popularity.
Personalized: This model uses the combination of two similarity scores: recent queries in the current session and those of the same user issued before. (caters for individual users)

Input-Output:

Input: input prefix p by user + calculating Time-sensitive and Personalized features
Output: a ranked list of queries for prefix p

Previous Works and their Gaps:

  • To forecast the query frequencies, Radinsky[] proposed a long term time series modeling approach
  • Cai and de Rijke[] proposed a learning-based QAC approach. Their model derived features from similar queries and semantically related terms
  • considered profiles to extract user-based features to model the likelihood
    that a user will issue certain queries.

Gap: In previous works, query completions are computed globally and for a given prefix, and all users are presented with the same list of completions, and none of them deal with long-tail prefixes

Result:
They use two data sets: AOL and SnV (the largest audiovisual archives in Europe).
The proposed method improves the Mean Reciprocal Rank (MRR) scores between 4 and 8 percent on a web search log and on a query log from an audiovisual archive, compares to the state-of-the-art time-sensitive QAC baseline

Gap of this work:
1-In order to personalized the model they just considered users' search log
Code:
Not available

@ZahraTaherikhonakdar ZahraTaherikhonakdar self-assigned this Jan 21, 2022
@ZahraTaherikhonakdar ZahraTaherikhonakdar added the literature-review Summary of the paper related to the work label Jan 21, 2022
@ZahraTaherikhonakdar
Copy link
Member Author

@hosseinfani

@hosseinfani hosseinfani changed the title 2016 IEEE Transactions on Knowledge and Data Engineering Prefix-Adaptive and Time-Sensitive Personalized Query Auto Completion 2016 TKDE Prefix-Adaptive and Time-Sensitive Personalized Query Auto Completion Jan 21, 2022
@hosseinfani
Copy link
Member

@ZahraTaherikhonakdar
Not happy with you summaries, Zahra. They're vague and copy such that I feel like you want to apply a check mark for the task! Please revise.

@hosseinfani hosseinfani transferred this issue from another repository Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
literature-review Summary of the paper related to the work
Projects
None yet
Development

No branches or pull requests

2 participants