Document Ranking

58 papers with code • 2 benchmarks • 6 datasets

Sort documents according to some criterion so that the "best" results appear early in the result list displayed to the user (Source: Wikipedia).

Libraries

Use these libraries to find Document Ranking models and implementations
3 papers
208
3 papers
208

Most implemented papers

HARE: a Flexible Highlighting Annotator for Ranking and Exploration

OSU-slatelab/HARE IJCNLP 2019

Exploration and analysis of potential data sources is a significant challenge in the application of NLP techniques to novel information domains.

TU Wien @ TREC Deep Learning '19 -- Simple Contextualization for Re-ranking

thunlp/ReInfoSelect 3 Dec 2019

The usage of neural network models puts multiple objectives in conflict with each other: Ideally we would like to create a neural model that is effective, efficient, and interpretable at the same time.

Cross-lingual Information Retrieval with BERT

MulukenW/test LREC 2020

Multiple neural language models have been developed recently, e. g., BERT and XLNet, and achieved impressive results in various NLP tasks including sentence classification, question answering and document ranking.

Efficient Document Re-Ranking for Transformers by Precomputing Term Representations

Georgetown-IR-Lab/prettr-neural-ir 29 Apr 2020

Deep pretrained transformer networks are effective at various ranking tasks, such as question answering and ad-hoc document ranking.

Local Self-Attention over Long Text for Efficient Document Retrieval

sebastian-hofstaetter/transformer-kernel-ranking 11 May 2020

In this work, we propose a local self-attention which considers a moving window over the document terms and for each term attends only to other terms in the same window.

GLOW : Global Weighted Self-Attention Network for Web Search

cadobe/bison 10 Jul 2020

Deep matching models aim to facilitate search engines retrieving more relevant documents by mapping queries and documents into semantic vectors in the first-stage retrieval.

Fine-Grained Relevance Annotations for Multi-Task Document Ranking and Question Answering

sebastian-hofstaetter/fira-trec-19-dataset 12 Aug 2020

We extend the ranked retrieval annotations of the Deep Learning track of TREC 2019 with passage and word level graded relevance annotations for all relevant documents.

PARADE: Passage Representation Aggregation for Document Reranking

canjiali/PARADE 20 Aug 2020

In this work, we explore strategies for aggregating relevance signals from a document's passages into a final ranking score.

Longformer for MS MARCO Document Re-ranking Task

isekulic/longformer-marco 20 Sep 2020

Two step document ranking, where the initial retrieval is done by a classical information retrieval method, followed by neural re-ranking model, is the new standard.

Long Document Ranking with Query-Directed Sparse Transformer

hallogameboy/QDS-Transformer Findings of the Association for Computational Linguistics 2020

In this paper, we design Query-Directed Sparse attention that induces IR-axiomatic structures in transformer self-attention.