From Dataset 1, I need each item to match to the closest Commodity from Dataset 2. For example, if “Cable or wire lug” from Dataset 2 is the closest to “Wire Earth 70MM stranded” from Dataset 1, in terms of meaning, then it must match.
If this is possible on KNIME Analytics, kindly assist me with the solution?
Hi @denzilsdn
If you want semantic similarity you would need to embedd the sentences/words into vectores. The new KNIME AI nodes have embedding connectors. (Some of them require API keys)
br
Hi, @Daniel_Weikert has already pointed in exactly the right direction. Apart from the embedding nodes in the new AI extension, we also have the BERT Embedder node from our partner Redfield. It also converts sentences to vectors where semantically similar sentences are closer to each other in vector space.
Kind regards,
Alexander