output
stringclasses 3
values | input
dict | instruction
stringclasses 2
values |
---|---|---|
negative | {
"conversation": [
{
"user1": "how was your day",
"user2": null
},
{
"user1": null,
"user2": "Kinda bad"
},
{
"user1": "why?",
"user2": null
},
{
"user1": null,
"user2": "My dog got injured"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and it's context. Chose from the options: ["positive", "negative","neutral"]. |
positive | {
"conversation": [
{
"user1": "how was your day",
"user2": null
},
{
"user1": null,
"user2": "It was great!"
},
{
"user1": "why?",
"user2": null
},
{
"user1": null,
"user2": "I got a promotion at work"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and it's context. Chose from the options: ["positive", "negative","neutral"]. |
positive | {
"conversation": [
{
"user1": "how was your day",
"user2": null
},
{
"user1": null,
"user2": "It was great!"
},
{
"user1": "why?",
"user2": null
},
{
"user1": null,
"user2": "I got a promotion at work"
},
{
"user1": "That's awesome!",
"user2": null
},
{
"user1": null,
"user2": "I know right!"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and it's context. Chose from the options: ["positive", "negative","neutral"]. |
negative | {
"conversation": [
{
"user1": "Hey, how's it going?",
"user2": null
},
{
"user1": null,
"user2": "Not too good."
},
{
"user1": "Oh no, what happened?",
"user2": null
},
{
"user1": null,
"user2": "I lost my wallet."
},
{
"user1": "That sucks, I'm sorry to hear that.",
"user2": null
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Hi! How are you?",
"user2": null
},
{
"user1": null,
"user2": "I'm doing really well!"
},
{
"user1": "That's great! What鈥檚 up?",
"user2": null
},
{
"user1": null,
"user2": "Just finished a really good book."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "Hey, do you want to hang out this weekend?",
"user2": null
},
{
"user1": null,
"user2": "I'm not sure. I have a lot of work to catch up on."
},
{
"user1": "That's a bummer. Maybe another time then.",
"user2": null
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "How's everything going with your project?",
"user2": null
},
{
"user1": null,
"user2": "Pretty good!"
},
{
"user1": "Really?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, I just got approval for the next phase."
},
{
"user1": "That's amazing news!",
"user2": null
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "Did you see the news today?",
"user2": null
},
{
"user1": null,
"user2": "No, what happened?"
},
{
"user1": "There was a big accident downtown.",
"user2": null
},
{
"user1": null,
"user2": "That's terrible."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "Hey, how are you feeling today?",
"user2": null
},
{
"user1": null,
"user2": "I'm okay, I guess."
},
{
"user1": "Just okay?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, I've been better."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Did you finish the report?",
"user2": null
},
{
"user1": null,
"user2": "Yes, I just sent it over."
},
{
"user1": "Great job, thanks!",
"user2": null
},
{
"user1": null,
"user2": "No problem, happy to help."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "How's your new job going?",
"user2": null
},
{
"user1": null,
"user2": "It's okay, a bit overwhelming."
},
{
"user1": "I'm sure you'll get the hang of it soon.",
"user2": null
},
{
"user1": null,
"user2": "I hope so, thanks for the support."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Did you catch the game last night?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, it was intense!"
},
{
"user1": "I know, right? That last-minute goal was incredible.",
"user2": null
},
{
"user1": null,
"user2": "Totally, what a finish!"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "Hey, did you get the email from HR?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, I did."
},
{
"user1": "What do you think?",
"user2": null
},
{
"user1": null,
"user2": "I'm not sure, it's a lot to take in."
},
{
"user1": "I feel the same way.",
"user2": null
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "What did the doctor say?",
"user2": null
},
{
"user1": null,
"user2": "I need to go for more tests."
},
{
"user1": "That sounds stressful.",
"user2": null
},
{
"user1": null,
"user2": "Yeah, I'm really worried."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Did you manage to fix your car?",
"user2": null
},
{
"user1": null,
"user2": "Yes, finally."
},
{
"user1": "That's a relief!",
"user2": null
},
{
"user1": null,
"user2": "Absolutely, I'm so glad it's done."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "Are you going to the party tonight?",
"user2": null
},
{
"user1": null,
"user2": "No, I'm not feeling up to it."
},
{
"user1": "Oh, that's too bad. Get some rest.",
"user2": null
},
{
"user1": null,
"user2": "Thanks, I will."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Can you help me with this assignment?",
"user2": null
},
{
"user1": null,
"user2": "Sure, what do you need help with?"
},
{
"user1": "I'm stuck on this problem.",
"user2": null
},
{
"user1": null,
"user2": "No worries, let's go through it together."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "Did you hear back from the job interview?",
"user2": null
},
{
"user1": null,
"user2": "Yes, I didn't get the job."
},
{
"user1": "I'm really sorry to hear that.",
"user2": null
},
{
"user1": null,
"user2": "Thanks, I'll keep trying."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Are we still meeting tomorrow?",
"user2": null
},
{
"user1": null,
"user2": "Yes, 10 AM works for me."
},
{
"user1": "Great, see you then!",
"user2": null
},
{
"user1": null,
"user2": "See you!"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "What do you think about the new policy?",
"user2": null
},
{
"user1": null,
"user2": "I'm not a fan."
},
{
"user1": "Me neither, it's quite restrictive.",
"user2": null
},
{
"user1": null,
"user2": "Yeah, hopefully they'll reconsider."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "Can you believe the weather today?",
"user2": null
},
{
"user1": null,
"user2": "I know, it's been raining non-stop."
},
{
"user1": "It's really gloomy.",
"user2": null
},
{
"user1": null,
"user2": "Hopefully, it clears up soon."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Did you try that new restaurant?",
"user2": null
},
{
"user1": null,
"user2": "Yes, the food was amazing!"
},
{
"user1": "I've heard great things about it.",
"user2": null
},
{
"user1": null,
"user2": "You should definitely check it out."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "How was your meeting?",
"user2": null
},
{
"user1": null,
"user2": "It went well, thanks."
},
{
"user1": "I'm glad to hear that.",
"user2": null
},
{
"user1": null,
"user2": "Yeah, I'm feeling optimistic."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Catch the latest episode last night?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, it was wild!"
},
{
"user1": "I couldn't believe that twist at the end.",
"user2": null
},
{
"user1": null,
"user2": "Right? Totally unexpected."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "Wanna grab coffee tomorrow?",
"user2": null
},
{
"user1": null,
"user2": "Can't, I have a ton of work."
},
{
"user1": "Ah, that sucks. Maybe next week?",
"user2": null
},
{
"user1": null,
"user2": "Yeah, let's do that."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Did you see John's new puppy pics?",
"user2": null
},
{
"user1": null,
"user2": "Yes! So cute!"
},
{
"user1": "I know, I can't handle the cuteness.",
"user2": null
},
{
"user1": null,
"user2": "We should visit him soon."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "What did you think of the movie?",
"user2": null
},
{
"user1": null,
"user2": "It was just okay."
},
{
"user1": "Yeah, not as good as the reviews made it out to be.",
"user2": null
},
{
"user1": null,
"user2": "Exactly, a bit disappointing."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "Up for a hike this weekend?",
"user2": null
},
{
"user1": null,
"user2": "Sounds fun! Where to?"
},
{
"user1": "Maybe the new trail by the lake.",
"user2": null
},
{
"user1": null,
"user2": "Perfect, I'm in!"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "Finished that book you lent me.",
"user2": null
},
{
"user1": null,
"user2": "Did you like it?"
},
{
"user1": "Honestly, it was a bit slow.",
"user2": null
},
{
"user1": null,
"user2": "I get that, it's not for everyone."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "You coming to the BBQ this Saturday?",
"user2": null
},
{
"user1": null,
"user2": "Wouldn't miss it for the world!"
},
{
"user1": "Awesome, see you there!",
"user2": null
},
{
"user1": null,
"user2": "See you!"
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
positive | {
"conversation": [
{
"user1": "How's the new job treating you?",
"user2": null
},
{
"user1": null,
"user2": "It's tough but rewarding."
},
{
"user1": "Glad to hear you're enjoying it.",
"user2": null
},
{
"user1": null,
"user2": "Thanks, it means a lot."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
negative | {
"conversation": [
{
"user1": "Are you still planning on going to that concert?",
"user2": null
},
{
"user1": null,
"user2": "Nah, tickets sold out."
},
{
"user1": "Bummer, I was looking forward to it.",
"user2": null
},
{
"user1": null,
"user2": "Me too, maybe next time."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
neutral | {
"conversation": [
{
"user1": "What are you doing this weekend?",
"user2": null
},
{
"user1": null,
"user2": "Just relaxing at home."
},
{
"user1": "Nice, sometimes you need that.",
"user2": null
},
{
"user1": null,
"user2": "Absolutely, a little downtime is good."
}
]
} | Perform a sentiment analysis of a conversation given as input. Determine the overall sentiment based on the latest message and its context. Choose from the options: ["positive", "negative", "neutral"]. |
No dataset card yet
New: Create and edit this dataset card directly on the website!
Contribute a Dataset Card- Downloads last month
- 5