Week 5 - (part 2) Prompting Flashcards

1
Q

What is GPT’s problem?

A

1) Bottleneck: token limit is at 8,192
2) There’s a hard limit on the input and output length
3) Training cut off date

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How far can you push automation?

A

No code software - helpful because it helps lay people visualise and develop software, allows them to take advantage of the databases in the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Getting over the hurdle of automation

A

Decomposing the problem and providing good prompts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a system prompt?

A

To establish a standardised format that optimises the framing for ChatGPT and thereby enhances its performance across a broad spectrum of inputs. It’s a generic prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is zero-shot prompting

A

Doesn’t require any examples and is often used to demonstrate the power and capability of the LLM. Also used when there are not enough tokens to give examples.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is prompting?

A

The “prompt” is the user generated input to the model and is a way for you to guide the model

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is few-shot prompting?

A

Providing multiple demonstrations in the prompt to steer the model to perform better. It provides the input context.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is chain of thought prompting?

A

Guides ChatGPT to explain its answers in a step-by-step format of its reasoning process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is prompt compression

A

Sending a text prompt to GPT to compress it and used the compressed prompt instruction. Then uncompress it after

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are structured outputs?

A

Come up with a prompt given a piece of text for it to extract the key entities for it. Useful for customer service type chat bots.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly