- 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_demo
using 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?
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 :