(5) Techniques to improve generative AI model output

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:58 AM on 8/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

A prompting technique of asking the model to complete a task with no prior examples.

Zero-Shot

2
New cards

A prompting technique of providing the model with one example to learn from.

One-Shot

3
New cards

A prompting technique of giving the model multiple examples to learn from.

Few-shot

4
New cards

A prompting technique of assigning a persona to the model to influence its style, tone, and focus

Role

5
New cards

A prompting technique of engaging in a back and forth conversation with the AI

Prompt chaining

6
New cards

Connecting the AI's output to verifiable sources of information.

Grounding

7
New cards

What does RAG standfor?

Retrieval-Augmented Generation

8
New cards

The LLM retrieves relevant information from external sources using tooling.

Retrieval

9
New cards

The retrieved information is incorporated into the prompt to the LLM.

Augmentation

10
New cards

The LLM processes the prompt and generates a response.

Generation

11
New cards

The LLM can repeat on the retrieval process as necessary.

Iteration

12
New cards

A prompt engineering technique that allows the LLM to reason and take action on a user query

ReAct (reason and act)

13
New cards

A prompt engineering technique that guides a LLM through a problem-solving process by providing examples with intermediate reasoning steps.

CoT (chain-of-thought)

14
New cards

A prompt engineering technique that uses prompting to guide the AI model to generate, modify, or interpret other prompts.

Metaprompting

15
New cards

Saving prompts as templates for repeated use.

Reusing prompts

16
New cards

Continuing conversations within the same chatbot to maintain context.

Leveraging prompt chaining

17
New cards

Storing specific information for the model to use consistently.

Using saved info

18
New cards

Personalized AI assistants within Gemini. They provide personalized responses tailored to specific instructions. They also streamline workflows like templates, prompts, and guided interactions.

Gems

19
New cards

Settings that influence the AI model's behavior, allowing for customized results.

Sampling Parameters

20
New cards

This parameter represents meaningful chunks of text (like words and punctuation).

Token Count

21
New cards

This parameter controls the "creativity" or randomness of the model's word choices during text generation.

Temperature

22
New cards

This parameter is the cumulative probability of the most likely tokens considered during text generation. This is another way to control the randomness of the model's output.

Top-p

23
New cards

These parameter allows you to filter out potentially harmful or inappropriate content from the model's output.

Safety Settings

24
New cards

This parameter determines the maximum length of the generated text.

Output length