IROct 26, 2016

Learning to Match Using Local and Distributed Representations of Text for Web Search

arXiv:1610.08136v1511 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of enhancing search relevance for users by integrating complementary matching approaches, though it is incremental in nature.

The paper tackled the problem of improving web search document ranking by combining local and distributed text representations, resulting in a 'duet' model that significantly outperformed individual networks and existing baselines.

Models such as latent semantic analysis and those based on neural embeddings learn distributed representations of text, and match the query against the document in the latent semantic space. In traditional information retrieval models, on the other hand, terms have discrete or local representations, and the relevance of a document is determined by the exact matches of query terms in the body text. We hypothesize that matching with distributed representations complements matching with traditional local representations, and that a combination of the two is favorable. We propose a novel document ranking model composed of two separate deep neural networks, one that matches the query and the document using a local representation, and another that matches the query and the document using learned distributed representations. The two networks are jointly trained as part of a single neural network. We show that this combination or `duet' performs significantly better than either neural network individually on a Web page ranking task, and also significantly outperforms traditional baselines and other recently proposed models based on neural networks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes