Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable number of labelers? #1

Closed
fedor57 opened this issue Sep 3, 2018 · 3 comments
Closed

Variable number of labelers? #1

fedor57 opened this issue Sep 3, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@fedor57
Copy link

fedor57 commented Sep 3, 2018

Hi, I tried to test the algorithm over some real-life data. I found the limitation of having a fixed number of labelers a little bit impractical. I wonder if this is a particular implementation limitation or one of the aggregation model? What if a user provide some kind of reasonable upper limit for a task labelers count (3-5-7)? Thank you!

@sukrutrao
Copy link
Owner

Hi,
Thanks for your question. It is a limitation of the implementation, not of the model. We will update it to allow for a variable number of annotators per question.

@sukrutrao
Copy link
Owner

Hi,
This has been updated in #2. Now, setting k=0 or not setting k at all will make the algorithm use all available annotations for each data point.

Please re-open the issue if any problems persist. Thank you!

@fedor57
Copy link
Author

fedor57 commented Sep 4, 2018

Fantastic, thank you!!! Gonna test it and let you know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants