paper-with-me

Papers

A General Boosting Method and its Application to Learning Ranking Functions for Web Search

2007-12-01 · NeurIPS 2007 12 · Zhaohui Zheng, Hongyuan Zha, Tong Zhang, Olivier Chapelle, Keke Chen, Gordon Sun

We present a general boosting method extending functional gradient boosting to optimize complex loss functions that are encountered in many machine learning problems. Our approach is based on optimization of quadratic upper bounds of the loss functions which allows us to present a rigorous convergence analysis of the algorithm. More importantly, this general framework enables us to use a standard regression base learner such as decision trees for fitting any loss function. We illustrate an application of the proposed method in learning ranking functions for Web search by combining both preference data and labeled data for training. We present experimental results for Web search using data from a commercial search engine that show significant improvements of our proposed methods over some existing methods.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Exploration of Proximity Heuristics in Length Normalization

2017-01-05 · Pranav Agrawal

Ranking functions used in information retrieval are primarily used in the search engines and they are often adopted for various language processing applications. However, features used in the construction of ranking func…

Feature EngineeringInformation RetrievalRetrieval

Metric-agnostic Learning-to-Rank via Boosting and Rank Approximation

2026-04-16 · Camilo Gomez, Pengyang Wang, Yanjie Fu arxiv

Learning-to-Rank (LTR) is a supervised machine learning approach that constructs models specifically designed to order a set of items or documents based on their relevance or importance to a given query or context. Despi…

Information Retrieval

The column measure and Gradient-Free Gradient Boosting

2019-09-24 · Tino Werner, Peter Ruckdeschel

Sparse model selection by structural risk minimization leads to a set of a few predictors, ideally a subset of the true predictors. This selection clearly depends on the underlying loss function $\tilde L$. For linear re…

Computational EfficiencyModel SelectionVariable Selection

Boosting the Learning for Ranking Patterns

2022-03-05 · Nassim Belmecheri, Noureddine Aribi, Nadjib Lazaar, Yahia Lebbah 외

Discovering relevant patterns for a particular user remains a challenging tasks in data mining. Several approaches have been proposed to learn user-specific pattern ranking functions. These approaches generalize well, bu…

Active LearningDecision Making

Gradient Boosting Machine: A Survey

2019-08-19 · Zhiyuan He, Danchen Lin, Thomas Lau, Mike Wu

In this survey, we discuss several different types of gradient boosting algorithms and illustrate their mathematical frameworks in detail: 1. introduction of gradient boosting leads to 2. objective function optimization,…

Survey