Fixing Failed Stories

Hello Rasa Community, I am sorry for posting so often with questions. I cannot find any documentation on mitigating failed stories that came out of Rasa Train. How do I get my bot make better predictions, this is one of the examples:

    ## interactive_story_1
* greet
    - utter_greet
    - utter_provide_help   <!-- predicted: action_default_fallback -->
* search{"keywords": "how do i set up voip phones"}
    - slot{"keywords": "how do i set up voip phones"}
    - slot{"keywords": "how do i set up voip phones"}
    - search_form
    - form{"name": "search_form"}
    - slot{"keywords": "how do i set up voip phones"}
    - slot{"keywords": "how do i set up voip phones"}
    - slot{"requested_slot": "keyword_confirmation"}
    - form: utter_ask_keyword_confirmation   <!-- predicted: action_listen -->
    - form: action_listen   <!-- predicted: search_form -->
    - form: search_form
    - slot{"keyword_confirmation": "yes"}
    - form{"name": null}
    - slot{"requested_slot": null}
    - action_listen   <!-- predicted: action_restart -->