3. Prompt Engineering Basics Flashcards
Course 3 / 16 (38 cards)
API integration
Application programming interface integration refers to the process of connecting different software systems or applications through their APIs to enable them to work together and share data or functionality.
Bias mitigation
A technique in which text prompts provide explicit instructions to generate neutral responses.
Chain-of-Thought
An approach to prompt engineering that involves breaking down a complex task into smaller and easier ones through a sequence of more straightforward prompts.
ChatGPT
A language model designed to provide detailed responses to natural language input.
Claude
A powerful and flexible AI chatbot to help you with your tasks.
Contextual guidance
A technique using which text prompts provide specific instructions to the LLMs to generate relevant output.
DALL-E
Text-to-image model that generates digital images from natural language descriptions.
Domain expertise
A technique wherein text prompts can use domain-specific terminology to generate content in specialized fields like medicine, law, or engineering, where accuracy and precision are crucial.
Dust
A prompt engineering tool that provides a web user interface for writing prompts and chaining them together.
Explainability
Refers to the degree to which a user can understand and interpret the model’s decision-making process and the reasons behind its generated outputs.
Few-shot prompting
A method that enables context learning, wherein demonstrations are provided in the prompt to steer the model to better performance.
Framing
A technique by which text prompts guide LLMs to generate responses within the required boundaries.
Generative AI
A type of artificial intelligence that can create new content, such as text, images, audio, and video.
Generative AI models
Models that can understand the context of input content to generate new content. In general, they are used for automated content creation and interactive communication.
GPT
Generative pre-trained transformers or GPT are a family of neural networks that uses transformer architecture to create human-like text or content as output.
IBM watsonx.ai
A platform of integrated tools to train, tune, deploy, and manage foundation models easily.
Integrated Development Environment (IDE)
A software tool for crafting and executing prompts that engage with language models.
Input data
Any piece of information provided as part of the prompt.
Interview pattern approach
A prompt engineering strategy that involves designing prompts by simulating a conversation or interacting with the model in the style of an interview.
LangChain
A Python library that provides functionalities for building and chaining prompts.
Large language models (LLMs)
A type of deep learning model trained on massive amounts of text data to learn the patterns and structures of language. They can perform language-related tasks, including text generation, translation, summarization, sentiment analysis, and more.
Midjourney
A text-to-image model that generates images from natural language requests.
Naive prompting
Asking queries from the model in the simplest possible manner.
Natural language processing (NLP)
A branch of artificial intelligence that enables computers to understand, manipulate, and generate human language (natural language).