HI, we are creating an chatbot for aspice query’s and in that data is confusing and data is swe1,swe2, swe1 bp1, swe1 bp1 evidences like this data are available. so model is confusing in that data it not recognizing numbers actually can you give me the solutions or any suggestions for this one.
You can try standardizing the data format by making terms like “swe1” consistent and separating compound terms like “swe1 bp1” into individual parts. You can also use tools like regular expressions to specifically pick out numerical values from the text. Try this, your chatbot will have an easier time recognizing and responding to queries with numbers.