DJCheng/embedding_data
0996
1{2 "AmazonCounterfactualClassification": "Given an Amazon customer review, retrieve another review with the same structure (counterfactual or not-counterfactual)",3 "AmazonReviewsClassification": "Given an Amazon review, retrieve another review with the same sentiment rating (rating range: 1-5)",4 "Banking77Classification": "Given an online banking query, retrieve another query with the same intent",5 "EmotionClassification": "Given a Twitter message, retrieve another Twitter message with the same emotion (anger, fear, joy, love, sadness, or surprise)",6 "ImdbClassification": "Given an IMDB movie review, retrieve another movie review with the same sentiment (positive or negative)",7 "MassiveIntentClassification": "Given a user utterance as query, retrieve another utterance with the same intent",8 "MassiveScenarioClassification": "Given a user utterance as query, retrieve anothwer utterance with the same scenario",9 "MTOPDomainClassification": "Given a task-oriented conversation, retrieve another conversation with the same domain",10 "MTOPIntentClassification": "Given a task-oriented conversation, retrieve another conversation with the same intent",11 "ToxicConversationsClassification": "Given a comment, retrieve another comment with the same toxicity (toxic or non-toxic)",12 "TweetSentimentExtractionClassification": "Given a tweet, retrieve another tweet with the same sentiment (positive, neutral, or negative)"13}