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: i'd like hat and ball. YOU: so would i..... the books have no value. THEM: i can do books and either ball or hat then. YOU: i'll take the hat.
Output:
| [
"Yes"
] | task1384-5ac52857d6924ba396f00a912af3f3a3 |
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 1 of each YOU: i want 2 hats and 2 balls. THEM: negative YOU: how about 3 hats 1 ball? THEM: i get 1 book 1 ball? YOU: yes THEM: ok.
Output:
| [
"Yes"
] | task1384-f1815735f62b473191441d5f6b6eb98a |
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 hats and book YOU: i need the hats... if i can have the hats and one ball you can have one ball and the book THEM: i don't need a ball YOU: would you accept the book and i can have everything else THEM: i would really like a hat YOU: okay you can have the book and one hat and i can have everything else? THEM: yes YOU: okay deal.
Output:
| [
"Yes"
] | task1384-372a2a77586c4f39a69e9c16f0bf269c |
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 hats, you may have the balls. YOU: how about i get the balls and the book THEM: deal.
Output:
| [
"Yes"
] | task1384-2fc19fd4ffdb48b38a5229dcdea74e85 |
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 keep the book and the balls, and you can have the hats? YOU: deal.
Output:
| [
"Yes"
] | task1384-08df6d7a2a21403884f58095c5dbf65f |
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 hats for me YOU: no way THEM: balls and hats for me YOU: no, i want the ball THEM: everything else to me then YOU: i get ball you get the rest, deal THEM: ok deal.
Output:
| [
"Yes"
] | task1384-b3b39c17682e472187ee7e9b7b31a7fa |
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 both balls and a book or two. does the hat hold any value to you? YOU: i'd like the hat and the 3 books THEM: any chance you'll take the hat and two books and leave me one book and two balls? YOU: i'll take the hat & a book. you can have 2 books & all the balls. deal? THEM: deal YOU: thanks!
Output:
| [
"Yes"
] | task1384-6c3d690191f2496f9ef2dd50c87e7c4c |
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 2 hats and 1 ball YOU: you can have the hats but, i would need the balls and the books.
Output:
| [
"Yes"
] | task1384-da6b3641fd5f4c0a9dcce1f9b20beed2 |
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 2 balls and 2 books please. YOU: you can have two balls and one book THEM: in order for that to work i'll also need 1 hat. YOU: no deal. you can have two balls and one hat THEM: that doesn't work, i'll take 2 balls and 1 book YOU: okay thank you.
Output:
| [
"No"
] | task1384-e2cc49ca335e4c8a8e20fa70de85741e |
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: which item is worth the most to you? YOU: the book THEM: how about i give you the book and i get the rest. YOU: how about i also keep my basketball? THEM: you can have one book and one basketball YOU: deal.
Output:
| [
"Yes"
] | task1384-13d12efb13d14dde865f95d82782ad8b |
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 keep the ball you get the rest YOU: deal.
Output:
| [
"Yes"
] | task1384-9303b1a1ccd043d89cbd137f41e44afd |
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 hats if i get the book. YOU: sure i can give you the book, can i have the balls too? THEM: mind if i take one? YOU: yeah i can part with 1 THEM: awesome.
Output:
| [
"Yes"
] | task1384-75e06f12b8e947a5a579341e5f5b26b5 |
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, 1 book, and 1 hat please. YOU: i need the ball and one hat THEM: if you take the ball, then i need everything else. YOU: that doesn't work for me, i'll need a hat in addition THEM: that doesn't work for me. if you take the ball, i need the rest. YOU: then we're at no deal THEM: alright you take the ball and 1 hat. i will take the rest. YOU: deal.
Output:
| [
"Yes"
] | task1384-c6648ac9eb4345c4a62182f47b0983c3 |
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: all i need is the book YOU: ok, but i get the hat and 3 balls THEM: cool.
Output:
| [
"Yes"
] | task1384-2d02f1ad48034cf39c28ea1482fbb23c |
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 hat. YOU: no deal, i need the hat and 2 balls or no deal THEM: how about you keep the hat and 1 ball? YOU: that`s not much worth. i need the hat and the 2 balls or it`s not fair on my side THEM: alright.
Output:
| [
"Yes"
] | task1384-8e5030a886794b7d94815ed4322e07bb |
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 a book? YOU: yes you can can i have the hats? THEM: you are welcome to a ball... YOU: how about we split the books, and i get one hat and the ball THEM: i changed my mind. i'l give you all my books and hats. YOU: ok and you just want the ball? THEM: all your balls... YOU: so you get the basketball, and i get the hats and books? works for me THEM: that'll work YOU: deal.
Output:
| [
"Yes"
] | task1384-0a2ad137ac6b4f62a0483f1ee97340fb |
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 ball and book and you can have the hats YOU: i'd like two hats and the book, you can have one hat and the ball. THEM: ok, i can do that. YOU: ok, deal.
Output:
| [
"Yes"
] | task1384-4a5cfde6b93f455cb3397c91c839bbaf |
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 book and the hat YOU: you can have the hat but that book is my favorite so i need to keep it. THEM: then i need the hat and 3 ballls YOU: how about the hat and two balls? THEM: not possible YOU: okay. i'll take the book and one ball, you can have the rest.
Output:
| [
"Yes"
] | task1384-da868267a98348e28a3fe93c643af4f6 |
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 one book YOU: i need the book, you can have the rest THEM: deal.
Output:
| [
"Yes"
] | task1384-82e4fe9caed9433fa9e1c144794e4871 |
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 book and the hat and you can have the balls YOU: i need the book and hat, so lets work this out THEM: i need the book and 3 balls then YOU: ima tell you straight up that gives me 3 total, that aint gonna fly THEM: make an offer than YOU: let me get the book and one ball THEM: nope i have to have the book YOU: then you can have the book. THEM: the book and 2 balls YOU: no deal THEM: the book and 1 ball.
Output:
| [
"No"
] | task1384-8c97ddc5fa7a44adafc67d327373848a |
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 hat. the rest is yours! YOU: yeah ok.
Output:
| [
"Yes"
] | task1384-ddbd7c5175fd4360bea30962d410e013 |
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: two books and the ball THEM: one book and one hat for you YOU: i need both books THEM: ok deal, i keep two hats and ball.
Output:
| [
"Yes"
] | task1384-f96f99f9d7c6406591aa4f958a8aa85d |
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 keep all the balls. YOU: i need the hat too THEM: ok.
Output:
| [
"No"
] | task1384-3b12d4b27b83453eb5f0e5a58fcce7a5 |
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. YOU: okay THEM: did you want a ball? YOU: no. THEM: do you want 2 balls? YOU: honestly, my pictures have disappeared, so i need 3 of what's on top. THEM: i can trade 2 books.
Output:
| [
"No"
] | task1384-a270f9d125ac4de4a01f85c80987660b |
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, ill take the rest YOU: ok.
Output:
| [
"Yes"
] | task1384-7dd4f9b5a35e4a65b6085fe0de4ddd93 |
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 4 hats and you can have the rest. YOU: deal.
Output:
| [
"Yes"
] | task1384-82db78fc28354de9a874c269819bca7e |
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 you can have the rest YOU: that deal works for me THEM: great, thanks.
Output:
| [
"Yes"
] | task1384-9fe27d93c062493e9a8ea41c01dc847c |
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: id like both books and the hat. YOU: more balls won't suffice. i really need a hat and a book. THEM: how about you get one hat and one ball, and i get two books and one ball. YOU: ok, i can do that. THEM: okay agreed. i get two books and one ball. you get the rest.
Output:
| [
"Yes"
] | task1384-ece1ba3ef17e472b808263f77fceb40a |
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 book YOU: i'll give you the ball and hat... THEM: ball and all the hats YOU: that's a deal. THEM: ok thanks.
Output:
| [
"No"
] | task1384-ba9ee8e768214f9bac80c9b6de92007d |
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 take the hat and ball, you can have the books. YOU: i'll take a hat and a book THEM: i need the hat and ball, books are worthless to me YOU: same here THEM: so what now? YOU: we wait till the no deal button comes up and we click on it THEM: ok you sure no deal? YOU: without the hat i ger 4 / 10 THEM: ill get 5 YOU: so we are stuck THEM: no deal.
Output:
| [
"No"
] | task1384-e8dce6c17e4147f2b6cc735096057c1b |
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 hats and balls and you can have the book YOU: are you kidding? this is not how this works THEM: no need to be rude. we have different values so of course we're gonna want different things. i would appreciate it if you didnt talk down to me YOU: down to you? you just asked for 4 things and let me 1. was that nice of you? THEM: again, we have different values to each item. i'm open to a counter offer. i am treating you with respect and i would appreciate the same from you. YOU: no you are not. nevermind, i would like the book and one hat. you can have the rest and move on. THEM: deal. you see how we can work together? hope you have a wonderful and blessed day! YOU: same, thanks.
Output:
| [
"Yes"
] | task1384-b51ecc32ee144371925b7eb8fccdd19e |
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 balls and books and you can have the hat YOU: i need at least 1 book THEM: ok. i can do that. ill give you the hat and 1 book and ill take the balls and 1 book YOU: great!
Output:
| [
"Yes"
] | task1384-cf28cb9fda3f4b588624c402b49b8f5a |
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 both hats. the rest can be yours? YOU: ok, i can do that.
Output:
| [
"Yes"
] | task1384-1ded5cae77f944b7a923a07d1c206420 |
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 the hat and two balls please YOU: hat and one ball please THEM: i'll give you the ball and both books if i can have the hat YOU: two balls THEM: yes sorry, typo there. i'll give you both books and both balls YOU: deal.
Output:
| [
"Yes"
] | task1384-3bff01c6482c4dc7a4f79f3efc3a0358 |
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: the hat and one and one book YOU: give me the hat and two books. THEM: no deal YOU: ok, i will take the hat and one book. THEM: no deal.
Output:
| [
"No"
] | task1384-39c43c5b3a7b4ce0af5e567feb7077ba |
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 hat, you can have everything else. YOU: how about i trade a ball for the book? THEM: if i have to give up the book, i'd need 3 balls. YOU: a ball for the hat instead then? THEM: same thing. if i have to give up the ball or hat, i'd need 3 balls YOU: ok, you can have 3 balls if i get the hat THEM: very well.
Output:
| [
"Yes"
] | task1384-5388a190bfa04d1a826e52e4d55a2340 |
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 wan the hat and one ball please you take the rest YOU: no, i need the hat THEM: let me take all the balls YOU: and i will take the hat and the book, good deal THEM: deal.
Output:
| [
"Yes"
] | task1384-70b0f9f5302f421caafe61695ff7f588 |
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 5 books in exchange for all the balls and 1 hat YOU: i need 1 book, 1 hat and the balls THEM: i can give you 1 hat and the balls i need the books YOU: okay THEM: deal.
Output:
| [
"No"
] | task1384-b34028c9bb9c40928e73fc1b3579140d |
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 book and the hats you keep the balls? YOU: could i take the balls and get the book as well? THEM: that was the main item in my initial offer. book and 1 hat for me you get rest? YOU: hats are meaningless for me, so you may as well take them both. so i'm taking all balls and you get the rest? THEM: i think that's the best split for the both of us.
Output:
| [
"Yes"
] | task1384-bdd18c268e174c4e9400235175ef6c86 |
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 and hats YOU: you can have the balls but, i need the hats and the books THEM: ok YOU: deal?
Output:
| [
"Yes"
] | task1384-a429d30415404fa984152e7a4c5b463d |
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. YOU: i really just want the hat. THEM: ok. you get the hat. i get the rest. YOU: deal.
Output:
| [
"Yes"
] | task1384-62c64c87c3ee4e4cb9a448aabecc1344 |
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 there. so, if i get the book and both balls, you can have both hats. YOU: ok, lets do it THEM: awesome.
Output:
| [
"No"
] | task1384-235afbc4f2ed49ad8acbb21f28aa4a60 |
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 book and 2 balls, i get a hat and 1 ball YOU: that sounds fair to me.
Output:
| [
"Yes"
] | task1384-30ac1eb808264723a451090a4f40eb94 |
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 ball. you can have rest. YOU: are you sure? THEM: yes or i wouldn't have offered. YOU: ok, i will give you a ball, and you send me a book and two hats.
Output:
| [
"Yes"
] | task1384-28b8009310b04d2985acc0db14d7e5d2 |
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 and 1 ball. YOU: i would like 2 balls and 3 books for the hat and a book THEM: no deal. 1 ball and all the books, if i can have 1 ball and the hat. YOU: ok deal.
Output:
| [
"Yes"
] | task1384-a38e550edd1a4626b7a498365d328e0a |
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 both balls, you can have everything else YOU: i need 1 of each THEM: balls are the only thing i need YOU: yeah, but the books and hat don't give much points to me THEM: the books and the hat give me zero points YOU: they only give me 1 point each, sorry THEM: guess we are stuck then..... wait for the no deal button to turn green YOU: no deal was agreed THEM: yeah, that one.... YOU: still no deal.
Output:
| [
"No"
] | task1384-c1e1f47b8f2945f7911daa6f73ce5995 |
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 all the books YOU: i wanr all the hats THEM: give me all the books i give you 3 hats YOU: i will give you 1 book you will get 3 hats but i want all basketballs THEM: ok.
Output:
| [
"No"
] | task1384-d04ca6f74c0a419b9524d7907d618bd8 |
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 hats. YOU: i would like one of each item THEM: how about you give me the ball and one other object of your choice? YOU: i will take 2 books and 1 hat. you take 1 hat and the basketball THEM: deal.
Output:
| [
"Yes"
] | task1384-f39b4d919bd24b83b30484ef6ba05112 |
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 both balls if i can have the books and hat YOU: im going to need something else with both balls THEM: you can have one book YOU: okay.
Output:
| [
"Yes"
] | task1384-382d68b3cfb84bb4bfdd8ccaa0926982 |
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 book and hats YOU: you can have the hats and i will get the book and the ball THEM: i need book, no deal otherwise YOU: no deal. sorry. THEM: we talk until button appears YOU: no deal. THEM: agreed YOU: no deal. THEM: yes YOU: no deal.
Output:
| [
"No"
] | task1384-b4f20ab577dd437b813b1b7ff1a24c85 |
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 1 of each YOU: okay, can i get your balls and books? THEM: nope YOU: what about hats : THEM: i'd take ball and 2 hats YOU: ok THEM: ok.
Output:
| [
"No"
] | task1384-dafd0baa90f04ef2b97c109569fcfb70 |
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 hats you can have the book YOU: you can have the balls, but i would need 1 hat and the book THEM: okay so you get one hat and the book and i get the rest? YOU: deal THEM: deal.
Output:
| [
"Yes"
] | task1384-e7e6832264fa4b67945075f7f06d82ea |
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 love the two books and you can have the rest YOU: that is fine with me.
Output:
| [
"Yes"
] | task1384-f9c089fb77a2437d928a331d06676f5f |
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: the book and the ball YOU: how about i get the book and you get everything else. THEM: no i need the book and ball YOU: i have to have the book. nothing else is of value to me. THEM: bet i take the hats and the ball YOU: so i get the book and you get the ball and hats? THEM: yes YOU: okay THEM: deal.
Output:
| [
"Yes"
] | task1384-b6020533343d48fdb819c88e0c1440f4 |
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: thats fine i take the rest THEM: deal.
Output:
| [
"Yes"
] | task1384-c5adbff976d3440a99ddd8c63604384b |
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 you can have the rest YOU: i would like the ball.
Output:
| [
"No"
] | task1384-d8b6f1f252604c198949b121b26ba1df |
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 one book YOU: ok, can i also have the 2 hats? THEM: you can have one hat YOU: i really need both hats for my collection. THEM: you can have one hat and one book YOU: i will need that other book then if i can only get 1 hat. THEM: okay that works.
Output:
| [
"Yes"
] | task1384-f9ddda0889b44fc0ac3fda035d33095e |
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 balls YOU: i need hat and 2 balls THEM: ok deal.
Output:
| [
"Yes"
] | task1384-ee07ce42de184ce4842d8642a5191f4e |
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: hat and books for me YOU: one book THEM: hat and two books for me? YOU: do you really need hat THEM: hat and two books YOU: deal.
Output:
| [
"Yes"
] | task1384-11780da397ae46f0bb0193d44d528fc8 |
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 book. YOU: i need hat THEM: i need the hat as well, what can you offer instead? YOU: hat worth too much. are we at no deal? THEM: i think so. YOU: ok, we talk until button THEM: how about if i take the hat and you take the rest? YOU: hmmmmm. no, hat is needed, has my name on it THEM: okay i guess we can't make a deal then. YOU: no.
Output:
| [
"No"
] | task1384-60530dfb34e04c39bcc725cca5813c9e |
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 want the book and the hat YOU: fine.
Output:
| [
"Yes"
] | task1384-db33a2385bf648a4be90dd57cc6040d1 |
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 hats if i get everything else YOU: that doesnt work for me THEM: ok, how about two balls for me and one book? YOU: i will take 2 balls and the hats THEM: great YOU: deal.
Output:
| [
"Yes"
] | task1384-a705f86c29f54fe4a7068c2733b855a0 |
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 books and the hat you can have the ball YOU: i was going to offer the same thing, i need the hat and the ball or no deal THEM: i can accept the deal if you take the hat and i can have everything else YOU: i have to have both the hat and the ball or i cannot make a deal THEM: okay you can have both and i will take the books if that is the only offer you can make YOU: great THEM: thank you.
Output:
| [
"Yes"
] | task1384-4d6e70ffbe174ac6865d0f3f5aa7f44f |
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 2 hat 1 book, what do u want YOU: i need the book, a hat and the ball THEM: i don't have hat but holds 4 book and 6 ball YOU: i need the book and 2 hats.
Output:
| [
"No"
] | task1384-edc476e239c9410d935d4b363d5c8609 |
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 1 ball YOU: i need the hat, you can have all of the balls THEM: no i must have the hat YOU: so do i. it is a deal breaker for me THEM: ditto YOU: i guess no deal then THEM: nope, no deal today. YOU: no deal THEM: how do we get away with no ea? YOU: type no deal a few times, then a no deal option appears below the chat box.
Output:
| [
"No"
] | task1384-017a7f5ffab84dc9ae2f433f68c61f99 |
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 book, hat, and 1 ball YOU: i need the book and hat THEM: i can't do that. i can give you the hat but then i need the book and 3 balls YOU: i must have the book, so for me the book and 2 balls THEM: i can give you the book but then i need the hat and 3 balls YOU: ok.
Output:
| [
"Yes"
] | task1384-345a4643f3ef4a038279011a71a929dc |
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 there. i'd like the ball and the book, you can keep the hats? YOU: that sounds agreeable THEM: deal. thanks!
Output:
| [
"Yes"
] | task1384-46d4e2edcda24460b20e765a1e8b9e48 |
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 two books and the ball? YOU: how about i take the ball and a hat, you get the rest THEM: okay deal YOU: deal.
Output:
| [
"Yes"
] | task1384-603f1ba970e540909d0f99a77d0b4108 |
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 balls. YOU: how about you get all the books instead THEM: no, but i will settle for any three object that are not books. YOU: deal THEM: what are you offering me?
Output:
| [
"No"
] | task1384-5c31bb4de18d42348dac69019e2be214 |
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 hat you can have the books YOU: nope, i need the hat and at least 2 books THEM: i can not make a deal without the ball and the hat YOU: you take the ball and 1 book THEM: no i need both the hat and the ball YOU: i need the hat and 2 books THEM: okay then we can not reach a deal. no deal. i'm sorry. YOU: yep, no deal THEM: no deal. YOU: yep.
Output:
| [
"No"
] | task1384-dfcef10591ca43ef855caee7beb864da |
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 one ball and 2 books? YOU: sorry that wont work for me. i would like the books, ball and 2 hats THEM: then i`ll get 0. the hats are worthless to me YOU: i understand. no deal then THEM: ok no deal, keep talking YOU: no deal THEM: no deal YOU: no deal THEM: how about i just take the ball and one book YOU: sorry no deal.
Output:
| [
"No"
] | task1384-2e9362e905cf40c3b286ec87ffbf3779 |
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: good afternoon, how about i'll take the book and two hats? YOU: i can only get 1 of the books THEM: there is only one book, and i'm sorry but i can't give that up. YOU: ok you can have the book if i get the ball and a hat. THEM: ok, you take two hats and the ball and i'll take the book and a hat. YOU: thats fine.
Output:
| [
"Yes"
] | task1384-3f9163a4c5834a2da1a116b89191de90 |
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 balls and a book. YOU: i need the hat 2 books and a ball THEM: will you take all three books and let me keep both balls? YOU: then i get the hat and books deal? THEM: yes.
Output:
| [
"Yes"
] | task1384-30c6f45d12424a07b1637c7453abc542 |
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 hats and the book, you can have the ball YOU: i'll take the ball if i get the book too THEM: i can't do that YOU: sorry, but the book is the highest value for me. not really willing to give it up THEM: you take the book and i take the rest then YOU: ok.
Output:
| [
"Yes"
] | task1384-9dcc3f7dd2404f24954ca42dc4b252c7 |
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 book and ball YOU: that only leaves me 3 points. what about splitting the hats, you can have the book and i'll take the ball? THEM: there are 4 hats, which are nothing for me, i need book & ball to get 3 YOU: that doesn't add up. the total points are 10. if the 4 books are worth nothing then the book and ball together have to equal 10. THEM: guess i didn't read the hats correctly, looked at wrong column ; i need book 2 hats YOU: that's fine.
Output:
| [
"Yes"
] | task1384-df5c91373f474e3b9b94f5f682102513 |
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 hat and the book. you can have all of the balls. YOU: i'm going to need the book and two balls THEM: alright deal.
Output:
| [
"Yes"
] | task1384-7c88f47b60be4705a1bbcc27168164b2 |
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 offer both books YOU: i need the ball and hats then THEM: i can't give the hats, i can offer both books and the ball YOU: ok.
Output:
| [
"Yes"
] | task1384-540c48ccc9534cfead4e7725b33a3b9a |
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 books and the ball. YOU: i need ball or no deal THEM: ok, just give me the books and you can have the rest.
Output:
| [
"Yes"
] | task1384-08fb8faf9f494eeb9e3df564056730f1 |
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: hope you're having a good night out there. i'd love a ball and a book! YOU: you can have the ball but i really need both books.
Output:
| [
"No"
] | task1384-a72b6cef0a87483f85b662d789b12bb0 |
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 hat and balls YOU: no THEM: no deal YOU: cool. THEM: agreed YOU: yep[ THEM: yup YOU: no deal THEM: kazaam YOU: no deal.
Output:
| [
"No"
] | task1384-b9c31f4f5a2b4b40b87a88914bd050ff |
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 there! i'd like the book and you can have everything else. YOU: how i get the book one hat and two balls THEM: i will not give up the book as nothing else holds value to me, but you can have everything else. i just want the book. YOU: ok deal.
Output:
| [
"Yes"
] | task1384-ff751d9520fc4387a32518330b3293de |
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 YOU: deal THEM: thx.
Output:
| [
"Yes"
] | task1384-63978e1b129f44eea25ae06820dfc963 |
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 book and hat YOU: i can't make that deal. if i can have the book you can have everything else THEM: deal.
Output:
| [
"Yes"
] | task1384-b0e311e0374a48338795b8ad66ed0929 |
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 balls. YOU: i want three hats or 2 hats and two balls THEM: i can offer you a hat and two balls and the book. YOU: ok deal.
Output:
| [
"Yes"
] | task1384-88dec6ca6a534f1eaa708c9cbf6bc5dd |
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. you can have the rest. YOU: i cant do that the book has no value to me what i would do is give you the book and a hat and i take 2 hats and 2 balls. THEM: deal. YOU: ok sounds good.
Output:
| [
"Yes"
] | task1384-01c5dc2036644501a3174b6291fc4cee |
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: alright, i'll tell you what.... i'll give ya all the balls and just keep the rest of the junk YOU: throw in a book and we have a deal. THEM: ah come on, man, these balls were signed by lebron jordan! you know they're gonna be big on the open market! YOU: the books are signed by ernest hemingway.
Output:
| [
"No"
] | task1384-e07201c43d8046ef8dd0e1e9a700bdab |
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 hats u get rest YOU: deal.
Output:
| [
"Yes"
] | task1384-1beaa5fb86b0483caaab568bbd24d7b8 |
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 book, rest to you YOU: how about i take the book and you take two hats instead? THEM: hmmm, i really need the book YOU: okay. i'll take everything else then. THEM: deal.
Output:
| [
"Yes"
] | task1384-7c00a07aac5640ff9ff6947ffc7bf991 |
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 give you two balls for everything YOU: so are you saying you want the balls or you want everything else? THEM: i want everything else YOU: no deal. i'll take 2 books and 1 hat or 2 hats and 1 book, THEM: 2 hats and 1 book then.
Output:
| [
"Yes"
] | task1384-4e61602d91cc420ab4dc574bef4ec5f8 |
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 hat and books and you can have the balls YOU: can i have 1 book and 3 balls? THEM: deal.
Output:
| [
"Yes"
] | task1384-1b27a6e997904c59ab9bd8f0f1b7cc5d |
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 a hat and a book, thank you much. YOU: deal THEM: gracias!
Output:
| [
"Yes"
] | task1384-a131fc398b3c4c9c929fe72331c451aa |
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 book YOU: okay, all balls for me.
Output:
| [
"Yes"
] | task1384-77307eea7e0f4dbabb9f766996e5e937 |
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 a book and one ball please YOU: i need the book. i'd take it and the hat. THEM: if you need the book, i need the rest YOU: ok. i'll take the book. you can have the rest. THEM: deal.
Output:
| [
"Yes"
] | task1384-64349fa25a454fdfa1ccbbcae4caa29c |
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: one hat to me, all else to you YOU: deal.
Output:
| [
"Yes"
] | task1384-e71e8c53ed144a3481ff2b4f0275a779 |
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 3 books for all your hats YOU: i'll take the books and the ball then THEM: so then if you want 1 ball i will give you that and 2 books for all your hats.
Output:
| [
"No"
] | task1384-30d66caa701748ac92af00b291536d42 |
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, you get 3 balls YOU: no i need a hat, you can have the rest THEM: ok i get book and 4 balls YOU: deal.
Output:
| [
"Yes"
] | task1384-85114f3aa26c4f3b9c655bb7ccbfb2d6 |
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 the hat, you can have the ball? YOU: how many of each item do you want? THEM: i'll just take all the books and the hat. YOU: i'll give you 3 books and, in exchnage, i want 2 balls THEM: how about 2 books and the ball to me? YOU: naw. let's try 2 books and 1 hat for you and 1 ball and 1 hat for me? THEM: i'll just take the ball with 1 books, you can have 3 books and the hat. YOU: no dice. how about 1 ball and 1 hat for you. i want 1 hat and 1 ball. THEM: i can't give you the ball, but i can give you all the books and the hat. YOU: no. i want at least 1 ball and 1 hat. what is the best you can offer me? THEM: i only have 4 books, 1 hat, 1 ball.
Output:
| [
"No"
] | task1384-fb6658641ab24544bf2fc7aa8c108fa7 |
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 balls. YOU: i can't give up the hats. i'll take the hats. you take the balls. THEM: i need at least one hat. YOU: i'll take one hat and the book. you take a hat and we'll split the balls. THEM: ok, i guess that works. YOU: ok. deal!
Output:
| [
"Yes"
] | task1384-96c859ce6c674128b0916a90dc7ab47d |
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: sounds good to me. i want the 3 books. THEM: deal.
Output:
| [
"Yes"
] | task1384-a082d0bf9a3847e5929fa73cc688b52d |
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 hates and you can take everything else. YOU: how about i give you one hat and i take everything else? THEM: no. that won't work. YOU: how about i give you a hat and book and i get a hat two books and 1 ball? THEM: the books and the ball mean nothing to me. YOU: ok i guess you can have both hats ill take the books and ball. THEM: okay agreed.
Output:
| [
"Yes"
] | task1384-03355c2dd79749b99351e07e10e91532 |