IRMar 30, 2017

Improving Entity Retrieval on Structured Data

arXiv:1703.10349v122 citations
Originality Incremental advance
AI Analysis

This work addresses entity retrieval for users dealing with large-scale structured data like Linked Data, offering incremental improvements through clustering and optimization.

The paper tackles the challenge of entity retrieval on structured data by proposing a two-step approach that clusters entities offline and then expands and re-ranks results using query and cluster features, showing significant improvements over baselines and state-of-the-art methods on the BTC12 dataset.

The increasing amount of data on the Web, in particular of Linked Data, has led to a diverse landscape of datasets, which make entity retrieval a challenging task. Explicit cross-dataset links, for instance to indicate co-references or related entities can significantly improve entity retrieval. However, only a small fraction of entities are interlinked through explicit statements. In this paper, we propose a two-fold entity retrieval approach. In a first, offline preprocessing step, we cluster entities based on the \emph{x--means} and \emph{spectral} clustering algorithms. In the second step, we propose an optimized retrieval model which takes advantage of our precomputed clusters. For a given set of entities retrieved by the BM25F retrieval approach and a given user query, we further expand the result set with relevant entities by considering features of the queries, entities and the precomputed clusters. Finally, we re-rank the expanded result set with respect to the relevance to the query. We perform a thorough experimental evaluation on the Billions Triple Challenge (BTC12) dataset. The proposed approach shows significant improvements compared to the baseline and state of the art approaches.

Foundations

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

Your Notes