I am currently working on a project where we need to map user entered prompts to predefined sources based on its content descriptions. The goal here is not to extract named entities but to understand which type of source a user prompt is referring to by comparing it with existing content descriptions of sources.
Source Descriptions:
Returns and Refunds: Handles inquiries about returning purchased items and getting refunds.
Product Information: Provides detailed information about products, such as specifications, compatibility, and usage instructions.
Example Customer Inquiries:
"How can I return a damaged item I recently purchased?"
"Can you provide the specifications for the latest model of the smart home speaker?"
Answers i am looking for.
What category of machine learning does this problem belong to?
Could you recommend any specific machine learning models suitable for this kind of NLP tasks.
Are there any resources or tutorials that might help in setting up a text classification system for this scenario?
I just given a general e-commerce example for better understanding but actually im dealing with financial related prompts.