microsoft / microsoft/P.808

Need solution to get target # of ratings per hit

Open
#4 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
230
Forks
61
PR merge metrics
No merged PRs in 30d

Description

The current implementation may not give the requested number of ratings per hit because hits may fall into the "accept but not use". In a recent run 34% of hits fell into this bucket. This adds inconsistency to the ratings (not a constant number) and is also inefficient (wasted $). There are at least two solutions:

  1. Add a real-time failure for the pair comparison environment check which was 72% of failures in a recent run.
  2. Use the MTurk API to create a controller that monitors and updates the hits to meet the target goals.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are mentioned. Start by investigating the accept-but-not-use failures and the pair comparison environment check, then review the Amazon Mechanical Turk integration. Done should mean the requested number of usable ratings per hit is met consistently without unnecessary spending.

Written by the indexing model from the issue text.

Assessment

Domain
api, backend, cloud
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.