Feature selection for ranking using boosted trees

  • Authors:
  • Feng Pan;Tim Converse;David Ahn;Franco Salvetti;Gianluca Donato

  • Affiliations:
  • Microsoft / Powerset, San Francisco, CA, USA;Microsoft / Powerset, San Francisco, CA, USA;Microsoft / Powerset, San Francisco, CA, USA;Microsoft / Powerset, San Francisco, CA, USA;Microsoft / Powerset, San Francisco, CA, USA

  • Venue:
  • Proceedings of the 18th ACM conference on Information and knowledge management
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Modern search engines have to be fast to satisfy users, so there are hard back-end latency requirements. The set of features useful for search ranking functions, though, continues to grow, making feature computation a latency bottleneck. As a result, not all available features can be used for ranking, and in fact, much of the time, only a small percentage of these features can be used. Thus, it is crucial to have a feature selection mechanism that can find a subset of features that both meets latency requirements and achieves high relevance. To this end, we explore different feature selection methods using boosted regression trees, including both greedy approaches (selecting the features with highest relative importance as computed by boosted trees; discounting importance by feature similarity and a randomized approach. We evaluate and compare these approaches using data from a commercial search engine. The experimental results show that the proposed randomized feature selection with feature-importance-based backward elimination outperforms greedy approaches and achieves a comparable relevance with 30 features to a full-feature model trained with 419 features and the same modeling parameters.