Not able to fetch name using lookup table

I am not able to fetch names using lookup table I have made lookup table called name_looup but still I am not able to fetch names using lookups and for email and phone numbers I have used ducklingemail-extraction-using-rasa-master.zip (1.2 MB)

Hi @arbazkhan971! I think the lookup tables docs might help you. Based on a quick look at your files, it appears you did not follow the first note and you should double check on the second:

For lookup tables to be effective, there must be a few examples of matches in your training data. Otherwise the model will not learn to use the lookup table match features.

You have to be careful when you add data to the lookup table. For example if there are false positives or other noise in the table, this can hurt performance. So make sure your lookup tables contain clean data.

1 Like