fani-lab / ReQue

A Benchmark Workflow and Dataset Collection for Query Refinement
https://hosseinfani.github.io/ReQue/
Other
0 stars 13 forks source link

2018 ICLR Multi-Task Learning for Document Ranking and Query Suggestion #5

Open ZahraTaherikhonakdar opened 2 years ago

ZahraTaherikhonakdar commented 2 years ago

Main Problem: This paper proposed a multi-task learning framework to learn both document ranking and query suggestion. They used users' search log information like clicked documents and sequence of initial queries in one session. They believed that these two tasks have a positive effect on each other and proved it by comparing the performance of their proposed method with the previous document ranking and query suggestion methods.

Input-Output:

phase: Input: input query+sequence of query in a session(from search log)+candidate documents(from search log) Output: predicting documents ranking and query suggestion

Previous Works and their Gaps: Previous query suggestion and documents ranking methods only consider the sequence of queries for query suggestion or clicked documents for document ranking. This paper claimed that by jointly learning query suggestions and documents ranking the performance would increase. Because search behavior like clicked documents and search intent capturing from a sequence of queries in session could have a positive effect on these two tasks.

Result: The proposed method significantly improved compared to previous query suggestions and document raking methods. Document ranking performance : image Query suggestion performance: image

Data Set: They used AOL dataset.

Gap of this work: This paper used shallow information for training the model. More useful information can be used in training the model to capture users interest and intent in web search and rank documents based on user's behavior. Social information along with search logs can be useful to understand users' intent and improve the qury suggestion and documents ranking tasks. Code: https://github.com/wasiahmad/context_attentive_ir

hosseinfani commented 2 years ago

Hi @ZahraTaherikhonakdar what's the differences with fani-lab/ReQue#10 ? Why the results of hred-qs are different?

ZahraTaherikhonakdar commented 2 years ago

hred-qs

hosseinfani commented 2 years ago

@ZahraTaherikhonakdar any updates?

ZahraTaherikhonakdar commented 2 years ago

@ZahraTaherikhonakdar any updates?

In fani-lab/ReQue#10 they improved their previous work by learning dependency between users' queries and clicked in a session. They also compare models in fani-lab/ReQue#10 with fani-lab/ReQue#5. Here are the results that show the improvement:

Model MAP MRR NDCG (@1) NDCG(@3) NDCG(@10)
M-Match Tensor fani-lab/ReQue#5 0.505 0.518 0.368 0.491 0.567
CARS fani-lab/ReQue#10 0.531 0.542 0.391 0.517 0.596
ZahraTaherikhonakdar commented 2 years ago

@hosseinfani, as our today's meeting is canceled I describe the novelty of fani-lab/ReQue#10 here. Otherwise, I wanted to explain it in the meeting.

hosseinfani commented 2 years ago

@ZahraTaherikhonakdar as requested, your progress update should be available by Thursday midnight. We can discuss it in our next meeting.