2018 ICLR Multi-Task Learning for Document Ranking and Query Suggestion
- Dominant language
- Python
- Stars
- 0
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
**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 :

Query suggestion performance:

**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.