Learn Before
Chatbot Prompting Strategy Analysis
A company designs a customer service chatbot. For every user question, the system prepends a 500-word block of text containing detailed instructions and company policies. This combined text is then sent to a language model. Analyze the computational efficiency of this design for a system that handles thousands of user questions daily, and identify the primary source of the inefficiency.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Analysis in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
LLM-Powered Email Categorization System
A company is developing an automated system to classify thousands of customer support emails per day into one of three categories: 'Urgent', 'Standard', or 'Spam'. They are considering two prompting strategies for their large language model.
- Strategy X: For each email, the system sends a long prompt that includes a detailed, 200-word definition of each category, several examples, and the full text of the customer email.
- Strategy Y: For each email, the system sends a short prompt containing only a brief instruction ('Classify this email:') and the full text of the customer email.
From a computational cost perspective, which strategy is the most suitable for this high-volume, repetitive task, and why?
Chatbot Prompting Strategy Analysis