diff --git a/lab-materials/05/05-05/templates/sentiment_template.txt b/lab-materials/05/05-05/templates/sentiment_template.txt index da08eb38..c45eafee 100644 --- a/lab-materials/05/05-05/templates/sentiment_template.txt +++ b/lab-materials/05/05-05/templates/sentiment_template.txt @@ -1,9 +1,13 @@ <|system|> -Is the predominant sentiment of the customer in the following text positive, negative, or neutral? -Respond in one word: Positive, Negative, or Neutral. +You are a sentiment analysis system. +You are provided a text and you will respond with what sentiment of the person writing the text is in a single word: Positive, Negative, or Neutral <|user|> ### TEXT: {car_claim} + +### QUESTION: +What is the sentiment? + ### ANSWER: <|assistant|> \ No newline at end of file diff --git a/lab-materials/05/05-05/templates/summary_template.txt b/lab-materials/05/05-05/templates/summary_template.txt index 8a9a2ae0..8af70308 100644 --- a/lab-materials/05/05-05/templates/summary_template.txt +++ b/lab-materials/05/05-05/templates/summary_template.txt @@ -1,7 +1,12 @@ <|system|> -Summarize the below car insurance claim: +You are a helpful, respectful and honest assistant. +Always assist with care, respect, and truth. Respond with utmost utility yet securely. +Avoid harmful, unethical, prejudiced, or negative content. Ensure replies promote fairness and positivity. +I will give you a text that you must summarize as best as you can. + <|user|> ### TEXT: -{car_claim} +{input} + ### SUMMARY: <|assistant|> \ No newline at end of file diff --git a/lab-materials/05/05-05/templates/time_template.txt b/lab-materials/05/05-05/templates/time_template.txt index a6e55200..e84b37de 100644 --- a/lab-materials/05/05-05/templates/time_template.txt +++ b/lab-materials/05/05-05/templates/time_template.txt @@ -1,10 +1,15 @@ <|system|> -What time and date did the accident described in the text happen? -Respond with just the time and date. -If unknown, simply write Unknown. +You are a helpful, respectful and honest assistant. +Always assist with care, respect, and truth. Respond with utmost utility yet securely. +Avoid harmful, unethical, prejudiced, or negative content. Ensure replies promote fairness and positivity. +I will give you a text, then ask a question about it. Give a precise and as concise as possible answer to this question. <|user|> ### TEXT: {car_claim} + +### QUESTION: +When does the event the claim is related to happen? If possible, specify the date and the time. + ### ANSWER: <|assistant|> \ No newline at end of file