Multi-Task Learning for Document Ranking and Query Suggestion

Abstract

We propose a multi-task learning framework to jointly learn document ranking and query suggestion for web search. It consists of two major components, a document ranker, and a query recommender. Document ranker combines current query and session information and compares the combined representation with document representation to rank the documents. Query recommender tracks users' query reformulation sequence considering all previous in-session queries using a sequence to sequence approach. As both tasks are driven by the users' underlying search intent, we perform joint learning of these two components through session recurrence, which encodes search context and intent. Extensive comparisons against state-of-the-art document ranking and query suggestion algorithms are performed on the public AOL search log, and the promising results endorse the effectiveness of the joint learning framework.

Cite

Text

Ahmad et al. "Multi-Task Learning for Document Ranking and Query Suggestion." International Conference on Learning Representations, 2018.

Markdown

[Ahmad et al. "Multi-Task Learning for Document Ranking and Query Suggestion." International Conference on Learning Representations, 2018.](https://mlanthology.org/iclr/2018/ahmad2018iclr-multitask/)

BibTeX

@inproceedings{ahmad2018iclr-multitask,
  title     = {{Multi-Task Learning for Document Ranking and Query Suggestion}},
  author    = {Ahmad, Wasi Uddin and Chang, Kai-Wei and Wang, Hongning},
  booktitle = {International Conference on Learning Representations},
  year      = {2018},
  url       = {https://mlanthology.org/iclr/2018/ahmad2018iclr-multitask/}
}