For unstructured conversation, considers ,consideringusing ,consideredasentities are generated which has same meaning. How to generate one entity like "considers"

Hello All,

Below are the steps:

  1. Injest unstructured conversation in Neo4j DB which generates Nodes and entities. e.g.
    considers
    consideringusing
    consideredas
  2. User ask question like " Which company is considered by Hubspot ?".
  3. The query is sent to LLM for generating cypher query. However it uses just "consider" and the results are not fetched .

Please help and provide suggestions.