Hacker News new | ask | show | jobs
by jumpingdeeps 2743 days ago
I’m surprised AWS doesn’t expose NLP services tuned for customer feedback type text data—-they surely must use/maintain models for this type of data internally given the Amazon store is a trove of customer feedback training data.

Separately, where does Azure fall into this space?

1 comments

I would imagine that AWS Comprehend utilizes a lot of customer feedback when training its internal models. However, they do advertise Comprehend as a general purpose NLP service, so they may have taken steps to make the models generalize to the non-feedback domain. In any case, on our set of sentiment data for customer feedback, Comprehend is outperformed by Google’s NLP API and our own internal model.

As for Azure, we actually did not factor their service into our comparison. This is definitely something to consider in future blog posts.