Papers › Learning Hyper Label Model for Programmatic Weak Supervision

Learning Hyper Label Model for Programmatic Weak Supervision

27 Jul 2022arXiv:2207.13545archive 2025-07-28

Renzhi Wu, Shen-En Chen, Jieyu Zhang, Xu Chu

To reduce the human annotation efforts, the programmatic weak supervision (PWS) paradigm abstracts weak supervision sources as labeling functions (LFs) and involves a label model to aggregate the output of multiple LFs to produce training labels. Most existing label models require a parameter learning step for each dataset. In this work, we present a hyper label model that (once learned) infers the ground-truth labels for each dataset in a single forward pass without dataset-specific parameter learning. The hyper label model approximates an optimal analytical (yet computationally intractable) solution of the ground-truth labels. We train the model on synthetic data generated in the way that ensures the model approximates the analytical optimal solution, and build the model upon Graph Neural Network (GNN) to ensure the model prediction being invariant (or equivariant) to the permutation of LFs (or data points). On 14 real-world datasets, our hyper label model outperforms the best existing methods in both accuracy (by 1.4 points on average) and efficiency (by six times on average). Our code is available at https://github.com/wurenzhi/hyper_label_model

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2207.13545")

Code

Syntology Ran 6 of 14 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · fixture could not drive it; 3 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 6 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wurenzhi/hyper_label_model officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 6 ran; 1 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · fixture could not drive it
3ran
8unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wurenzhi/hyper_label_model. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BCEMask wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran · metamorphic tier: invariant MIT (permissive) · 2b52155705102677 · report
BCEMaskWeighted wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran · metamorphic tier: invariant MIT (permissive) · aaf8423ced44b1ed · report
GNNLayer wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran MIT (permissive) · 7766c5d05db3f70d · report
calibrate_probs wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran · honoured contract fingerprinted MIT (permissive) · b29df98e19dac58d · report
sparse_mean wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran · fixture could not drive it MIT (permissive) · b271955b279280b5 · report
sparse_mean wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository ran · fixture could not drive it MIT (permissive) · 1faacaf7f2fbb5e7 · report
HyperLMSemi wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · 07b827b2fdfe4d9a · report
HyperLMSemi wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · bd4073aa5af6607c · report
HyperLabelModel wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · 27d6c888ad81598c · report
LELAGNN wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · d36681e097a6f580 · report
SemisupervisedHelper wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · a2ecd152d2ec1eed · report
SequentialMultiArg wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · 784e58a2b95d6b9e · report
UnsupervisedWraper wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · a148c0ed3b3869d3 · report
calibrate_probs wurenzhi/hyper_label_model/src/hyperlm/hyper_label_model.py official repository unverified MIT (permissive) · 1a1da68368748bda · report

Tasks

Graph Neural Networkmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Graph Neural Network

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections