LGAIMar 31, 2023

A Benchmark Generative Probabilistic Model for Weak Supervised Learning

arXiv:2303.17841v20.16h-index: 18
AI Analysis50

This provides a more accurate and efficient method for generating pseudo-labels to reduce annotation burdens for practitioners, though it is incremental as it builds on existing weak supervised learning frameworks.

The paper tackles the problem of high-quality data annotation in machine learning by proposing probabilistic generative latent variable models (PLVMs) for weak supervised learning, achieving state-of-the-art performance with a 22% higher F1 score than Snorkel on the Spouse dataset.

Finding relevant and high-quality datasets to train machine learning models is a major bottleneck for practitioners. Furthermore, to address ambitious real-world use-cases there is usually the requirement that the data come labelled with high-quality annotations that can facilitate the training of a supervised model. Manually labelling data with high-quality labels is generally a time-consuming and challenging task and often this turns out to be the bottleneck in a machine learning project. Weak Supervised Learning (WSL) approaches have been developed to alleviate the annotation burden by offering an automatic way of assigning approximate labels (pseudo-labels) to unlabelled data based on heuristics, distant supervision and knowledge bases. We apply probabilistic generative latent variable models (PLVMs), trained on heuristic labelling representations of the original dataset, as an accurate, fast and cost-effective way to generate pseudo-labels. We show that the PLVMs achieve state-of-the-art performance across four datasets. For example, they achieve 22% points higher F1 score than Snorkel in the class-imbalanced Spouse dataset. PLVMs are plug-and-playable and are a drop-in replacement to existing WSL frameworks (e.g. Snorkel) or they can be used as benchmark models for more complicated algorithms, giving practitioners a compelling accuracy boost.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes