Information Retrieval

847 papers with code • 10 benchmarks • 82 datasets

Information retrieval is the task of ranking a list of documents or search results in response to a query

( Image credit: sudhanshumittal )

Libraries

Use these libraries to find Information Retrieval models and implementations
3 papers
612
3 papers
310
2 papers
7,350
See all 7 libraries.

Most implemented papers

Bi-Directional Lattice Recurrent Neural Networks for Confidence Estimation

qiujiali/lattice_rnn 30 Oct 2018

The standard approach to mitigate errors made by an automatic speech recognition system is to use confidence scores associated with each predicted word.

CORD-19: The COVID-19 Open Research Dataset

allenai/cord19 ACL 2020

The COVID-19 Open Research Dataset (CORD-19) is a growing resource of scientific papers on COVID-19 and related historical coronavirus research.

Distilling Knowledge from Reader to Retriever for Question Answering

facebookresearch/FiD ICLR 2021

A challenge of using such methods is to obtain supervised data to train the retriever model, corresponding to pairs of query and support documents.

Optimizing Dense Retrieval Model Training with Hard Negatives

jingtaozhan/DRhard 16 Apr 2021

ADORE replaces the widely-adopted static hard negative sampling method with a dynamic one to directly optimize the ranking performance.

Learning Discrete Representations via Constrained Clustering for Effective and Efficient Dense Retrieval

jingtaozhan/repconc 12 Oct 2021

However, the efficiency of most existing DR models is limited by the large memory cost of storing dense vectors and the time-consuming nearest neighbor search (NNS) in vector space.

Probabilistic Latent Semantic Analysis

songyang0716/Topic_Modeling 23 Jan 2013

Probabilistic Latent Semantic Analysis is a novel statistical technique for the analysis of two-mode and co-occurrence data, which has applications in information retrieval and filtering, natural language processing, machine learning from text, and in related areas.

Deep metric learning using Triplet network

eladhoffer/TripletNet 20 Dec 2014

Deep learning has proven itself as a successful set of models for learning useful semantic representations of data.

A Critical Review of Recurrent Neural Networks for Sequence Learning

junwang23/deepdirtycodes 29 May 2015

Recurrent neural networks (RNNs) are connectionist models that capture the dynamics of sequences via cycles in the network of nodes.

Reasoning in complex environments with the SelectScript declarative language

OvGU-ESS/SelectScript 17 Aug 2015

SelectScript is an extendable, adaptable, and declarative domain-specific language aimed at information retrieval from simulation environments and robotic world models in an SQL-like manner.

PACRR: A Position-Aware Neural IR Model for Relevance Matching

khui/repacrr EMNLP 2017

In order to adopt deep learning for information retrieval, models are needed that can capture all relevant information required to assess the relevance of a document to a given user query.