
Explanation:
The core issue is that a foundation model (FM) from Amazon Bedrock is performing poorly when processing complex scientific terminology from research papers, despite multiple prompt engineering attempts. The problem stems from the model's lack of domain-specific knowledge and vocabulary.
A: Use few-shot prompting to define how the FM can answer the questions.
B: Use domain adaptation fine-tuning to adapt the FM to complex scientific terms.
C: Change the FM inference parameters.
D: Clean the research paper data to remove complex scientific terms.
Domain adaptation fine-tuning (Option B) is the most effective approach because:
Fine-tuning with domain-specific data will enable the model to better understand scientific concepts, terminology, and context, leading to more accurate and relevant responses from the research paper database.
Ultimate access to all questions.
No comments yet.
A company has deployed a chatbot using an Amazon Bedrock foundation model (FM) to answer questions by searching a large database of research papers. Despite multiple prompt engineering efforts, the chatbot's performance remains poor due to the complexity of the scientific terminology in the papers. What should the company do to enhance the chatbot's performance?
A
Use few-shot prompting to define how the FM can answer the questions.
B
Use domain adaptation fine-tuning to adapt the FM to complex scientific terms.
C
Change the FM inference parameters.
D
Clean the research paper data to remove complex scientific terms.