I am working on conversational chatbot.How to determine whether a given text is demanding an answer or is providing some information?
Case 1 : We are thinking of booking this hotel because it is close to the freedom trail. Expected Result : Giving some info
Case 2: I would like to know the distance from Boston Logan airport to the hotel. Expected Result : Question
Case 3:How far is Airport? Expected Result : Question
I have dataset of 19k queries categorized as (Question and Not a Question).What is the best way/model to proceed now (Using Python)?