Could this be used for entity matching?

#1
by ninjaman12 - opened

Hey, cool model!

Would it be possible for entity matching/named entity recognition?

Thanks! I think you would want to do additional training on top of it for ner using some model that at least computes ngrams. Otherwise, it would just be classifying the vocabulary (32k), and I'd worry that's not expressive enough. I'd bet that you could do something simple like running a linear svc over average pooled trigrams and it might do ok. That's probably where I'd start at least.

Sign up or log in to comment