paper-with-me

홈 › Papers

Deep Neural Network for Learning to Rank Query-Text Pairs

2018-02-25 · Song Baoyang

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.

📄 PDF Abstract BibTeX arXiv:1802.08988

Code (0)

등록된 구현이 없습니다.

Tasks

Document RankingInformation RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

RANKVIDEO: Reasoning Reranking for Text-to-Video Retrieval

2026-02-02 · Tyler Skow, Alexander Martin, Benjamin Van Durme, Rama Chellappa 외 arxiv

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 Retrieval

Co-BERT: A Context-Aware BERT Retrieval Model Incorporating Local and Query-specific Context

2021-04-17 · Xiaoyang Chen, Kai Hui, Ben He, Xianpei Han 외

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-RankingRetrieval

A Semantic Alignment System for Multilingual Query-Product Retrieval

2022-08-05 · Qi Zhang, Zijian Yang, Yilun Huang, Ze Chen 외

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 2

Aligning Web Query Generation with Ranking Objectives via Direct Preference Optimization

2025-05-25 · João Coelho, Bruno Martins, João Magalhães, Chenyan Xiong

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 …

Retrieval

Revisiting Semantic Representation and Tree Search for Similar Question Retrieval

2019-08-22 · Tong Guo, Huilin Gao

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