
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company is developing a chatbot using Amazon Bedrock. Before sending user input to a foundation model, the text must be broken down into smaller pieces that the model understands. What is this process called?
A
Stemming
B
Tokenization
C
Vectorization
D
Stopword removal
Explanation:
Tokenization is the correct answer because:
Why the other options are incorrect:
In Amazon Bedrock's workflow, tokenization is a critical preprocessing step that prepares text data for the foundation model by converting it into the token format the model was trained on.