With SageMaker using a private, limited data set for the model, do artificial hallucinations still occur (based on public data outside of he data model) or can the answers be limited to the model?

0

For SageMaker, when a private data model is created, can the SageMaker inference process limit the information returned so that it only returns information created in the private data model? Or is public information included in the response each time.

I am interested in using SageMaker with Lex and QnAChatbot and a finite, private, knowledge base and I want to be sure that answers returned are only coming from what is in the knowledge base.

asked 10 months ago182 views
1 Answer
0

Please note that as of now SageMaker inference mechanism does not allow us to choose the amount of data or limit the data being returned from the model. Unfortunately, such feature is not available currently. Hence, to achieve our use case, we will have to post-process the data returned from the endpoint to capture only the required information as per our use case.

However, in order to return query results from only a given knowledge base, you can use AWS Kendra Kendra is an intelligent search service that uses natural language processing and advanced machine learning algorithms to return specific answers to search questions from your data. It helps you build knowledge base and answer queries based on information found in it https://docs.aws.amazon.com/kendra/latest/dg/what-is-kendra.html

AWS
SUPPORT ENGINEER
answered 10 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions