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

2021 SIGIR Group based Personalized Search by Integrating Search Behaviour and Friend Network #8

Open
ZahraTaherikhonakdar opened this issue Feb 18, 2022 · 1 comment
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@ZahraTaherikhonakdar
Copy link
Member

Main Problem:

This paper formed the user's friend networks to personalize the web search. They consider two types of friends:
1- They formed the behavioral-based friends model based on friends who have similar interests like movies or sports etc. (search-log)
2- They formed the relational-based friends model based on friends who share the same experience. (friends network in the social network)
Moreover, they consider mutual friends in both models as more effective friends.
They also create the user profile with the user's search log (considering both long term and short term behavior)

Input-Output:

phase:
Input: friends model+search log+query
Output: personalized ranking documents

Previous Works and their Gaps:
They argue that previous works either consider the search log or friends network to personalized the web search. The shortcoming of the previous works is that they are good for users who have a search history; however, they are insufficient for users who have not used search engines enough or for the new input queries. So, to improve personalized web search performance, they decided to consider users' search logs and users' friends' models.

Result:
The proposed model, FNPS, outperforms the previous personal web search model.
image

They also, observed that considering more friends would lead to poor performance. Based on the results friends modeling improve the performance for unrepeated queries. Moreover, when the user has enough search history the user profile is sufficient in understanding the user's search intent and friends modeling is useful when the user's search history is poor.

Data Set:
They collected the dataset which contains search logs and friends networks from big social network platform. (they didn't name the platform).

Gap of this work:
This paper is so close to our research interest in terms of the way we look at web search personalization. we could improve this work by considering the user's comments, likes, followings in social networks.

Code:

@ZahraTaherikhonakdar ZahraTaherikhonakdar added the literature-review Summary of the paper related to the work label Feb 18, 2022
@ZahraTaherikhonakdar ZahraTaherikhonakdar self-assigned this Feb 18, 2022
@hosseinfani
Copy link
Member

thanks @ZahraTaherikhonakdar
Try to investigate more on this paper. Very close to our research!

@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