paper-with-me

홈 › Papers

Multi-Task Learning for Document Ranking and Query Suggestion

2018-01-01 · ICLR 2018 1 · Wasi Uddin Ahmad, Kai-Wei Chang, Hongning Wang

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.

📄 PDF Abstract BibTeX

Code (1)

wasiahmad/mnsrf_ranking_suggestion 공식 구현 pytorch

Tasks

Document RankingMulti-Task Learning

Similar Papers 제목 키워드 기반

Context Attentive Document Ranking and Query Suggestion

2019-06-05 · Wasi Uddin Ahmad, Kai-Wei Chang, Hongning Wang

We present a context-aware neural ranking model to exploit users' on-task search activities and enhance retrieval performance. In particular, a two-level hierarchical recurrent neural network is introduced to learn searc…

Document RankingRetrieval

Keyword Embeddings for Query Suggestion

2023-01-19 · Jorge Gabín, M. Eduardo Ares, Javier Parapar

Nowadays, search engine users commonly rely on query suggestions to improve their initial inputs. Current systems are very good at recommending lexical adaptations or spelling corrections to users' queries. However, they…

RetrievalSentenceSentence EmbeddingSentence-Embedding

Counterfactual Learning To Rank for Utility-Maximizing Query Autocompletion

2022-04-22 · Adam Block, Rahul Kidambi, Daniel N. Hill, Thorsten Joachims 외

Conventional methods for query autocompletion aim to predict which completed query a user will select from a list. A shortcoming of this approach is that users often do not know which query will provide the best retrieva…

counterfactualInformation RetrievalLearning-To-RankRetrieval

Contrastive Learning of User Behavior Sequence for Context-Aware Document Ranking

2021-08-24 · Yutao Zhu, Jian-Yun Nie, Zhicheng Dou, Zhengyi Ma 외

Context information in search sessions has proven to be useful for capturing user search intent. Existing studies explored user behavior sequences in sessions in different ways to enhance query suggestion or document ran…

Contrastive LearningData AugmentationDocument Ranking

Deep Natural Language Processing for LinkedIn Search

2021-08-16 · Weiwei Guo, Xiaowei Liu, Sida Wang, Michaeel Kazi 외

Many search systems work with large amounts of natural language data, e.g., search queries, user profiles, and documents. Building a successful search system requires a thorough understanding of textual data semantics, w…

Document RankingLanguage ModelingLanguage Modelling