the entity extraction model always predict the wrong entity role, no matters how much data I give during the training, it got the wrong entity role even tho i gave a sample from the NLU(training Data)
expl :
-
This is my account number [1234567891]{“entity”: “account_number”, “role”: “original”} and i want to send some money to a friend
- i want to send money to my friend, his account number is [1234767861] {“entity”: “account_number”, “role”: “distination”}
it always predict the account number as a original