Parsing entities problem

Hi all,

I have been trying to get the right values of entities with different intents. Examples as below:

intent : a

  • mua [hoa]{“entity”:“shopping”,“value”:“shopping_market”} 2l

intent : b

  • [Trả nợ]{“entity”:“repayment”,“value”:“repayment”} hoa 2m

My config file as below:

After test with intent b, it’s return value as shopping_market. The right value have to be as “hoa”.

How can I get right value with different intent ?

I’m not sure what you mean - which input did you give when it predicted intent b and entity value shopping_market? entity extraction is not dependent on intents, but on training examples containing that entity. Can you provide more complete example please?