Entity value extraction

My training data contain “What are antigens?” but the user input was “what is antigen?”. The model parse the message

[{‘start’: 8, ‘end’: 15, ‘value’: ‘antigen’, ‘entity’: ‘blood’, ‘confidence’: 0.576182943895677, ‘extractor’: ‘CRFEntityExtractor’}].

Is it possible to get the the entity value antigens in place of antigen by the model?

Hi @yashim77!

Have you tried adding synonyms in your training data?

@saurabh-m523

No I will try “synonyms”.