diff --git a/README.md b/README.md index 374bdd2f8e4..067e4d74da5 100644 --- a/README.md +++ b/README.md @@ -240,6 +240,12 @@ To add your own task: ### MTurk +An important part of ParlAI is seamless integration with Mechanical Turk for data collection, training and evaluation. +Human Turkers are also viewed as agents in ParlAI and hence person-person, person-bot, or multiple people and bots in group chat can all converse within the standard framework, switching out the roles as desired with no code changes to the agents. This is because Turkers also receive and send via a (pretty printed) version of the same interface, using the fields of the observation/action dict. +We provide two examples in the first release, collecting data, and human evaluation of a bot. + +