Beyond Greedy Search: Pruned Exhaustive Search for Diversified Result Ranking.

Yingying Wu,Yiqun Liu,Fei Chen,Min Zhang,Shaoping Ma
DOI: https://doi.org/10.1145/3234944.3234967
2018-01-01
Abstract:As a search query can correspond to multiple intents, search result diversification aims at returning a single result list that could satisfy as many usersu0027 information needs as possible. However, determining the optimal ranking list is NP-hard. Several algorithms have been proposed to obtain a local optimal ranking with greedy approximations. In this paper, we propose a pruned exhaustive method to generate better solutions than the greedy search. Our approach is based on the observations that there are fewer than ten subtopics for most queries, most relevant results cover only a few subtopics, and most search users only focus on the top results. The proposed pruned exhaustive search algorithm based on ordered pairs (PesOP) finds the optimal solution efficiently. Experimental results based on TREC Diversity and NTCIR Intent task datasets show that PesOP outperforms greedy strategies with better diversification performance. Compared with the original non-pruned exhaustive search, the PesOP algorithm decreases the computational cost while maintaining optimality.
What problem does this paper attempt to address?