Home

Awesome

python-glad

A Python Implementation of GLAD.

GLAD

Algorithm for aggregating labels given by labeler more acculately than majority vote.

Dependency

Usage

$ python glad.py data/data.txt

Input Format

  First line:
    <numGivenLabels> <numLabelers> <numTasks> <Prior p(Z=1)>
  Following <numGivenLabels> lines:
    <taskId> <labelerId> <label:0|1>