NLP with a custom model

0

A wants to use a 120-question cognitive assessment program in order to define and describe someone’s thinking preferences, according to 4 quadrants (for example analytic, emotional, creative, organised).

They are interested in adding an NLP feature to their assessment and are thus interested in finding a platform that could provide a classifier model. The aim of this classifier would be to: Diagnose if a piece of free text (answer to an open-ended question) demonstrates high or low preference for a particular quadrant. Ultimately this classifier should be able to analyse communication (emails, documents, job descriptions) Identify the words/strings/characteristics in the text that reflect each quadrant. Be able to use the classifier as en e-mail plugin that would highlight the different words/expression according to the quadrant they represent and suggest recommendations according to the thinking preferences of the recipient of the email.

I was wondering if Amazon Comprehend will meet this requirements for the classifier model because, from what I could see in the FAQs of the service, Comprehend does not support custom models. Could anyone confirm if Comprehend will be a good fit for this use case and, in case it is not, what could be workaround to meet the customer's requirements in the AWS cloud?

질문됨 6년 전231회 조회
1개 답변
0
수락된 답변

I think Sagemaker seq2seq could provide such a service:

  • If their target is one single label (primary quadrant), they can experiment training seq2seq to predict primary quadrant based on input text sequence
  • If their target is a sequence (score in each quadrant) they could experiment training seq2seq to predict quadrant scores sequence (eg 8/10 creative, 10/10 emotional, etc)

Also, on the security aspect note that non-public free-form text from individuals and emails are usually regarded as very sensitive data; depending on applicable compliance framework and internal customer policies this may impact technical choices.

AWS
전문가
답변함 6년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠