Intent recognition affected by example Entities

Hey,

when I tested my bot I realised that rasa thinks something I wrote is an intent just because I used it in the Entitie examples. For example:

## intent:find_country_of_birth
  - Where was [Maradona](celebrity) born?
  - ...
 -  ...

When I write something like “Maradona” or “I ate Maradona” (Just random stuff with Maradona) then the intent find_country_by_birth is found with a confidence of about 98%. How can I prevent that entity examples influence the Intent recognition? I tried to use slot type: unfeaturized but it did not helped.

Thank you very much and have a nice weekend!