paper-with-me

Papers

A General Early-Stopping Module for Crowdsourced Ranking

2019-11-04 · Caihua Shan, Leong Hou U, Nikos Mamoulis, Reynold Cheng, Xiang Li

Crowdsourcing can be used to determine a total order for an object set (e.g., the top-10 NBA players) based on crowd opinions. This ranking problem is often decomposed into a set of microtasks (e.g., pairwise comparisons). These microtasks are passed to a large number of workers and their answers are aggregated to infer the ranking. The number of microtasks depends on the budget allocated for the problem. Intuitively, the higher the number of microtask answers, the more accurate the ranking becomes. However, it is often hard to decide the budget required for an accurate ranking. We study how a ranking process can be terminated early, and yet achieve a high-quality ranking and great savings in the budget. We use statistical tools to estimate the quality of the ranking result at any stage of the crowdsourcing process and terminate the process as soon as the desired quality is achieved. Our proposed early-stopping module can be seamlessly integrated with most existing inference algorithms and task assignment methods. We conduct extensive experiments and show that our early-stopping module is better than other existing general stopping criteria. We also implement a prototype system to demonstrate the usability and effectiveness of our approach in practice.

📄 PDF Abstract BibTeX arXiv:1911.01042

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Boosting with Structural Sparsity: A Differential Inclusion Approach

2017-04-16 · Chendi Huang, Xinwei Sun, Jiechao Xiong, Yuan YAO

Boosting as gradient descent algorithms is one popular method in machine learning. In this paper a novel Boosting-type algorithm is proposed based on restricted gradient descent with structural sparsity control whose und…

DenoisingImage DenoisingModel Selection

Query-level Early Exit for Additive Learning-to-Rank Ensembles

2020-04-30 · Claudio Lucchese, Franco Maria Nardini, Salvatore Orlando, Raffaele Perego 외

Search engine ranking pipelines are commonly based on large ensembles of machine-learned decision trees. The tight constraints on query response time recently motivated researchers to investigate algorithms to make faste…

Learning-To-Rank

AutoML Benchmark with shorter time constraints and early stopping

2025-04-01 · Israel Campero Jurado, Pieter Gijsbers, Joaquin Vanschoren

Automated Machine Learning (AutoML) automatically builds machine learning (ML) models on data. The de facto standard for evaluating new AutoML frameworks for tabular data is the AutoML Benchmark (AMLB). AMLB proposed to …

AutoML

Adaptive Repetition for Mitigating Position Bias in LLM-Based Ranking

2025-07-23 · Ali Vardasbi, Gustavo Penha, Claudia Hauff, Hugues Bouchard arxiv

When using LLMs to rank items based on given criteria, or evaluate answers, the order of candidate items can influence the model's final decision. This sensitivity to item positioning in a LLM's prompt is known as positi…

On Optimal Early Stopping: Overparametrization versus Underparametrization

2021-09-29 · Ruoqi Shen, Liyao Gao, Yian Ma

Early stopping is a simple and widely used method to prevent over-training neural networks. We develop theoretical results to reveal the relationship between optimal early stopping time and model dimension as well as sam…