paper-with-me

홈 › Papers

Promises and Pitfalls of Threshold-based Auto-labeling

2022-11-22 · NeurIPS 2023 11 · Harit Vishwakarma, Heguang Lin, Frederic Sala, Ramya Korlakai Vinayak

Creating large-scale high-quality labeled datasets is a major bottleneck in supervised machine learning workflows. Threshold-based auto-labeling (TBAL), where validation data obtained from humans is used to find a confidence threshold above which the data is machine-labeled, reduces reliance on manual annotation. TBAL is emerging as a widely-used solution in practice. Given the long shelf-life and diverse usage of the resulting datasets, understanding when the data obtained by such auto-labeling systems can be relied on is crucial. This is the first work to analyze TBAL systems and derive sample complexity bounds on the amount of human-labeled validation data required for guaranteeing the quality of machine-labeled data. Our results provide two crucial insights. First, reasonable chunks of unlabeled data can be automatically and accurately labeled by seemingly bad models. Second, a hidden downside of TBAL systems is potentially prohibitive validation data usage. Together, these insights describe the promise and pitfalls of using such systems. We validate our theoretical guarantees with extensive experiments on synthetic and real datasets.

📄 PDF Abstract BibTeX arXiv:2211.12620

Code (1)

harit7/tbal-neurips-23 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Natural Language Processing for Drug Discovery Knowledge Graphs: promises and pitfalls

2023-10-24 · J. Charles G. Jeynes, Tim James, Matthew Corney

Building and analysing knowledge graphs (KGs) to aid drug discovery is a topical area of research. A salient feature of KGs is their ability to combine many heterogeneous data sources in a format that facilitates discove…

Drug DiscoveryKnowledge Graphsnamed-entity-recognitionNamed Entity Recognition

Response to Promises and Pitfalls of Deep Kernel Learning

2025-09-25 · Andrew Gordon Wilson, Zhiting Hu, Ruslan Salakhutdinov, Eric P. Xing arxiv

This note responds to "Promises and Pitfalls of Deep Kernel Learning" (Ober et al., 2021). The marginal likelihood of a Gaussian process can be compartmentalized into a data fit term and a complexity penalty. Ober et al.…

The Promises and Pitfalls of LLM Annotations in Dataset Labeling: a Case Study on Media Bias Detection

2024-11-17 · Tomas Horych, Christoph Mandl, Terry Ruas, Andre Greiner-Petter 외

High annotation costs from hiring or crowdsourcing complicate the creation of large, high-quality datasets needed for training reliable text classifiers. Recent research suggests using Large Language Models (LLMs) to aut…

Bias DetectionHate Speech Detection

Maat: Automatically Analyzing VirusTotal for Accurate Labeling and Effective Malware Detection

2020-07-01 · Aleieldin Salem, Sebastian Banescu, Alexander Pretschner

The malware analysis and detection research community relies on the online platform VirusTotal to label Android apps based on the scan results of around 60 antiviral scanners. Unfortunately, there are no standards on how…

Malware AnalysisMalware Detection

Pitfalls in Language Models for Code Intelligence: A Taxonomy and Survey

2023-10-27 · Xinyu She, Yue Liu, Yanjie Zhao, Yiling He 외

Modern language models (LMs) have been successfully employed in source code generation and understanding, leading to a significant increase in research focused on learning-based code intelligence, such as automated bug r…

Code Generation