Can i generate reinforced questions based on user response? [closed]

Input:”I am having cough and a runny nose”

bot: ” How long have you had the cough? (days/weeks/months):?

Input:”From last one week.”

bot:” Is the cough dry or productive? (dry/productive)

Input:” Cough is productive”

bot:”Does the cough sound wheezing or hacking?”
.
.
.
.
the convo goes on and bot gets more precise input and he can use this to predict the disease. Is there anyway to generate questions based on the user context. Lot of people be suggesting me to use Llama but I am not able to generate questions using it.

I have tried using llama2 for making a chatbot but it’s not generating questions to get more precise input.

Leave a Comment