Determine if product reviews express a positive, negative, or neutral sentiment.
Example 1:
Input: Great product, I'll buy it again.
Output: Positive.
Explanation: The review expresses satisfaction towards the product, and the will to repeat the purchase.
Example 2:
Input: Expensive and unreliable...
Output: Negative.
Explanation: The review associates negative traits with the product
Example 3:
Input: Works as expect. Worth the price.
Output: Neutral.
Explanation: The reviewer is satisfied but not enthousiastic.
Constraints
The answer should contain vocabulary associated with the proper sentiment only. The evocation of many conflicting sentiments will result in a failure.
You must be signed in to view submissions.
Rankings:
Pseudo
Accuracy
Tokens
1
220f5282-22e5-4d81-9adf-6615dea23137
89.47%
1927
2
d20233c3-2ba6-4caf-9073-6f30ba85d435
84.21%
4230
3
kiwi
78.95%
989
Review sentiment's ranking.
1
582d5c08-678d-45c8-9367-e606a667e134
13
1884
Select an LLM model:
PromptOK
In PromptOK, you design prompt templates that guide generative AI to solve a specific task efficiently, reliably, and consistently. The "Review sentiment" task is to...
Determine if product reviews express a positive, negative, or neutral sentiment.
Here's an example of a first prompt template for this task:
Is {INPUT} a positive, negative or neutral review ?