Prompt Engineering

CS123, Intro to AI

Topics 
Overview of AINeural networks and deep learning
AI Problem Solving Revisited
Machine LearningPart 1
Applications of AI
Generative AI + Prompt engineering
Machine LearningPart 2Custom chatbot creation
History of AI + MidtermSocial and ethical issues of AI
Final

 

Contents

Overview

Prompt engineering is the process of designing and refining inputs (prompts) to generative AI systems to improve the accuracy and quality of the generated output.

Components of a Good Prompt

A good prompt for AI is most effective if it has:

  1. Clarity: The prompt should be clear, specific and unambiguous, making it easy for the AI to understand what is being asked.

    • Example: Instead of asking “Tell me about AI,” you can ask “Give me a summary of the latest advances in AI.”

  2. Relevance: use relevant keywords or phrases. This helps the AI understand your intent and deliver relevant results.

    • Example: Instead of asking: “Tell me about cloud computing”, you can ask “I’m researching cloud computing trends in the IT industry. Provide recent reports and articles on the topic.”

  3. Conciseness: A prompt should be as brief as possible while still conveying all necessary information.

  4. Context: Providing relevant context helps the AI understand the background of the thing you're asking for.

    • Example: “Given the recent advancements in AI, what are the potential ethical concerns?”

    • Result: The AI considers the context of recent advancements and addresses relevant ethical concerns.

  5. Provide Clear Instructions: Clear instructions on what is expected from the AI can guide it to produce the desired output.

Prompting Best Practices

  1. Split Up Complex Tasks: Break down complex tasks into simpler, manageable subtasks to improve accuracy.

  2. Use Structured Prompts

    • Example: “List the steps to train a neural network: 1. Data collection, 2. Data preprocessing, 3. Model selection, 4. Training, 5. Evaluation.”

    • Result: The AI follows the structured format and provides a step-by-step guide.

  3. Provide Examples:

    • Example: “Generate a short story about a robot learning to paint, for example: ‘Once upon a time, in a small workshop, there was a robot named Artie who loved colors…’”

    • Result: The AI uses the example to generate a coherent and creative story.

  4. Experiment and Iterate: Continuously test and refine prompts to find the most effective phrasing and structure.

Prompting Strategies

Zero-Shot Prompting

Explanation: Zero-shot prompting involves giving the AI a task without any prior examples or context. The AI relies on its pre-existing knowledge to generate a response.

Example:

One-Shot Prompting

Explanation: One-shot prompting provides the AI with a single example to guide its response. This helps the AI understand the task better. For example:

Few-Shot Prompting

Explanation: Few-shot prompting involves giving the AI a few examples to help it understand the task more clearly. This is useful for more complex tasks.

Example:

Chain-of-Thought Prompting

Explanation: Chain-of-thought prompting improves reasoning by breaking down complex tasks into a sequence of logical steps, enabling the model to solve problems more effectively. Each step will take into account the result of the previous step and build on it.

Examples

Role Prompting

This technique helps guide the AI to respond in a manner consistent with the assigned role, leading to more focused, creative, or empathetic outputs. Here is an example of using the AI as a fitness coach:

 

Examples

Moodle Quiz Prompt Template

This is a prompt template I use for generating quiz questions for Moodle:

 

LCC Fusion Lab Prompt Library

Prompt library in the LCC Fusion Lab

 

References

Effective Prompts for AI: The Essentials—MIT Sloan Teaching, 2023

Prompt engineering - OpenAI API—OpenAI, 2023

Prompt Engineering Best Practices: Tips, Tricks, and Tools—DigitalOcean, 2023

What is Chain of Thoughts (CoT)?—IBM, 2023

Comprehensive Guide to Chain-of-Thought Prompting—Maithili Badhan, Mercity, 2023

 


Creative Commons License Intro to AI lecture notes by Brian Bird, written in , are licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.


Note: Microsoft Copilot with GPT-4 was used to draft parts of these notes.