ParlAI
ParlAI copied to clipboard
Added data filter to the BotAdversarialDialogueTeacher to remove repeating "Hey do you want to talk about something else" episodes.
In the data ~7k episodes end with "Hey do you want to talk about something else". With this flag we can skip these episodes.
wonder if we could replace the flag with a "mutator"
@jxmsML thanks for the comment! I changed the filter to a mutator. What do you think?