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 want the two hats. you can take everything elsr YOU: i need two hats.. i'm bald and a siamese twin. THEM: i can not do without the hats.
Output:
| [
"No"
] | task1384-9c456890f0f444a683339115ea651168 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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. YOU: hi, i would like the hat and balls and you can have the books. THEM: i would prefer to have the hat, and you can have the balls and books. YOU: ok, i can do that. THEM: thanks.
Output:
| [
"Yes"
] | task1384-0f222752c73845e6bd2bab52404bb163 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the book and the ball YOU: i need the book and ball THEM: i will give you one or the other but not both YOU: a book and three hats for me? THEM: i will give you the book an 1 hat YOU: two hats and the book THEM: can't do it unless i get the book and the ball then you can have all three hats YOU: cant be a deal without two hats and the book, or three hats and the ball THEM: sorry i get the book and the ball and you get three hats or you get the book and 1 hat that is the only 2 deals i can offer YOU: book and a hat for me THEM: yes.
Output:
| [
"Yes"
] | task1384-d005eefcbaa1423bbd4225a4721be45d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 all the hats. YOU: deal THEM: that works for you?
Output:
| [
"Yes"
] | task1384-5f03677cce1e4e37b2b0bb9f6e7e94e7 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 take the books if i can have the rest. YOU: that only leaves me with 3 points. what about i'll take the ball you can have the rest? THEM: how about you take the books and one hat and i take the rest? YOU: still only 4 points. i'd agree to all books and hats. that puts me at 5 at least. THEM: it would be better for you to just take the ball then. i'll take the rest.
Output:
| [
"Yes"
] | task1384-73a82409b5144952829facd3be8639c6 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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: i need the book but you can have the balls if i can keep the hats THEM: deal. YOU: okay so you are getting the balls while i get the rest correct? THEM: yes.
Output:
| [
"Yes"
] | task1384-347b2d740f73453eb647f807a710fcee |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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. you can have the balls. YOU: that will not work. are the balls very important to you? THEM: they're all important, but if you need the hat, i can take the balls in exchange. YOU: ok, may i take the books and give you everything else? THEM: sorry, that doesn't work. i need the books, and at least 1 hat. or the books and the 2 balls. YOU: give me one book and take everything else. final offer. THEM: deal!
Output:
| [
"Yes"
] | task1384-79900b7e4782411e90e4df1c3ac56a53 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 ball and 2 books and you can have all the hats. deal? YOU: okay deal THEM: great confirming i get 1 ball and 2 books.
Output:
| [
"Yes"
] | task1384-0e95dfcf1955480695fb53891ab99510 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 hats rest for you YOU: deal THEM: ok deal.
Output:
| [
"Yes"
] | task1384-0105664763e2452b8a60cac68aacf731 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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: deal.
Output:
| [
"Yes"
] | task1384-8bd8323657c1415eb1fd2d9ac0772afd |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books. you can have the rest. YOU: ok, but just to avoid getting the system warning i'm going to pretend to disagree. i disagree! THEM: ah ok. well then i disagree ; ) YOU: haha ok, so you just want the books? because that works for me. THEM: yes YOU: cool, it's a deal.
Output:
| [
"Yes"
] | task1384-f51d92197d7b49ea8b2940c146d3841b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i can give you 3 books if i can have the rest YOU: nah son THEM: sorry i speak english. YOU: i'm illiterate so i don't want books. i'd like the ball and hat. THEM: well since you arent very smart you can use the books to educate your financially challenged self YOU: and since you're a condescending and off - putting you get no deal. THEM: well we werent going to make a deal since you cant read YOU: i can read very well. it was a tactic and you are incredibly rude. thanks for nothing. no deal, obviously. THEM: im confused if you can read then you should know what illiterate means. so i guess you cant read very well YOU: no deal. THEM: why not? cause you cant read?
Output:
| [
"No"
] | task1384-1f58119a5f924a63b47b2cb63577cb12 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i can let you have a hat and a ball if i get the rest. YOU: i'd like the ball and 2 hats. THEM: hmm. how about you get the ball and a book? YOU: no that would only leave me with 4 points. THEM: i can give you both the hats if i get everything else. YOU: no, i really need 2 hats and the ball to get a decent score. you can keep the 3 books THEM: okay, deal.
Output:
| [
"Yes"
] | task1384-a29f351c6cc6471296d9edfdad6cd46a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books you get the rest YOU: i need one book atleast and the ball THEM: deal YOU: great deal. you get both hats then and one book.
Output:
| [
"Yes"
] | task1384-7f42a7aae6414e248f2d5780c7fab8f9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like both books, and then either a hat or a ball YOU: just both books THEM: can you not share atleast one book? YOU: you take all books and give me the rest THEM: fine i will give you that deal YOU: thx.
Output:
| [
"Yes"
] | task1384-f5d2d3eef62b47ec9a868c56681507aa |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 the two hats and a book and you could keep the ball and 2 books YOU: you can have all the books if i can keep the ball and the hats THEM: no i need the 2 hats and atleast one book its a fair deal YOU: i do not need the books. i do need the ball and 1 hat. THEM: okay then one hat you could take and i will take one as well and all the books. you could have the ball and one hat YOU: that sounds like a deal to me. agreed.
Output:
| [
"Yes"
] | task1384-4369f62ca6af4f389c58a51143c72b7b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 your basketballs? YOU: yes, and i get the rest THEM: perfect!
Output:
| [
"Yes"
] | task1384-9d8f2bc7ce8c42c385433f1aef1b83b5 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 1 ball. YOU: i'll give you the books if i get everything else THEM: okay.
Output:
| [
"Yes"
] | task1384-0b0a5253d60f41278580f8e51ee1132f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 3 books YOU: there are not 3 books THEM: how about 2 books and a basketball YOU: there is only 1 book, and i will give you the rest but keep the book if that works for you? THEM: how about i get the book and you keep the rest? YOU: ok.
Output:
| [
"Yes"
] | task1384-3ba99fd60d46407ca01d938a18dfefeb |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 a ball book and a hat YOU: the ball is critical to me. would you allow me to take the ball and two books? THEM: how anout the ball and one book YOU: i'd like 3 items as well THEM: anything below that and i'm sunk mathmatically YOU: ok. i'll take the ball and one book then.
Output:
| [
"Yes"
] | task1384-e97330f946654cfb9898a8b172c77667 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books you can have the hats YOU: can i have one of the books? THEM: yes.
Output:
| [
"Yes"
] | task1384-a5bc7bc6afc84110a6e7e75ec07d2144 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 prefer to have the hat and two balls. YOU: how about the hat and one ball? THEM: are the books of any value to you? YOU: a little, 2 points each THEM: ok. i will give you both books and one ball if i may have one ball and the hat. YOU: deal.
Output:
| [
"Yes"
] | task1384-769d18c3faac4a038e8cf7094d4b88dd |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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's your day?! YOU: great, can i have the ball and hat and you can have the three books? THEM: no sorry. you can have the ball and two books, i'll take the hat and 1 book. YOU: we can agree to that.
Output:
| [
"Yes"
] | task1384-21e5afd7ce6d4117a03b97a5dd70bf7d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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: hmm i'm not sure. it is a very nice hat. THEM: you get everything else YOU: okay i guess that works.
Output:
| [
"Yes"
] | task1384-6e8e0723bd9e44cd9b344c49e4604aae |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: how about i get the book and two balls. YOU: deal. THEM: agreed.
Output:
| [
"Yes"
] | task1384-c1a0ae53fb004ac7b92370cef860b4f6 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: you take the book and a hat and i will take the ball and 2 hats YOU: i'll need a second hat to make it worthwhile THEM: i really can't do that YOU: then i'll take three hats and you can have the rest THEM: i need the ball and 1 hat YOU: okay, then i get the book and two hat THEM: okay.
Output:
| [
"Yes"
] | task1384-b7df43de3ddc480b945ec78063edbe9c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 the books YOU: no i can not do that. i need the hat and then we are going to have to split up the balls and the books. THEM: you take the hat and i can add you one book YOU: i'm going to need more then 1. i am going to need 3 minimum of any combination of books or balls. THEM: then we have no deal YOU: agreed. no deal. THEM: no dewal YOU: no deal. THEM: still no deal YOU: no deal.
Output:
| [
"No"
] | task1384-a71f0cc20a0f4234836b98a4cc8e68a5 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hat and the balls. YOU: i can't give up the hat. i would like the hat and 4 of anything of your choosing. THEM: ok, i guess give me just the balls then. YOU: so you get the balls and i get the rest?
Output:
| [
"Yes"
] | task1384-40716a4e0e254ea5a34a62347f5720d7 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: balls and hats for me YOU: can i have one ball and the book? THEM: yes deal.
Output:
| [
"Yes"
] | task1384-5a3bbf1cf82644dbba80287914761b7e |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books? YOU: ok. i'll take 1 hat and the ball. you take two books and a hat?
Output:
| [
"Yes"
] | task1384-a0b43ab2f4e146ceb8ddb9c22d8b0a2a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the books and the ball? YOU: i'd like only the ball THEM: ok that is a good deal.
Output:
| [
"Yes"
] | task1384-bfbb8dd926ee47b4b7261d5b9dbb068b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 2 books and a ball if that's okay. YOU: may i have 3 hats in exchange please? THEM: well i only have 2 hats YOU: i will take 2 hats and give you 1 book and a ball THEM: well that's leaves an extra book, so can i have 2 books and the ball? YOU: deal.
Output:
| [
"Yes"
] | task1384-f27808ee71764a8e8e9c4c73cc1b8644 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books and the hat. YOU: you take the hat i take the books and the balls THEM: no way. i'll take the hat and one book. YOU: okay.
Output:
| [
"Yes"
] | task1384-c0acb90ed976431895444aa4d38be982 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 interested in the hat and 2 balls YOU: i'll take the book and 2 hats, and you take the rest? THEM: sorry. meant hat(s). you can have everything else in exchange for the book? YOU: i need the book. you can have the rest.
Output:
| [
"No"
] | task1384-fe96d6beee3f4f048dff61beebf82dfe |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ok, i want 10 books, you can have the rest, final deal YOU: how about no. you can give me 1 book. and i want 2 balls as well. THEM: k bye. i'm only taking 1 book YOU: okay i will give you two hats for the 1 book THEM: we are both wasting our time YOU: yeah then accept it. two hats and give me the book THEM: i want the book. i don't even get any points for it. YOU: no i want the book, you can have all the balls THEM: i've done these hits a million times. you get the bonus either way YOU: fine take the book but i want all the balls and hats.
Output:
| [
"Yes"
] | task1384-ef56db5e5ccf400f9e11d285c81e0c39 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 3 hats and the ball. are the books of value to you? YOU: low value, only 1 each. i'd like the ball and any 1 other item and you can have the 4 remaining. THEM: take the books and your ball. i'll take the hats. books are 0 to me. YOU: okay, works for me. thanks.
Output:
| [
"Yes"
] | task1384-a4e907325b3a4203a82bec9cbe0856b5 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 hats if that's ok? YOU: i have my eye on that ball. i could sacrifice a lot for that ball. THEM: take the ball, i'll take the rest YOU: sounds good. nice dealing with you.
Output:
| [
"Yes"
] | task1384-ecc28da1443c4e3190e19855125c8f98 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like both hats YOU: i would like the books and basketbal you can have the hats.
Output:
| [
"Yes"
] | task1384-faea1a286b084c9e8c4a5e6c44f23b74 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: 1 hat 1 book YOU: deal.
Output:
| [
"No"
] | task1384-fc431bb95c89458ebc7295427131fb7f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the hat and book YOU: the book is yours bu the hat is non negotiable for me THEM: the hat is also not negotiable for me YOU: we're in trouble then. THEM: yes we are! this is terrible YOU: i know.... have a heart, give a hat. 8 ^ 0 THEM: i can not do that i need shade in my life i shine so bright! YOU: lol.... i need the darkness because i am the darkness.... ooooooo THEM: oooooo that makes me scared! YOU: thought it might... now give me that hat! THEM: no deal scarey personnnn.
Output:
| [
"No"
] | task1384-8611ecbf49fd433b819e61a69d052167 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 YOU: hi, i would like the hats and the balls THEM: you can have both balls if i get the hats and book YOU: how about both balls and a hat? THEM: if i give up a book or hat, i will need a ball too YOU: both balls and a book? THEM: how much are the things to you? YOU: i need 3 items total, any 3 would do THEM: i need three too, so i guess we will be here a while. i still offer both balls to you if i can have the other items. YOU: two hats and a book? THEM: for me? yes, if i can have two hats and a book, i will let you have the two balls. YOU: no, for me. THEM: not happening, sorry YOU: i'm not taking less than 3 items. THEM: same here, so i guess we will just sit here and let the timer tick YOU: sounds good. THEM: there is actually a "no deal was agreed" button below. i did not realize that. guess we can click that YOU: thanks for letting me know.
Output:
| [
"No"
] | task1384-7eef4c9dbc024a5b8e498e071ed26fc2 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the book and hat YOU: nohat THEM: then i want the book and all the balls YOU: two balls THEM: so a book and two balls for me? YOU: yes.
Output:
| [
"Yes"
] | task1384-4d6d7748acb54811bbb10023459f4328 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 get the book, the hat, and one ball. YOU: i'll take the hat and 2 balls THEM: you can have the hat and one ball YOU: okay THEM: deal, thanks.
Output:
| [
"Yes"
] | task1384-1eaefc325b534c8195b0d2c7fa237294 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like the hats and ball. YOU: can't do that. i need two hats and the books. THEM: how about you take the books and one hat? YOU: cannot do that. i could do the books, one hat, and the ball. THEM: can't do that. i need the ball. you can have the books. YOU: then i need two hats. THEM: i can't give up two hats. i need two hats myself for any value. YOU: if you need two hats, then i need the ball. THEM: can't give up hats and the ball. i can give you the books for sure. i'll take the ball. we need to figure out the hat situation YOU: i can't give up two hats without getting the ball in return for one of them. THEM: i can do one hat. i'll take the ball and one hat. you can have the rest. YOU: deal. THEM: deal!
Output:
| [
"Yes"
] | task1384-eface779d72b49dab895b77492e61930 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i can let you have all the balls in return for the books and hat. YOU: i would like to have the hat as well THEM: yes, it is a rather nice hat. if i get the hat and one book you can have everything else. YOU: the book has no value to me i would prefer the hat THEM: unfortunately i really need that hat. you can have everything else. YOU: fine doesnt matter to me.
Output:
| [
"Yes"
] | task1384-9b18e999d26e416385670b7dcee8c95e |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 a ball and the hat kindly? YOU: no, i will need at least one of those, preferably the hat. THEM: if i let got the hat i need a book YOU: so i get the hat and three books and you get a book and the ball? THEM: sounds about right YOU: ok, i agree to that.
Output:
| [
"Yes"
] | task1384-0105f933974e4faf9510ed5117ad22e9 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 ball YOU: unfortunately, that will not work for me. i would like the ball and two books and you can have the hat and two books if that works for you THEM: perfect, i'll take the hat and 2 books YOU: great! thank you!
Output:
| [
"Yes"
] | task1384-48773663af1144cbab1fdcd974de1cc0 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 your wish? YOU: lol to have them all or i can settle for 1 ball 1 book and 1 hat THEM: i will give you 1 book and 3 hats YOU: sorry thats too low for me THEM:! book and 4 hats to you YOU: no too low for me i need 1 book 1 ball and 1 hat best i can do THEM: sad news, i can't get to 2 without the ball YOU: sorry then no deal THEM: guess that is it YOU: yup.
Output:
| [
"No"
] | task1384-fc3e5dc75d324ca9a06ea0191af6077a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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. you can have the rest. YOU: i can offer you the balls THEM: balls are 0 for me. YOU: then ill offer you nothing THEM: okay. no deal till the button pops up then. YOU: ill offer you nothing THEM: no deal. YOU: no deal THEM: no deal. book is 10 for me. YOU: fine ill give you the book.
Output:
| [
"Yes"
] | task1384-df2b7ef79d9442979d804d0a3ae94cb3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like the hat, the rest to you YOU: i don't know. it is a fine hat. THEM: that's what i thought, but the books are very interesting reads YOU: i guess i don't need the hat. i will take the rest. THEM: deal.
Output:
| [
"Yes"
] | task1384-348123001d0b4d86bb31172a166d3e29 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books and ball YOU: ball and three hats for me THEM: i can go ball and two books YOU: ball to you everything else to me THEM: guess we cant deal then YOU: ok no deal THEM: no deal YOU: no deal THEM: no deal YOU: no deal.
Output:
| [
"No"
] | task1384-5802cc78d8624401944e801cd223447c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 a book? YOU: you can have all of the books, and 2 balls, if i can have the resst. THEM: deal.
Output:
| [
"Yes"
] | task1384-388af8671e4b45b9a04492970c774f5c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the hat and two balls. YOU: no deal. books are 0 for me. i can do two balls. THEM: can you just take the hat and i take the rest? YOU: hat is 1 point. no way. two balls is the lowest i can go. THEM: deal.
Output:
| [
"No"
] | task1384-94ef4c879c4c431e8623d9bf0bb292eb |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i will the the hat and the books. you can have the balls. YOU: i need ball and one book THEM: you take 1 ball and 1 book. i take the hat, 1 ball, and 1 book. YOU: 2 balls and book for me THEM: okay you take 2 balls and 1 book. i take the hat and 1 book.
Output:
| [
"Yes"
] | task1384-e0adc000098346829669766e28976d6d |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: id like the hat and two books, the ball and a book for you YOU: you can have all of the books. i don't need them. THEM: ok, but the hat is crucial for me, so can you live with just the ball YOU: yep, just the ball is ok, for me.
Output:
| [
"Yes"
] | task1384-5a51dd49808e4b4a974f94216275a2b0 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 1 hat and 2 balls YOU: what you would require to give up the hat? THEM: i cant give up the hat YOU: ok, give me everything else then. THEM: i would at least need 1 book and the hat YOU: give me the books and one ball then. THEM: deal.
Output:
| [
"Yes"
] | task1384-31dd11c81b8b49539ad50600892f0b1a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 one book. you can have the balls and 2 books. YOU: i would love the hat and you can have the rest THEM: fine.
Output:
| [
"No"
] | task1384-809fbfc0aa4144afbf8244b67bfdcdbe |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: two hats for two balls YOU: sure, i will take two hats and give you two balls. THEM: k.
Output:
| [
"No"
] | task1384-690493b3722e4a2eb6760f492669ed20 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 2 hats and one ball pls YOU: the only way i can give up the hats is if i get everything else THEM: ok deal YOU: thank you.
Output:
| [
"Yes"
] | task1384-ba9447bad06849bc8f20a383cdc40591 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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. ill take the books and you can have the rest YOU: deal.
Output:
| [
"Yes"
] | task1384-254af26f4c434e5c986115a197731760 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 jjust take the 2 books. YOU: deal.
Output:
| [
"Yes"
] | task1384-0734dbb7e34545e19932bb1479b20887 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the hat YOU: you can have it as long as i can keep everything else. THEM: ok.
Output:
| [
"Yes"
] | task1384-7a2d708cb97444c6874dbbc6f01bcdfc |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ok how about you get 2 books YOU: i want the ball and hat as well THEM: you can get a hat and that's it YOU: no way THEM: hat and one book YOU: hat and 3 books THEM: never YOU: hat and ball and a book THEM: how about hat and a hat YOU: nope THEM: hat and one book YOU: a ball and 2 books then.
Output:
| [
"No"
] | task1384-3356dfa63a91418198580ae9705a0cf2 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like 2 balls and 2 hats YOU: you can have the balls, i need 3 books and 1 hat THEM: ok, then i need the 2 balls and 1 hat YOU: deal.
Output:
| [
"No"
] | task1384-e7f30fd748e64fd9a49dc382fb08125c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 hats and book are mine YOU: balls then hats here THEM: you get balls, i get rest.
Output:
| [
"No"
] | task1384-4588af7c35ed4ba5841267e1938a1876 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 two hats and preferably a book. YOU: hi, i need the book, but i can give you the hats if i can please have the 2 balls? THEM: i could give you the book and one ball. that's more than fair. YOU: not really since i'm not working with much. it's a 2 - 3 split so of course you say it's fair your way. however, i will take 1 book and ball.
Output:
| [
"Yes"
] | task1384-d0a7ab92436e4f2f865ceb650ebe16cd |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like 1 ball YOU: ok THEM: thanks.
Output:
| [
"Yes"
] | task1384-b4615fb640e04a3a916b5861a30f987c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: the hat and 2 balls for me YOU: how about i take the hat and the two books and you can have all of the balls? THEM: i take the hat and leave you the rest YOU: ok.
Output:
| [
"Yes"
] | task1384-f9531932dffc4e26b9a9d5efa8821c94 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: if i can have the balls and one hat you can have the rest YOU: deal THEM: great!
Output:
| [
"Yes"
] | task1384-da386aa60b7447dd81aafdca5d110048 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the hat and balls, you can have the books YOU: unfortunately, that will not work for me. if you take the hat i need everything else to even make a deal THEM: i could go hat and a ball YOU: no deal. THEM: i'll take just the hat then YOU: okay thank you.
Output:
| [
"Yes"
] | task1384-f613da27fdab41e48738459b2190463a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hi, can i have the book? YOU: sure, i`ll have the rest THEM: great!
Output:
| [
"No"
] | task1384-4d633ca4b89a4b6486e89ec8c45a7ee3 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like balls. you can have the rest. YOU: do you need all 3? THEM: or i can do two balls and 1 book. YOU: you can have the balls, i'll take book and 2 hats.
Output:
| [
"Yes"
] | task1384-c6e82d9b14014c428f6991c9566a0627 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'll take the balls you can have the rest YOU: yess THEM: thanks!
Output:
| [
"No"
] | task1384-a88edd143b6d4e00842e2a443d893541 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 take all the books if i can have the hat and ball. YOU: i want the hat and all the books THEM: that hardly seems fair. YOU: okay ill take the hat and half the books THEM: ok.
Output:
| [
"Yes"
] | task1384-f79d9e6fd705460eb1a5eb19769eb738 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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: never THEM: ok... so how about a counter offer instead of being rude? YOU: sorry, not being rude, how about you get one ball and one book THEM: ok, i can do that YOU: grea.
Output:
| [
"Yes"
] | task1384-e2dc61df59204baab2f40591b01bd37c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i would like the book and the hats and you can have all the balls. YOU: makes it simple... deal.
Output:
| [
"Yes"
] | task1384-1f2b9f912e1f42c5acc6b00f5a497fa0 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 just have the book? YOU: that seems reasonable. deal.
Output:
| [
"Yes"
] | task1384-aa9cadbe841e4327a1506e34e5816bf7 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 book and balls and you can have all of the hats YOU: really close on a deal. you can have the book i want the hats and 1 ball. THEM: unfortunately i cannot give up the balls, but i will compromise and give you the book and hats and i will jsut take the balls YOU: i will give you the book and balls. i will take the 2 hats then. THEM: deal! YOU: deal.
Output:
| [
"Yes"
] | task1384-c2c46db949a34352943a71bfafaddb5b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i need two hats and two books YOU: i just want books. others are worthless to me. THEM: split the books? one for you and one for me? YOU: i can do one book and two balls. THEM: balls have 0 value on my end YOU: so we split the books. you take hats. i'll take balls.
Output:
| [
"Yes"
] | task1384-c1fa6586330e45ed9396736c05b92d46 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 books and balls YOU: deal.
Output:
| [
"Yes"
] | task1384-98608d0769a540c69610b0e2c668b244 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 ball you can have the rest YOU: ok.
Output:
| [
"Yes"
] | task1384-716bcfc5317b4f93b190484f476ec075 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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. you can have the rest. YOU: deal.
Output:
| [
"Yes"
] | task1384-303038e9ca7140738c5cd2edc0a92933 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 both hats YOU: book and one ball for you THEM: ok YOU: ok THEM: sorry, i thought you meant hat YOU: so what do we do THEM: one hat one book YOU: no deal THEM: both hats? YOU: i need two hats THEM: no deal.
Output:
| [
"No"
] | task1384-4a8bc12f5d914849a52192b47f8c5690 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i'd like ball and 2 hats. YOU: i will respond after this line of filler to mislead the system THEM: okie dokie. YOU: yeah i take 2 books and a hat.
Output:
| [
"Yes"
] | task1384-fb6e85247ccb4786aa17c224a453107a |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 a book YOU: i want one book and two hats THEM: i would really like that book along with the balls. YOU: give me one ball to go with the hats THEM: no i would rather just go with the two balls and you get everything else. do we have a deal? YOU: ok deal.
Output:
| [
"Yes"
] | task1384-fffdb16c017e48b29b8386130db2ed8c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 hats and i will take the book and the ball YOU: no deal. i want the book and the hats. THEM: okay.
Output:
| [
"Yes"
] | task1384-52b3324fb3114d56ac83bd8fb6c53013 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hello there. i'd really like to get the hat if possible. YOU: i can give up the hat for 2 balls and 2 books or for 3 books and a ball. THEM: ok, i'll take the hat, and one ball, you get everything else? YOU: sounds good THEM: deal.
Output:
| [
"Yes"
] | task1384-eea509c49648455c8ddc62f931bcc089 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 the hat and i take the balls YOU: you take the books and the hat. i will take the balls. THEM: i have to have the balls or no deal YOU: i have to have at least one ball and the hat. THEM: nope, i have to have both balls, i don't care about anything else YOU: no way. no deal. i need one of the balls and the hat. THEM: i absolutely can not make a deal without both balls YOU: no deal then. THEM: no deal YOU: no deal.
Output:
| [
"No"
] | task1384-17d74df004f44177ac07edd036d9c814 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want all hats at th value of 3 YOU: you can have the hats if i can have everything else THEM: th hats value 2 hats 6 books value is zero and ball is four how many will youtak YOU: i'm not quite sure what you are saying. what would you like? THEM: wouldlike hats and your valu number YOU: i'm going to take the books and the ball then? THEM: ok YOU: deal THEM: ok.
Output:
| [
"No"
] | task1384-f9bb45efd4f047df9fe2a3415676bb15 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: so i get 1 book, two of the hats? YOU: sounds fair THEM: ok.
Output:
| [
"Yes"
] | task1384-3f9aed5258e4461ebce319fbc07bfb4c |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 another object group. YOU: i would like the hats and one ball THEM: ok, deal.
Output:
| [
"Yes"
] | task1384-29f0087753404a0783573e89db045f00 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 and the book and i am willing to give you the hats in return YOU: hats are 0 for me. i'd like the 2 balls. you can have the rest. THEM: the balls are 3 for me, guessing they're high for you too. how about we split the balls, i take the hats and you take the book YOU: deal.
Output:
| [
"Yes"
] | task1384-12f185b7795b44bfb3e38e8700d4dd4f |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: ok how about you get two hats YOU: i can take the two hats, but also want the ball THEM: ok how about i give you three hats and call it even YOU: no, still want the ball THEM: ok then only the ball YOU: the ball, a book and a hat THEM: no book YOU: 2 hats and a ball for me? THEM: one hat.
Output:
| [
"Yes"
] | task1384-e87fbb0733e14771aed23fba4e542be8 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 i will give you everything else YOU: sure! THEM: thank you!
Output:
| [
"Yes"
] | task1384-45e94d977f82425aac76b3374f7e4b62 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 all balls and i keep the rest YOU: i need the book and two balls THEM: yeah i need book YOU: same here.... we'll have to "no deal it" then THEM: ok go YOU: o THEM: no YOU: ok THEM: ok YOU: soon as the no deal button comes up.
Output:
| [
"No"
] | task1384-8f097ec8ebd54a7ab6d76245f1fb0c2b |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 just the books? YOU: ok, deal THEM: deal.
Output:
| [
"Yes"
] | task1384-76539ecf118b44e6bbd004f173c00ce8 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: i want the book and the hats YOU: i'll let you keep all 4 of the hats if you let me keep the book and the ball. THEM: i want the book and you choose how many hats you get YOU: 3 hats for the book THEM: okay YOU: hmm, was really playing hard ball with you as i really needed the ball and the book but you were willing to make the exchange. hats are nothing for me. so take them all..... buuuut, any chance you'd reconsider on the book? THEM: no i really need the book. ill take the book and the hats, thanks.
Output:
| [
"Yes"
] | task1384-2bf4fb43515340a38f8bb79edfc38e64 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 book. you can have all the hats. YOU: i can agree to that THEM: great! have a great night!
Output:
| [
"Yes"
] | task1384-a9e94c8c5b2548c28fcc217dfbdce540 |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay 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 ball and a book. everything else would be yours to keep. YOU: any way you will take the hat and the ball instead? THEM: ok. i can do that.
Output:
| [
"Yes"
] | task1384-ed4426e0b6644441a67688e3fd633edc |
Definition: Given a negotiation between two participants, answer 'Yes' if both participants agree to the deal, otherwise answer 'No'.
Positive Example 1 -
Input: THEM: i need the hats and the ball YOU: i can give you one hat and the ball. i want 2 books and 1 hat THEM: i have to have both hats and the ball or both hats and a book to make a deal YOU: sorry, i won`t make a deal without a hat THEM: if you take 1 hat i have to have everything else YOU: sorry can`t do THEM: no deal YOU: yesh no deal, sorry THEM: no deal YOU: no deal.
Output: No
Positive Example 2 -
Input: THEM: hi i would like the book and ball and you can have the hats YOU: i can give you either the book or the ball THEM: ill take the book YOU: ok i will take the hats and ball THEM: deal.
Output: Yes
Negative Example 1 -
Input: THEM: lemme get that book and ball! YOU: i need 2 balls and a hat THEM: i'll take the book and two hats then? YOU: ok.
Output: No
Negative Example 2 -
Input: THEM: hello. i would like the book and one ball. YOU: you can have one ball 1 hat THEM: i need the book or it's no deal. YOU: no deal i am keeping the book THEM: ok no deal YOU: okay sounds good THEM: alright YOU: okay THEM: alright no deal YOU: okay its no deal.
Output: Yes
Now complete the following example -
Input: THEM: hey i like the hats and the balls, couldn't dream of parting with any YOU: how about i take the book, one hat and one ball? THEM: i want both balls and a hat YOU: no deal, you can have the two balls if you want. and i`ll take the book and two hats THEM: no deal YOU: 2 balls and the book. and i`ll take 2 hats THEM: i dont want this book YOU: then give me the book and 2 hats, and you can have the 2 balls THEM: i want both hats and a ball YOU: it`s not worth, just let me have them and we can move on. one book and 2 hats, or one of each (you said you don`t want the book)
Output:
| [
"No"
] | task1384-3c30a82e887c4d759ae7d9fe6d1fb2d8 |