IRMay 26, 2021

A data-driven strategy to combine word embeddings in information retrieval

arXiv:2105.12788v1
Originality Incremental advance
AI Analysis

This work addresses a critical challenge in information retrieval for improving query representation, though it is incremental in nature.

The paper tackled the problem of representing short queries in information retrieval by proposing a data-driven strategy to combine word embeddings, which outperformed average word embeddings on benchmark data.

Word embeddings are vital descriptors of words in unigram representations of documents for many tasks in natural language processing and information retrieval. The representation of queries has been one of the most critical challenges in this area because it consists of a few terms and has little descriptive capacity. Strategies such as average word embeddings can enrich the queries' descriptive capacity since they favor the identification of related terms from the continuous vector representations that characterize these approaches. We propose a data-driven strategy to combine word embeddings. We use Idf combinations of embeddings to represent queries, showing that these representations outperform the average word embeddings recently proposed in the literature. Experimental results on benchmark data show that our proposal performs well, suggesting that data-driven combinations of word embeddings are a promising line of research in ad-hoc information retrieval.

Foundations

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

Your Notes