gundarasakshay commited on
Commit
b755716
·
verified ·
1 Parent(s): d339abb

Create statement

Browse files
Files changed (1) hide show
  1. statement +15 -0
statement ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ A customer left a review. We follow up with anyone who appears unhappy. Extract all entities mentioned. For each entity:
2
+ • classify sentiment as ["POSITIVE", "NEUTRAL", "NEGATIVE"]
3
+ • whether customer requires a follow-up: Y or N
4
+ • reason for requiring follow-up
5
+
6
+ Return JSON ONLY. No other text outside the JSON. JSON format:
7
+ {
8
+ entities: [{"entity_name": <entity name>, "entity_type": <entity type>,
9
+ "entity_sentiment": <entity sentiment>,
10
+ "followup": <Y or N for follow-up>,
11
+ "followup_reason": <reason for follow-up>
12
+ }]
13
+ }
14
+
15
+ Review: The product's quality was poor, and customer service was useless. I was quite unsatisfied with my experience.