paper-with-me

홈 › Papers

Model Adaptation via Model Interpolation and Boosting for Web Search Ranking

2019-07-22 · Jianfeng Gao, Qiang Wu, Chris Burges, Krysta Svore, Yi Su, Nazan Khan, Shalin Shah, Hongyan Zhou

This paper explores two classes of model adaptation methods for Web search ranking: Model Interpolation and error-driven learning approaches based on a boosting algorithm. The results show that model interpolation, though simple, achieves the best results on all the open test sets where the test data is very different from the training data. The tree-based boosting algorithm achieves the best performance on most of the closed test sets where the test data and the training data are similar, but its performance drops significantly on the open test sets due to the instability of trees. Several methods are explored to improve the robustness of the algorithm, with limited success.

📄 PDF Abstract BibTeX arXiv:1907.09471

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar 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 외

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 up…

Improving Label Ranking Ensembles using Boosting Techniques

2020-01-21 · Lihi Dery, Erez Shmueli

Label ranking is a prediction task which deals with learning a mapping between an instance and a ranking (i.e., order) of labels from a finite set, representing their relevance to the instance. Boosting is a well-known a…

XITE: Cross-lingual Interpolation for Transfer using Embeddings

2026-04-26 · Barah Fazili, Preethi Jyothi arxiv

Facilitating cross-lingual transfer in multilingual language models remains a critical challenge. Towards this goal, we propose an embedding-based data augmentation technique called XITE. We start with unlabeled text fro…

Natural Language InferenceCross-Lingual TransferSentiment AnalysisData Augmentation

Online Boosting Algorithms for Multi-label Ranking

2017-10-23 · Young Hun Jung, Ambuj Tewari

We consider the multi-label ranking approach to multi-label learning. Boosting is a natural method for multi-label ranking as it aggregates weak predictions through majority votes, which can be directly used as scores to…

Multi-Label Learning

Efficient Neural Ranking using Forward Indexes

2021-10-12 · Jurek Leonhardt, Koustav Rudra, Megha Khosla, Abhijit Anand 외

Neural document ranking approaches, specifically transformer models, have achieved impressive gains in ranking performance. However, query processing using such over-parameterized models is both resource and time intensi…

CPUDocument RankingRetrievalSemantic Similarity+1