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 need the three books and atleast one hat YOU: i can not make that deal as i need the same. are the balls worth anything to you THEM: no balls nothing worth to me YOU: for me as well. can we split the difference if i can have two books, one hat, and one ball you can have the rest THEM: okay then give me atleast 2 hats and one ball and one 1 book YOU: splitting the difference is not you getting two hats. we both needed the hats. one hat each. THEM: well you want two books as well so you need to be fair here too! @ YOU: there are three books not two so they would have to be split. i want to make a deal but, it doesn't look like that is going to happen THEM: so you want what?? YOU: i want two books one hat and one ball. Output:
[ "No" ]
task1384-33afc7fc743346989b9a6cbf5c9625da
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 hat and two books. YOU: i can give you all three books, but i need the hat and balls. THEM: deal. Output:
[ "Yes" ]
task1384-8693c891d1924e1c89722599e4a7c65a
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 hat YOU: you may have the books and the hat for one ball? THEM: yeah, sounds good. you get the ball and i get the hat and books YOU: great, deal. Output:
[ "Yes" ]
task1384-ed8885a37d7649ae8617f0ae4bb3d75c
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: hmmm. the ball looks nice, and the book is ingeretsing YOU: you take the book and the ball, i will take the hats. THEM: perfect. Output:
[ "Yes" ]
task1384-c37faadf83db43fc851b8b980342b3ff
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: hello, i would like the book and 1 of the remaining items, you can have the rest YOU: how about you get the book and one hat and i get the rest? THEM: yeah, that works for me. YOU: ok. Output:
[ "Yes" ]
task1384-60bb9d7ca958437ab5e5380ab7656af9
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 books, i need the hat and the balls YOU: i can not make that deal. i need the same. if i take the hat and the books you can have the balls THEM: i can't do that, no deal YOU: okay, i can not make a deal without the hat THEM: no deal YOU: no deal THEM: lno deal YOU: no deal THEM: no deal YOU: no deal. Output:
[ "No" ]
task1384-60046a6b482e48cdb9260fcbac454dc8
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, the book and a hat YOU: sorry can't do that, but i can give you the ball, and one book THEM: ok deal. Output:
[ "No" ]
task1384-1f0f722502e74b7d9b8fe9223b0781a2
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 take the balls and the hats you can have the books. YOU: i can't give up my balls THEM: can we split them. i can take one and the hats and you can have one and the books? YOU: sorry that won't work. i can give up the hats and books THEM: then i can not make a deal. i need the balls as well YOU: no deal THEM: okay no deal. YOU: sorry bro THEM: please click your button. YOU: i did. Output:
[ "No" ]
task1384-e37d5b83c1cd4933a2a9e2f7f16767ae
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like one hat, all else to you YOU: deal. Output:
[ "Yes" ]
task1384-caea0d68d5144f97a58c55ffd2bc9606
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. you can have the rest. YOU: deal. Output:
[ "Yes" ]
task1384-35f0db685265414497c539296b27096a
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 get 2 hat and 1 book YOU: 1 hat, 2 books THEM: okay deal. Output:
[ "No" ]
task1384-037cab909c8d4fa4ae29fa910c2072c0
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 ball and you can have the rest. YOU: agreed. Output:
[ "Yes" ]
task1384-dec8e96fdc284ff4bfaaebdd5bb64603
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 books, a hat and a ball YOU: you get nothing i take everything THEM: not even a small chance YOU: you get one ball THEM: i need both books or there is no deal YOU: you get 1 book THEM: nope YOU: you get one ball THEM: you are a joke. i get both books and you take the rest or no deal YOU: you get 1 book THEM: no deal. Output:
[ "No" ]
task1384-74c1dc0858c34dd8af22c63226aaa255
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 book and ball YOU: i need the ball THEM: ball to you, rest to me YOU: ok THEM: deal. Output:
[ "Yes" ]
task1384-24a82cf9fbf14a6c80e877dcd833366f
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: what would you like YOU: i'd like the books and balls ; hat is no use to me. make me an offer. THEM: i need the balls but you can have the rest YOU: hat any value to you? you wouldn't be interested in 3 books, 1 ball for me would you? : ) THEM: hat has no value for me... YOU: alright. is it 0 or minimal value? i'll take books, but we need to know who gets the hat. i don't need it. THEM: i'll take it. Output:
[ "Yes" ]
task1384-d47d0c4425764ea1bc276328b691ceda
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 both balls YOU: ok, i get rest THEM: deal. Output:
[ "Yes" ]
task1384-50185a5f53594eeea7cb5299ee8ed057
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 ball if i can have the books and the hat. YOU: i need the ball and hat you can have all the books. THEM: i'll take all the books, but i really need the hat. you can have the ball. YOU: i lose the hat i need two of the books. THEM: can't do. you can have the hat and ball. YOU: i will take the hat and ball. Output:
[ "Yes" ]
task1384-5208655fd7d54915b5cecbb65d64df7b
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 ball YOU: i need the ball and a hat, you can have books and 2 hats THEM: you can have all of the hats. Output:
[ "Yes" ]
task1384-42dda8f63b5147f0976839b2001f8545
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! how do you feel about letting me take the book and the balls in exchange for the hats to you? YOU: i don't really want to give up the book THEM: unfortunately that's the only thing of value i have. so i can't really part with it. YOU: so there is absolutley nothing else of value other than the book??? THEM: the balls have minimal value ; i'd be willing to give you 2 balls, 2 hats for 1 book, 1 ball? YOU: i will take the 2 hats and 2 balls thanks. Output:
[ "Yes" ]
task1384-18aea9b3fd0f4022bde12ef3ecb56ee9
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 both balls YOU: ill give you both balls for a hat THEM: okay, balls and hat to me YOU: no you take both balls but you have to give me a book or hat THEM: okay hat to you YOU: deal. Output:
[ "No" ]
task1384-70043ebab0a4431c80c42b9e75e23ad5
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 at least one ball. YOU: deal i get 1 ball and book. Output:
[ "Yes" ]
task1384-c6c2aa3653d94858883bf96d2a96fb22
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 of each YOU: can't do that. how about i get the ball and the hat. THEM: no deal YOU: what about the ball and all of the books? THEM: i want the hat and two books YOU: okay, i'll take the ball and one book THEM: deal. Output:
[ "Yes" ]
task1384-a8a9ab2417744bcf8b1763719b701923
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 two of the books please YOU: i can not give up the hat. i can give you all of the books if i can have the ball and the hat THEM: to give up that hat im going to need everything else. YOU: i can not make that deal. i need both the hat and the ball. THEM: well the only way i remotely come out of this in the postive is to have that ball and the four books. YOU: okay we can make that deal then. i don't want you to get shafted. THEM: thank you, deal. Output:
[ "Yes" ]
task1384-3b6cf76483b444e992e2718c33b7189e
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 books and i will take the hats and the ball YOU: sorry i cant accept that. i would need at least the ball and the books THEM: i can't give up the ball YOU: the only way i can get let go of the ball is if i get everything else THEM: i can't do that, no deal YOU: ok, no deal then THEM: no deal YOU: no deal THEM: no deal YOU: no deal. Output:
[ "No" ]
task1384-31ed0c4c390b453b9930962bb43b794d
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 2 books and 1 ball YOU: cool. Output:
[ "Yes" ]
task1384-9e517c2fba094c078dbbd6028f14aff2
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: i want the balls THEM: hit the no deal button cause that my final offer i take one ball one hat u take rest YOU: ok you get one ball and one hat. Output:
[ "Yes" ]
task1384-63b555cad2b14b09b26e7487c3ba8c84
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 only need the book. YOU: i only need the book? THEM: i need the book. you can have the hats and the balls. YOU: that will not work for me THEM: thats the only thing that will work for me. YOU: how about i take the book and you get the rest? THEM: the book is the only thing of value to me. YOU: ok this time i will bite the dust take the book THEM: thank you. Output:
[ "Yes" ]
task1384-3e32279d0c1b4a6fa11534a0b0734c60
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 have no clue what i'm doing, trying to figure it out. YOU: i will give you 2 hats THEM: i just want one basketball YOU: great THEM: ok YOU: take 1 book if youd like. Output:
[ "No" ]
task1384-e54ab703c8d64a1a9cfcbea1854e0849
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 1 book and 2 hats? YOU: for you, ok. i'll get one of each. THEM: ok. Output:
[ "Yes" ]
task1384-dbaebd278b49488d97a1990e472a1758
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i'd like to have all the hats please? YOU: deal THEM: thank you. Output:
[ "Yes" ]
task1384-71efe657fbb84273a2561805ff5289d3
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: the hat and book and 1 ball THEM: how about a million dollar with that, i ll keep the book and you can have the rest YOU: ok. Output:
[ "Yes" ]
task1384-2fa72b6ee8f74215875ed1bdc9d74941
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, balls and a hat please. YOU: i would like the hats and balls THEM: i can give you all the hats but i need the balls YOU: can i get the hats and 2 balls? THEM: no i need all three balls after all it's a how to basketball book and i'm trying to feild a team. YOU: sorry no deal THEM: i can let you have one of the balls and make do with two. YOU: sorry i need at least 2 balls and the hats to make a deal THEM: well if you need two balls then i would need 2 hats YOU: sorry no deal. Output:
[ "No" ]
task1384-ef98dde1ae24473da5ac7424d4663081
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: you can have the balls if i can have the book and hat YOU: okay. Output:
[ "Yes" ]
task1384-a2f1a1acb48641b0bd4757c9a3843368
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 teh ball YOU: no, i need the ball and the hats THEM: book and 2 hats to me, rest to you YOU: i need the ball and 2 hats THEM: ouch, give up one more hat and we got it YOU: i can't THEM: no deal? YOU: i have to have the ball and 2 hats or the ball and the book THEM: can't do it YOU: what is your final offer THEM: book and two hats to me, plus a bean burrito YOU: fine. Output:
[ "Yes" ]
task1384-b8d57e42b2bc41389747e4b32e816af1
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: would you like the book? YOU: no i would like the hat please, you can have the rest of the itmes THEM: fine YOU: thank you. Output:
[ "Yes" ]
task1384-e68e92c8c27d4c05a08eac3b810e2633
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 two hats. YOU: i'm going to respond after this line of filler to deceive the system THEM: ok YOU: yeah that's fine. Output:
[ "Yes" ]
task1384-f150ef272fd74abb801eebe5fd4b405c
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 books. YOU: how about you just take the books THEM: i will need the hats as well if i cannot have the ball. YOU: deal. Output:
[ "Yes" ]
task1384-c3fb67df1a284f22a87e2f3749a2c746
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 two hats YOU: how about all the hats and no ball? THEM: sorry that won't work. how about ball and one hat? YOU: hats are 0 for me... THEM: not much more than that for me either. what if i just got the ball? YOU: ok, you can have the ball, and take the hats too. deal. Output:
[ "Yes" ]
task1384-c4b67ae39a7c4523865b83113247d351
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 get the books and the hat? YOU: you get hat i get rest? THEM: how about i take the books and you can have the rest? YOU: deal. Output:
[ "Yes" ]
task1384-abdb53573087471795529c6c40eca16d
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: could i have both hats and a book. YOU: i could give you both books and ill take the hats and balls? THEM: i would rather have the hats instead of the balls. YOU: i can split the hats and give you 1 hat and both books ill take 1 hat and both balls. THEM: deal. Output:
[ "Yes" ]
task1384-ae8520192509468081ab85eab230b887
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 all the balls? YOU: sure, deal. Output:
[ "Yes" ]
task1384-97e8216b51274d7dbc898f179a6938fe
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: hello, i would like the book and ball and am willing to give you the 4 hats. YOU: i really need the ball THEM: i can give you the ball but then i would like the book and the hats. YOU: i'll give you the book and 2 hats THEM: how about book and 3 hats? YOU: ok. Output:
[ "Yes" ]
task1384-d991923220f34b45a5473408ca0e0e8b
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 balls and the book. YOU: you can have the balls but, i need the hats and the book THEM: deal. YOU: thank you! Output:
[ "Yes" ]
task1384-6ef337df821847819a0c501b80dad14a
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: im not much of a reader so im thinking books for you, hats and ball for me YOU: but basketball is my favorite sport, so i was hoping for the basketball and both hats. THEM: oh no. id be willing to give away one hat for one book, but i must have the basketball. bball, a book and a hat for me? YOU: if i give up the ball, i would need both hats. THEM: ok, but then i get both books YOU: deal. Output:
[ "Yes" ]
task1384-8cd5bff68f2f4099b991957a5ab2044e
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 book 1 hat YOU: deal THEM: ok. Output:
[ "Yes" ]
task1384-ca5392406f5f43a08f64e81df5fc95f8
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 2 hats and you could keep the rest YOU: deal. Output:
[ "Yes" ]
task1384-5b31fc82acf24e059a32d573a30bbfea
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 really love the hats, and also the book. what about you? YOU: i need the book and the balls. you can have the hats THEM: no way i could get the book as well as the hats? YOU: no that will not work for me. you can have one ball if that would work for you along with the hats THEM: the balls are worthless for me, so you should take them all if they have value for you. i'll live with just the hats. YOU: okay, so i get the book and the balls? THEM: yes YOU: okay thank you. Output:
[ "Yes" ]
task1384-6e94ef54c2da44b298f016cbb8d958fb
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 books? YOU: i can do hat and 1 book or ball. THEM: i need the hat and balls YOU: no deal. hat is 5 points for me. i can hat and 1 book, but that's it. THEM: i need hat and 1 ball YOU: then no deal. we just need to talk until the no deal button lights up. THEM: ok whens that? YOU: we just have to type back and forth a few times. THEM: ok sometimes we just cant make a deal YOU: it sucks. but that's how it works. THEM: there it is. Output:
[ "No" ]
task1384-d686eea6c8564195a52b5c04a4b40503
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 balls and one book YOU: ok THEM: thx YOU: deal THEM: yes. Output:
[ "Yes" ]
task1384-61740f6655414e75a16a4c7b46fbabc3
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 hat and balls? YOU: hello, i would like the hat and book and you can have the balls THEM: ok that works YOU: thank you. Output:
[ "Yes" ]
task1384-15f90022828a4c899af65b15c05527cc
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 3 hats and the book you can have the 2 balls. YOU: are you set on all three hats? i would like the two balls and a hat. THEM: yeah i really want the 3 hats i could however give you the book and 2 balls YOU: that also sounds good to me. two balls and book for me, the hats for you? THEM: yes deal. Output:
[ "Yes" ]
task1384-241b4023f5764b1285eae572de703e24
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 balls for sure ; i'd like a hat but only if they're not of value to you. YOU: i need both hats and a book if you want all the balls THEM: oh fine YOU: so 3 balls for you, the rest to me? THEM: yep, deal. Output:
[ "Yes" ]
task1384-155ba49bfc714d4cb1d9b6b97c86e0af
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 2 hats and 2 balls. YOU: i would like 2 hats and the book THEM: i need at least one hat. YOU: ok how about you get 1 hat, and i will take the rest? THEM: one hat and 2 balls YOU: 1 hat and 1 ball for you? Output:
[ "Yes" ]
task1384-1542eef913ee4bd9acac258284873bf3
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 books, you can have the rest YOU: i need at least one book. THEM: okay you take one book and both hats? i take one book and the ball? YOU: deal. Output:
[ "Yes" ]
task1384-2d802f32eaa746a0a1e4c201f0c156cd
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 one hat YOU: deal. THEM: thx. Output:
[ "Yes" ]
task1384-63bbed560c44495888839624caffa5d6
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 is more valuable to you, the book or ball? YOU: book THEM: i can offer you the book if you give me everything else. Output:
[ "Yes" ]
task1384-e769db2ca9ac4d7ea268fae9aece2751
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 hat and a ball YOU: okay. Output:
[ "Yes" ]
task1384-551a8f589ff647a6b7cabeb20f54cdb1
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like all the books and one ball YOU: that wont work i need the ball and 1 book THEM: how about all the hats then for one ball and one book? YOU: i can not use the hats at all. Output:
[ "No" ]
task1384-918e241112064709a1acac51e82005ad
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 1 book? YOU: you can have both hats if i can have the rest. Output:
[ "No" ]
task1384-b98b209691864490916d0623581bd90a
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 hats and you can have the books YOU: sorry, i need the ball and both books THEM: sorry the best i can offer you is the books and 1 hat YOU: only way this can work is if i get both books and 2 hats. deal? THEM: deal YOU: thanks! Output:
[ "Yes" ]
task1384-85f9d759359942349b095230355d9252
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 book and two hats please YOU: well that's funny because i'd like 1 book and 2 balls. THEM: deal YOU: deal. Output:
[ "Yes" ]
task1384-37206d08df4f49b8bdcae039661be942
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i'd like the hats. you can have the rest. YOU: how about i get books 1 hat 1 ball? THEM: that leaves me with 3 points on my end. so no. what about you get 2 hats and i'll take the rest? that gives me 6 points. not sure what that is on your end. YOU: i need books, so i guess i can live with your first offer - you take 3 hats and i'll take the rest. Output:
[ "Yes" ]
task1384-0a985b7efeb449d4bd4d382ff8d023d9
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 book and two hats YOU: if i can just have the book, you can have everything else. THEM: sorry can't do it. the ball to me is worth nothing. Output:
[ "No" ]
task1384-dfd1e3f1e3e343ba95e47e0f1f9be4cc
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 a hat. YOU: you can have the book but i need the hats and the ball THEM: i agree to that. YOU: okay great! thank you! Output:
[ "Yes" ]
task1384-7477531039464fc3985bb1ca924e669a
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like the basketball and hats. would you like the books? YOU: no, i need the basketball and one hat THEM: i can do one hat, but can't let go of the ball. sorry. YOU: can i have 2 hats and the rest to you THEM: ok. i'll take the two books and one ball. you get two hats. YOU: deal THEM: deal! Output:
[ "Yes" ]
task1384-d95dbf69f8ea4560a6fd3fd9806f4d1d
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 one book and one ball YOU: that books is rather valuable. i can let you have the book if i get everything else. THEM: two balls and two hats for the book YOU: how about you get the book and one hat. i get the other hat and all the balls? THEM: deal. Output:
[ "Yes" ]
task1384-4bcf9c48efbd4f38af4da15118e1a4ed
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: can i have the balls and hat please? YOU: that wont work for me. i need the books hat and 2 balls THEM: okay, take two balls and hat, leave me two balls and the books YOU: that wont work for me. sorry. THEM: okay take the rest and i take the books. Output:
[ "No" ]
task1384-a29d9a2e63dd49cb826a74bd2a9718b0
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 hat and the book YOU: how about i keep the book, and you have the hat and all of the balls? THEM: i have to have the book, you can have the rest YOU: that doesnt work for me. how about you keep the rest? THEM: i have to have the book or i can't make a deal YOU: seriously? you can't barge with having 4 balls and a hat? THEM: the balls have no value to me YOU: wouldnt you feel like such a good semaritan if you let me have the ball? THEM: i need the book and you can have the rest YOU: nope. THEM: no book no deal. Output:
[ "No" ]
task1384-488d0c4bb1f645f2ac50b29bf29a9890
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 only like the ball YOU: okay you can have the ball if i can have everything else. Output:
[ "Yes" ]
task1384-3503cab483f14e9eb4fdca643dcfd921
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 give you one hat and the balls THEM: how about two hats and one ball instead? YOU: okay deal, you can take two hats and one ball. Output:
[ "Yes" ]
task1384-95fc9095c60d48a387c4729490ef5b0c
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 1 hat and 1 ball YOU: i can not make that deal. i need the book and the hats you can have the balls THEM: no can do i need the book and the balls if you want the hats YOU: i need the book the most and at least one other item THEM: yeah the book is really non negotiable. so if you won't budge on the book then there will be no deal YOU: no deal. THEM: no deal YOU: no deal THEM: no deal YOU: no deal. Output:
[ "No" ]
task1384-90ea90f0e2614953a97a1cf8889668b3
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 get the book and basketballs and you get hats YOU: 1 book and 3 balls for you, 2 hats for me. THEM: its a deal YOU: ok. Output:
[ "Yes" ]
task1384-be9e6bb207b243e5bbc22643fe519b85
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: need hats and book YOU: i need one hat and two balls THEM: ok YOU: deal. Output:
[ "Yes" ]
task1384-64a10ce0b17c48849929676e97625fe3
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 need both hats and the ball YOU: deal. Output:
[ "Yes" ]
task1384-05753c9c04494a33a1d15ee4e1406401
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 the hat YOU: if i can have the balls you can have the hat and the books THEM: you can have one ball if i get the books YOU: you can have the both books and a hat if i can have the balls.. you would be getting three items THEM: but awful point values. a split on balls is the best i can do YOU: can i have one of each? THEM: you can have the ball and the hat? YOU: and one book THEM: no YOU: then i need both balls and you can have the hat and the books THEM: no YOU: then you need to take one book and one ball THEM: no YOU: okay well then i do not think we can make a deal. you aren't giving any suggestions that i would be willing to accept. THEM: because you weren't working with me initially over the balls. no deal. Output:
[ "No" ]
task1384-8085b334b8eb4b6b825764305d5a389a
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like all the hats YOU: can you give up just 1 hat? i would like the ball and 2 hats. THEM: i can do that. YOU: so ball and 1 hat for me? Output:
[ "Yes" ]
task1384-3da896803a824086ab2bc067eb8ed09e
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: let's go 50 / 50... i want two books and one ball YOU: how about i take both basketballs and you have the rest? THEM: kool. good deal. Output:
[ "Yes" ]
task1384-3d57d08adebc4cf68bbdde566cbb0b2b
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like all the hats, it is very sunny here YOU: it's kinda sunny here, too. but, as a part time power ranger, i do fancy the ball and book. THEM: if i can have all the hats you can have the book and ball for your adventures. Output:
[ "Yes" ]
task1384-81f8b8332dbb4471b799ab3dca817c60
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 llike the book and the hat. you can have all of the balls. YOU: how about we split the balls and i get either the hat or book. you can choose. THEM: okay sounds good. i will take the book. you can have the hat. we will split the balls. have a great night! YOU: you too! Output:
[ "Yes" ]
task1384-cf760c47a42e4077b31bf1f5ffb4b521
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 hat, you have rest YOU: deal. Output:
[ "Yes" ]
task1384-3a3106bf46684aad80a97fbd48506579
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 can't give you the book, but you can have the hat as long as i can have the balls. THEM: can i have the hat and two balls? YOU: yes. i'll take 1 book and 1 ball. Output:
[ "Yes" ]
task1384-c47741a1a56b47e7a054dde499a63f86
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 the books and the hat to me, the balls to you? YOU: i will be happy with two books. THEM: could you trade a ball for a book or did you just want 2 books? YOU: i don't need a ball at all. so just two books. THEM: ok, it's a deal. Output:
[ "Yes" ]
task1384-0d61599e8d0c4d918318b73be3d7d10e
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: want the hat, and the gun YOU: i want the book and 2 basketballs THEM: ok deal. Output:
[ "Yes" ]
task1384-45e3ba813f5a4272b81f4ca35cf1ad23
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 hat and 2 balls. you can have the rest. YOU: deal THEM: deal. thanks. Output:
[ "Yes" ]
task1384-f7b414f24a034fd6b606a8ca6e953c79
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i would like 2 hats and 1 ball YOU: i need ball THEM: how about 3 hats and 1 book YOU: for you, i get ball THEM: ok, you can have the ball, if i get 3 hats, and 1 book YOU: ok THEM: thanks. Output:
[ "Yes" ]
task1384-e521f9a2615647a1acec8c3de7838a11
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: that is ok as long as i get the balls. THEM: sounds good YOU: agreed. Output:
[ "Yes" ]
task1384-2419a3da20cf4ddea5948d85070fb340
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 hat and the balls you can have the books YOU: i want the books and balls THEM: you can have the books but, i need the balls YOU: i want the books or the balls and the hat THEM: you can have the books. Output:
[ "No" ]
task1384-410d5106252f41afa4b10293aa02aa0e
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 books and 1 hat please? YOU: i was gonna take the books and you could have everything else THEM: okay, so i get 1 hat and 2 balls? YOU: yes THEM: deal. Output:
[ "Yes" ]
task1384-935650e3b3bc4824b2c4256f0f8438e9
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: hello i'm very interested in the books and balls YOU: you can have the books and one hat if i can have the ball and two hats THEM: yes i will take all the balls YOU: i need the ball THEM: oh sorry, i will take all the books, you can have all the hats and one ball YOU: okay great! thank you! Output:
[ "Yes" ]
task1384-704a36b58c00431c8d6d173a1aa249c6
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 YOU: would you accept one book? THEM: one book and a hat YOU: how about i give you both books for everything else THEM: i need a ball or a hat with both books YOU: ill give you both books and one ball. Output:
[ "Yes" ]
task1384-01a9c8e2369a45dab77fdc61b96ef376
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 three balls and a book? YOU: thats alot, how about i get ball you get book THEM: ok. i get two balls a book and a hat. Output:
[ "No" ]
task1384-bf9a3346d7a342c59931c4fc9938c3c0
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 items are you looking at getting. YOU: the book and one ball THEM: i will take two hats and one ball YOU: deal. Output:
[ "Yes" ]
task1384-eec367110d3f46fb89ec2f92a72595f8
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i need the ball and two books. YOU: i'll give you the ball and one book THEM: deal. Output:
[ "Yes" ]
task1384-6d66e38475c64b98957c8333bbdc44ee
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 one of each. YOU: what if i take two balls and the book? THEM: you gotta give me another ball for the book. YOU: what if i keep all of the balls and you take the book and hat? THEM: no deal YOU: what if i take two balls and the hat? THEM: no deal YOU: what do you want? THEM: one of each. YOU: no deal. Output:
[ "No" ]
task1384-4308a2c6382d41f7a33b0574cd2ea8ab
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'. Positive Example 1 - Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal. Output: No Positive Example 2 - Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal. Output: Yes Negative Example 1 - Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok. Output: No Negative Example 2 - Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal. Output: Yes Now complete the following example - Input: THEM: i need the ball and 1 hat YOU: you can everything but books. that's all i need. THEM: deal you get all books i get the rest. Output:
[ "Yes" ]
task1384-3e53b86593e943fa8c9910b5d7112fc4
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 balls and books YOU: i would like one book and 2 balls THEM: give me all balls and hats YOU: i would like 2 hats and 1 book THEM: deal. Output:
[ "Yes" ]
task1384-17e3701cf2b942d1bf378895e315adfe
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 YOU: i need the ball and the books THEM: sorry about that. i'd like the ball and hats. YOU: i need the ball and the books and you can have all the hats THEM: i'd need the books and the hats to make that worthwhile. the ball has to come in to play for me. YOU: i need the ball and 1 book THEM: would you consider just the ball? YOU: no i can't do that THEM: ok. i'll take the hats and one book. you can take the ball and one book. YOU: deal THEM: deal! Output:
[ "Yes" ]
task1384-3408bca0749341e5901feb9c3a35b889
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 be great with 4 books, you could have the hat and ball YOU: ok, fair enough. THEM: ok deal i get 4 books you get 1 hat and 1 ball. Output:
[ "Yes" ]
task1384-c6b3958c6d084dccb9715814be642c53
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 ball you can have the hats YOU: need the hats and one book so this to be fair on my side THEM: you can have the hats and the ball but, i need the books YOU: at least one book. 3 hats and one book THEM: no deal. i need both books or no deal. YOU: no deal, sorry won`t let go of the book THEM: no deal. YOU: no deal THEM: no deal. YOU: no deal. Output:
[ "No" ]
task1384-6a1bbe7bf12e4dc39855598fd4afd9ae
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 you can have everything else YOU: ok THEM: deal. thank you. Output:
[ "Yes" ]
task1384-b3d61d3ebbb34396847c6b907892c3aa