Bumping an Amazon Mechanical Turk HIT

柔情痞子 提交于 2019-12-21 01:20:57

问题


We have a web-based game for two players, which we offer via Amazon Mechanical Turk. For each game we need two players that will enter simultaneously, or at most 1 minute apart. We noticed that at the first few minutes after we publish the HIT, we get many workers, because the HIT is on the first page of their search results, but later the rate drops as the game moves to a previous page. So, in order to get enough simultaneous workers, we had to remove the HIT, and open a new HIT.

Is it possible, instead of deleting a HIT, and opening a new HIT to somehow "bump" / "poke" the old HIT to make it appear new?

This is possible in many ad websites, when after you publish an ad, you can bump it to the head of the ad list.


回答1:


Using TurkPrime.com it is possible to bump a hit by using the "Restart" feature. It closes the first HIT and opens a new HIT excluding all workers who completed the first HIT. The effect is that it bumps the HIT to the top of Mechanical Turk when sorted by date.

With TurkPrime you use your own Amazon MTurk account, but they have an option for requesters with no MTurk account.




回答2:


The only surefire way I know of to bump a HIT is to create different HITs of the same HIT Type and add HITs to that type. That bumps the creation date of the entire HIT Type for sorting purposes, which is what workers often search for. See my projects which use this approach:

  • https://github.com/HarvardEconCS/turkserver-meteor
  • https://github.com/HarvardEconCS/TurkServer

The other way to get concurrent workers for your HITs is to post on worker forums.

  • http://www.mturkforum.com/
  • http://www.cloudmebaby.com/
  • http://www.reddit.com/r/mturk
  • http://www.mturkgrind.com/
  • http://www.turkernation.com/

Generally, if you are going to do things that require more than two workers at the same time, you need to establish communication with the workers and schedule something in advance.



来源:https://stackoverflow.com/questions/14871747/bumping-an-amazon-mechanical-turk-hit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!