From c9b76562f57e0e955ae65586d104765ca547738f Mon Sep 17 00:00:00 2001 From: vitordiniz25 Date: Tue, 17 Jan 2023 10:55:39 -0300 Subject: [PATCH] OSS-339 Adding unexpected intent policy to unexpected input documentation --- docs/docs/unexpected-input.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/docs/unexpected-input.mdx b/docs/docs/unexpected-input.mdx index 34edb53d1862..79c83ff8b740 100644 --- a/docs/docs/unexpected-input.mdx +++ b/docs/docs/unexpected-input.mdx @@ -100,6 +100,17 @@ stories: - action: restaurant_form ``` +### UnexpecTED Intent Policy + +`UNexpecTEDIntentPolicy` helps you review conversations and also allows your bot to react to unlikely user inputs. +It is an auxiliary policy that should only be used with at least one other policy, as the only that it can trigger is the special +`action_unlikely_intent` action. + +`UNexpecTEDIntentPolicy` has the same model architecture as `TEDPolicy`. + +The difference is at a task level. Instead of predicting the next probable action, this policy +predicts whether the last predicted intent is a likely intent according to the training stories +and conversation context. ## Summary