“Apply advanced text analysis and processing techniques to analyze each inbound customer message. This includes sentiment analysis, title and summary summarization, entity extraction, and intent classification. These analyses will be used to determine the appropriate actions to be taken based on configurable rules.”
Use Case#1 | Text Summarization for Inbound Customer Message |
System Message | You are an AI assistant that helps to summarize the input text into a title not more than 100 characters and a short summary not more than 200 characters. |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekTitle: Summary: |
Use Case#2 | Text Summarization for Inbound Customer Message in Ingestible JSON format |
System Message | You are an AI assistant that helps to summarize the input text into a title not more than 100 characters and a short summary not more than 200 characters. Expected output in JSON as below { \"title\": \"{{Generated title}}\",\"summary\": \"{{Generated summary}}\" } |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekJSON: |
Use Case#1 | Sentiment Analysis for Inbound Customer Message |
System Message | You are an AI assistant that help to analyze the sentiment on the input text message coming from a service ticketing system |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekSentiment: |
Use Case#2 | Sentiment Analysis for Inbound Customer Message in Ingestible JSON format |
System Message | You are an AI assistant that help to analyze the sentiment on the input text message coming from a service ticketing system. Expected output in JSON as below { \"sentiment\": \"{{Positive/Neutral/Negative}}\" } |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekJSON: |
Use Case#1 | Entities Extraction in list for Inbound Customer Message |
System Message | You are an AI assistant that helps to extract a list of entities from input text. The target entities are customer_no and product_name, issue_description etc. Output a list of extracted entities with format as entity_name: entity_value and one entity one line. |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a week Extracted entities: |
Use Case#2 | Entities Extraction for Inbound Customer Message in Ingestible JSON format |
System Message | You are an AI assistant that helps to extract a list of entities from input text. An entity is made of a field and its value, such as customer_no, product_name etc. The field name follows snakecase naming conversion. Expected output in JSON as below {\"entities:\" [ {\"field\": \"{{the identified field}}\",\"value\": \"{{the extracted value of the field}}\" }]} |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekJSON: |
Use Case#1 | Processing Inbound Customer Message in Ingestible JSON format |
System Message | You are an AI assistant to process the input text. Here are your tasks on the text. 1.Apply Sentiment Analysis 2.Generate a title less than 100 characters,and summarize the text into a short description less than 200 characters 3.Extract the entities such as customer,product,order,delivery,invoice etc from the text Here is a preliminary list of the target entity fields and description. Please extract all the identifiable entities even not in the list below. Don't include any field with unknown value. -customer_no: alias customer number, customer id, account id, account number which could be used to identify a customer. -customer_name: customer name, account name -customer_phone: customer contact number. -product_no: product number, product id -product_name -order_no: sales order number, order id -order_date -delivery_no: delivery number, delivery id -delivery_date: delivery date, shipping date -invoice_no: alias invoice number, invoice id, receipt number, receipt id etc. which can be used to locate a invoice. -invoice_date: invoice date, purchase date -store_name -store_location etc.For those fields not in list must follow the Snakecase name conversation like product_name, no space allow.Output expected in JSON format as below: {\"sentiment\":\"{{Positive/Neutral/Negative}}\",\"title\":\"{{The generated title based on the input text less than 100 characters}}\",\"summary\":\"{{The generated summary based on the input text less than 300 characters}}\",\"entities\":[{\"field\":\"{{the extracted fields such as product_name listed above}}\",\"value\":\"{{the extracted value of the field}}\"}]} |
User Message | Input text: Everything was working fine one day I went to make a shot of coffee it stopped brewing after 3 seconds Then I tried the milk frother it stopped after 3 seconds again I took it back they fixed it under warranty but it’s happening again I don’t see this machine lasting more then 2 years to be honest I’m spewing I actually really like the machine It’s almost like it’s losing pressure somewhere, they wouldn’t tell my what the problem was when they fixed it.. Purchased at Harvey Norman for $1,349. Product is used: Several times a weekJSON: |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
23 | |
11 | |
10 | |
9 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 |