Help needed in creating NLU Data

Hi, I am building a chatbot which can retrieve employee details based on

  1. Name
  2. Location For the same, I created an intent-“inform” as the following with 50 examples for each entity - “emp_name” and “emp_location”.

inform

  1. The NLU model is not extracting “emp_name” and “emp_cities” entities as expected. When I checked with “rasa nlu shell”, these names and locations are being classified as intent-“greet”. Should I increase the number of examples? If so, how many examples are needed?
  2. Almost all of the names are single-worded and how to make the model understand that a particular word is a name and another is a location?