0
0
Prompt Engineering / GenAIml~20 mins

Why text generation solves real problems in Prompt Engineering / GenAI - Challenge Your Understanding

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Text Generation Mastery
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
How does text generation help customer support?

Imagine a company uses text generation AI to answer customer questions automatically. What is the main benefit of this approach?

AIt provides instant replies to many customers, reducing wait times.
BIt only works for questions about weather forecasts.
CIt guarantees 100% correct answers every time without errors.
DIt replaces all human workers with robots immediately.
Attempts:
2 left
💡 Hint

Think about how fast AI can respond compared to humans.

Model Choice
intermediate
2:00remaining
Choosing a model for generating product descriptions

You want to generate creative product descriptions for an online store. Which model type is best suited for this task?

AA text generation model trained on product reviews and marketing text.
BA model trained only on numerical data like sales numbers.
CAn image recognition model that classifies photos.
DA speech-to-text model that converts audio to text.
Attempts:
2 left
💡 Hint

Think about what kind of data helps create good text descriptions.

Metrics
advanced
2:00remaining
Evaluating text generation quality

Which metric is commonly used to measure how well a text generation model produces human-like sentences?

AConfusion matrix, used for classification errors.
BMean squared error, used for regression tasks.
CAccuracy, counting exact matches only.
DBLEU score, which compares generated text to reference sentences.
Attempts:
2 left
💡 Hint

Think about metrics that compare text similarity.

🔧 Debug
advanced
2:00remaining
Why does the generated text repeat phrases?

A text generation model keeps repeating the same phrase multiple times in its output. What is a likely cause?

AThe input text is too short for the model to understand.
BThe model is using beam search with a high beam width.
CThe model's temperature setting is too low, causing less randomness.
DThe training data was too diverse and varied.
Attempts:
2 left
💡 Hint

Think about how randomness affects repeated text.

🧠 Conceptual
expert
3:00remaining
Why is text generation important for accessibility?

How does text generation AI help people with disabilities in real life?

AIt only works for translating between programming languages.
BIt can create real-time captions and summaries for spoken content, aiding hearing-impaired users.
CIt replaces all human communication with robots, removing the need for sign language.
DIt requires users to type long texts manually before generating output.
Attempts:
2 left
💡 Hint

Think about how AI can convert speech to helpful text.