This approach also solves for the blank canvas problem, where the user does not know what the ambit of the interface is, and ends up asking ambiguous exploratory questions.
So instead of forcing users to continuously refine their queries while being furnished with inadequate responses, the Conversational UI takes the initiative to disambiguate the conversation.
The generator is designed to generate suggestion questions that the agent can answer, guided by the user’s initial query. ~ Source
The example below is one of task-oriented information seeking. A user needs to search for information related to a specific task. Due to the ambiguous user input and user profile, the task- oriented dialogue system should ask clarification/disambiguation questions to clarify the user intent and the user profile based on the task knowledge to provide the answer.
Below, the task-oriented System Ask Paradigm.
This study aims to reduce apologetic responses from the Conversational UI and enhance user experience by providing informed system suggestions.
Dynamic Contexts generate suggestion questions answerable by the agent through:
Unlike traditional few-shot prompting, dynamic few-shot examples dynamically select contextually relevant triplets based on user queries, accommodating varied question formats and structures.
Links to the studies: