Deep Neural Network for Learning to Rank Query-Text Pairs
This paper considers the problem of document ranking in information retrieval systems by Learning to Rank. We propose ConvRankNet combining a Siamese Convolutional Neural Network encoder and the RankNet ranking model which could be trained in an end-to-end fashion. We prove a general result justifying the linear test-time complexity of pairwise Learning to Rank approach. Experiments on the OHSUMED dataset show that ConvRankNet outperforms systematically existing feature-based models.
Code (0)
등록된 구현이 없습니다.
Tasks
Document RankingInformation RetrievalLearning-To-RankRetrievalSimilar Papers 제목 키워드 기반
RANKVIDEO: Reasoning Reranking for Text-to-Video Retrieval
Reranking is a critical component of modern retrieval systems, which typically pair an efficient first-stage retriever with a more expressive model to refine results. While large reasoning models have driven rapid progre…
Video RetrievalCo-BERT: A Context-Aware BERT Retrieval Model Incorporating Local and Query-specific Context
BERT-based text ranking models have dramatically advanced the state-of-the-art in ad-hoc retrieval, wherein most models tend to consider individual query-document pairs independently. In the mean time, the importance and…
Learning-To-RankRe-RankingRetrievalA Semantic Alignment System for Multilingual Query-Product Retrieval
This paper mainly describes our winning solution (team name: www) to Amazon ESCI Challenge of KDD CUP 2022, which achieves a NDCG score of 0.9043 and wins the first place on task 1: the query-product ranking track. In th…
Data AugmentationRetrievalTask 2Aligning Web Query Generation with Ranking Objectives via Direct Preference Optimization
Neural retrieval models excel in Web search, but their training requires substantial amounts of labeled query-document pairs, which are costly to obtain. With the widespread availability of Web document collections like …
RetrievalRevisiting Semantic Representation and Tree Search for Similar Question Retrieval
This paper studies the performances of BERT combined with tree structure in short sentence ranking task. In retrieval-based question answering system, we retrieve the most similar question of the query question by rankin…
AllInformation RetrievalQuestion AnsweringRetrieval+3