PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
October 17, 2018186 citationsOpen Access

From Neural Re-Ranking to Neural Ranking

HZHamed ZamaniMDMostafa DehghaniWCW. Bruce Croft

Key Points

  • This work aims to enhance neural ranking model efficiency by introducing a standalone neural ranking model that incorporates sparsity.
  • Proposed a standalone neural ranking model (SNRM) that learns latent sparse representations for queries and documents.
  • Enabled construction of an inverted index for efficient retrieval across the entire document collection.
  • Evaluated the model's performance against existing term matching baselines and recent re-ranking models.
  • SNRM outperformed existing term-based matching models while maintaining similar effectiveness to dense representation re-ranking models.
  • The implementation of sparsity led to improved efficiency without sacrificing retrieval effectiveness.
  • Utilized pseudo-relevance feedback to enhance retrieval performance further.

Abstract

The availability of massive data and computing power allowing for effective data driven neural approaches is having a major impact on machine learning and information retrieval research, but these models have a basic problem with efficiency. Current neural ranking models are implemented as multistage rankers: for efficiency reasons, the neural model only re-ranks the top ranked documents retrieved by a first-stage efficient ranker in response to a given query. Neural ranking models learn dense representations causing essentially every query term to match every document term, making it highly inefficient or intractable to rank the whole collection. The reliance on a first stage ranker creates a dual problem: First, the interaction and combination effects are not well understood. Second, the first stage ranker serves as a "gate-keeper" or filter, effectively blocking the potential of neural models to uncover new relevant documents. In this work, we propose a standalone neural ranking model (SNRM) by introducing a sparsity property to learn a latent sparse representation for each query and document. This representation captures the semantic relationship between the query and documents, but is also sparse enough to enable constructing an inverted index for the whole collection. We parameterize the sparsity of the model to yield a retrieval model as efficient as conventional term based models. Our model gains in efficiency without loss of effectiveness: it not only outperforms the existing term matching baselines, but also performs similarly to the recent re-ranking based neural models with dense representations. Our model can also take advantage of pseudo-relevance feedback for further improvements. More generally, our results demonstrate the importance of sparsity in neural IR models and show that dense representations can be pruned effectively, giving new insights about essential semantic features and their distributions.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Zamani et al. (2018) studied this question.

synapsesocial.com/papers/6a0fcc5b9e54838161fd34f7https://doi.org/10.1145/3269206.3271800
Ask AI
Helpful
Bookmark
Share
View Full Paper