input
stringlengths 1.35k
2.84k
| output
sequencelengths 1
1
| id
stringlengths 41
41
|
---|---|---|
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: can i have one ball YOU: okie dokie THEM: deal.
Output:
| [
"No"
] | task1384-18d19b33a0494733b8c40c36b9e5202d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi, can i have the book and 2 hats? YOU: balls and one hat for me THEM: ok deal.
Output:
| [
"Yes"
] | task1384-dbfc540d7c2942b7bf116a7e016a3b50 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i just want the ball YOU: ok THEM: deal.
Output:
| [
"Yes"
] | task1384-d761ebbec97e4d5ba939e01016238bce |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hats and the ball. YOU: i need three items for this to work. THEM: ok, let me have the hats and take everything else. YOU: deal.
Output:
| [
"Yes"
] | task1384-56eee9757db243a4913372172e317051 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like one of each. YOU: gimme hat THEM: i will agree to you having all the books. YOU: hat for me, you take all rest THEM: nope, i can't agree to that, i need one of each. YOU: no deal? THEM: guess it's a no deal. YOU: waitin for button THEM: still don't have the no deal button on this side either, final offer one each of the book, hat and ball to me. YOU: hmmmmm nope.
Output:
| [
"No"
] | task1384-6158b16490e8425bbf019dce9e6ef154 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello. i would like all of the books. YOU: 1 book for 2 balls THEM: there's only one ball isn't there? YOU: 1 book for 1 ball then THEM: i get two books and you get the ball. you can have the hats too. YOU: ok deal.
Output:
| [
"No"
] | task1384-7ab2ea25abee49158e5497eda0bc1771 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like to have the book and all the balls YOU: sure you can have them THEM: great YOU: sounds good.
Output:
| [
"No"
] | task1384-40c073946b1b41ca87e787e184a0a402 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: if i can have the balls and the hat you can have the books YOU: i want the books and hat THEM: okay that seems reasonable. YOU: so deal? THEM: deal.
Output:
| [
"Yes"
] | task1384-206bc984b4ca453791cd5380a09d6254 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the hats and the ball. YOU: i want the ball and two hats THEM: you can only have one hat with the ball. YOU: can i have the book too? THEM: no. YOU: doesnt seem fair THEM: make another offer then, YOU: ball, book, hat THEM: i'm willing to take the ball the book and the hat. YOU: no deal.
Output:
| [
"No"
] | task1384-46db0c02231d4536b6c1dcefb2ef23ae |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hey, i want a hat and a book YOU: hi! i can give a hat, but i really need the single book, but will give the ball. THEM: i need the book. everything is yours except the book? YOU: i will concede the book only then.
Output:
| [
"Yes"
] | task1384-a3822f2f95ca43749897451791cb88ea |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hats and the ball. YOU: you take the books, i take the hats and the ball THEM: i will need either the hats or the ball. YOU: i can't do that i have to have both hats and the ball.
Output:
| [
"No"
] | task1384-5cc54497cf254ec4a93ef78e500af308 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hat and book, you can have the balls YOU: you can have the balls and the book THEM: deal YOU: deal.
Output:
| [
"Yes"
] | task1384-15d9e35f95d84a61a44d9fa90cd9ee4f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i really need that book and i'd like both hats also YOU: i'll give you both hats, but not the book THEM: i need the book or we can't make a deal. i'd be willing to give you everything else for the book.
Output:
| [
"No"
] | task1384-eb5b26814c2b4994a258b10291b3b089 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like all the books and the hat YOU: you can have all the books or the hat. not both. THEM: ok all the books, deal? YOU: so you take all the books and i take everything else? i'd do that. THEM: yes, deal?
Output:
| [
"Yes"
] | task1384-174e58679b634746a8e15beb71f2b8dd |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i like 2 hat and 1 ball YOU: i only have 1 hat and need it but you can have all the balls and 1 book THEM: okay deal.
Output:
| [
"No"
] | task1384-fcfd9681d5b44e069a815a9abc657f2b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like balls and hat and you can have books. deal? YOU: how about i have books and hat and you have the 3 balls? THEM: i really need the hat to go with the balls YOU: ok, i will take the books and you can have the rest. THEM: deal.
Output:
| [
"Yes"
] | task1384-876436eafd9448a5ba5d8479ee0e67a8 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: give me the hats and one book and one ball YOU: all balls and either the hats or books to me THEM: hats and books to me YOU: one hat and three balls to me THEM: both hats to me, you get rest YOU: ok deal.
Output:
| [
"Yes"
] | task1384-c73c225fa5634b62911bed32320c117b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi there, i'd like the hat and the book. you can have the balls. YOU: i need the hat, and a ball and the book. THEM: i can't give you all of that. i need the hat at the very least. YOU: i absolutely need the hat. THEM: it looks like we will not be able to reach a deal then. i also need the hat. YOU: that's not good. THEM: there is nothing else we can do. the "no deal was agreed" button is time activated. YOU: should we keep typing? THEM: it couldn't hurt. YOU: this is silly.
Output:
| [
"No"
] | task1384-c5ab02592e23497bbd6563fbaf856750 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like both books and both hats. YOU: i'd take the ball and one book. THEM: sorry i can't give up any books on my side. YOU: ok. i'll take the ball and two hats. THEM: deal.
Output:
| [
"Yes"
] | task1384-0756848edf704ea8927dbcfc76e57f32 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like some books YOU: i'll give you 1 book if i can have 2 balls THEM: sounds good.
Output:
| [
"Yes"
] | task1384-b1ca501d7c374c3198708e1167d71375 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i will take the 3 books? YOU: deal.
Output:
| [
"Yes"
] | task1384-e14928a082fa4524abbff1f399128d39 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ill give you all three hats if you give me a ball YOU: you can have the ball if i can have the rest THEM: deal.
Output:
| [
"Yes"
] | task1384-dac5da5bb9e441d6917a8a94b301e9c3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like 2 balls and the book please YOU: i would keep the book. how about a third ball instead? THEM: you can have the book, if i can get 3 balls and 2 hats YOU: no. how about 1 hat for you and one for me. book me. and balls yours THEM: that sounds fair YOU: okay then!
Output:
| [
"Yes"
] | task1384-c73c413a676941ceb6a8c98b94f856ee |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi i would like the books and hats and you can have the ball YOU: i need the ball and 1 hat THEM: ok, i can do that. you got a deal.
Output:
| [
"Yes"
] | task1384-b54b015e14dc40fb93762b5b3cd5a775 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: how does this deal work for you? YOU: i just want one ball, you can have everything else.
Output:
| [
"No"
] | task1384-04c4063246b64d05a65c30e89f9bf41a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take books and hat if you want the balls YOU: i can give you the hat and one of the books. THEM: ok.
Output:
| [
"Yes"
] | task1384-c244a7ba668340b3b11a1f6f1db32f8f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the ball and two hats YOU: i can not make that offer. i need the same. is the book any value to you? THEM: just 1 point. YOU: if you take the ball i would need all of the hats THEM: they're all too close in value for me, i need at least one of each YOU: i can't accept that deal. i don't think we will be able to make a deal. THEM: yeah, no deal : ( YOU: no deal. THEM: nd YOU: no desl.
Output:
| [
"No"
] | task1384-3244654c73ad4279a123d11592847912 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ball to me, along with 3 hats YOU: deal.
Output:
| [
"No"
] | task1384-b56e771684874f4b94a63ab3d7abad96 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you can have the book YOU: and the three hats. THEM: you can have 2 hats - i get one and the balls YOU: okay.
Output:
| [
"Yes"
] | task1384-7c68eb73c7a14b1e8b6ec1733145260f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: gimme the balls and hats YOU: sorry ill give you teh books and you get a balls and a hats THEM: deal.
Output:
| [
"No"
] | task1384-84a02b69c84946b79de7227fd3604c32 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: what if i get one of each? YOU: i need the ball. you can have both books and i take the hats. THEM: can't do that. how about i get the ball and one hat? YOU: how about i get the ball and one hat. THEM: can't do that. what if i get the ball and both books. YOU: the ball is the only thing i can't move on. i need to keep it. how about i keep the ball and the two books. THEM: i can't. i need the ball. what if i get the ball and you take the rest? YOU: deal. THEM: deal.
Output:
| [
"Yes"
] | task1384-b9cd7bd8958d4ebb9f6a936ad03f7dc6 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: if i can have the book and the hats you can have the balls YOU: deal THEM: thank you!
Output:
| [
"Yes"
] | task1384-4bc94586d38c4fb1af5e157b3e081b11 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'm interested in the ball and both books YOU: i can live with that. THEM: thank you.
Output:
| [
"Yes"
] | task1384-af5e2f7d41674b2a84ab3eaa1a405731 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: book to me, all else to you YOU: deal.
Output:
| [
"No"
] | task1384-0b39986c65d24581b8d0607dc8483b87 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hat and the balls YOU: how about you just take the balls THEM: no i need the hat and at least 1 ball YOU: okay you can have the hat and one ball THEM: deal.
Output:
| [
"Yes"
] | task1384-cf894462975b4b8dbc4143bfcebae8d6 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like to have 2 balls, please. you can have the rest YOU: that sounds ok.
Output:
| [
"Yes"
] | task1384-795ca8a8d3574342abc49f9860a6d45f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i will give you the hat YOU: i need all the books and one hat THEM: sorry i cannot make a deal unless i have the books and the balls. YOU: i can give you one book and the balls THEM: sorry i cannot take the deal i would need 2 books and 2 balls at the least YOU: i need 1 book 1 hat and two balls THEM: cant make a deal with you YOU: i can give you one book and the balls THEM: no deal YOU: you can have all the hats and balls THEM: nodeal YOU: work with me here THEM: i cant i told you what i need not what i want i cannot make a deal with you.
Output:
| [
"No"
] | task1384-fbf2c8fa52d64db2ac19b9ec1ddb6089 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the hats and balls YOU: can i get both books and one hat? THEM: i want the hats and one ball YOU: deal.
Output:
| [
"Yes"
] | task1384-64c8ea28e98c4026a63ef9eff2474744 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: book and hats YOU: cant... i need the book and the balls... you can have the hats THEM: you have all the balls and hats i take the book YOU: fine.
Output:
| [
"Yes"
] | task1384-0d545695fdeb47e2a7ca01caac663f2b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: can i have two books and 1 ball YOU: deal.
Output:
| [
"No"
] | task1384-0f97a0a724684572ba00fb24a9d47e1d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you can have all of the balls if i can have the hats and book YOU: that won't work for me. i also have need of the book and hats THEM: i cannot give up the hats. you can have the book and balls if i can have both hats YOU: i will do that.
Output:
| [
"Yes"
] | task1384-bd47337c243e4b94878118aa39066e89 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi i would like the books and ball and you can have the hats YOU: i need books THEM: me too YOU: are we at no deal territory THEM: looks like it YOU: ok THEM: just waiting for the button YOU: same THEM: yep YOU: ok.
Output:
| [
"No"
] | task1384-ddd3cc524d304a6088a6c17dbafc56cb |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the book and the three hats YOU: you can have the hats and the ball, i'll take the book THEM: deal.
Output:
| [
"Yes"
] | task1384-843c81d443e540e0a53c99fef613ea85 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like th ball and the books. YOU: i really need the ball, can you take everything else? THEM: yea, ok.
Output:
| [
"Yes"
] | task1384-fe90764d4fde438baadd790bbb5bd001 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like a hat and the ball and you can have all the books YOU: if you had to pick one which would you rather have /. THEM: i would rather have the hat between the two YOU: how about you take the hat and i take the rest? THEM: that deal works for me.
Output:
| [
"Yes"
] | task1384-5edf80c02a3a4ad09c9f0d5436c731d7 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: gimme book and hats please YOU: you can have hats but not the book. THEM: hats and balls to me YOU: okay.
Output:
| [
"Yes"
] | task1384-60d7483ea0134f729e2fc49b89939813 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like the hats and balls, you can have the books YOU: sorry, i need 3 books and one ball or hat THEM: let's do this, i'll take two hats you can have the rest YOU: sure, deal.
Output:
| [
"Yes"
] | task1384-f0e05e711e5c42fd820293fd67d0dd4c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like books. YOU: can i have the rest? THEM: yep.
Output:
| [
"Yes"
] | task1384-98358da373544261ab01221f2bbc4ebe |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the book and balls, you can have all the hats YOU: i can make that deal and take the 4 hats.
Output:
| [
"Yes"
] | task1384-a7ff93f973664554b6172881afea605d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i just want two books and the hat YOU: you can have the two books but, i need the hat and the balls THEM: no deal YOU: if i can't have the hat as well i can not make a deal THEM: no deal YOU: my final offer would be if i can have the balls you can have the books and the hat THEM: deal.
Output:
| [
"Yes"
] | task1384-dfc5dbb798f34946bd8e97aefac1ac5b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like to get one of each YOU: i want all the books, i will let you have the hat and the ball. THEM: i can do that.
Output:
| [
"Yes"
] | task1384-3ffba169a5844add93cc3797a8cdb916 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you take the balls and i will take the hat and the book YOU: how about you just take the hat only. THEM: nope, i have to have the book and the hat YOU: okay i suppose we can do that THEM: great.
Output:
| [
"Yes"
] | task1384-3ba01bd5e5434baead6530a767b9cc41 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: if i can have the ball and the books you can have the hats YOU: no thanks, thats an unfair deal on my side. i would like the hats and 1 book THEM: okay deal.
Output:
| [
"Yes"
] | task1384-bcc9bf026341499bae14579390022496 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like one of each object. YOU: i need hats thoguh THEM: just let me have the book and take everything else. YOU: is that your best offer THEM: yes. YOU: book is ten THEM: do we have a deal? YOU: yes.
Output:
| [
"Yes"
] | task1384-b42ef1ab133a43c7b7eece4bc182a3f6 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi there, i'd take the book and 1 hat. YOU: i just want the ball. you can have the rest. THEM: cool.
Output:
| [
"Yes"
] | task1384-e5144d92b9a64676b8651f446a9d3d93 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hats and ball. YOU: you can have the ball if i can have both hats THEM: i need the hats. YOU: you can have the ball and both books if i can have the hats THEM: i don't want the books. you can have the books and ball if i get the hats. YOU: you can have 1 hat and the ball if i get both books and 1 hat THEM: deal.
Output:
| [
"Yes"
] | task1384-5b272d4bfd2343bc94273f8fbc9fa512 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi, did you want the basketballs, and one hat? YOU: sure.
Output:
| [
"Yes"
] | task1384-a50a0cc1d4fa4d59ab453889e3722dc9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the ball and a hat. YOU: i need the ball THEM: how do you feel about the book? YOU: eh, if i get the ball you can have the book and all the hats THEM: i guess that's okay. i'll take book and all hats then.
Output:
| [
"Yes"
] | task1384-8cea81a8dce7426180326a99d3d1b571 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello there! i'd like the book and the hats, balls can be yours! YOU: how about i get the book, you get the balls and we split the hats? THEM: balls are no points to me. i assume hats are low points to you as well and the book is mediocre - - - i'll take 1 book, 1 hat you can have the rest? YOU: how about i take the book and balls and you get both hats? THEM: eh, i guess so. deal.
Output:
| [
"Yes"
] | task1384-10719d25221f4e7fb773061640820149 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: can i have the balls, and if the book is worthless to you i' could use it. YOU: the book is good for me, i can take the book and 2 hats THEM: take all the hats. YOU: all the hats and the book? THEM: sure.
Output:
| [
"Yes"
] | task1384-6202dcdec6694efb9a12bf52c0bd2eed |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you can have the balls if i can have the rest YOU: deal. THEM: okay deal.
Output:
| [
"Yes"
] | task1384-5b838b5f835b4c628f49900e79764c13 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the hat and 1 book YOU: i need the hat, nothing else has value THEM: the books and balls have value YOU: not on my side, read the instructions THEM: i did read them and they all have some value YOU: it says yours and my values are different THEM: i'll take the 3 books and the ball YOU: deal.
Output:
| [
"No"
] | task1384-22c2ace6c47c4b0fb7ecf1bea7cf19b7 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: give me the books and balls YOU: can't do that. i'll give you the hat and a ball. THEM: hats and balls to me YOU: ok that sounds fine i suppose.
Output:
| [
"Yes"
] | task1384-054a4201654e46028a3752ebaf62a408 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi.. i'd like 2 hats and 2 basketballs YOU: i will give you 2 hats and 2 basketballs if you give me 3 books.
Output:
| [
"Yes"
] | task1384-9687c2d8350a483ab995ddc358f4f6d2 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the hats and a ball and book YOU: leaving me with only a book? no thanks. i want the ball and 2 hats. THEM: i want two hats and thats it YOU: i can give you 1 hat and 2 books.
Output:
| [
"No"
] | task1384-27325e7063c64dfd8220bb1e69a7a6da |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the balls you can have the rest YOU: deal.
Output:
| [
"Yes"
] | task1384-17efdc923e3947769e94d82380c1d76e |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: can i have the ball and the two books? YOU: that won't work for me at all. the ball is important for me, and i'd need at least a few other items. THEM: you can have all the hats, and maybe one book? so i can get the ball and one book YOU: that only gets me to 5 and i can't make a deal for that low. THEM: can i get the both books then?
Output:
| [
"Yes"
] | task1384-66b21359d6574b26b9ba8cff51d6df4a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the basketball and both hats YOU: how about 2 books instead of the ball? THEM: no, i need the basketball and 1 book YOU: ok 1 book and 1 ball for you. 2 hats and 2 books for me? THEM: yes.
Output:
| [
"Yes"
] | task1384-96d35a703b4e4b328009460c083545a9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like all the books YOU: i get everything else? that is fine. THEM: yes YOU: great! THEM: that's a deal then?
Output:
| [
"Yes"
] | task1384-4eff02643ec34bdeb544a0cd1a243e74 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the 2 hats and you could keep the books and balls YOU: you know that sounds like it's a reasonale deal. THEM: perfect!
Output:
| [
"Yes"
] | task1384-1abbd93c326c4a099a073f23f46d231c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: if i can have the hats and the ball you can have the books YOU: i need ball and all books THEM: you can have the books but, i need the ball YOU: yeah i need the balls too THEM: i can't give you all of that. if you want one hat you can have that instead YOU: ball or no deal THEM: no deal YOU: no deal THEM: no deal YOU: no deal.
Output:
| [
"No"
] | task1384-5ee3c1a6999d4cf8ac6cec123a749131 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the ball and the hat. YOU: fine! take 'em for all i care. THEM: thanks honey.
Output:
| [
"Yes"
] | task1384-b0c50e19f6ba4d2c92dea5fda48d70a1 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the 2 hats and 2 books and you could keep all the three balls YOU: i want the 3 balls and at least one book... you can keep the rest, this is fair on my part THEM: okay done you could keep the balls and one book.
Output:
| [
"Yes"
] | task1384-a4bfc4cdfa264994a3efe3b28a5dbf01 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you can have the rest if i can have the book YOU: oh boy, that leaves me with 5, that isn't very good.
Output:
| [
"No"
] | task1384-034d4baa3a2c44d389c0e326c2233058 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like one of each item. i can give you the remaining three hats. YOU: i need all 4 hats, you can have the rest THEM: agreed. YOU: sounds good.
Output:
| [
"Yes"
] | task1384-4973973a1ecd45fbb87a3f1ac7258169 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the hat and two books YOU: need hat and ball, you have rest THEM: i need the hat,, but you an have the ball YOU: hat fits me just right though THEM: it was my grandpa's : ( only thing i have left from him YOU: omg... it was from my grandpa too...... are we cousins? lost bro / sis? THEM: maybe, but i was his favourite YOU: i have his picture tattoo'd on my back. THEM: i let him move in and cared for him before he died YOU: but that was after i paid for his liver, lung, and heart transplant. THEM: yeah, but i was the one to donate half my liver YOU: that was the transplant that didn't take though, he had to go through a 2 nd operation and took 3 / 4 of my liver. i gave my heart too, currently on artifical. THEM: eh, i won that. but in the interest of actually finishing this, i'll take the books, you can have the rest.
Output:
| [
"No"
] | task1384-938c2238d6604b5f8d95a00bf7a08100 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take hat and books if you want the balls YOU: i need hat and balls THEM: i need the hat and boks YOU: no deal THEM: guess we type till the no deal button comes up YOU: agree THEM: cool YOU: yes THEM: soon i hope YOU: kazaam.
Output:
| [
"No"
] | task1384-07a1cd2ceca346158e633542b057c9ce |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello! i would like 1 hat, 1 book, and 1 basketball, and the rest is yours. YOU: i need hat and two balls THEM: how about you get the hat and 1 ball? ill keep the book and 2 balls. YOU: deal.
Output:
| [
"Yes"
] | task1384-4943231d8f69416fac3ce18c97fda73a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like 2 balls and 1 book YOU: i need 1 ball. you can have 1 and the book. split the hats? THEM: how about i keep both balls and no book YOU: book has no value to me. need 1 ball THEM: okay ill keep 1 ball and 1 book and split 2 hats each.
Output:
| [
"Yes"
] | task1384-0ac0ae9d856b476d822caefe76b447a8 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i can give you three balls and a hat for the book. YOU: i can live with that. THEM: so you want the hat for the book? no balls? YOU: i'm just gonna take the hat and 1 ball ok? THEM: sounds great, sorry, i mis read.
Output:
| [
"Yes"
] | task1384-38c43b3c253546509558a3c8f51e2a86 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i need the ball, and i'd like to keep either a book or a hat. YOU: you can have the ball and 1 hat THEM: agreed.
Output:
| [
"Yes"
] | task1384-81c83118047a46229b3f8db1dbf57bd3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like a book, a ball, and a hat. YOU: i want the book and 1 ball THEM: i would be willing to agree if i get the book and the hat. YOU: i absolutely need the hat THEM: ok so you want the hat and i get everything else? YOU: i ment book sorry : x THEM: well no deal i want the book and the hat and one ball. YOU: you can take everything besides the book THEM: no deal YOU: im unable to even hit the minimum without the book THEM: i am not willing to budge on the book or the hat. YOU: you take hat and all ball THEM: no deal.
Output:
| [
"No"
] | task1384-8b950687ab60429881421eae97abe3e9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the hat and two books, that cool? YOU: i need hat and ball or no deal can be made THEM: you can have the ball, but i need the hat. YOU: hat needed or no deal.
Output:
| [
"No"
] | task1384-f387451f069842ee9cee64b5bca89624 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i need two books and the hat YOU: how about you take just the books? THEM: okay deal.
Output:
| [
"Yes"
] | task1384-4a34351640db4860b7ed03fd124f0007 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like 1 book and 2 balls. YOU: you can have the ball but i would like the book and the hats THEM: you can have 3 hats and 1 ball, if i can have 1 book and 1 ball. YOU: if you get the book i have to have the rets. or i will take the book and you have the rest THEM: hmm, okay i'll take the book and you can get the rest. YOU: ok.
Output:
| [
"Yes"
] | task1384-2f7174e8973a463383b71f1579d44020 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ball and 2 books for me YOU: deal.
Output:
| [
"Yes"
] | task1384-5073079db19343728aa4f7c23676f212 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the ball and the books you take the three hats? thoughts? YOU: i'd rather have the three hats and the ball THEM: that's a pretty unfair agreement in points distribution and quantity of items. i'll do ball and two books or 1 of each (ball, book, hat). YOU: ok, i'll take the three hats and you can have the rest.
Output:
| [
"Yes"
] | task1384-34a6d4c3eb5343348ecfeaaa22ea392a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like the hat and one ball YOU: i can not do that the books are worth nothing to me. THEM: i'll take the books and the balls then YOU: that will work you get the books and balls i get the hat. THEM: deal.
Output:
| [
"Yes"
] | task1384-3522159b5af742979fbc502e6813409b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take 3 books and a ball YOU: just take all the books i take the rest THEM: ok YOU: ok.
Output:
| [
"Yes"
] | task1384-72bf5e96b8f44dc09e949b1a19d03288 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi what would you like YOU: if i can have the hats and the ball you can have all of the books THEM: sorry thats not going to work with me YOU: what will work for you? THEM: i need the ball and hat the books are too low for me YOU: okay, i need those as well. maybe we can split the difference. i can take the ball and two books and you can take the hats and one book? THEM: idk that seems too low for me YOU: would you like two books instead of one? THEM: i dont know 2 books instead of one wont work YOU: okay well what will work for you? i need the same items as you so i am trying to make a deal that will be beneficial to both of ua THEM: how do i know youre not playing me? YOU: i am not on here to play you. i am on here to get the task done. THEM: can i have the ball and a hat then YOU: no that will not work for me. i need the ball and the hats as well that is why i offered for you to take both hats and a book and for me to have the ball and two books THEM: no if you wont takt that the means they are worth alot to you so i cant let you have them because one ball and one hat is worth the same as the rest for me YOU: the books are not worth anything to me. i was just trying to split the difference you can have two hats and two books if you want. final offer. THEM: sorr y no deal like i said the 3 books and 1 hat is worth the same as 1 ball and 1 hat.
Output:
| [
"No"
] | task1384-4b3bafe0ee9647c19ad5140c16f7c449 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: how about we split it in half? YOU: sure. take all the balls i'll get the rest? THEM: okay.
Output:
| [
"No"
] | task1384-02be6575c98c449ba706796970813215 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: give me ball and 2 hats YOU: you can have the hats, but i can't give up the ball. THEM: you get ball i get rest YOU: deal.
Output:
| [
"Yes"
] | task1384-fc823ce169554974bdf616a1b1792466 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the book and the hat. YOU: deal.
Output:
| [
"Yes"
] | task1384-2d7928f87dac4c918d36c90cec028bd9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello, can i have the balls, the book, and 1 hat? YOU: balls and hats for me THEM: i am going to need more than just the 1 book. you can have both balls if i can have 3 of the hats. YOU: balls and three hats for me THEM: that will not work still. would you like all 4 hats if i can have the balls and book? YOU: balls and two hats for me THEM: okay, deal.
Output:
| [
"Yes"
] | task1384-af2ad40053bb412cb0c45ab2d1208b00 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: what would you like YOU: i would like the hat, and 1 book. THEM: how about you take all books and i keep the rest YOU: i need the hat, it is the most important item to me. THEM: no deal, don't just disconnect, just keep sending mesage until no deal sign goes on YOU: ok, no deal. THEM: no YOU: no deal THEM: no YOU: no deal.
Output:
| [
"No"
] | task1384-cfe3637a130e42ca98fa9576870e1249 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: well now. i see two of everything. how about we split it down the middle? YOU: i really just need the 2 books and 1 hat THEM: hmm. i could give you the two books, but i'd need both hats and both books in exchange. YOU: you mean both balls? THEM: gah, yeah. sorry. YOU: ok i will take both books and you can have the rest THEM: deal.
Output:
| [
"Yes"
] | task1384-db214fb3a55f4e1bafbfc8e8835d7b10 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello, which items would you prefer? YOU: how about both books? THEM: okay. can i have the hats and ball?
Output:
| [
"Yes"
] | task1384-154a6fdb8db046a0a2108ff08daa9a5e |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: how about i get 3 hats, you get the rest? YOU: deal.
Output:
| [
"Yes"
] | task1384-2c58ed5abcfd41dd87604f94430d9bb3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the book and the ball. YOU: you can have the ball if i can have the hats and the book THEM: i would like the book at least and then you can have the rest. YOU: okay that is acceptable.
Output:
| [
"Yes"
] | task1384-3f754db22493440fbb17be18ca364de3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the ball and a book YOU: i will take both of your hats. THEM: sure YOU: great.
Output:
| [
"No"
] | task1384-b6d584039f90430cbf0b77c28f352f67 |