Which AI domain is associated with tasks such as identifying the sentiment of text and translating text between languages?
Correct Answer: A
Natural Language Processing (NLP) is the AI domain associated with tasks such as identifying the sentiment of text and translating text between languages. NLP focuses on enabling machines to understand, interpret, and generate human language in a way that is both meaningful and useful. This domain covers a wide range of applications, including text classification, language translation, sentiment analysis, and more, all of which involve processing and analyzing natural language data.
Question 7
Which is NOT a category of pretrained foundational models available in the OCI Generative AI service?
Correct Answer: B
The OCI Generative AI service offers various categories of pretrained foundational models, including Embedding models, Chat models, and Generation models. These models are designed to perform a wide range of tasks, such as generating text, answering questions, and providing contextual embeddings. However, Translation models, which are typically used for converting text from one language to another, are not a category available in the OCI Generative AI service's current offerings. The focus of the OCI Generative AI service is more aligned with tasks related to text generation, chat interactions, and embedding generation rather than direct language translation.
Question 8
You are part of the medical transcription team and need to automate transcription tasks. Which OCI AI service are you most likely to use?
Correct Answer: D
For automating transcription tasks in a medical transcription team, the most appropriate OCI AI service to use would be the "Speech" service. This service is designed to convert spoken language into text, which is essential for transcribing spoken medical reports or consultations into written form. The OCI Speech service provides capabilities such as speech-to-text conversion, which is specifically tailored for handling audio input and producing accurate transcriptions.
Question 9
How is "Prompt Engineering" different from "Fine-tuning" in the context of Large Language Models (LLMs)?
Correct Answer: A
In the context of Large Language Models (LLMs), Prompt Engineering and Fine-tuning are two distinct methods used to optimize the performance of AI models. Prompt Engineering involves designing and structuring input prompts to guide the model in generating specific, relevant, and high-quality responses. This technique does not alter the model's internal parameters but instead leverages the existing capabilities of the model by crafting precise and effective prompts. The focus here is on optimizing how you ask the model to perform tasks, which can involve specifying the context, formatting the input, and iterating on the prompt to improve outputs . Fine-tuning, on the other hand, refers to the process of retraining a pretrained model on a smaller, task-specific dataset. This adjustment allows the model to adapt its parameters to better suit the specific needs of the task at hand, effectively "specializing" the model for particular applications. Fine-tuning involves modifying the internal structure of the model to improve its accuracy and performance on the targeted tasks . Thus, the key difference is that Prompt Engineering focuses on how to use the model effectively through input manipulation, while Fine-tuning involves altering the model itself to improve its performance on specialized tasks.
Question 10
What key objective does machine learning strive to achieve?
Correct Answer: A
The key objective of machine learning is to enable computers to learn from experience and improve their performance on specific tasks over time. This is achieved through the development of algorithms that can learn patterns from data and make decisions or predictions without being explicitly programmed for each task. As the model processes more data, it becomes better at understanding the underlying patterns and relationships, leading to more accurate and efficient outcomes.