Algorithm · OpenAI · Hard
You are operating a data labeling system that coordinates tasks, AI models, and human annotators. Each participant is identified by a 1-indexed string ID. Given four integers totalTask, totalModel, totalHuman, and k: Task identifiers range from "t1" through "t{totalTask}". Model identifiers range from "m1" through "m{totalModel}". Human annotator identifiers range from "h1" through "h{totalHuman}". A single assignment is a triple [task, model, human], indicating that a…
Checking your access…