Exam AI-102 All QuestionsBrowse all questions from this exam
Question 262

You are building a chatbot for a travel agent. The chatbot will use the Azure OpenAI GPT 3.5 model and will be used to make travel reservations.

You need to maximize the accuracy of the responses from the chatbot.

What should you do?

    Correct Answer: C

    To maximize the accuracy of the responses from the chatbot, you should set the Temperature parameter for the model to 0. The temperature parameter controls the randomness and creativity of the model's output. A temperature of 0 makes the outputs more deterministic and focused, meaning the model will choose the most likely response, minimizing variability and increasing the consistency and accuracy of the responses.

Discussion
GHill1982Option: A

Could this not be A? Configuring the model to include data from the travel agent’s database would allow the chatbot to access a source of relevant and specific information, which can significantly improve the accuracy of its responses. Fine-tuning the model with data specific to the travel agent’s services and customer interactions can lead to more precise and contextually appropriate answers.

taiwan_is_not_china

You are mostly clunker engineers living in India and other developing countries, so stop posting wrong answers with no brains. It will confuse this discussion forum.

shorymorOption: A

Answer is A. Documentation is clear about providing with data to the model in order to avoid errors and therefore receive accurate answers. https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/advanced-prompt-engineering?pivots=programming-language-chat-completions#provide-grounding-context

chandiochanOption: D

Must be D

Mehe323Option: D

I think it is D too. https://learn.microsoft.com/en-us/training/modules/apply-prompt-engineering-azure-openai/4-provide-context-to-improve-accuracy?pivots=python

MurtuzaOption: A

While configuring the model with data from the travel agent’s database (option A) could be beneficial,

etellezOption: C

GitHub Copilot has the answer Set Temperature to 0 To maximize the accuracy of the responses from the chatbot, you should: C. Set the Temperature parameter for the model to 0. The temperature parameter controls the randomness of the model's output. A lower temperature will cause the model to make the most likely prediction at each step, making the output more deterministic and focused, thus potentially increasing the accuracy of the responses.

exnaniantwort

Temperature: Range: Typically between 0 and 1 Implications: Lower values (close to 0): The model output is more deterministic, meaning it tends to produce more predictable and repetitive text. Useful for tasks requiring high precision. Higher precision doesn't mean higher accuracy

michaelmorarOption: A

A system message is designed to give the model instructions, perspective from which to answer, and other helpful information. It might include, Personality, Tone, Topics to exclude, and specifics such as formatting of answer. It does NOTHING for accuracy - that is purely incumbent on the training data.

7afddb1Option: D

D. Modify the system message used by the model to specify that the answers must be accurate. This option involves priming the model with a specific instruction or context that emphasizes the importance of accuracy in the responses. By doing so, you set a clear expectation for the model to prioritize accuracy when generating responses. This method can be particularly effective when dealing with domain-specific queries where accurate information is crucial, such as travel dates, destinations, and reservation details.

krzkrzkraOption: A

Selected Answer: A

nanaw770Option: A

A is correct answer.

anto69Option: D

Accuracy is granted by initial prompt. D

vovap0vovap

It worse nothing, that even MS labs is used travel agency staff grounding information for a models.

chandiochanOption: D

Must be D

f2c587eOption: A

Al especificarle al bot una fuente de datos que sirva como base de conocimiento sus respuestas seran mas precisas en cuanto a la base de conocimiento que se suministre.

MurtuzaOption: D

To maximize the accuracy of responses from the chatbot, you should modify the system message used by the model to explicitly specify that the answers must be accurate. By providing clear instructions to the model about the desired accuracy, you can guide it to generate more precise and reliable responses. This approach ensures that the chatbot focuses on accuracy while interacting with users. Therefore, the correct answer is D: Modify the system message used by the model to specify that the answers must be accurate

michaelmorar

This is wrong.