Custom entity annotation with groundtruth

0

I'm trying to train a custom entity recognizer with aws comprehend by using annotations labelled with aws groundtruth.

Via ground truth, annotations are stored in the augmented manifest file in s3 but the format of the annotations doesn't look easily compatible with the expected format of the annotations to train a custom entity recognizer using comprehend.

Is there an easy way to combine these two tools or would I need to manipulate the annotated data in a more manual way to match the expected training data format for comprehend?

Garyjb
已提問 4 年前檢視次數 369 次
3 個答案
1

Please refer to this solution to train Comprehend Custom entity recognizers using data annotated with Groundtruth - https://aws.amazon.com/blogs/machine-learning/developing-ner-models-with-amazon-sagemaker-ground-truth-and-amazon-comprehend/

已回答 4 年前
0

Thank you for your question.

Comprehend currently does not support training of a customer entity recognizer using annotations labelled with Groundtruth in the exact output format of Groundtruth. We have submitted a feature request on your behalf to support this.

In the mean time unfortunately, you will have to write some custom code to transform the output of Groundtruth to the one supported by Comprehend Entity Recognizer training.

Please let us know if you have issues getting this done and we can get back with a code snippet that will help accomplish this.

Thanks,
Seema

已回答 4 年前
0

thank you!

A code snippet that might help the process would be really useful here if you're able to help?

Garyjb
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南