I have used lookup table and synonyms, but the entities mentioned in the lookup are not detected by RASA, neither synonyms worked.
nlu: - intent: place_order examples: | - wanna [large](size) shoes for husky - need a [small](size) size [green](color) boots for pupps - have [blue](color) socks - would like to place an order - lookup: size examples: | - small -medium -large - synonym: small examples: | - small - s - tiny - synonym: large examples: | - large - l - big - synonym: medium examples: | - medium - m - average - normal - lookup: color examples: | - black - blue - white - red - green - orange - yellow - purple
It works correctly for “I would like to place an order for **large** **blue** shoes” , but if the input is “medium”(which is the lookup table) instead , it wont recognize
it wont work if synonyms of “large” like “big” is used.
submitted by /u/thestorytellerixvii
[link] [comments]