Learn Before
A developer is building a system to categorize customer support tickets into one of three classes: URGENT, ROUTINE, or INFO_REQUEST. The language model they are using produces a full sentence as its output, such as 'This ticket appears to be an urgent matter.' Which of the following is the most direct, rule-based approach to map this sentence to the correct class label?
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 is building a system to categorize customer support tickets into one of three classes:
URGENT,ROUTINE, orINFO_REQUEST. The language model they are using produces a full sentence as its output, such as 'This ticket appears to be an urgent matter.' Which of the following is the most direct, rule-based approach to map this sentence to the correct class label?Debugging a Rule-Based Label Mapper
Identifying Limitations of Simple Keyword Mapping