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

2020 SIGIR Personalized Query Suggestions #12

Open
ZahraTaherikhonakdar opened this issue Jan 21, 2022 · 2 comments
Open

2020 SIGIR Personalized Query Suggestions #12

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:
They proposed a sequence-to-sequence-model–based query suggestion framework that is able to model structured, personalized features and unstructured query texts naturally. For personalization, they use Linkedin members' profiles.

Input-Output:

Input: query suggestion request + user feature
Output: query suggestion response

Previous Works and their Gaps:

  • Mei [] proposed a bipartite graph– based method to derive query suggestions.
    Their method achieved personalization by attaching a unique user
    identifier to each query to form a new “pseudo query”.
  • Jayanthi [8] used phrase semantics instead of term semantics to derive personalized query suggestions.
  • Sordoni [], the authors explored the use of hierarchical recurrent encoder-decoder for generating query suggestions. The methodology is the most similar to this paper. However, this paper has very different focuses: Sordoni [] were mostly interested in the context-awareness of the query suggestions, where context is defined by past search history, while this paper focuses are mainly on the personalization with user features and the approach is also tested in a large scale industrial setting (Linkedin).

Result:
Their model improved query suggestions by 5.62% and the overall search results by 0.3%.
They divided Linkedin members into two categories: passive and active job seekers based on their recent job-related activities. They realize that personalization has a more significant impact on passive job seekers because those suggestions are relevant to their background and intent.

Data Set
They mined English search query logs at LinkedIn.

Gap of this work:
1- Although users' profiles are considered, users' activities and time are not considered.

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
Copy link
Member

@ZahraTaherikhonakdar
I already told you not to copy-paste from the paper text, I believe.
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