Constructing a Prompt Template for Semantic Similarity
You are tasked with designing a system that uses a language model to compare the meaning of two customer support ticket summaries. Construct a complete prompt template that takes two different ticket summaries as input and instructs the model to determine if they are semantically similar. Your template must include both the static instructional text and clearly marked placeholders for the two variable inputs.
0
1
Tags
Ch.3 Prompting - Foundations of Large Language Models
Foundations of Large Language Models
Foundations of Large Language Models Course
Computing Sciences
Application in Bloom's Taxonomy
Cognitive Psychology
Psychology
Social Science
Empirical Science
Science
Related
A developer wants to build a feature that uses a language model to determine if two distinct pieces of text have a similar meaning. The system needs a reliable, structured way to present both pieces of text to the model for comparison. Which of the following input structures is most effective and robust for this task?
Diagnosing a Flawed Prompt for Text Comparison
Constructing a Prompt Template for Semantic Similarity