IS 4490 - Prompt Engineering and Learning Techniques

0.0(0)
studied byStudied by 0 people
0.0(0)
call with kaiCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

28 Terms

1
New cards

What are the four key components of prompts for AI models?

Instruction/Intent, Context, Reasoning Assistance/Guidance, Data

2
New cards

What does the "Context" component of a prompt provide?

The situational backdrop and environmental information

3
New cards

Which type of reasoning assistance provides decision policies such as decision trees or if-else rules?

Rule-based reasoning

4
New cards

What is the core principle of metadata prompting?

To separate the task description from entity explanations

5
New cards

In metadata prompting, how are entities distinguished within the task description?

They are enclosed in backticks (`)

6
New cards

What happens to the model's internal weights during few-shot prompting?

They do not update at all

7
New cards

What distinguishes many-shot prompting from few-shot prompting?

Many-shot uses several hundred examples instead of just a few

8
New cards

What is a significant downside of many-shot prompting?

It increases computational cost and slower inference times

9
New cards

What does "In-Context Learning" refer to?

A model's ability to perform tasks by interpreting examples in the prompt without updating parameters

10
New cards

Which of the following is NOT mentioned as a benefit of zero-shot prompting?

Improved computational speed

11
New cards

What should be ensured when selecting exemplars for few-shot prompting?

Exemplars should follow a consistent format and structure

12
New cards

What is Retrieval-Augmented Generation (RAG) used for?

To dynamically retrieve relevant data from knowledge bases

13
New cards

Which output format is often most common for AI-generated data that will be used by downstream tasks?

JSON/XML

14
New cards

According to the material, what does Data in a prompt represent?

The specific input material the model needs to process, analyze, or transform.

15
New cards

How does Metadata Prompting primarily differ from traditional prompting methods?

It separates the task description from entity explanations, defining entities in a structured format.

16
New cards

Which of the following describes In-Context Learning?

The model interprets examples in the input prompt to perform a task without updating its internal parameters.

17
New cards

What is the primary benefit of Zero-Shot Prompting?

It allows models to handle a wide range of tasks without fine-tuning or retraining.

18
New cards

What is a disadvantage of Many-shot Prompting?

It can increase computational cost and slow down inference times.

19
New cards

The "Instruction/Intent" component should specify both what needs to be done and exactly how to achieve it.

False

20
New cards

Few-shot examples can use angle brackets (<>) to create placeholders for information that should be inserted.

True

21
New cards

In metadata prompting, entity explanations are described separately in JSON format after the task description.

True

22
New cards

The model permanently retains information learned from few-shot examples after the interaction is over.

False

23
New cards

Steps-based reasoning provides sequential steps the AI should take to reach the final output.

True

24
New cards

Metadata prompting makes prompts more cluttered and harder to understand.

False

25
New cards

In-context learning includes both few-shot and many-shot prompting as forms of this approach

True

26
New cards

Constraints in reasoning assistance specify what the model should do rather than limitations on output generation.

False

27
New cards

The number of exemplars used in few-shot prompting should always be maximized regardless of task complexity.

False

28
New cards

Markdown format is particularly useful for generating tables and content requiring semantic structure.

True