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 年前366 查看次数
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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则