Lookup tables not behaving

@nik202 i am trying to capture the entities with are mentioned in my lookup table but not in training data. If i have mentioned the entity in examples then only is being recogniised…Its not taking into account the entity values(or names) mentioned in lookup table…

for eg in my training data i have -intent: purchase example: |

  • find me a black sling bag
  • I am looking for a brown sling bag
  • I want to buy a hand bag
  • [t-shirts]{“entity”: “apperal_choice”, “role”: “lower”} in blue with vneck for men
  • lookup: accessories hand bag wallet purse

In this case its not picking hand bag or wallet or purse. Only picking sling bag because i have training example for that this is my nlu.yml file nlu.yml (10.1 KB)

@minakshimathpal can you please state the issue with the topic ?

@nik202 please have a look at my nlu.yml file

@nik202 this is what my config file looks like

@nik202 image

@minakshimathpal share your nlu and lookup file too for reference, please.

@nik202 nlu.yml (10.9 KB) accessories.yml (258 Bytes) color.yml (715 Bytes) brands.yml (3.0 KB) Please have a look at these file…One is my nlu file and rest are the lookup files