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

2019 WWW Click Feedback-Aware Query Recommendation Using Adversarial Examples #17

Open
ZahraTaherikhonakdar opened this issue Oct 26, 2021 · 8 comments
Assignees
Labels
literature-review Summary of the paper related to the work

Comments

@ZahraTaherikhonakdar
Copy link
Member

ZahraTaherikhonakdar commented Oct 26, 2021

Main Problem:
A novel neural network based method, Click Feedback-Aware Network (CFAN), was proposed to provide feedback-aware query suggestions. To capture the underlying search intent of users CFAN considers: 1- user clicks on previous suggested queries (user feedback). 2- the issued search query sequence

Input-Output:
Phase 1: Candidate Generation:
Input : a search query Q
Output : set of suggestion candidates queries

Phase 2: Input : set of suggestion candidates queries
Output : ranked list of query suggestions

Previous Works and their Gaps:
1- employs a hierarchical encoder-decoder model to achieve context-aware query suggestion
2- introduces the copy mechanism in addition to employing the encoder-decoder framework to generate suggested queries.
3- employs a feedback memory network to model titles of user clicked URLs
4- Reformulation inference network (RIN) is proposed explicitly incorporates query reformulations during training.
Gap: In none of the above neural network-based works previously user clicked suggestions aren’t explicitly incorporated as feedback

Result:
They use a search log collected from one of the largest search engines in the world. (did not mention the name of the data set). They used 3,684,008 training queries within 493,864 sessions and 406,063 test queries within 55,141 sessions. They employed Mean Reciprocal Rank (MRR) score as the evaluation metric. The performance of CFAN id evaluated against the following state-of-the-art methods:
Query-based Variable Markov Model (QVMM), Feature-Based Suggestion (FBS), Reformulation-based Completion (RC), Most Popular Suggestion (MPS), Hybrid Suggestion (Hybrid), Hierarchical Recurrent Encoder-Decoder (HRED), Reformulation inference network (RIN)
image

Gap of this work:
1- considering users previous clicks in one session to suggest a query isn’t a proper method because a user could simply change the search intent in one session.
2- To capture the user’s search intent the temporal and personal information are not considered in this paper.

Code:
Not available

@ZahraTaherikhonakdar ZahraTaherikhonakdar changed the title 2019 www Click Feedback-Aware Query Recommendation Using Adversarial Examples 2019 WWW Click Feedback-Aware Query Recommendation Using Adversarial Examples Oct 26, 2021
@hosseinfani
Copy link
Member

@ZahraTaherikhonakdar
please check now that you can change the assignee and label and other properties

@ZahraTaherikhonakdar ZahraTaherikhonakdar self-assigned this Oct 26, 2021
@ZahraTaherikhonakdar ZahraTaherikhonakdar added the literature-review Summary of the paper related to the work label Oct 26, 2021
@ZahraTaherikhonakdar
Copy link
Member Author

@ZahraTaherikhonakdar please check now that you can change the assignee and label and other properties

yes, it's working.
Thank you

@hosseinfani
Copy link
Member

@ZahraTaherikhonakdar
please complete this summary

@ZahraTaherikhonakdar
Copy link
Member Author

@ZahraTaherikhonakdar please complete this summary

Dr. @hosseinfani
Done.

@hosseinfani
Copy link
Member

@ZahraTaherikhonakdar
This is a good paper. Remember it and read it later in detail.
Is the dataset available?

@ZahraTaherikhonakdar
Copy link
Member Author

ZahraTaherikhonakdar commented Dec 3, 2021

@ZahraTaherikhonakdar This is a good paper. Remember it and read it later in detail. Is the dataset available?

Sure.
They didn't say the dataset's name!!!

@hosseinfani
Copy link
Member

@ZahraTaherikhonakdar
Do you think you can contact the authors and ask for more details about the dataset?

@ZahraTaherikhonakdar
Copy link
Member Author

@ZahraTaherikhonakdar Do you think you can contact the authors and ask for more details about the dataset?

Yes, I will send an email.
They just said: We use a search log collected from one of the largest search engines in the world!!!! didn't name it.

@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