C_AIG_2412 · Question #12
What is a part of LLM context optimization?
The correct answer is D. Providing the model with domain-specific knowledge needed to solve a problem. LLM context optimization is about strategically shaping what goes into the prompt/context window so the model has exactly the right information to reason effectively. Option D is correct because supplying domain-specific knowledge - facts, documents, examples, or constraints…
Question
What is a part of LLM context optimization?
Options
- AReducing the model's size to improve efficiency
- BAdjusting the model's output format and style
- CEnhancing the computational speed of the model
- DProviding the model with domain-specific knowledge needed to solve a problem
How the community answered
(33 responses)- A3% (1)
- B9% (3)
- C6% (2)
- D82% (27)
Explanation
LLM context optimization is about strategically shaping what goes into the prompt/context window so the model has exactly the right information to reason effectively. Option D is correct because supplying domain-specific knowledge - facts, documents, examples, or constraints relevant to the problem - directly improves what the model can work with inside its context, enabling more accurate and relevant outputs.
Why the distractors are wrong:
- A (reducing model size) describes model compression or quantization - a hardware/efficiency concern, not context management.
- B (adjusting output format/style) relates to output control (e.g., prompt instructions for tone or structure), which is prompt engineering for style, not context optimization.
- C (enhancing computational speed) is an inference or infrastructure concern - nothing to do with what information the model receives.
Memory tip: Think of "context" literally - it's the surrounding information you give the model. Optimizing it means making that surrounding information as relevant and useful as possible, like briefing a consultant before a meeting rather than sending them in blind. "Context = what you tell it; optimize = make it count."
Topics
Community Discussion
No community discussion yet for this question.