Rasa 2.0: MappingPolicy - migrating training examples

In Rasa 1.* the documentation encourages to include some sample data even for intents which are only handled by the mapping policy to improve the generalization of any model.

In Rasa 2.0 after a migration to the RulePolicy this is no longer possible out of the box, as a contradiction error occurs:

“The prediction of the action ‘action_listen’ in story xyz is contradicting with another rule or story.”

Is this intended?

Should you set check_for_contradictions to false for such rules or should you remove the entire story?

Hi @NOlbert, you don’t need to include rule examples in stories anymore since the dialogue manager will handle the hand-off between rules & stories. In this case you should remove the example story if it’s been defined as a rule already.