Always Relevant¶
Definition¶
<always_relevant/>
Make sure that a question from the user is always considered relevant in a domain, and its occurrance therefore indicating that the user did understand the previous utterance.
Attribute | Type | Description |
---|---|---|
None |
Parents¶
Children¶
None
Behaviour¶
If the system makes an utterance, and the user asks a question that is considered irrelevant for the current task, the system will not consider that utterance as grounded, and will make it again. Some questions can be deemed to be always relevant, for instance asking about word meanings etc. In that case, one can indicate that that question is always relevant by the following code.
Examples¶
A Parameter Set that Indicates that Asking a Question about a Word Meaning is Always Relevant¶
<parameters question_type="wh_question" predicate="word_meaning">
<always_relevant/>
</parameters>
Last update: April 5, 2022