'How to retrieve results for a ParlAI Mturk sandbox assignment?
- I'm running a ParlAI task on Mturk sandbox using Mephisto.
- I'm using the "ParlAI Chat Task" code and followed the instructions given here.
- I'm running the task from the ParlAI repo directory
ParlAI/parlai/crowdsourcing/tasks/chat_demousing the commandpython run.py mephisto/architect=heroku mephisto.provider.requester_name=my_name_mturk_sandbox mephisto.blueprint.num_conversations=5. - I'm using "Heroku" as the Mephisto architect.
- I'm able to connect through chat on the Mturk task with two different Mturk workers, complete the chat and submit the survey.
- But I'm unable to retrieve the chat and survey results submitted by the users through the Mturk HITs.
How do I retrieve the results for the assignments/tasks?
Solution 1:[1]
First, you have to set chat_data_folder parameter. This is the path where your data will be stored.
To set this parameter, add this part to your command :
mephisto.blueprint.chat_data_folder= 'give_a_path'
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Farnaz |
