Coder Social home page Coder Social logo

dan5playground / active-crowd-toolkit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from orchidproject/active-crowd-toolkit

0.0 0.0 0.0 6.59 MB

ActiveCrowdToolkit: Benchmarking tools for crowdsourcing research

Home Page: http://orchidproject.github.io/active-crowd-toolkit/

License: Apache License 2.0

C# 100.00%

active-crowd-toolkit's Introduction

active-crowd-toolkit

Repository storing the code of the ActiveCrowdToolkit: Benchmarking active learning algorithms for crowdsourcing research

How to run the toolkit?

Click on ActiveCrowdToolkit.exe. The main screen will pop up.

How to run experiments from command line?

Open the command line, navigate to the folder containing the toolkit files and run CrowdsourcingModels.exe with the following input parameters:

  • Parameter 1: Execution mode = run / aggregate

    • run = the default mode for running new experiments
    • aggregate = the mode for aggregating results files into a single csv files with mean and standard error of the runs
  • Parameter 2 (only for run mode): Path to the input dataset in csv format <WorkerID, TaskID, WorkerLabel, GoldLabel (optional)>

  • Parameter 3 (only for run mode): Task selection method = RT / ET

  • RT = Random task selection

  • ET = Entropy task selection

  • Parameter 4 (only for run mode): Worker selection method = RW / BT

  • RW = Random worker selection

  • BT = Entropy worker selection

  • Parameter 5 (only for run mode): Index of the starting run

  • Parameter 6 (only for run mode): Index of the ending run

This will run all the available aggregation models (Majority vote, Vote distribution, Dawid&Skene, BCC, CBCC) and save the results in a default folder: ResultsActiveLearningToolkit/RunX

Examples:

Execute all the models with ET and RW for 1 to 10 runs:

CrowdsourcingModels.exe Datasets/WS-AMT.csv ET RW 1 10

active-crowd-toolkit's People

Contributors

mvenanzi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.