agent_info
sequence
agent_turn
sequencelengths
2
46
dialogue_acts
sequence
utterance
sequencelengths
2
46
items
sequence
template_name
stringclasses
6 values
template
stringclasses
6 values
rendered_input
stringlengths
196
2.59k
rendered_output
stringlengths
0
585
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 7, 10 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "unknown", "insist", "counter-price", "counter-price", "counter-price", "agree", "offer", "accept" ], "price": [ 5, -1, 5, 8, 6, 7, 7, 7, -1 ] }
[ "Hi, not sure if the charger would work for my car. Can you sell it to me for $5?", "It will work, i have never seen a car without a cigarette lighter port.\\", "Still, can I buy it for $5? I'm on a tight budge", "I think the lowest I would want to go is 8. ", "How about $6 and I pick it up myself? It'll save you shipping to me.", "7, and we have a deal.", "Eh, fine. $7.", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6149527852_0.jpg", "phone/6149527852_0.jpg" ], "Price": [ 10, 10 ], "Description": [ "Charge two devices simultaneously on the go. This vehicle charger with an additional USB port delivers enough power to charge two devices at once. The push-button activated LED connector light means no more fumbling in the dark trying to connect your device. Auto Detect IC Technology automatically detects the device type and its specific charging needs for improved compatibility. And the built-in indicator light illuminates red to let you know the charger is receiving power and the power socket is working properly.", "Charge two devices simultaneously on the go. This vehicle charger with an additional USB port delivers enough power to charge two devices at once. The push-button activated LED connector light means no more fumbling in the dark trying to connect your device. Auto Detect IC Technology automatically detects the device type and its specific charging needs for improved compatibility. And the built-in indicator light illuminates red to let you know the charger is receiving power and the power socket is working properly." ], "Title": [ "Verizon Car Charger with Dual Output Micro USB and LED Light", "Verizon Car Charger with Dual Output Micro USB and LED Light" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $10.0. Hi, not sure if the charger would work for my car. Can you sell it to me for $5? It will work, i have never seen a car without a cigarette lighter port.\ Still, can I buy it for $5? I'm on a tight budge I think the lowest I would want to go is 8. How about $6 and I pick it up myself? It'll save you shipping to me. 7, and we have a deal. Eh, fine. $7. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 120, 200 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "disagree", "init-price", "vague-price", "counter-price", "counter-price", "counter-price", "agree", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, 100, -1, 120, 150, 145, -1, -1, 145, -1 ] }
[ "Hi,I am interested in your board!", "Hi, do you have any questions?", "Do you know what wood it is made out of?", "I do not know specifically but the brand is a gravity skateboard. ", "The wheels seem nice on it, but they could be a beter quality. Would you accept 100 for the board?", "No, that offer is too low. The board is pretty much brand new as it's been ridden only 4 or 5 times. The bone bearings are brand new.", "If I picked it up at your location would you accpet 120?", "Make it 150 and we got a deal. ", "I could do 145, if you can gurantee the painting on the front of the board is not scratched up. ", "Deal", "Great!", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151236842_0.jpg", "bike/6151236842_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Hey there cl I have a long board for sale pretty much brand knew rode all together 4 or 5 times . The brand on the deck is a gravity skateboard. The brand of trucks are sidewinder 2sGuwuing.mini monster hawgs 70mm 78a Wheels with Swiss bones bearings brand new. Please no low ballers thank you and have a great day .", "Hey there cl I have a long board for sale pretty much brand knew rode all together 4 or 5 times . The brand on the deck is a gravity skateboard. The brand of trucks are sidewinder 2sGuwuing.mini monster hawgs 70mm 78a Wheels with Swiss bones bearings brand new. Please no low ballers thank you and have a great day ." ], "Title": [ "Long board custom bilt from the board up", "Long board custom bilt from the board up" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $200.0. Hi,I am interested in your board! Hi, do you have any questions? Do you know what wood it is made out of? I do not know specifically but the brand is a gravity skateboard. The wheels seem nice on it, but they could be a beter quality. Would you accept 100 for the board? No, that offer is too low. The board is pretty much brand new as it's been ridden only 4 or 5 times. The bone bearings are brand new. If I picked it up at your location would you accpet 120? Make it 150 and we got a deal. I could do 145, if you can gurantee the painting on the front of the board is not scratched up. Deal Great! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1920, 3200 ] }
[ 0, 1, 0, 1, 0, 1, 1, 0, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "i would love to buy ", "Sure! What's your price?", "im on a budget so i could do 1850", "How about $1900 and I'll wave the deposit.", "i will take it", "Great!", "", "", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 3200, 3200 ], "Description": [ "This is a single family house in an excellent condition. It will be available for move-in on July 2017. It's in a very nice and quiet community with great school district. Email me for viewing or further information. Thanks.,Huge living room and family room, plus 4 spacious bedrooms,2 generous bathrooms with bathtubs,Great school district (Oliveira elementary, Thornton junior high, American high),Few mins drive to Bart and Lucky and 99 Supermarkets", "This is a single family house in an excellent condition. It will be available for move-in on July 2017. It's in a very nice and quiet community with great school district. Email me for viewing or further information. Thanks.,Huge living room and family room, plus 4 spacious bedrooms,2 generous bathrooms with bathtubs,Great school district (Oliveira elementary, Thornton junior high, American high),Few mins drive to Bart and Lucky and 99 Supermarkets,Spacious two-car garage,Easy access to FWY 880 and Dumbarton Bridge.,Deposit: one month rent,Lease: one year minimum, longer preferred,No pet or smoking. No section 8. No sub-leasing.,Tenant pay all utilities. Gardening is included in the rent" ], "Title": [ "A 4 bedroom single family house for rent in central Fremont", "A 4 bedroom single family house for rent in central Fremont" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3200.0. i would love to buy Sure! What's your price? im on a budget so i could do 1850 How about $1900 and I'll wave the deposit. i will take it Great! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 444, 585 ] }
[ 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "init-price", "counter-price" ], "price": [ -1, -1, -1, -1, 400, 480 ] }
[ "hello", "Hi", "How old is the couch?", "It is practically brand new", "As you know, the value goes down as soon as the couch goes out the door. I see the list price is 585. I can give you 400 for it and can pick it up today.", "Well as I said it has nearly no wear and was in a non-smoking home, I can go as low as 480 on it" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6131245434_0.jpg", "furniture/6131245434_0.jpg" ], "Price": [ 585, 585 ], "Description": [ "I am remodeling my space and selling a beautiful custom modern terra cotta color sectional couch. It is in like-new condition and can be taken apart in two pieces while transporting. Absolutely no wear or tear in a non-smoking home. I am located in the Sunset district of SF. Please email if you are interested in seeing it. Thank you!", "I am remodeling my space and selling a beautiful custom modern terra cotta color sectional couch. It is in like-new condition and can be taken apart in two pieces while transporting. Absolutely no wear or tear in a non-smoking home. I am located in the Sunset district of SF. Please email if you are interested in seeing it. Thank you!,Sectional: 38L x 87W" ], "Title": [ "Sectional Couch", "Sectional Couch" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $585.0. hello Hi How old is the couch? It is practically brand new As you know, the value goes down as soon as the couch goes out the door. I see the list price is 585. I can give you 400 for it and can pick it up today. Well as I said it has nearly no wear and was in a non-smoking home, I can go as low as 480 on it Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 600, 1000 ] }
[ 0, 1, 1, 1 ]
{ "intent": [ "", "", "", "" ], "price": [ -1, -1, -1, -1 ] }
[ "500", "that is a lot lower then i am willing to sell this item for. ", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6144504669_0.jpg", "furniture/6144504669_0.jpg" ], "Price": [ 1000, 1000 ], "Description": [ "MUST SEE!!!,Like new ! - making space in our Designer Showroom - Must go, must go!!!,Perfect for interiors, bonus room, office, special storage - make us a deal!", "MUST SEE!!!,Like new ! - making space in our Designer Showroom - Must go, must go!!!,Perfect for interiors, bonus room, office, special storage - make us a deal!,Beautiful cherry hutch with a dark stain.,Decorative glass counter.,Price Negotiable!" ], "Title": [ "Beautiful Cherry Hutch", "Beautiful Cherry Hutch" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1000.0. 500 that is a lot lower then i am willing to sell this item for. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 10, 18 ] }
[ 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hi, $15 sound good?", "Can you come down a little more? The condition is only average.", "Alright, $14?", "Actually I was looking for something closer to $10.", "Sounds good. $10 is fine.", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 18, 18 ], "Description": [ "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much", "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much,Great For waiting room, client chairs etc." ], "Title": [ "Office Client Waiting Room CHAIRS", "Office Client Waiting Room CHAIRS" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $18.0. Hi, $15 sound good? Can you come down a little more? The condition is only average. Alright, $14? Actually I was looking for something closer to $10. Sounds good. $10 is fine. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8700, 14500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "unknown", "counter-price", "counter-price", "counter-price", "agree", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, 8000, -1, 8200, 14000, 13000, 13000, -1, 13000, -1, -1 ] }
[ "man thats a nice trak", "yes its really nice", "how about you give it to me for 8000", "That is way too little ", "i realy dont need it but i can pay you 8200 if you let it go", "I can go down to 14k but I can't knock off 6k", "oh man i cant afford that, i need to buy food for my pigs and farm and send my child to private school, can you do 13k ?", "I will take 13k ", "ok i can pick it up this weekend", "", "sounds good", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6126569187_0.jpg", "car/6126569187_0.jpg" ], "Price": [ 14500, 14500 ], "Description": [ "Selling my 2006 Toyota 4 Runner with only 106k original miles. The truck is in great condition with no mechanical flaws whatsoever and a clean accident history. Got new tires about 3,000 miles ago. Always has the oil changed on time (due in about 1k). Just got a thorough cleaning inside and a wash and wax outside (still wet in the photos). This truck has never been offroad, but the 4WD is working perfectly from the few times we've been up to Tahoe in it. However, it's a 10+ year old truck that's been driven, not babied and garaged all the time. It's got some scratches, paint is not perfect, but zero body damage.", "Selling my 2006 Toyota 4 Runner with only 106k original miles. The truck is in great condition with no mechanical flaws whatsoever and a clean accident history. Got new tires about 3,000 miles ago. Always has the oil changed on time (due in about 1k). Just got a thorough cleaning inside and a wash and wax outside (still wet in the photos). This truck has never been offroad, but the 4WD is working perfectly from the few times we've been up to Tahoe in it. However, it's a 10+ year old truck that's been driven, not babied and garaged all the time. It's got some scratches, paint is not perfect, but zero body damage.,Please reach out to me with your phone number and when you're interested in viewing the truck (evenings are best for me). I will set up some appointments.,I know the value of these cars. If your plan is to come here, look at the truck and try to get me to knock a few thousand off cause you have cash, don't waste your time and my time. I'm a busy guy." ], "Title": [ "2006 Toyota 4Runner 4WD - Only 106k Miles - Clean Title", "2006 Toyota 4Runner 4WD - Only 106k Miles - Clean Title" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $14500.0. man thats a nice trak yes its really nice how about you give it to me for 8000 That is way too little i realy dont need it but i can pay you 8200 if you let it go I can go down to 14k but I can't knock off 6k oh man i cant afford that, i need to buy food for my pigs and farm and send my child to private school, can you do 13k ? I will take 13k ok i can pick it up this weekend sounds good Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1743, 1895 ] }
[ 1, 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "Hello, I offer $500 for this studio.", "I accept.", "Wow, great. Okay I will submit $500.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6120095569_0.jpg", "housing/6120095569_0.jpg" ], "Price": [ 1895, 1895 ], "Description": [ "This beautiful remodeled studio offers:,Refinished hardwood floors,Great studio layout with sleeping area,Brand new kitchen with stainless steel appliances,Private balcony with Oakland views,Brand new bathroom with incredible lighting", "This beautiful remodeled studio offers:,Refinished hardwood floors,Great studio layout with sleeping area,Brand new kitchen with stainless steel appliances,Private balcony with Oakland views,Brand new bathroom with incredible lighting,Two huge closets (one with full-length mirrors),Laundry and Elevator in the building,Spend your evenings strolling around Lake Merritt, grab coffee (or a beer) at the fabulous Rooz Cafe just around the corner, or walk over to Lucky's grocery store, pickup a carton of ice cream and spend the night snuggled up with your loved ones in this secure, pet-friendly apartment. This unit is great for commuters as it's 1 mile away from Lake Merritt BART station, and is walking-distance from a Walgreens, Chase Bank, various cafes, a laundromat, and several restaurants. Oh, and did we mention you'll be living right next to the Lake?,We also have a few 1 bedrooms left in the same building. Take a look at them all and have your pick!,Alexandra Burgess | Leasing Agent,We do business in accordance with Fair Housing Laws" ], "Title": [ "Beautiful Renovated Studio with Balcony by Lake Merritt", "Beautiful Renovated Studio with Balcony by Lake Merritt" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1895.0. Hello, I offer $500 for this studio. I accept. Wow, great. Okay I will submit $500. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 6688, 8800 ] }
[ 1, 0, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Good Days!", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132725826_0.jpg", "car/6132725826_0.jpg" ], "Price": [ 8800, 8800 ], "Description": [ "2007 Mazda cx-9 2wheel drive. Truck has 138k miles. Did all brakes and rotors all around also just did tune up and transmission flush a week ago. Clean title. Also come with 22 inch rims and stock tires.", "2007 Mazda cx-9 2wheel drive. Truck has 138k miles. Did all brakes and rotors all around also just did tune up and transmission flush a week ago. Clean title. Also come with 22 inch rims and stock tires." ], "Title": [ "2007 Mazda cx-9", "2007 Mazda cx-9" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $8800.0. Good Days! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 24656, 26800 ] }
[ 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hi, think I could get it for $20000?", "That's a little low for this car, I was hoping to get something closer to the price I listed.", "Okay, $22000?", "Are you sure you can't come up a bit more? This car is awesome.", "$24000 is my final offer", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6128990620_0.jpg", "car/6128990620_0.jpg" ], "Price": [ 26800, 26800 ], "Description": [ "Im selling 2016 Mercedes Benz C300 1OWNER Automatic,Fully Loaded,", "Im selling 2016 Mercedes Benz C300 1OWNER Automatic,Fully Loaded,,Only 16,473 Miles,Car with Free Warranty,Please Serious Buyers Don\"t Waste my Time Thanks" ], "Title": [ "2016 mercedes benz c300", "2016 mercedes benz c300" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $26800.0. Hi, think I could get it for $20000? That's a little low for this car, I was hoping to get something closer to the price I listed. Okay, $22000? Are you sure you can't come up a bit more? This car is awesome. $24000 is my final offer Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 38, 50 ] }
[ 1, 0, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "", "Did you have the item for a while?", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 50, 50 ], "Description": [ "BLU R1 HD - 16 GB - Black - Amazon Prime Exclusive - with Lockscreen Offers & Ads. Comes with case.", "BLU R1 HD - 16 GB - Black - Amazon Prime Exclusive - with Lockscreen Offers & Ads. Comes with case." ], "Title": [ "BLU R1 HD - 16 GB", "BLU R1 HD - 16 GB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $50.0. Did you have the item for a while? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2714, 2950 ] }
[ 0, 1 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 2950, 2950 ], "Description": [ "2950.00 for a 3 bedrooms and 2 Bathrooms Live/work apartment near the West Oakland Bart Station and about 10 minutes to San Francisco via Bay Bridge this space is 10 ft. ceiling the floors are ceramic title and Laminated the ceiling have 2 skylights and 1 off street parking with laundry hookups the address is 333 Henry St. Oakland the deposit is 1500.00 no section 8 if you have any question you can call Rafa at", "2950.00 for a 3 bedrooms and 2 Bathrooms Live/work apartment near the West Oakland Bart Station and about 10 minutes to San Francisco via Bay Bridge this space is 10 ft. ceiling the floors are ceramic title and Laminated the ceiling have 2 skylights and 1 off street parking with laundry hookups the address is 333 Henry St. Oakland the deposit is 1500.00 no section 8 if you have any question you can call Rafa at,to schedule a time" ], "Title": [ "Live/work 3br apt. ner West Oak. Bart & S.F.", "Live/work 3br apt. ner West Oak. Bart & S.F." ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2950.0. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 717, 780 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "hi", "Good afternoon", "Brand new phone, still in the box, no contracts to worry about", "Sounds pretty nice. Would you take $705 for it?", "I mean it is still in it's original packaging and the warranty is included. I can do 760. ", "Warranty sounds useful with kids and a dog at home. How about $750 and we'll finish this deal now?", "Okay deal. ", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 780, 780 ], "Description": [ "We have rose gold, matte black and gold color too.,This phone is unlocked. You can use the phones in all GSM SIM CARD carriers such as AT&T/T-Mobile or international", "We have rose gold, matte black and gold color too.,This phone is unlocked. You can use the phones in all GSM SIM CARD carriers such as AT&T/T-Mobile or international,-Cash only,-Local starbucks for pick up,-Apple Manufacturer Warranty" ], "Title": [ "Unlocked Brand New Apple iphone 7 Plus 128GB Jet Black", "Unlocked Brand New Apple iphone 7 Plus 128GB Jet Black" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $780.0. hi Good afternoon Brand new phone, still in the box, no contracts to worry about Sounds pretty nice. Would you take $705 for it? I mean it is still in it's original packaging and the warranty is included. I can do 760. Warranty sounds useful with kids and a dog at home. How about $750 and we'll finish this deal now? Okay deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 180, 300 ] }
[ 0, 1, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "", "Hello", "hello", "I think your offer is fair. I'll go ahead and accept it.", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6120824717_0.jpg", "electronics/6120824717_0.jpg" ], "Price": [ 300, 300 ], "Description": [ "looking for a macbook pro or macbook air,I can arrange all kinds of MacBooks,All macbooks serviced by certified apple technican all will look and function like new.,Final Cut Pro.", "looking for a macbook pro or macbook air,I can arrange all kinds of MacBooks,All macbooks serviced by certified apple technican all will look and function like new.,Final Cut Pro.,Microsoft Office 2016.,Bluetooth.,CD DVD player/burner.,I can meet at a halfway point to cut down your drive time.,thanks for looking." ], "Title": [ "Macbook pros Macbook airs", "Macbook pros Macbook airs" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $300.0. Hello hello I think your offer is fair. I'll go ahead and accept it. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 95, 125 ] }
[ 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "init-price", "counter-price", "disagree", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ 50, 120, -1, 90, 75, -1, 75, -1 ] }
[ "Hi, I'd love to have this sofa, but I just can't pay that much for a used one. Would you take $50?", "how about 120 ", "I just can't go that high. I can't even see what it looks like under that blanket and you stated that you bought it used so IDK were it's been", "Well 90 is lowest I will go", "could you do 75 cash? That's all I've got right now", "I appreciate the best offer, Its a deal", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6144891544_0.jpg", "furniture/6144891544_0.jpg" ], "Price": [ 125, 125 ], "Description": [ "Just bought on craigslist a few months ago. was exactly what I was looking for but ended up being a tight fit for the space. Classic design. comes with all white slip cover and dove grey slip cover.", "Just bought on craigslist a few months ago. was exactly what I was looking for but ended up being a tight fit for the space. Classic design. comes with all white slip cover and dove grey slip cover." ], "Title": [ "Wooden FULL SIZED Futon w/ 2 Slip Covers $125 obo", "Wooden FULL SIZED Futon w/ 2 Slip Covers $125 obo" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $125.0. Hi, I'd love to have this sofa, but I just can't pay that much for a used one. Would you take $50? how about 120 I just can't go that high. I can't even see what it looks like under that blanket and you stated that you bought it used so IDK were it's been Well 90 is lowest I will go could you do 75 cash? That's all I've got right now I appreciate the best offer, Its a deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8188, 8900 ] }
[ 1, 0 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6114793364_0.jpg", "car/6114793364_0.jpg" ], "Price": [ 8900, 8900 ], "Description": [ "Hi, I'm selling my 2014 Toyota Prius. It has only 65k miles. Backup camera, Bluetooth, CD, AUX, Keyless Go, There was no, engine, or transmission damage. Very clean inside, never smoke. Well maintained. Oil change every 5k miles with synthetic Toyota Original Oil. Registered until February 2019. Title on hands. It lost its clean title status due to rear bumper hit. Small scratch on the right side. I'm the second owner and had no any problem with it. The car is great, 50+ MPG. Will run 100k miles more easily. Call me or better text at any time", "Hi, I'm selling my 2014 Toyota Prius. It has only 65k miles. Backup camera, Bluetooth, CD, AUX, Keyless Go, There was no, engine, or transmission damage. Very clean inside, never smoke. Well maintained. Oil change every 5k miles with synthetic Toyota Original Oil. Registered until February 2019. Title on hands. It lost its clean title status due to rear bumper hit. Small scratch on the right side. I'm the second owner and had no any problem with it. The car is great, 50+ MPG. Will run 100k miles more easily. Call me or better text at any time" ], "Title": [ "2014 TOYOTA PRIUS Hybrid", "2014 TOYOTA PRIUS Hybrid" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $8900.0. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 69, 75 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "inquiry", "init-price", "unknown", "unknown", "counter-price", "counter-price", "counter-price", "insist", "unknown", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, 65, -1, -1, 85, 69, 71, 69, -1, 70, -1, 70, -1 ] }
[ "Hi iam interested in your MicroSD Card for sale", "Good. What is your offer?", "I would like to offer you 65.00, I know their worth and that seems of correct value to me.", "Well I think there are a lot of opinions about the value, and I think it's good to open a dialog about the value.", "This is true, There are larger ones for same price, so I feel my price is fair. I would also pick up the item at your convience. ", "That's interesting. I've seen ones my size sell for $85 in some places! Picking up the item is a good offer too!", "Really? I have seen them cheaper then that. How about I pick up the item anytime you are free, and I pay 69 for it?", "That's a pretty good offer. Is it possible for you to come up to $71?", "Since I am picking it up I would like to stay at the 69.", "Hmm...Okay, let me think about if for a minute. You will definitely like this SD card.", "I am sure I will, it seems great, I also think you will like not having to leave your home or go out of your way. I would love to buy it, I could even meet you in the middle at 70.00. ", "That sounds even better. I accept your offer and look forward to seeing you. I'm glad we could come to an agreement!", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6152332391_0.jpg", "electronics/6152332391_0.jpg" ], "Price": [ 75, 75 ], "Description": [ "I have a brand new unopened microSD card. Great for Android users, Nintendo Switch, 3DS and GoPro cameras, and beyond.", "I have a brand new unopened microSD card. Great for Android users, Nintendo Switch, 3DS and GoPro cameras, and beyond.,On Amazon for more than this right now. This is a great deal." ], "Title": [ "Brand NEW SanDisk ULTRA MicroSDXC 200GB", "Brand NEW SanDisk ULTRA MicroSDXC 200GB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $75.0. Hi iam interested in your MicroSD Card for sale Good. What is your offer? I would like to offer you 65.00, I know their worth and that seems of correct value to me. Well I think there are a lot of opinions about the value, and I think it's good to open a dialog about the value. This is true, There are larger ones for same price, so I feel my price is fair. I would also pick up the item at your convience. That's interesting. I've seen ones my size sell for $85 in some places! Picking up the item is a good offer too! Really? I have seen them cheaper then that. How about I pick up the item anytime you are free, and I pay 69 for it? That's a pretty good offer. Is it possible for you to come up to $71? Since I am picking it up I would like to stay at the 69. Hmm...Okay, let me think about if for a minute. You will definitely like this SD card. I am sure I will, it seems great, I also think you will like not having to leave your home or go out of your way. I would love to buy it, I could even meet you in the middle at 70.00. That sounds even better. I accept your offer and look forward to seeing you. I'm glad we could come to an agreement! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 132, 220 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "init-price", "inquiry", "inform", "counter-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, 220, -1, -1, 120, 150, 132, -1, 132, -1 ] }
[ "Hello", "Hi I am interested in your soundlink.", "Great! I have it listed for $220 but am willing to negotiate.", "What color is it?", "It is black.", "Would you take 120?", "It's new so I think $150 is a good deal for both of us.", "Would you accept $132 if I pick it up at your location?", "Okay. That works.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 220, 220 ], "Description": [ "Brand new never use, i got it has a gift but i am using sonos system.", "Brand new never use, i got it has a gift but i am using sonos system.,Open to exchange for Sonos play 3, 5, or subwoofer.,Warranty available from Bose." ], "Title": [ "Bose Soundlink 3 brand new", "Bose Soundlink 3 brand new" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $220.0. Hello Hi I am interested in your soundlink. Great! I have it listed for $220 but am willing to negotiate. What color is it? It is black. Would you take 120? It's new so I think $150 is a good deal for both of us. Would you accept $132 if I pick it up at your location? Okay. That works. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 121, 160 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "inform", "inquiry", "inform", "init-price", "unknown", "offer", "vague-price" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 100, -1, 125, -1 ] }
[ "Hello", "Hi there. I had a few questions about the phone you are selling. ", "Sure", "How old is the phone? I don`t see it stated anywhere.", "2 years old", "Hmm ok. It says it`s like new, but 2 years old could possibly warrant a slightly lower price? Are you open for negotiation?", "Slightly", "The highest I can offer is around 100 dollars. Is this too low?", "Yes", "", "What would be your lowest point?" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 160, 160 ], "Description": [ "Apple iPhone 5S 16gb Space Gray,Like New Condition (no scratches anywhere),Will be reset to factory specs before sale", "Apple iPhone 5S 16gb Space Gray,Like New Condition (no scratches anywhere),Will be reset to factory specs before sale,Has always had a screen protector,Includes Original box,Includes Original charger,Includes new Verizon 4G LTE SIM card" ], "Title": [ "Apple iPhone 5S 16gb Space Gray", "Apple iPhone 5S 16gb Space Gray" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $160.0. Hello Hi there. I had a few questions about the phone you are selling. Sure How old is the phone? I don`t see it stated anywhere. 2 years old Hmm ok. It says it`s like new, but 2 years old could possibly warrant a slightly lower price? Are you open for negotiation? Slightly The highest I can offer is around 100 dollars. Is this too low? Yes What would be your lowest point? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 10, 18 ] }
[ 1, 0, 0, 0, 0 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "", "I would like to buy the chair for $10.", "I would like to buy the chair for $10", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 18, 18 ], "Description": [ "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much", "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much,Great For waiting room, client chairs etc." ], "Title": [ "Office Client Waiting Room CHAIRS", "Office Client Waiting Room CHAIRS" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $18.0. I would like to buy the chair for $10. I would like to buy the chair for $10 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8280, 9000 ] }
[ 1, 0, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "This is a fucking nice bmw", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6129108674_0.jpg", "car/6129108674_0.jpg" ], "Price": [ 9000, 9000 ], "Description": [ "If you want to buy a trouble free car keep reading, if you are looking for a bargain and don't have a problem with huge repair costs after buying your car please find another one.,Selling my 2006 BMW X5, 117K miles, Difficult to find it in these miles!!!,Mint condition, it has had all maintenance done, recently had all gaskets on engine replaced so no oil leaks whatsoever.,Has had the transmission and transfer case oils replaced in the last month.", "If you want to buy a trouble free car keep reading, if you are looking for a bargain and don't have a problem with huge repair costs after buying your car please find another one.,Selling my 2006 BMW X5, 117K miles, Difficult to find it in these miles!!!,Mint condition, it has had all maintenance done, recently had all gaskets on engine replaced so no oil leaks whatsoever.,Has had the transmission and transfer case oils replaced in the last month.,Brand new tires are about a month old. Does not need any work and runs great, 3.0 engine so very reliable and good on gas, about 25 mpg on freeway and 19 mpg around town driving.,Spark plugs changed about 3 months ago. DVD player, navigation system, upgraded speakers, Panoramic glass roof, second battery, just was detailed and all carpets washed, again car does not need any work and runs great.,Had an alignment performed a month ago after the tires were replaced.,All brake pads are less than a year old and in great condition. Had them checked when tires were being installed.,Car history clean." ], "Title": [ "2006 BMW x5", "2006 BMW x5" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $9000.0. This is a fucking nice bmw Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 83, 110 ] }
[ 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "I just saw your ad, I'd be willing to offer $65", "Hi, please make me an offer.", "$65", "How about 67?", "I'll do $67", "", "we have a deal", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 110, 110 ], "Description": [ "I have NEW original, hard to find, Federal Pacific Electric ( FPE), also known as STAB-LOK, later also made by American Circuit Breaker and Challenger. These are NEW, original manufacturer, (OEM), breakers, not after market or refurbished (used and cleaned). I also have brand new original FPE sub panels and service panels of different types. I have more breakers of other sizes as well. I bought this equipment many years ago, before I retired and when Federal Pacific was Federal Pacific Electric and produced high grade equipment. FPE breakers later got a bad rap when after market breakers came in to the market.,Originally, Federal Pacific Electric ( FPE) was the only residential switching manufacturer using only copper, not aluminum, in their breakers and panels. This fact can be very important when installed near salt water, livestock or excessive moisture areas that can destroy aluminum.", "I have NEW original, hard to find, Federal Pacific Electric ( FPE), also known as STAB-LOK, later also made by American Circuit Breaker and Challenger. These are NEW, original manufacturer, (OEM), breakers, not after market or refurbished (used and cleaned). I also have brand new original FPE sub panels and service panels of different types. I have more breakers of other sizes as well. I bought this equipment many years ago, before I retired and when Federal Pacific was Federal Pacific Electric and produced high grade equipment. FPE breakers later got a bad rap when after market breakers came in to the market.,Originally, Federal Pacific Electric ( FPE) was the only residential switching manufacturer using only copper, not aluminum, in their breakers and panels. This fact can be very important when installed near salt water, livestock or excessive moisture areas that can destroy aluminum.,These materials are BRAND NEW and have been in my stock for over thirty to forty years. If you have the need for FPE call me. I do not text.,Also, have good stock of NEW original Zinsco / sylvania breakers and panels, again (NOT AFTER MARKET),The 2P80 in picture is gone." ], "Title": [ "Federal Pacific, ( FPE), stab-lok Circuit Breaker", "Federal Pacific, ( FPE), stab-lok Circuit Breaker" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $110.0. I just saw your ad, I'd be willing to offer $65 Hi, please make me an offer. $65 How about 67? I'll do $67 we have a deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2391, 2599 ] }
[ 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1 ] }
[ "Hi are you willing to go down to $2000?", "Hi there. I'd like to get closer to my asking price. How about 2400?", "I don't have that much. I would be comfortable going $2300.", "Sure, $2300 sounds reasonable. I can do that.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6127883085_0.jpg", "housing/6127883085_0.jpg" ], "Price": [ 2599, 2599 ], "Description": [ "This charming family house has very bright natural light all year around and on a quiet residential area near the Mormon Temple. Close to highways 13 and 580 with easy commute to Berkeley, also SF by bus or casual car pool. Close to Montclair village, post office and banks, farmers' market, etc.,Decorative fireplace in living room. All hardwood floors. Central heating system.,Gourmet kitchen with granite counter top. Gas stove/oven, Refrigerator and Dishwasher included. Washer and Dryer hookups available.,Lovely breakfast nook with lots of light.,Detached one car garage and long driveway.,Front/back yards. (It can be a nice organic vegetable garden.)", "This charming family house has very bright natural light all year around and on a quiet residential area near the Mormon Temple. Close to highways 13 and 580 with easy commute to Berkeley, also SF by bus or casual car pool. Close to Montclair village, post office and banks, farmers' market, etc.,Decorative fireplace in living room. All hardwood floors. Central heating system.,Gourmet kitchen with granite counter top. Gas stove/oven, Refrigerator and Dishwasher included. Washer and Dryer hookups available.,Lovely breakfast nook with lots of light.,Detached one car garage and long driveway.,Front/back yards. (It can be a nice organic vegetable garden.),No smoking/drugs. No pets. No section 8.,Steady job, good credit.,If interested, please leave names, phone numbers with self introduction for all occupants.,What is your moving schedule and available time to view the house?,Shown by appointment only.,Thanks." ], "Title": [ "GORGEOUS SINGLE HOUSE NEAR THE TEMPLES", "GORGEOUS SINGLE HOUSE NEAR THE TEMPLES" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2599.0. Hi are you willing to go down to $2000? Hi there. I'd like to get closer to my asking price. How about 2400? I don't have that much. I would be comfortable going $2300. Sure, $2300 sounds reasonable. I can do that. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 456, 600 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "init-price", "unknown", "counter-price", "unknown", "unknown", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, 510, -1, 550, -1, -1, -1, 550, -1 ] }
[ "good day!", "this is a rare bike", "it looks like a great bike in wonderful condition", "it has served me good, i hope you take care of it", "Looks like this was made for me, I like the style. how doe $510 for it sound? I would like to pay lower, but sense it's a classic and rare, I thought this would be a fair price.", "yes i priced it fair", "hmmm any chance you can go to $550?", "i can do that if you pick up today, its a today only special", "gladly!", "deal", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6145044567_0.jpg", "bike/6145044567_0.jpg" ], "Price": [ 600, 600 ], "Description": [ "Rare and classic 62cm Steel Frame Colnago!! It's made and designed for the tall/ large man. Campanella components. Saddle is on my Cannondale. It was turned up about 25 miles of riding ago.", "Rare and classic 62cm Steel Frame Colnago!! It's made and designed for the tall/ large man. Campanella components. Saddle is on my Cannondale. It was turned up about 25 miles of riding ago." ], "Title": [ "Steel Frame Colnago", "Steel Frame Colnago" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $600.0. good day! this is a rare bike it looks like a great bike in wonderful condition it has served me good, i hope you take care of it Looks like this was made for me, I like the style. how doe $510 for it sound? I would like to pay lower, but sense it's a classic and rare, I thought this would be a fair price. yes i priced it fair hmmm any chance you can go to $550? i can do that if you pick up today, its a today only special gladly! deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 480, 800 ] }
[ 0, 1, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "I'm poor, please need a bike to get to work", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6123601035_0.jpg", "bike/6123601035_0.jpg" ], "Price": [ 800, 800 ], "Description": [ "This is a SOMA Doublecross with a great touring/hybrid setup. It has a Ritchey Carbon fork and King headset. Shimano Ultegra gear set and derailleurs. The Mavic CXP wheelset is two months old and has fresh continental touring plus tires. I just road it across Oregon and it performed beautifully. The pedals are hybrid mountain SPD clip pedals. The bike does not include the Cateye system.", "This is a SOMA Doublecross with a great touring/hybrid setup. It has a Ritchey Carbon fork and King headset. Shimano Ultegra gear set and derailleurs. The Mavic CXP wheelset is two months old and has fresh continental touring plus tires. I just road it across Oregon and it performed beautifully. The pedals are hybrid mountain SPD clip pedals. The bike does not include the Cateye system.,I put the thinner tires on for mainly road touring, however, I also have some thicker tires that worked fine when riding dirt trails etc for more CX use." ], "Title": [ "SOMA Doublecross 60 Ultegra Ritchey Carbon", "SOMA Doublecross 60 Ultegra Ritchey Carbon" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $800.0. I'm poor, please need a bike to get to work Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1700, 2834 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "inform", "init-price", "unknown", "counter-price", "counter-price", "insist", "unknown", "unknown", "quit" ], "price": [ -1, -1, -1, -1, -1, -1, 3000, -1, 2700, 2000, 2700, -1, -1, -1 ] }
[ "hi", "Hello", "do you care to make an offer?", "The place sounds nice, but may be a little more than I can afford", "well how much can you soend?", "I was looking for something in the 1500-1600 range", "That is really unreasonable considering all the immenities and other going rates, you would need to come up to at least 3000", "I have seen some 2 bedrooms for that price, which I could split the cost with a roommate, so even with amenities, this may be out of my range", "it may be then... the absolute lowest i will go is 2700. that is my final offer.", "Ok, I think the most I could spend on this is 2000 - we are a ways apart", "ya that is far too low like i said 2700", "Ok, thanks for your consideration. I will have to keep looking for now.", "good luck", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133037883_0.jpg", "housing/6133037883_0.jpg" ], "Price": [ 2834, 2834 ], "Description": [ "Essex Property Trust,EMME Apartment Homes,6350 Christie Ave, Emeryville, CA 94608,We will have a 1 bedroom 1 bath 643 sq ft apartment #130 available on June 10th! Your beautiful new kitchen will have Cesar stone countertops, dark cherry wood on the cabinets and stainless steel appliances!,All of emme apartments come with a full size front load washer & dryer! Emme offers amenities such as our 24 hour gym, courtyard, clubhouse and our beautiful roof top deck, a must see with a great view of San Francisco! Living at emme makes life a bit easier with having everything you need right around the corner, from grocery stores to retail! Not to mention, transportation!,Emeryville provides us a free shuttle that picks you up right in front of the community and takes you straight to bart!,Schedule your appointment today!!,Stop by our 2 bedroom home OPEN HOUSE this Saturday, May 20th from 10:00 AM - 12:00 PM!", "Essex Property Trust,EMME Apartment Homes,6350 Christie Ave, Emeryville, CA 94608,We will have a 1 bedroom 1 bath 643 sq ft apartment #130 available on June 10th! Your beautiful new kitchen will have Cesar stone countertops, dark cherry wood on the cabinets and stainless steel appliances!,All of emme apartments come with a full size front load washer & dryer! Emme offers amenities such as our 24 hour gym, courtyard, clubhouse and our beautiful roof top deck, a must see with a great view of San Francisco! Living at emme makes life a bit easier with having everything you need right around the corner, from grocery stores to retail! Not to mention, transportation!,Emeryville provides us a free shuttle that picks you up right in front of the community and takes you straight to bart!,Schedule your appointment today!!,Stop by our 2 bedroom home OPEN HOUSE this Saturday, May 20th from 10:00 AM - 12:00 PM!,*Equal Housing Opportunity*,*Prices Subject to Change Daily*,Disclaimer: Floor Plan measurements are approximate and are for illustrative purposes only*,•Secured entry,•Shared pool,•Fitness center,•Near transportation,•Clubhouse,CHECK OUT OUR WEBSITE!" ], "Title": [ "Beautiful 1 Bedroom Home with Balcony Available Mid June!", "Beautiful 1 Bedroom Home with Balcony Available Mid June!" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2834.0. hi Hello do you care to make an offer? The place sounds nice, but may be a little more than I can afford well how much can you soend? I was looking for something in the 1500-1600 range That is really unreasonable considering all the immenities and other going rates, you would need to come up to at least 3000 I have seen some 2 bedrooms for that price, which I could split the cost with a roommate, so even with amenities, this may be out of my range it may be then... the absolute lowest i will go is 2700. that is my final offer. Ok, I think the most I could spend on this is 2000 - we are a ways apart ya that is far too low like i said 2700 Ok, thanks for your consideration. I will have to keep looking for now. good luck Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 133, 175 ] }
[ 1, 0, 0, 0 ]
{ "intent": [ "", "", "", "" ], "price": [ -1, -1, -1, -1 ] }
[ "", "All adapters with it?", "150 hmm", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6151447723_0.jpg", "phone/6151447723_0.jpg" ], "Price": [ 175, 175 ], "Description": [ "Gently used, pre-LOVED iPad 2 for sale. I purchased a new iPad & my prior device needs a new home.,-White/silver", "Gently used, pre-LOVED iPad 2 for sale. I purchased a new iPad & my prior device needs a new home.,-White/silver,Comes with charging cube, charging cable & beautiful leather case or poly/plastic case of your choice.,FIRM ON PRICE!" ], "Title": [ "iPad 2 32gb EXCELLENT CONDITION", "iPad 2 32gb EXCELLENT CONDITION" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $175.0. All adapters with it? 150 hmm Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 13, 15 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "agree", "offer", "agree", "accept" ], "price": [ 10, 15, 12, 12, 12, -1, -1 ] }
[ "I just saw your ad for the adapters, would you take $10?", "Hi. No, $10 is very low for it. Its a very different adapter pack. I can accept $15", "I don't want to pay that much, I see there are a few adapters in there that are obsolete. Wold you take $12?", "okay, I can accept $12", "", "Great, thanks", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6115717310_0.jpg", "electronics/6115717310_0.jpg" ], "Price": [ 15, 15 ], "Description": [ "Features:,*Each adapter clearly labeled for easy identification.,*Selection guide makes adapter identification quick and easy,*Deluxe organizer case holds all adapters,*Mini-zipper case lets you carry just the adapters you need", "Features:,*Each adapter clearly labeled for easy identification.,*Selection guide makes adapter identification quick and easy,*Deluxe organizer case holds all adapters,*Mini-zipper case lets you carry just the adapters you need,*Includes joiner and splitter utility adapters,*Includes PORT retractable telephone cord,12 Telephone line adapters, 5 power line adapters, PORT retractable telephone cord, deluxe organizer case, selection guide, warranty card.,Part # CMP0010,http://www.port.com" ], "Title": [ "Travel Electrical Adaptor Connection Pack Adapter", "Travel Electrical Adaptor Connection Pack Adapter" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $15.0. I just saw your ad for the adapters, would you take $10? Hi. No, $10 is very low for it. Its a very different adapter pack. I can accept $15 I don't want to pay that much, I see there are a few adapters in there that are obsolete. Wold you take $12? okay, I can accept $12 Great, thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 16, 18 ] }
[ 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1 ] }
[ "MUST SELL", "What color are the chairs?", "Greyish, but it's a bargin!", "", "I think that is a fair price.", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 18, 18 ], "Description": [ "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much", "Still sturdy and good, average condition. Some small tear on some by being placed against wall, but doesnt show much,Great For waiting room, client chairs etc." ], "Title": [ "Office Client Waiting Room CHAIRS", "Office Client Waiting Room CHAIRS" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $18.0. MUST SELL What color are the chairs? Greyish, but it's a bargin! I think that is a fair price. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 36, 40 ] }
[ 0, 1, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Are there any other defects other than the door handle?", "none that i am aware of", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6107749817_0.jpg", "furniture/6107749817_0.jpg" ], "Price": [ 40, 40 ], "Description": [ "Thank you for viewing this nice MCM wood armoire. Great for storing clothes, craft items, and more! It measures 38\" wide x 19\" deep x 60\" high. The handle on the right door is missing, but easily replaced.", "Thank you for viewing this nice MCM wood armoire. Great for storing clothes, craft items, and more! It measures 38\" wide x 19\" deep x 60\" high. The handle on the right door is missing, but easily replaced." ], "Title": [ "Armoire clothes or other Storage Cabinet PRICED TO SELL!", "Armoire clothes or other Storage Cabinet PRICED TO SELL!" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $40.0. Are there any other defects other than the door handle? none that i am aware of Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 41, 55 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "init-price", "unknown", "unknown", "counter-price", "counter-price", "counter-price", "counter-price" ], "price": [ -1, -1, -1, -1, 55, -1, -1, 41, 41, 48, 2 ] }
[ "Hello, how are you today", "Hi, very well thank you! So, is the DVD player in a good condition?", "It is in great condition. I have barely taken it out of the box. ", "How much can you give it for?", "The price is $55", "Yeah but its too much for me", "I understand that would normally be a lot for a used DVD player but this item has only been used for one week. ", "Yeah, but there are a lot of different options in the market. I am a student and can only afford what my budget allows me to do so. I can pay $41. Will you accept it?", "I understand a student's budget, as I have no to long ago graduated myself. I just am already letting it go real cheap. I paid $130 for the product. The only reason I am parting with it is that It only streams the big streaming channels like Netflix, Hulu, Vudu and Youtube and I bought a DVD player/Android Box combo that will allow me to stream those plus add my own channels. I can't possibly sell it for $41. ", "Okay I can only afford $48 that's the last I can pay", "Make it $50 and we have a deal. I know it is a stretch to your budget but trust me with everything this player does, you will save more than $2 on entertainment" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6145651649_0.jpg", "electronics/6145651649_0.jpg" ], "Price": [ 55, 55 ], "Description": [ "Panasonic DVD Player: in excellent condition with no blemishes, scratches or dents. Looks and operates as if new.", "Panasonic DVD Player: in excellent condition with no blemishes, scratches or dents. Looks and operates as if new.,Features: Excellent progressive-scan performance; front-panel progressive-scan button; solid MP3 support; top-notch picture; and slim.,Comes with cables." ], "Title": [ "Panasonic DVD Player", "Panasonic DVD Player" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $55.0. Hello, how are you today Hi, very well thank you! So, is the DVD player in a good condition? It is in great condition. I have barely taken it out of the box. How much can you give it for? The price is $55 Yeah but its too much for me I understand that would normally be a lot for a used DVD player but this item has only been used for one week. Yeah, but there are a lot of different options in the market. I am a student and can only afford what my budget allows me to do so. I can pay $41. Will you accept it? I understand a student's budget, as I have no to long ago graduated myself. I just am already letting it go real cheap. I paid $130 for the product. The only reason I am parting with it is that It only streams the big streaming channels like Netflix, Hulu, Vudu and Youtube and I bought a DVD player/Android Box combo that will allow me to stream those plus add my own channels. I can't possibly sell it for $41. Okay I can only afford $48 that's the last I can pay Make it $50 and we have a deal. I know it is a stretch to your budget but trust me with everything this player does, you will save more than $2 on entertainment Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 93, 155 ] }
[ 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "intro", "disagree", "offer", "inquiry", "inform", "inquiry", "inform", "inquiry", "inquiry", "inform", "unknown", "agree", "unknown", "unknown", "accept" ], "price": [ -1, -1, 125, -1, -1, -1, -1, -1, -1, -1, -1, 125, -1, -1, -1 ] }
[ "Have the headphones been used?", "No, they are new and very nice.", "", "Can I use them with my gaming console?", "Yes, you can.", "Any of them?", "Yes.", "Do you have one in a different color?", "Yes, what color are you looking for?", "Blue", "I have that color.", "Which color is this one? 125 a bit pricey", "This one is white. ", "I guess it's a deal, lets see what happens if I accept", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6154492583_0.jpg", "electronics/6154492583_0.jpg" ], "Price": [ 155, 155 ], "Description": [ "A2 Sound Engines with clear highs and detailed deep bass,Super-Power Wireless - Control Tracks Air from up to 150 feet away", "A2 Sound Engines with clear highs and detailed deep bass,Super-Power Wireless - Control Tracks Air from up to 150 feet away,Connect to two devices simultaneously, including your phone, tablet or computer. Seamlessly answer an incoming call while watching a movie on your tablet.,Built-in microphone for phone calls enables hands-free calling" ], "Title": [ "Sol Republic Wireless Bluetooth Headphones", "Sol Republic Wireless Bluetooth Headphones" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $155.0. Have the headphones been used? No, they are new and very nice. Can I use them with my gaming console? Yes, you can. Any of them? Yes. Do you have one in a different color? Yes, what color are you looking for? Blue I have that color. Which color is this one? 125 a bit pricey This one is white. I guess it's a deal, lets see what happens if I accept Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 11248, 14800 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "disagree", "inquiry", "inform", "init-price", "agree", "counter-price", "agree", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 10000, 10000, 12500, -1, -1, 12500, -1 ] }
[ "Hello.", "Hello. I saw your listing and I am interested in your car. However, I have a few questions.", "Sure, go ahead.", "Has it been in any major accidents?", "No, I`ve kept it in very good condition.", "All of the electronics are in working order, correct?", "Yes, everything has been checked out recently.", "Great! Would you take $10,000? 120k miles is kinda a lot.", "I`m open to negotiate but 10k is a bit low. We could meet in the middle and say 13 000? I`ll include the extra speakers I recently purchased.", "13,000 is fair, however I can only afford paying 12,500", "Alright, I think that`s reasonable. We can agree on 12,500 then.", "Great!", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6122750569_0.jpg", "car/6122750569_0.jpg" ], "Price": [ 14800, 14800 ], "Description": [ "selling my 2010 camaro ss 6.2L auto and maunal runs good 120miles", "selling my 2010 camaro ss 6.2L auto and maunal runs good 120miles,smoged 2018 tags clean title sun roof on 20'' zl1 rims,serious callers" ], "Title": [ "2010 camaro ss on zl1 rims runs good 2018 tags clean title", "2010 camaro ss on zl1 rims runs good 2018 tags clean title" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $14800.0. Hello. Hello. I saw your listing and I am interested in your car. However, I have a few questions. Sure, go ahead. Has it been in any major accidents? No, I`ve kept it in very good condition. All of the electronics are in working order, correct? Yes, everything has been checked out recently. Great! Would you take $10,000? 120k miles is kinda a lot. I`m open to negotiate but 10k is a bit low. We could meet in the middle and say 13 000? I`ll include the extra speakers I recently purchased. 13,000 is fair, however I can only afford paying 12,500 Alright, I think that`s reasonable. We can agree on 12,500 then. Great! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1520, 2000 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "init-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 1800, -1, 1800, -1 ] }
[ "hi there", "Hello. What would you like today?", "your 2010 raleigh kodiak II looks amazing. Looks completely decked out. However 2000$ is a bit high for me right now. Can we negotiate a price?", "Sure. Its definitely a great product. I would be willing to take $1800", "perfect! just what i was gonna offer!", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6132568561_0.jpg", "bike/6132568561_0.jpg" ], "Price": [ 2000, 2000 ], "Description": [ "Got for sale a sweet 2016 Raleigh Kodiak II Full suspension w/120mm of travel front and back by Rock Shox with lockout on the front and 3 positions on the rear from Fox Factory w/Boost and Kashima Coating (pictured is the RT3 but that's not longer available) full SRAM's components i.e. SRAM XX rear der. (long cage) XO front der. XO grip shift, 175mm Race Face Turbine with CINCH technology 38/26, Praxis Works 11/40 cassette, KS Lev eTen remote (100mm travel) dropper post, and a sweet ass Roval Traverse Alloy boost+ wheelset w/DT's internals, SRAM Guide Hydro RS brakes (4 piston caliper) frame and fork is 15mm/12mm t/a and a nice Fizïk Tundra 2 kium rails. if you like to see the bike Monday's or Thursday's are the best as those are my day off, let me know if you have any questions and hit me up @", "Got for sale a sweet 2016 Raleigh Kodiak II Full suspension w/120mm of travel front and back by Rock Shox with lockout on the front and 3 positions on the rear from Fox Factory w/Boost and Kashima Coating (pictured is the RT3 but that's not longer available) full SRAM's components i.e. SRAM XX rear der. (long cage) XO front der. XO grip shift, 175mm Race Face Turbine with CINCH technology 38/26, Praxis Works 11/40 cassette, KS Lev eTen remote (100mm travel) dropper post, and a sweet ass Roval Traverse Alloy boost+ wheelset w/DT's internals, SRAM Guide Hydro RS brakes (4 piston caliper) frame and fork is 15mm/12mm t/a and a nice Fizïk Tundra 2 kium rails. if you like to see the bike Monday's or Thursday's are the best as those are my day off, let me know if you have any questions and hit me up @,PS: NO PEDAL OR OTHER ACCESSORIES INCLUDED,Thanks" ], "Title": [ "2016 Raleigh Kodiak II 27.5 Upgraded Size L 2x10 spd.", "2016 Raleigh Kodiak II 27.5 Upgraded Size L 2x10 spd." ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2000.0. hi there Hello. What would you like today? your 2010 raleigh kodiak II looks amazing. Looks completely decked out. However 2000$ is a bit high for me right now. Can we negotiate a price? Sure. Its definitely a great product. I would be willing to take $1800 perfect! just what i was gonna offer! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1288, 1400 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "disagree", "inquiry", "disagree", "inquiry", "inform", "disagree", "init-price", "counter-price", "counter-price", "counter-price", "offer", "counter-price", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, 140, 140, -1, 1325, 1330, -1, -1 ] }
[ "I'm interested in this item, but I had some questions", "Geat, ask away.", "Do I have to remove it myself?", "I am renting out the appartment, you \"Don't Remove Anything\"", "Nice. Is it fully furnished?", "No, you will need your own \"basic\" furnishing", "How much is the security deposit, is there one?", "Just first and last month rent", "It's a bit pricy, I'm not sure if I can afford it...", "I'm only asking $140, that is really cheap for the area", "I'd totally take 140!!! but how about 1300 instead?", "Oops, I ment $1400, how about we meet in the middle at $1350?", "1325, and I'll accept", "", "How about $1337.50", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6105371869_0.jpg", "housing/6105371869_0.jpg" ], "Price": [ 1400, 1400 ], "Description": [ "*Private bath,*Fresh new look,* very near to Emeryville Bay Street,* West MAcArthur Bart 8 - 10 blocks away", "*Private bath,*Fresh new look,* very near to Emeryville Bay Street,* West MAcArthur Bart 8 - 10 blocks away,*good amount of closet space,*Tiled floors Granite counters Tiled bath,*Water & Pg&e payed by Tennant,Please email for viewing" ], "Title": [ "~~~STUDIO CHARM~~~", "~~~STUDIO CHARM~~~" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1400.0. I'm interested in this item, but I had some questions Geat, ask away. Do I have to remove it myself? I am renting out the appartment, you "Don't Remove Anything" Nice. Is it fully furnished? No, you will need your own "basic" furnishing How much is the security deposit, is there one? Just first and last month rent It's a bit pricy, I'm not sure if I can afford it... I'm only asking $140, that is really cheap for the area I'd totally take 140!!! but how about 1300 instead? Oops, I ment $1400, how about we meet in the middle at $1350? 1325, and I'll accept How about $1337.50 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 101, 169 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hello. I'm interested in your bike. However, it seems a bit pricey.", "Yes, because its in a very good condition, well maintained and solid. How much are you willing to pay?", "I think $125 is fair and a good deal for both of us.", "Wow $125 is too low for me. I am willing to accept $140", "Deal. I can swing $140.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6152234218_0.jpg", "bike/6152234218_0.jpg" ], "Price": [ 169, 169 ], "Description": [ "At 18\" probably best fit for those 5'8\" to 5'11\",Double-butted Tange chromalloy throughout, front fork 4130 Cr-Mo,21 speeds: front derailleur Shimano LX, back Shimano Exage, analog levers,Cantilever brakes. Elliptical Biopace crank.", "At 18\" probably best fit for those 5'8\" to 5'11\",Double-butted Tange chromalloy throughout, front fork 4130 Cr-Mo,21 speeds: front derailleur Shimano LX, back Shimano Exage, analog levers,Cantilever brakes. Elliptical Biopace crank.,26 X 1.50 aluminum Araya rims, 1.95 X 26 knobbies mounted,Well-maintained, everything adjusted and lubed, solid,Great paint, cosmetics for its age. This bike was in inside storage for almost 20 years.,Just reconditioned. This simple bike uses excellent materials and is easy to service and repair with standard parts. The analog shifting system is very accurate and easy to adjust. This is a great bike for someone who wants a simple, tough, well-made and reliable bike. It also looks nice.,If something goes wrong or out-of-whack the first few weeks I'll be glad to fix it." ], "Title": [ "Nishiki Colorado 18\", vintage mountain bike", "Nishiki Colorado 18\", vintage mountain bike" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $169.0. Hello. I'm interested in your bike. However, it seems a bit pricey. Yes, because its in a very good condition, well maintained and solid. How much are you willing to pay? I think $125 is fair and a good deal for both of us. Wow $125 is too low for me. I am willing to accept $140 Deal. I can swing $140. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 45, 60 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "what does this thing do?", "It is a Samsung Smart Things Hub", "what is the condition", "Brand new", "is it open box or sealed?", "Still sealed", "I only have $40 in cash but I would like to buy it.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153780184_0.jpg", "electronics/6153780184_0.jpg" ], "Price": [ 60, 60 ], "Description": [ "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME", "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME" ], "Title": [ "BRAND NEW SAMSUNG'S SMART THINGS HUB", "BRAND NEW SAMSUNG'S SMART THINGS HUB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $60.0. what does this thing do? It is a Samsung Smart Things Hub what is the condition Brand new is it open box or sealed? Still sealed I only have $40 in cash but I would like to buy it. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 120, 200 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, 100, 200, 110, 160, 115, 150, 120, -1, 120, -1 ] }
[ "Hello and thank you for answering my add", "Hi, just saw your ad, will you take $100?", "Hi, The price for this bike is $200. It rode it twice. But I decided to purchase a car instead", "So you are telling me it is used, I come up some, how about $110 and I'll come pick it up.", "It is taking up space so I am selling it today. I have an offer for $160 and he can pick it up within the hour", "I am really poor, and have no other transportation. I can scounge up $115, and I can through in a pan of fresh brownies", "You are killing me as I really do not want to sell it to this other guy as I know him personally and he abuses his bikes, but that is way under what I paid for it. The Shimano gears alone cost me an extra $50 to add. I paid over $500 for this bike. How about this, since you see like you are a great person, just starting out financially and I remember being there. Price is $150 and you give me $100 now and $50 in two weeks, We sign and agreement and you pick it up today ", "I lost my job, so I can't guarentee anything next week, I think I can get another $5 from my mom, so I can give you $120 total. ", "Okay we are good. I like you.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6145047606_0.jpg", "bike/6145047606_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Includes two Jandd panniers, Kryptonite lock, Shimano Deore gear shifts with 9 settings, bell, mirror. Great for city shopping and short trips.", "Includes two Jandd panniers, Kryptonite lock, Shimano Deore gear shifts with 9 settings, bell, mirror. Great for city shopping and short trips." ], "Title": [ "KONA woman's bicycle with panniers", "KONA woman's bicycle with panniers" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $200.0. Hello and thank you for answering my add Hi, just saw your ad, will you take $100? Hi, The price for this bike is $200. It rode it twice. But I decided to purchase a car instead So you are telling me it is used, I come up some, how about $110 and I'll come pick it up. It is taking up space so I am selling it today. I have an offer for $160 and he can pick it up within the hour I am really poor, and have no other transportation. I can scounge up $115, and I can through in a pan of fresh brownies You are killing me as I really do not want to sell it to this other guy as I know him personally and he abuses his bikes, but that is way under what I paid for it. The Shimano gears alone cost me an extra $50 to add. I paid over $500 for this bike. How about this, since you see like you are a great person, just starting out financially and I remember being there. Price is $150 and you give me $100 now and $50 in two weeks, We sign and agreement and you pick it up today I lost my job, so I can't guarentee anything next week, I think I can get another $5 from my mom, so I can give you $120 total. Okay we are good. I like you. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 552, 600 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "This is an awesome bike", "Hi I am interested in your bike", "Great! What would you like to know?", "How old is the bike?", "About 2 years. I paid 2,000 for it new.", "The wheel could be better, would you accept 520?", "Wow, way too low. This is an ultra-lite bike", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 600, 600 ], "Description": [ "Great track and crit bike,Very light frame,Front wheel: 510 track wheel", "Great track and crit bike,Very light frame,Front wheel: 510 track wheel,Cog: surly,Bars: bmc compact road bars with lizard skin bar tape,Stem: Itm mantis,Light weight spacers" ], "Title": [ "Fully custom cannondale capo track bike", "Fully custom cannondale capo track bike" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $600.0. This is an awesome bike Hi I am interested in your bike Great! What would you like to know? How old is the bike? About 2 years. I paid 2,000 for it new. The wheel could be better, would you accept 520? Wow, way too low. This is an ultra-lite bike Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 114, 150 ] }
[ 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1 ] }
[ "200 dollars", "Hi there - I am only asking 150 for this item.", "fine i'll keep the extra 50, i just like the quality", "", "Yes, please buy your new baby something with the savings! Enjoy!", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6119912013_0.jpg", "furniture/6119912013_0.jpg" ], "Price": [ 150, 150 ], "Description": [ "Howard Elliott Collection Puff Scroll Ottoman Ltd Ed Design,Scroll Puff Ottoman: 24w x 24d x 18h.", "Howard Elliott Collection Puff Scroll Ottoman Ltd Ed Design,Scroll Puff Ottoman: 24w x 24d x 18h.,We used this beautiful ottoman with our Monte Luca recliner for a short period of time. The cover is the heavy stitched fabric with a limited edition design. We barely used it before the rocker got moved and the room turned into a playroom! Now it is just sitting in the corner not being used. It is not even broken in yet.,Great addition to brighten up your nursery. Please leave your name and number with your response. Thanks!" ], "Title": [ "Howard Elliott Collection Puff Scroll Ottoman Ltd Ed Design", "Howard Elliott Collection Puff Scroll Ottoman Ltd Ed Design" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $150.0. 200 dollars Hi there - I am only asking 150 for this item. fine i'll keep the extra 50, i just like the quality Yes, please buy your new baby something with the savings! Enjoy! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 22, 30 ] }
[ 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "init-price", "counter-price", "counter-price", "counter-price", "agree", "offer", "accept" ], "price": [ -1, 22, 30, 25, 28, 28, 28, -1 ] }
[ "Hi there, are you interested?", "Hello. I am interested. I'm willing to pay $22.", "That is really too low for such a high quality item, I could do 30.?", "Hmmm. $30 is a bit much. How is the condition of the item? If it is in good condition, I could offer $25.", "As you can read it is premium leather, which only gets better with time. So excellent quality and offers maximum protection.. I WOULD BE WILLING TO DROP DOWN AND MEET IN THE MIDDLE AT 28 DOLLARS...", "I agree. $28 it is.", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6126761993_0.jpg", "phone/6126761993_0.jpg" ], "Price": [ 30, 30 ], "Description": [ "or email me at: rocksmith281@gmail for further information. I ONLY DO IN PERSON TRANSACTIONS, NO TRADES, CASH ONLY.,This stylish textured leather belt holster is big enough to accommodate the iPhone, Samsung, HTC, and many more. Features a felt lined interior for maximum protection, a solid metal clip and magnetic latch.,Specifications", "or email me at: rocksmith281@gmail for further information. I ONLY DO IN PERSON TRANSACTIONS, NO TRADES, CASH ONLY.,This stylish textured leather belt holster is big enough to accommodate the iPhone, Samsung, HTC, and many more. Features a felt lined interior for maximum protection, a solid metal clip and magnetic latch.,Specifications,Premium quality soft leather vertical carrying case for your phone,Magnetic self-closing flap allows quiet and easy access to your phone,Non-bulky belt clip and loops allow you to securely attach the clip to your belt,Compatible with iPhone 6 Plus, iPhone 6S PlusiPhone 7 Plus, Samsung Note 2,3,4,5, and 7 as well as LG G3,G4,G5, HTC, Nexus, Xperia and many more Standard Battery" ], "Title": [ "SMARTPHONE LEATHER BELT HOLSTER", "SMARTPHONE LEATHER BELT HOLSTER" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $30.0. Hi there, are you interested? Hello. I am interested. I'm willing to pay $22. That is really too low for such a high quality item, I could do 30.? Hmmm. $30 is a bit much. How is the condition of the item? If it is in good condition, I could offer $25. As you can read it is premium leather, which only gets better with time. So excellent quality and offers maximum protection.. I WOULD BE WILLING TO DROP DOWN AND MEET IN THE MIDDLE AT 28 DOLLARS... I agree. $28 it is. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 9120, 12000 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "inquiry", "disagree", "inquiry", "inform", "unknown", "unknown", "agree", "quit" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "Does this car have automatic windshield wipers like every car ever invented?", "I would assume so. It's a 2013 Mercedes.", "You assume so? isn't it yours? Is the title in your name?", "Yes I have a clear title and a clear VIN.", "Alright. I live about 200 miles away, if I were to buy it would you deliver to me?", "And if it doesn't I could throw some in for you ;)", "The price is pretty high, very high, can you throw out a more reasonable number?", "Make me an offer.", "My brother works for mercedes, so I might get one through him", "OK, then go through him.", "ok..", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6090845706_0.jpg", "car/6090845706_0.jpg" ], "Price": [ 12000, 12000 ], "Description": [ "Up for sale is a 2013 c250 with only 45k. Interior is loaded with technology and in new condition, the paint is immaculate on the exterior. The tires are new. Additional options include:,Navigation,Attention Assist (warns you if your drowsy),Automatic Windsheild Wipers,Bluetooth Audio Connectivity (for audio),Bluetooth Phone Connectivity (for phone calls),USB Connectivity", "Up for sale is a 2013 c250 with only 45k. Interior is loaded with technology and in new condition, the paint is immaculate on the exterior. The tires are new. Additional options include:,Navigation,Attention Assist (warns you if your drowsy),Automatic Windsheild Wipers,Bluetooth Audio Connectivity (for audio),Bluetooth Phone Connectivity (for phone calls),USB Connectivity,AUX Connectivity,iPod Connectivity,New Tires,Drilled Rotors,LED Daytime Running Lights,7-Speed Automatic Transmission,I don't need help to sell this vehicle, no trades of any kinds," ], "Title": [ "2013 mercedes c250 *navigation* clean - $12,000", "2013 mercedes c250 *navigation* clean - $12,000" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $12000.0. Does this car have automatic windshield wipers like every car ever invented? I would assume so. It's a 2013 Mercedes. You assume so? isn't it yours? Is the title in your name? Yes I have a clear title and a clear VIN. Alright. I live about 200 miles away, if I were to buy it would you deliver to me? And if it doesn't I could throw some in for you ;) The price is pretty high, very high, can you throw out a more reasonable number? Make me an offer. My brother works for mercedes, so I might get one through him OK, then go through him. ok.. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 717, 780 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ 650, 725, 700, 700, -1, 700, -1 ] }
[ "Hi there! I am interested in the phone you have for sale. I have seen some plans that come with this phone for 650. Would you take that for this phone?", "This phone is in really good shape. Iwould be willing to let it go for 725.", "I may be able to come up to 700. Would that be enough to take it off your hands?", "That sounds good to me. I will take 700", "Great! thanks.", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 780, 780 ], "Description": [ "We have rose gold, matte black and gold color too.,This phone is unlocked. You can use the phones in all GSM SIM CARD carriers such as AT&T/T-Mobile or international", "We have rose gold, matte black and gold color too.,This phone is unlocked. You can use the phones in all GSM SIM CARD carriers such as AT&T/T-Mobile or international,-Cash only,-Local starbucks for pick up,-Apple Manufacturer Warranty" ], "Title": [ "Unlocked Brand New Apple iphone 7 Plus 128GB Jet Black", "Unlocked Brand New Apple iphone 7 Plus 128GB Jet Black" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $780.0. Hi there! I am interested in the phone you have for sale. I have seen some plans that come with this phone for 650. Would you take that for this phone? This phone is in really good shape. Iwould be willing to let it go for 725. I may be able to come up to 700. Would that be enough to take it off your hands? That sounds good to me. I will take 700 Great! thanks. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2432, 3200 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "unknown", "disagree", "init-price", "inquiry", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 2000, -1, 2200, 2200, -1, 2200, -1 ] }
[ "I'm very interested in renting this location. ", "It is a great location, and the unit is spacious and beautiful! 4 Bedroom, 2 bath", "Sounds nice, my wife has one on the way. How are the schools there? It's a bit too far from work...", "There is easy access to FWY 880 and Dumbarton Bridge - ", "I heard a terrorist attack happened a few blocks away from there. ", "This is a quiet community normally. And yes, there was an incident recently. However, our mayor has encouraged gun ownership by legal residents, and has promised not to prosecute any citizens who take out bad guys as needed, so we feel this is a great place to live.", "Personally, I'd like to live near work, but the wife you know... I got a place lined up for 2,000 a month, so there's a very wide gap here between what you are asking.", "Do you believe in the right to self-defence? This is a great perk to living in the community. I can work with you on price some.", "Sounds really great, but with the extra commute time, I think we may be too far apart. But... need to keep the wife happy. How about $2200?", "If you promise to own, and learn how to shoot, if necessary, at least one handgun and one semi-auto rifle, I will take 2200.", "Great! Make that offer :)", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 3200, 3200 ], "Description": [ "This is a single family house in an excellent condition. It will be available for move-in on July 2017. It's in a very nice and quiet community with great school district. Email me for viewing or further information. Thanks.,Huge living room and family room, plus 4 spacious bedrooms,2 generous bathrooms with bathtubs,Great school district (Oliveira elementary, Thornton junior high, American high),Few mins drive to Bart and Lucky and 99 Supermarkets", "This is a single family house in an excellent condition. It will be available for move-in on July 2017. It's in a very nice and quiet community with great school district. Email me for viewing or further information. Thanks.,Huge living room and family room, plus 4 spacious bedrooms,2 generous bathrooms with bathtubs,Great school district (Oliveira elementary, Thornton junior high, American high),Few mins drive to Bart and Lucky and 99 Supermarkets,Spacious two-car garage,Easy access to FWY 880 and Dumbarton Bridge.,Deposit: one month rent,Lease: one year minimum, longer preferred,No pet or smoking. No section 8. No sub-leasing.,Tenant pay all utilities. Gardening is included in the rent" ], "Title": [ "A 4 bedroom single family house for rent in central Fremont", "A 4 bedroom single family house for rent in central Fremont" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3200.0. I'm very interested in renting this location. It is a great location, and the unit is spacious and beautiful! 4 Bedroom, 2 bath Sounds nice, my wife has one on the way. How are the schools there? It's a bit too far from work... There is easy access to FWY 880 and Dumbarton Bridge - I heard a terrorist attack happened a few blocks away from there. This is a quiet community normally. And yes, there was an incident recently. However, our mayor has encouraged gun ownership by legal residents, and has promised not to prosecute any citizens who take out bad guys as needed, so we feel this is a great place to live. Personally, I'd like to live near work, but the wife you know... I got a place lined up for 2,000 a month, so there's a very wide gap here between what you are asking. Do you believe in the right to self-defence? This is a great perk to living in the community. I can work with you on price some. Sounds really great, but with the extra commute time, I think we may be too far apart. But... need to keep the wife happy. How about $2200? If you promise to own, and learn how to shoot, if necessary, at least one handgun and one semi-auto rifle, I will take 2200. Great! Make that offer :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 114, 150 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "init-price", "counter-price", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, 114, 180, 120, 120, -1, 120, -1 ] }
[ "Hi there", "Hello. How are you today?", "good thanks.. I am hoping to make a deal on the battery..", "Sure.As you can see they are original battery and absolutely great! What is the amount you are willing to pay?", "My absolute highest is 114... is ther enayway that works?", "That's too low for me. I got the battery for $180. Its very low for me. ", "120 would over budget but I would think reaosnable...", "Okay I can accept $120 because I am willing to sell it off ", "thanks", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 150, 150 ], "Description": [ "- Selling 2 x Gently Used DJI Mavic Pro Batteries.", "- Selling 2 x Gently Used DJI Mavic Pro Batteries.,- Absolutely nothing wrong with them. Just not my thing." ], "Title": [ "2 x DJI Mavic Pro Original Battery / Batteries", "2 x DJI Mavic Pro Original Battery / Batteries" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $150.0. Hi there Hello. How are you today? good thanks.. I am hoping to make a deal on the battery.. Sure.As you can see they are original battery and absolutely great! What is the amount you are willing to pay? My absolute highest is 114... is ther enayway that works? That's too low for me. I got the battery for $180. Its very low for me. 120 would over budget but I would think reaosnable... Okay I can accept $120 because I am willing to sell it off thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3864, 4200 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inquiry", "init-price", "counter-price", "counter-price", "inquiry", "inform", "offer", "accept" ], "price": [ -1, -1, -1, -1, 3800, 3900, 3850, -1, -1, 3850, -1 ] }
[ "Hi there! I am interested in your bike! Can you tell me a little more about it?", "Hello. The bike is in an immaculate condition, drives less than 100 miles. Its frame is carbon fiber and its not a boost model. Its a great thing for summer", "awe man that sounds great! The thing is i dont have the amount your asking. would you go any lower?", "Yes I am ready to negotiate. How much are you willing to pay? ", "All i have is $3800. Would you be willing to sell at that price? I really would appreciate it! ", "I could accept $3900 because its in a very mint condition and its something worth it", "How about $3850? Meet me in the middle?", "Okay I will take that. But I do only cash or cashier's check only?", "Cash it is! ", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6134422819_0.jpg", "bike/6134422819_0.jpg" ], "Price": [ 4200, 4200 ], "Description": [ "Get ready for summer riding!,Immaculate condition, less than 100 miles.,Frame: Carbon fiber,Color: Matte Black,Fork: Fox Factory series Float 36,Shock: Fox Factory series Float EVOL,Shifter: Shimano XT Deore", "Get ready for summer riding!,Immaculate condition, less than 100 miles.,Frame: Carbon fiber,Color: Matte Black,Fork: Fox Factory series Float 36,Shock: Fox Factory series Float EVOL,Shifter: Shimano XT Deore,Derailleur: Shimano XTR, 11-speed,Cranks: Raceface turbine,Brake: Shimano XT Deore hydraulic disc,Handbar: Ibis carbon Fi,Tires: Maxxis Minion DHF 2.3\" - Front and Rear,This is not a \"Boost\" model.,Cash or cashier's check only." ], "Title": [ "2016 Ibis Mojo HD3 for sale - Large", "2016 Ibis Mojo HD3 for sale - Large" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $4200.0. Hi there! I am interested in your bike! Can you tell me a little more about it? Hello. The bike is in an immaculate condition, drives less than 100 miles. Its frame is carbon fiber and its not a boost model. Its a great thing for summer awe man that sounds great! The thing is i dont have the amount your asking. would you go any lower? Yes I am ready to negotiate. How much are you willing to pay? All i have is $3800. Would you be willing to sell at that price? I really would appreciate it! I could accept $3900 because its in a very mint condition and its something worth it How about $3850? Meet me in the middle? Okay I will take that. But I do only cash or cashier's check only? Cash it is! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2400, 4000 ] }
[ 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "hello there, interested?", "I used to have one just like it back in High School, would you take $1800?", "I am sorry that is far too low. I am hoping to get 4000 or higher", "It's 21 years old, I also have an '03 Yamaha R6 I acn thow in ", "well that changes things... 1800 and the Yamaha you have a deal", "Great, thanks", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6133349729_0.jpg", "car/6133349729_0.jpg" ], "Price": [ 4000, 4000 ], "Description": [ "Testing the waters. Selling my 96 hatchback. Open for trade only if it's for a 03 - 04 Yamaha R6", "Testing the waters. Selling my 96 hatchback. Open for trade only if it's for a 03 - 04 Yamaha R6,Tag: jdm, EK9, hatchback, Honda, lowered" ], "Title": [ "96 Civic Hatchback", "96 Civic Hatchback" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $4000.0. hello there, interested? I used to have one just like it back in High School, would you take $1800? I am sorry that is far too low. I am hoping to get 4000 or higher It's 21 years old, I also have an '03 Yamaha R6 I acn thow in well that changes things... 1800 and the Yamaha you have a deal Great, thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 45, 49 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "inform", "init-price", "init-price", "counter-price", "unknown", "inquiry", "inform", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 50, 45, -1, -1, -1, -1, 45, -1 ] }
[ "I have no idea why I didn't throw this away instead of selling it so, lets start there.", "Hello. This looks like a good display. What can it do?", "It can hold books", "Is it large enough and spacious?", "It's shiny and has LED lights, if that's a plus", "cool. I see the price is $49 but its too pricey for me. ", "For me too, it would cost me $50 to have someone come take it and throw it away", "well I can only pay $45 because that's what I can afford honestly. ", "That's fair", "great so we're good with the price?", "Yes. I'll accept that.", "Thanks!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145263859_0.jpg", "furniture/6145263859_0.jpg" ], "Price": [ 49, 49 ], "Description": [ "This Fashion Optical Kids' Frame Display is in excellent condition, It measures 75\"H x 23.5\"W x 9\"D. It has 3 fixed vertical bars each 36\", plus two wall-mountable bars each 20.5\". Comes with 20 frame clips that can be moved from bar to bar and spaced in any configuration. Additional frame clips available at Fashion Optical. LED lighting is available for an additional fee.", "This Fashion Optical Kids' Frame Display is in excellent condition, It measures 75\"H x 23.5\"W x 9\"D. It has 3 fixed vertical bars each 36\", plus two wall-mountable bars each 20.5\". Comes with 20 frame clips that can be moved from bar to bar and spaced in any configuration. Additional frame clips available at Fashion Optical. LED lighting is available for an additional fee." ], "Title": [ "FASHION OPTICAL KIDS' FRAME DISPLAY", "FASHION OPTICAL KIDS' FRAME DISPLAY" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $49.0. I have no idea why I didn't throw this away instead of selling it so, lets start there. Hello. This looks like a good display. What can it do? It can hold books Is it large enough and spacious? It's shiny and has LED lights, if that's a plus cool. I see the price is $49 but its too pricey for me. For me too, it would cost me $50 to have someone come take it and throw it away well I can only pay $45 because that's what I can afford honestly. That's fair great so we're good with the price? Yes. I'll accept that. Thanks! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8188, 8900 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "disagree", "unknown", "unknown", "init-price", "offer", "reject" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 8188, 8188, -1 ] }
[ "this car will blow your mind", "REALLY? how fast is it?", "120k miles", "that is high mileage. How fast does it go?", "3000 mph i think im not sure ,it has a new flywheel so it might be faster thatn i think but i didnt test it out. its a prize ", "I think it's really ugly, but I want something to donate to the homeless shelter, and this may be it.", "ok yea 8900 is a steal, they go for 30k brand new", "I wouldn't normally do this, but because we are friends I will give you my final offer of 8188", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6101265471_0.jpg", "car/6101265471_0.jpg" ], "Price": [ 8900, 8900 ], "Description": [ "2003 350z has 120k miles. JWT Clutch and flywheel installed 2 months ago. K&N long tube cold air intake with 5/16 motordyne spacer kit. Lowered on tein springs. New Michelin A/S sport plus tires installed at 109k. Maintenced every 3500 miles. Just selling because I'm looking for a work truck. 8900 OBO", "2003 350z has 120k miles. JWT Clutch and flywheel installed 2 months ago. K&N long tube cold air intake with 5/16 motordyne spacer kit. Lowered on tein springs. New Michelin A/S sport plus tires installed at 109k. Maintenced every 3500 miles. Just selling because I'm looking for a work truck. 8900 OBO,Willing to trade for truck" ], "Title": [ "2003 350z", "2003 350z" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $8900.0. this car will blow your mind REALLY? how fast is it? 120k miles that is high mileage. How fast does it go? 3000 mph i think im not sure ,it has a new flywheel so it might be faster thatn i think but i didnt test it out. its a prize I think it's really ugly, but I want something to donate to the homeless shelter, and this may be it. ok yea 8900 is a steal, they go for 30k brand new I wouldn't normally do this, but because we are friends I will give you my final offer of 8188 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 240, 400 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "disagree", "init-price", "counter-price", "counter-price", "disagree", "disagree", "counter-price", "counter-price", "disagree", "quit" ], "price": [ -1, -1, -1, -1, 50, 380, 225, -1, -1, 360, 235, -1, -1 ] }
[ "I am interested in your cubicles, do you know who the manufacturer is?", "Hello, are you interested in the cubicles I have for sale?", "I am interested in your cubicles, do you know who the manufacturer is?", "No I am not sure exactly, but I know they are very well built .", "I've seen them sell around $50 individually would you be willing to take $200 for the set?", "That is way too low for me to go. These are very sturdy and well made . originally cost far more than I am asking. I am willing to go to 380 on the price drop ..", "That is pretty similar to the cost of new would you be willing to take $225?", "I think you forget that those cheaper new ones are not the same quality here, also you would be getting the chairs and cabinets as well.", "I don't want the chairs and cabinets I just want to cubicles.", "well I am willing to come down , but only to 360 as I can get a better offer for everything as a set.", "I really do need the cubicles but I already have the chairs and cabinets, so you could probably sell them and get the rest of your money how about I offer $235?", "No I am sorry, I know I could much better with what I have to offer. either 360 or nothing..", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6143863914_0.jpg", "furniture/6143863914_0.jpg" ], "Price": [ 400, 400 ], "Description": [ "Cubes for sale, 4 pack (2 deep, 2 wide). H:47, W:72, D:72.", "Cubes for sale, 4 pack (2 deep, 2 wide). H:47, W:72, D:72.,Any chairs, cabinets etc. are included.,Visa, MasterCard & Amex accepted." ], "Title": [ "4 Cubicles for Sale", "4 Cubicles for Sale" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $400.0. I am interested in your cubicles, do you know who the manufacturer is? Hello, are you interested in the cubicles I have for sale? I am interested in your cubicles, do you know who the manufacturer is? No I am not sure exactly, but I know they are very well built . I've seen them sell around $50 individually would you be willing to take $200 for the set? That is way too low for me to go. These are very sturdy and well made . originally cost far more than I am asking. I am willing to go to 380 on the price drop .. That is pretty similar to the cost of new would you be willing to take $225? I think you forget that those cheaper new ones are not the same quality here, also you would be getting the chairs and cabinets as well. I don't want the chairs and cabinets I just want to cubicles. well I am willing to come down , but only to 360 as I can get a better offer for everything as a set. I really do need the cubicles but I already have the chairs and cabinets, so you could probably sell them and get the rest of your money how about I offer $235? No I am sorry, I know I could much better with what I have to offer. either 360 or nothing.. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 184, 200 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "init-price", "agree", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 180, 180, -1, 180, -1 ] }
[ "Hello. I saw your ad and it has caught my attention. Can you please elaborate on it more?", "Hello. What would you like to know?", "is it new and in a good condition?", "It has only been ridden a handful of times. Bearings are brand new! ", "Okay, but the price is way way high for me. I would appreciate it if we could work that out?", "Sure. I am willing to lower the price a little bit. 180", "That's great I can do 180 that's very nice of you!", "Definitely! I hope you are able to get more use from it than I was. :)", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151236842_0.jpg", "bike/6151236842_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Hey there cl I have a long board for sale pretty much brand knew rode all together 4 or 5 times . The brand on the deck is a gravity skateboard. The brand of trucks are sidewinder 2sGuwuing.mini monster hawgs 70mm 78a Wheels with Swiss bones bearings brand new. Please no low ballers thank you and have a great day .", "Hey there cl I have a long board for sale pretty much brand knew rode all together 4 or 5 times . The brand on the deck is a gravity skateboard. The brand of trucks are sidewinder 2sGuwuing.mini monster hawgs 70mm 78a Wheels with Swiss bones bearings brand new. Please no low ballers thank you and have a great day ." ], "Title": [ "Long board custom bilt from the board up", "Long board custom bilt from the board up" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $200.0. Hello. I saw your ad and it has caught my attention. Can you please elaborate on it more? Hello. What would you like to know? is it new and in a good condition? It has only been ridden a handful of times. Bearings are brand new! Okay, but the price is way way high for me. I would appreciate it if we could work that out? Sure. I am willing to lower the price a little bit. 180 That's great I can do 180 that's very nice of you! Definitely! I hope you are able to get more use from it than I was. :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2070, 3450 ] }
[ 1, 0, 1, 0, 0, 0 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "counter-price", "offer", "quit" ], "price": [ 3450, 2000, 3000, 2500, 2500, -1 ] }
[ "Hello! I have listed the price of the bike at $3450", "Hi. I'm wondering if you would be willing to accept a price of around $2000 instead. I'd be willing to pick it up from wherever you have it now.", "I cannot go down that low. I'd be willing to knock it down to 3000, and throw in a bikelock with a custom helmet", "I'm not sure if I'd be interested in the lock and helmet. In what condition is the bike? I see you've written \"brand new\" in the description, and I'd be willing to go up to $2500 if the tires are new and the frame and chain are in good condition.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6123309159_0.jpg", "bike/6123309159_0.jpg" ], "Price": [ 3450, 3450 ], "Description": [ "IRD Blackbird Modified / Thomson X2,Masi CroMoly / Record C,Record (36h) / DT Swiss / Velocity Deep V / Schwalbe Ultremo R,Rear Wheel / Hub / Rim / Tire:,Record (36h) / DT Swiss / Velocity Deep V / Schwalbe Ultremo R,Saddle / Seat Post:", "IRD Blackbird Modified / Thomson X2,Masi CroMoly / Record C,Record (36h) / DT Swiss / Velocity Deep V / Schwalbe Ultremo R,Rear Wheel / Hub / Rim / Tire:,Record (36h) / DT Swiss / Velocity Deep V / Schwalbe Ultremo R,Saddle / Seat Post:,Selle San Marco Rolls / Thomson,Pedals / Chain:,Chorus,Gearing / Chainring / Misc.:,Custom Ti 11-28 / Centaur SC,Notes:,Frame 7/100 (NOS), Built for Russian Olympic Team in 1990, Volumetrica (internal lug), Cyrillic script, 2007 Campy Groupset (NOS), 2006 Ergolevers (NOS), 1998 Record Hubs (NOS)" ], "Title": [ "MASI 3V Volumetrica CCCP 1990 BRAND NEW (NOS)", "MASI 3V Volumetrica CCCP 1990 BRAND NEW (NOS)" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3450.0. Hello! I have listed the price of the bike at $3450 Hi. I'm wondering if you would be willing to accept a price of around $2000 instead. I'd be willing to pick it up from wherever you have it now. I cannot go down that low. I'd be willing to knock it down to 3000, and throw in a bikelock with a custom helmet I'm not sure if I'd be interested in the lock and helmet. In what condition is the bike? I see you've written "brand new" in the description, and I'd be willing to go up to $2500 if the tires are new and the frame and chain are in good condition. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 76, 100 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 100, 76, 95, 80, 87.5, -1, -1, 87, -1 ] }
[ "Hello. I saw your ad. I really would like to buy it for my kid. Is it a reliable equipment", "It is in great condition. I would be willing to deliver it to you!", "Great and do you have it in different colors?", "I only have the blue one, but it is in like new condition.", "Okay, I can still use that, but now the price is an issue for me. What can we do about that?", "well, I will throw in free delivery and a 3 month warranty for the $100.", "I can't afford $100 because I am not working full time. I just have a certain budget. I can only pay $76 for it", "That is a really big difference! I will also throw in a helmet and bring the price down to $95. So, you will get the bike, the helmet, delivery, and a 3 month warranty. I feel that this is more than fair. Wouldn't you agree?", "I would appreciate if you waive the other options as I just want the bike for my kid. Can we work $80 for it?", "Can we split the difference and agree on 87.50?", "okay I think I can do that by taking in more hours at work at least my kid will be happy :)", "Agreed, thank you!", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151842369_0.jpg", "bike/6151842369_0.jpg" ], "Price": [ 100, 100 ], "Description": [ "Fits 5-10 year old child depening on height,Single Speed", "Fits 5-10 year old child depening on height,Single Speed,Coaster Brakes and Rear Hand Brake,Low Miles,Great Condition" ], "Title": [ "TREK JET 20 S for 5-10 Year Old Kid", "TREK JET 20 S for 5-10 Year Old Kid" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $100.0. Hello. I saw your ad. I really would like to buy it for my kid. Is it a reliable equipment It is in great condition. I would be willing to deliver it to you! Great and do you have it in different colors? I only have the blue one, but it is in like new condition. Okay, I can still use that, but now the price is an issue for me. What can we do about that? well, I will throw in free delivery and a 3 month warranty for the $100. I can't afford $100 because I am not working full time. I just have a certain budget. I can only pay $76 for it That is a really big difference! I will also throw in a helmet and bring the price down to $95. So, you will get the bike, the helmet, delivery, and a 3 month warranty. I feel that this is more than fair. Wouldn't you agree? I would appreciate if you waive the other options as I just want the bike for my kid. Can we work $80 for it? Can we split the difference and agree on 87.50? okay I think I can do that by taking in more hours at work at least my kid will be happy :) Agreed, thank you! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1350, 2250 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "inquiry", "init-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 2025, 1500, 1525, -1, 1525, -1 ] }
[ "Hello. I saw your ad and am really interested in it. Its a great location and its beautiful. Is it spacious?", "it is a 2 bedroom, 1 bath, but you have added living space in the beautiful outdoor area including 3 pools!", "That's really good. But the price is not at all affordable to me. How can we work that out?", "No matter what some people may say, EVERYTHING in life is negotiable. We want happy people living in our area - people who like to socialize and meet other fun people. Are you in?", "Great! I absolutely am in. So what is the amount?", "I an offer you a 10% discount - putting the discounted price at $2025!", "I can't pay that sorry. I have pay $1500 that's what I can do. ", "If you volunteer working on our pool cleaing staff 10 hours/week, I can come down an additional 500/month, so 1525!", "That's great I could use some extra time for that! That's really sweet of you!", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6128787169_0.jpg", "housing/6128787169_0.jpg" ], "Price": [ 2250, 2250 ], "Description": [ "Unwind in Your New Home Call Now:,114 Sharene Lane, Walnut creek, CA, 94596,http://rent.braddockandloganhomes.com/i0k029,This is a 2 Bedroom, 1 Bath, approximately 950 Sq. Ft.,Why look any more we have the Perfect home for you!!!Hurry they are going fast!! You will restore your energy so you can be doing the activities you enjoy. Make The Pines your next apartment home! Pets are also welcome!,- Private Patio,- Dishwasher,- Cable Ready,- Range (Electric/ Gas),- Air Conditioner (Window),- Heat (gas),- Microwave,- Large Closets", "Unwind in Your New Home Call Now:,114 Sharene Lane, Walnut creek, CA, 94596,http://rent.braddockandloganhomes.com/i0k029,This is a 2 Bedroom, 1 Bath, approximately 950 Sq. Ft.,Why look any more we have the Perfect home for you!!!Hurry they are going fast!! You will restore your energy so you can be doing the activities you enjoy. Make The Pines your next apartment home! Pets are also welcome!,- Private Patio,- Dishwasher,- Cable Ready,- Range (Electric/ Gas),- Air Conditioner (Window),- Heat (gas),- Microwave,- Large Closets,- Window Coverings,- Bilingual Staff,- Dishwasher,- Gas/ Electric Range Stove,- Courtesy Patrol,- Small Community,- Package Receiving,- The Pines has 3 Pools that you can enjoy, to swim or just relax and sunbath!!!,- High Speed Internet Ready,Please call office for breed restriction.,Monday: 10am - 6pm,Thursday: 10am - 6pm,Equal Housing Opportunity" ], "Title": [ "Bottom Floor, 2 Bd/2 Bth, Large Patio! Close to downtown, W.C. area!", "Bottom Floor, 2 Bd/2 Bth, Large Patio! Close to downtown, W.C. area!" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2250.0. Hello. I saw your ad and am really interested in it. Its a great location and its beautiful. Is it spacious? it is a 2 bedroom, 1 bath, but you have added living space in the beautiful outdoor area including 3 pools! That's really good. But the price is not at all affordable to me. How can we work that out? No matter what some people may say, EVERYTHING in life is negotiable. We want happy people living in our area - people who like to socialize and meet other fun people. Are you in? Great! I absolutely am in. So what is the amount? I an offer you a 10% discount - putting the discounted price at $2025! I can't pay that sorry. I have pay $1500 that's what I can do. If you volunteer working on our pool cleaing staff 10 hours/week, I can come down an additional 500/month, so 1525! That's great I could use some extra time for that! That's really sweet of you! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 54, 90 ] }
[ 1, 0, 1, 0, 0 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "", "So you'd be willing to take $20?", "yes", "I can do that!! Thanks.", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6154431922_0.jpg", "electronics/6154431922_0.jpg" ], "Price": [ 90, 90 ], "Description": [ "V-moda crossfade LP2 headphones in excellent condition. Perfect for producing, dj gigs and all music listening needs. Very flexible and lightweight with a very comfy fit. Comes with microphone chord, case and adapter. Case had some scratches on it, but still works great. I lost the other metal shield for the headphones so the right side is matte black while the left is metal. This doesn't affect sound quality.", "V-moda crossfade LP2 headphones in excellent condition. Perfect for producing, dj gigs and all music listening needs. Very flexible and lightweight with a very comfy fit. Comes with microphone chord, case and adapter. Case had some scratches on it, but still works great. I lost the other metal shield for the headphones so the right side is matte black while the left is metal. This doesn't affect sound quality." ], "Title": [ "V-moda Crossfade LP2 Over Ear Headphones", "V-moda Crossfade LP2 Over Ear Headphones" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $90.0. So you'd be willing to take $20? yes I can do that!! Thanks. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 184, 200 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "agree", "offer", "agree", "accept" ], "price": [ 175, 200, 184, 184, 184, -1, -1 ] }
[ "Hi, saw your ad, I't a little older but mine just blew up, would you take $175?", "Hey, I really was looking to get 200, but since you're the first to ask, I could sell it to you for 190", "Hmm, Would you do $184 (that's all I have on me) and I will come pick it up in an hour?", "Ok, if you can pick it up and save me the hassle of mailing it, I can sell it for 184.", "", "Great", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6154634393_0.jpg", "electronics/6154634393_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Recently upgraded and no longer need my Denon receiver. Is in excellent condition and still have the original box, manual and remote.", "Recently upgraded and no longer need my Denon receiver. Is in excellent condition and still have the original box, manual and remote." ], "Title": [ "Denon AVR 1909 Receiver", "Denon AVR 1909 Receiver" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $200.0. Hi, saw your ad, I't a little older but mine just blew up, would you take $175? Hey, I really was looking to get 200, but since you're the first to ask, I could sell it to you for 190 Hmm, Would you do $184 (that's all I have on me) and I will come pick it up in an hour? Ok, if you can pick it up and save me the hassle of mailing it, I can sell it for 184. Great Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 179, 299 ] }
[ 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "i think $200 sounds responable", "Responable? It's a beautful dresser.", "yes it is and it very big", "It was made from pine wood by the amish.", "what about $300", "I'll accept 300.", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6144789560_0.jpg", "furniture/6144789560_0.jpg" ], "Price": [ 299, 299 ], "Description": [ "Wow! Here is a beautiful Victorian country pine wood dresser with mirror from San Francisco Estate. Circa 1890's. It is truly exquisite! The mirror looks fabulous, the wood is a beautiful honey color, and it still has its original drawer pulls. Pictures don't do it justice. Must see!", "Wow! Here is a beautiful Victorian country pine wood dresser with mirror from San Francisco Estate. Circa 1890's. It is truly exquisite! The mirror looks fabulous, the wood is a beautiful honey color, and it still has its original drawer pulls. Pictures don't do it justice. Must see!,This fabulous Victorian dresser can be seen at Indian Alley Antique Store located at 412 Georgia Street, Vallejo, CA 94590. Phone:,(Sorry, no texting) for more informtion and directions" ], "Title": [ "BEAUTIFUL VICTORIAN DRESSER W MIRROR", "BEAUTIFUL VICTORIAN DRESSER W MIRROR" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $299.0. i think $200 sounds responable Responable? It's a beautful dresser. yes it is and it very big It was made from pine wood by the amish. what about $300 I'll accept 300. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 180, 300 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "inform", "inquiry", "inform" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "Will you deliver for your asking price?", "I can deliever the item.", "If you deliver, will you take it apart? or deliver exactly as shown?", "it is hard to take it apart so I will deiliever and sell the desk \"as is\" condition", "What do you mean by \"as is\"? And who will deliver it, just you?", "I will have one of my friends help me. As is mean that the item will look like the picture above", "I live 800 miles away from you, is this a problem?", "yes it is. I think it will increase the price" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145063936_0.jpg", "furniture/6145063936_0.jpg" ], "Price": [ 300, 300 ], "Description": [ "We need to sell off some of our office furniture as we need to make some extra room. This is a very new piece fully assembled. We bought it from Coscto Furniture, 3 months back. Here's the link to the actual furniture.,https://www.costco.com/Logan-U-shape-Workstation-with-Adjustable-Bridge.product.100245742.html", "We need to sell off some of our office furniture as we need to make some extra room. This is a very new piece fully assembled. We bought it from Coscto Furniture, 3 months back. Here's the link to the actual furniture.,https://www.costco.com/Logan-U-shape-Workstation-with-Adjustable-Bridge.product.100245742.html,Hutch includes power bar with two power outlets and two USB plugs which is installed on the back panel of the hutch.,You will need to come and pick up the furniture. House is on first floor with 1 flight of stairs (15 steps). Rate negotiable." ], "Title": [ "Professional Office Furniture - Hutch", "Professional Office Furniture - Hutch" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $300.0. Will you deliver for your asking price? I can deliever the item. If you deliver, will you take it apart? or deliver exactly as shown? it is hard to take it apart so I will deiliever and sell the desk "as is" condition What do you mean by "as is"? And who will deliver it, just you? I will have one of my friends help me. As is mean that the item will look like the picture above I live 800 miles away from you, is this a problem? yes it is. I think it will increase the price Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 220, 240 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "inform", "inquiry", "init-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 240, 220, -1, 220, -1 ] }
[ "HJi how old is the bike?", "Hi there, are you interested in the bike?", "yes where did you buy it from orginally?", "It is just over a year. I bought it from the schwinn factory directly.", "did you have to make any repair? are all the parts orginigal?", "I have newly installed rim tapes, inner tubes, derailleur cable. all new parts. it is in good condition if that is what you are worried about.", "who will deliever the bike?", "I think we can arrange that, i will take care of either delivering it or the shipping. I am asking 240$ witht he shipping included.", "can you do $220?", "That seems fair. Deal.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151354891_0.jpg", "bike/6151354891_0.jpg" ], "Price": [ 240, 240 ], "Description": [ "Schwinn World Sport 14-speed road bike. 27\" (69cm) frame. 36\" (91cm) standover. Best fit someone 6'+.,Specifications:,Color: Blue.,Shimano Exage dual brake levers.,Shimano Exage Motion center pivot pulled side pulled brakes.,Shimano stem friction shifters (2X7).,Shimano biopace crank set: 40T, 52T.", "Schwinn World Sport 14-speed road bike. 27\" (69cm) frame. 36\" (91cm) standover. Best fit someone 6'+.,Specifications:,Color: Blue.,Shimano Exage dual brake levers.,Shimano Exage Motion center pivot pulled side pulled brakes.,Shimano stem friction shifters (2X7).,Shimano biopace crank set: 40T, 52T.,170mm crank arms.,Shimano cassette: 14T, 16T, 18T, 20T, 22T, 24T, 28T.,Sun Laventer 700c wheels. 36 spokes. Shimano Exage Sealed Mech. FH-HG50 hubs. Quick release skewers.,Discovery 700x28c road tires. Presta valves.,Reflectors.,2 Specialized water bottle cages.,New rear derailleur cable. Newly install rim tapes. New inner tubes.,Good condition." ], "Title": [ "Schwinn World Sport 14-speed road bike.", "Schwinn World Sport 14-speed road bike." ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $240.0. HJi how old is the bike? Hi there, are you interested in the bike? yes where did you buy it from orginally? It is just over a year. I bought it from the schwinn factory directly. did you have to make any repair? are all the parts orginigal? I have newly installed rim tapes, inner tubes, derailleur cable. all new parts. it is in good condition if that is what you are worried about. who will deliever the bike? I think we can arrange that, i will take care of either delivering it or the shipping. I am asking 240$ witht he shipping included. can you do $220? That seems fair. Deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 368, 400 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "disagree", "unknown", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, 350, 380, 360, 375, 368, -1, 368, -1 ] }
[ "This is a great oak console. And has CD storage, for those who still have those.", "I don't know what CDs are, but I think this would make a great addition to my antique display", "Yeah, there's also an 8-track hidden compartment in the back!", "whoah! I saw those in a movie once! Will you take 350 for it?", "Bit low..... meet in middle at 380? :)", "360 and I'll throw in some 3d-printed fidget spinners!", "375, and I'll throw in a Sony Walkman", "368 and I'll take your walkman and throw in some Barry Manilow vinyl records!", "DEAL", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 400, 400 ], "Description": [ "Beautiful entertainment center/Media center. Three pieces... Oak with CD/DVD doors. Subfoofer compartment... speaker compartments... glass shelves to display your decorative pieces.", "Beautiful entertainment center/Media center. Three pieces... Oak with CD/DVD doors. Subfoofer compartment... speaker compartments... glass shelves to display your decorative pieces." ], "Title": [ "Entertainment center/ Media center", "Entertainment center/ Media center" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $400.0. This is a great oak console. And has CD storage, for those who still have those. I don't know what CDs are, but I think this would make a great addition to my antique display Yeah, there's also an 8-track hidden compartment in the back! whoah! I saw those in a movie once! Will you take 350 for it? Bit low..... meet in middle at 380? :) 360 and I'll throw in some 3d-printed fidget spinners! 375, and I'll throw in a Sony Walkman 368 and I'll take your walkman and throw in some Barry Manilow vinyl records! DEAL Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 180, 300 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "init-price", "counter-price", "counter-price", "inquiry", "inform", "counter-price", "counter-price", "counter-price", "counter-price", "disagree", "insist", "unknown", "unknown", "unknown", "offer", "accept" ], "price": [ -1, 350, -1, 300, -1, -1, 170, -1, 200, 290, -1, 290, -1, -1, -1, 290, -1 ] }
[ "Hello. I am a verizon customer and would really like to purchase the IPhone. is it brand new?", "It's only a few months old. I didn't like it and went with a Samsung, I need to get $350 for it.", "Wow the ad says its for $300?", "Your right, I am selling another on too, this one is $300", "Okay. How many GB is this? ", "I got the extended memory so it has a whopping 64 GB", "Good! But $300 is too pricey for me. I am willing to pay $170", "No way, I paid over $700 for it back in March", "Okay, so how about $200 that's pretty much what I can do right now taking my budget into consideration", "I have a standing offer right now for $290 but they can't pick it up untill saturday, if you can match that it's yours", "Okay, with the memory given and it being new I can accept it but I would pay in installments would that be okay? cause I don't have the full amount in me right now", "For $290?", "Yes!", "I will take payments, and you can have it once it is paid off", "great thank you then we got a deal!", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 300, 300 ], "Description": [ "Black iPhone 6 looks brand new with screen cover and case with a kickstand. Verizon phone", "Black iPhone 6 looks brand new with screen cover and case with a kickstand. Verizon phone,Pittsburg. Has extended memory 64 gigs . Has new screen cover and kickstand case ." ], "Title": [ "Iphone 6", "Iphone 6" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $300.0. Hello. I am a verizon customer and would really like to purchase the IPhone. is it brand new? It's only a few months old. I didn't like it and went with a Samsung, I need to get $350 for it. Wow the ad says its for $300? Your right, I am selling another on too, this one is $300 Okay. How many GB is this? I got the extended memory so it has a whopping 64 GB Good! But $300 is too pricey for me. I am willing to pay $170 No way, I paid over $700 for it back in March Okay, so how about $200 that's pretty much what I can do right now taking my budget into consideration I have a standing offer right now for $290 but they can't pick it up untill saturday, if you can match that it's yours Okay, with the memory given and it being new I can accept it but I would pay in installments would that be okay? cause I don't have the full amount in me right now For $290? Yes! I will take payments, and you can have it once it is paid off great thank you then we got a deal! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8280, 9000 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 9000, 8300, 8500, -1, -1, 8500, -1 ] }
[ "thats a nice care", "YEs absolutely. Its a BMW and very much great!", "thanks how much do you want for it", "I am willing to sell it for $9000", "i have some saved but not 9000 and realy want to buy it , would you do 8300", "I could do $8500 since its a BMW! You can't go wrong with it and its up to date with all the maintenance done for you!", "ok ill take it", "Great thank you!", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6129108674_0.jpg", "car/6129108674_0.jpg" ], "Price": [ 9000, 9000 ], "Description": [ "If you want to buy a trouble free car keep reading, if you are looking for a bargain and don't have a problem with huge repair costs after buying your car please find another one.,Selling my 2006 BMW X5, 117K miles, Difficult to find it in these miles!!!,Mint condition, it has had all maintenance done, recently had all gaskets on engine replaced so no oil leaks whatsoever.,Has had the transmission and transfer case oils replaced in the last month.", "If you want to buy a trouble free car keep reading, if you are looking for a bargain and don't have a problem with huge repair costs after buying your car please find another one.,Selling my 2006 BMW X5, 117K miles, Difficult to find it in these miles!!!,Mint condition, it has had all maintenance done, recently had all gaskets on engine replaced so no oil leaks whatsoever.,Has had the transmission and transfer case oils replaced in the last month.,Brand new tires are about a month old. Does not need any work and runs great, 3.0 engine so very reliable and good on gas, about 25 mpg on freeway and 19 mpg around town driving.,Spark plugs changed about 3 months ago. DVD player, navigation system, upgraded speakers, Panoramic glass roof, second battery, just was detailed and all carpets washed, again car does not need any work and runs great.,Had an alignment performed a month ago after the tires were replaced.,All brake pads are less than a year old and in great condition. Had them checked when tires were being installed.,Car history clean." ], "Title": [ "2006 BMW x5", "2006 BMW x5" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $9000.0. thats a nice care YEs absolutely. Its a BMW and very much great! thanks how much do you want for it I am willing to sell it for $9000 i have some saved but not 9000 and realy want to buy it , would you do 8300 I could do $8500 since its a BMW! You can't go wrong with it and its up to date with all the maintenance done for you! ok ill take it Great thank you! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 50 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 50, 30, 35, -1, 35, -1 ] }
[ "Hello", "Hi, are you interested in this tv?", "Yes, I am interested, but I was wondering if we could negotiate on the price.", "I think $50 is a pretty great deal for a plasma tv. What did you have in mind?", "I was thinking 30, since it doesnt have the HDMI or Tuner and I will have to get those also..", "$35 and we have a deal.", "That sounds great. We have a deal! Thanks so much.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6152318215_0.jpg", "electronics/6152318215_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Note: NO TV tuner, and NO HDMI input!,Main characteristics,Display format: 16:9;,Brightness: 650 CD/m2;,Contrast: 4000:1;,Progressive scan: yes;,Signal reception", "Note: NO TV tuner, and NO HDMI input!,Main characteristics,Display format: 16:9;,Brightness: 650 CD/m2;,Contrast: 4000:1;,Progressive scan: yes;,Signal reception,Sound,Acoustic system: no;,Interfaces,Additionally,Anti-glare coating: yes;,Color: black,Power consumption: 250 W;,Dimensions (WxHxD): 40x24x3.5 inches; Speakers ea." ], "Title": [ "42\" Plasma Commercial Monitor (NO HDMI) with Speakers", "42\" Plasma Commercial Monitor (NO HDMI) with Speakers" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $50.0. Hello Hi, are you interested in this tv? Yes, I am interested, but I was wondering if we could negotiate on the price. I think $50 is a pretty great deal for a plasma tv. What did you have in mind? I was thinking 30, since it doesnt have the HDMI or Tuner and I will have to get those also.. $35 and we have a deal. That sounds great. We have a deal! Thanks so much. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3220, 3500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "init-price", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, 3200, -1, -1, 3200, -1, -1 ] }
[ "Hi there, what sizes are the bed mattresses, it says fully sized but is that king or queen or what?", "Hi there. Thank you for checking in. Yes, they are queen sized. ", "is this non smoking?", "Yes it is ", "oh good. I hate smoke. I am on a budget any chance you could do it for $3200?", "Yes I can accept that! The cottage is fully furnished and cozy and I guarantee you it will be worth for you!", "Thanks I apreciate that very much!", "", "Sure anytime!", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6130136948_0.jpg", "housing/6130136948_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "Sweet N. Berkeley/Albany bungalow, fully furnished and cozy. Two bedrooms and one bath inside the main house, each with a full sized bed--and behind the main house is a guest cottage, the tiny cowboy cabin (\"primitive\"--no electricity) with an extra-long twin bed.,Ideally located in a quiet neighborhood near all the shops and dining on Solano Ave.and close to Westbrae and the Gilman district with the beer garden, Berkeley Natural Grocery, Whole Foods, Philz Coffee,Washer/dryer, dishwasher, large porch, outdoor patio with grill.", "Sweet N. Berkeley/Albany bungalow, fully furnished and cozy. Two bedrooms and one bath inside the main house, each with a full sized bed--and behind the main house is a guest cottage, the tiny cowboy cabin (\"primitive\"--no electricity) with an extra-long twin bed.,Ideally located in a quiet neighborhood near all the shops and dining on Solano Ave.and close to Westbrae and the Gilman district with the beer garden, Berkeley Natural Grocery, Whole Foods, Philz Coffee,Washer/dryer, dishwasher, large porch, outdoor patio with grill.,This is NOT a situation appropriate for someone with lots of stuff--or for someone with a need to redecorate in my absence (it happened). Because the house is very small, there is no room for extra furniture or kitchen things. You don't even need towels or sheets. Everything is here. Think vacation rental.,Small, housebroken dogs considered, if I can meet the dog in advance. There may be a non-refundable pet deposit.,Please reply by email, which I use for initial screening." ], "Title": [ "Adorable Furnished Cottage June 15-Aug 15", "Adorable Furnished Cottage June 15-Aug 15" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. Hi there, what sizes are the bed mattresses, it says fully sized but is that king or queen or what? Hi there. Thank you for checking in. Yes, they are queen sized. is this non smoking? Yes it is oh good. I hate smoke. I am on a budget any chance you could do it for $3200? Yes I can accept that! The cottage is fully furnished and cozy and I guarantee you it will be worth for you! Thanks I apreciate that very much! Sure anytime! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1369, 2283 ] }
[ 0, 1, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Hi, is this unit still available?", "Yes it is, are you interested?", "Yes, I am. I was wondering if there are any other perks Maybe a pool?" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133034366_0.jpg", "housing/6133034366_0.jpg" ], "Price": [ 2283, 2283 ], "Description": [ "Valley Plaza Villages also has a convenient location that puts you close to the things you need access to every day. We are just a few minutes from dozens of stores and shopping areas, delicious restaurants, and the area's public transportation system. Simplify your hectic lifestyle and apply for one of our apartments in Pleasanton, CA 94566 today!,Amenities:,-Car Wash Area,-Lush Landscaping,-Microwaves,-Handicap Accessible,-White Cabinetry with Nickel Hardware,-Washer & Dryer,-Clubhouse with Full Kitchen,-Walk to Historical Downtown,Nearby Landmarks:", "Valley Plaza Villages also has a convenient location that puts you close to the things you need access to every day. We are just a few minutes from dozens of stores and shopping areas, delicious restaurants, and the area's public transportation system. Simplify your hectic lifestyle and apply for one of our apartments in Pleasanton, CA 94566 today!,Amenities:,-Car Wash Area,-Lush Landscaping,-Microwaves,-Handicap Accessible,-White Cabinetry with Nickel Hardware,-Washer & Dryer,-Clubhouse with Full Kitchen,-Walk to Historical Downtown,Nearby Landmarks:,-Iron Horse Trail,-Pleasanton Fairways Golf Course,-Rubino Estates Winery and many others,-Historic Downtown Pleasanton,-Shadow Cliffs Regional Park,-Firehouse Arts Center,-Stoneridge Shopping Center,-Alameda County Fairgrounds,-Live music at concerts in the park,-Pleasanton Farmer's Market,-Alviso Adobe Community Park,Phone us at" ], "Title": [ "Beautiful garden like feel with grassy areas,river rock, redwood trees", "Beautiful garden like feel with grassy areas,river rock, redwood trees" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2283.0. Hi, is this unit still available? Yes it is, are you interested? Yes, I am. I was wondering if there are any other perks Maybe a pool? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3220, 3500 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "disagree", "disagree", "unknown", "inquiry", "inform", "inquiry", "init-price", "counter-price", "inquiry", "counter-price", "inquiry", "counter-price", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, 3500, 3000, -1, -1, -1, 3250, 3230, -1 ] }
[ "This car will get you laid.", "Funny, I highly doubt a 14 y/o car will get anyone laid", "Just cause you haven't had one yet. Look at it. It's beautiful, not so many miles, the odemeter only spun around once.", "Too be honest don't like the front bumper would be better without that black cover", "Oh, you can rip that off, and use it to wrap up your next date", "what's it with you and dates?", "The car also has headlights, windshield wipers - and doors.", "All cars have that how much are you asking for?", "3500", "How about 3000", "I'll throw in Luminal and Bleech, did I mention how spacious the trunk is?", "Not fond of manual transmissions, not going to pay 3500 for one", "Meet in the middle? ", "3250? Sure", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6128924910_0.jpg", "car/6128924910_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "5 speed manual,Clean title in hand,Tags are paid and up to date,Low miles for the year 127,000.,Premium sound system pioneer,head unit with bluetooth", "5 speed manual,Clean title in hand,Tags are paid and up to date,Low miles for the year 127,000.,Premium sound system pioneer,head unit with bluetooth,connectivity.,MB quarts speakers tweeter all,around,I have all service records all maintenance done and up to date. Including a brand new clutch transmission service with honda genuine fliud recent timing belt replacement waterpump and tensioner seals and gaskets. Super clean inside and out.,I will not take a low offer and i will not waist my time.,Thanks and have a wonderful day." ], "Title": [ "2003 Honda Civic Lx Low Miles Clean Title Ready To Go!!!", "2003 Honda Civic Lx Low Miles Clean Title Ready To Go!!!" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. This car will get you laid. Funny, I highly doubt a 14 y/o car will get anyone laid Just cause you haven't had one yet. Look at it. It's beautiful, not so many miles, the odemeter only spun around once. Too be honest don't like the front bumper would be better without that black cover Oh, you can rip that off, and use it to wrap up your next date what's it with you and dates? The car also has headlights, windshield wipers - and doors. All cars have that how much are you asking for? 3500 How about 3000 I'll throw in Luminal and Bleech, did I mention how spacious the trunk is? Not fond of manual transmissions, not going to pay 3500 for one Meet in the middle? 3250? Sure Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2736, 3600 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "init-price", "unknown", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "disagree", "offer", "accept" ], "price": [ -1, 2500, -1, 2550, 3600, 2700, 3000, 2736, -1, 2736, -1 ] }
[ "hello there .. do you have questions?", "I saw your ad for the appartment, I also noticed it was in Elmwood, kind of a sketchy neighborhood. Would you take $2500?", "Elmwood is actually very safe and very convienent for anyone going to the university or wanting to be close to shopping and transportation. i am afraid you offer is a little low.", "I just saw on the news last night that an elderly woman got mugged in Elmwood, so theres that. I can offer you $2550", "I am wanting much closer $3600. I could do it for 3200 only because I would like to take care of it quickly.", "CAn we meet closer to the middel, how is $2700?", "I would be willing to come down to 3000.", "With my salarym, I really can't go over $2736", "Fine only because I want to do it quickly but not very fair to me.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 3600, 3600 ], "Description": [ "Unique Spacious 3 bdrm / 2 bath Unit with a large terrace. Located in the leafy Elmwood Neighborhood in Berkeley. Close to UC Campus, Tranportation and Shopping Facilities.", "Unique Spacious 3 bdrm / 2 bath Unit with a large terrace. Located in the leafy Elmwood Neighborhood in Berkeley. Close to UC Campus, Tranportation and Shopping Facilities." ], "Title": [ "SPACIOUS 3 BDRM 2 BA Unit - 1435 SQFT", "SPACIOUS 3 BDRM 2 BA Unit - 1435 SQFT" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3600.0. hello there .. do you have questions? I saw your ad for the appartment, I also noticed it was in Elmwood, kind of a sketchy neighborhood. Would you take $2500? Elmwood is actually very safe and very convienent for anyone going to the university or wanting to be close to shopping and transportation. i am afraid you offer is a little low. I just saw on the news last night that an elderly woman got mugged in Elmwood, so theres that. I can offer you $2550 I am wanting much closer $3600. I could do it for 3200 only because I would like to take care of it quickly. CAn we meet closer to the middel, how is $2700? I would be willing to come down to 3000. With my salarym, I really can't go over $2736 Fine only because I want to do it quickly but not very fair to me. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 91, 120 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "init-price", "inquiry", "counter-price", "unknown", "unknown", "disagree", "unknown", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "disagree", "offer", "unknown", "reject" ], "price": [ -1, 1200, -1, 12, -1, -1, -1, -1, 70, -1, 80, -1, 90, -1, 12, -1, -1 ] }
[ "hey, man i gotta say this seems a little over priced", "For a Royce Union? No, these go for $1200 brand new, I'm only selling in because I have medical bills for my daughter I need to pay.", "how old is your daughter?", "12", "1200, new ? I have a hard time believeing that", "Look it up, these are very high end bikes", "i mean, it seems like you just like the number 12. ain't gonna google this mang", "Ha, I didn't even notice that, but yeah, it's all true, would you like to take it for a ride?", "nah, but i'll offer you 70$", "No, I really need the $120, her last doctor visit was that much alone.", "u should get some better insurance, and sell me it for $80, cuz of that tip i just gave u", "That is with really good insurance, it's just Obama care sucks. Lowest I can go is $115", "man u drivin=g such a hard bargani. i'l give u 90", "I can't man, I gotta feed my 12 kids too", "", "there u go", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 120, 120 ], "Description": [ "Call Marco to ride away!", "Call Marco to ride away!,I live near the Bart station, and freeway, in Richmond. I can deliver the bike as far as Berkeley, or El Ceritto." ], "Title": [ "Royce Union \"Vida\" Hybrid bicycle + Nexus 4-speed transmission", "Royce Union \"Vida\" Hybrid bicycle + Nexus 4-speed transmission" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $120.0. hey, man i gotta say this seems a little over priced For a Royce Union? No, these go for $1200 brand new, I'm only selling in because I have medical bills for my daughter I need to pay. how old is your daughter? 12 1200, new ? I have a hard time believeing that Look it up, these are very high end bikes i mean, it seems like you just like the number 12. ain't gonna google this mang Ha, I didn't even notice that, but yeah, it's all true, would you like to take it for a ride? nah, but i'll offer you 70$ No, I really need the $120, her last doctor visit was that much alone. u should get some better insurance, and sell me it for $80, cuz of that tip i just gave u That is with really good insurance, it's just Obama care sucks. Lowest I can go is $115 man u drivin=g such a hard bargani. i'l give u 90 I can't man, I gotta feed my 12 kids too there u go Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 45, 60 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "init-price", "disagree", "init-price", "counter-price", "inquiry", "inform", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 40, 50, -1, -1, 45, -1, 50, -1 ] }
[ "Hi", "Hi! I'm very interested in the Smart Things Hub you have listed, but I'd like to negotiate the price. $60 is a bit too steep.", "Fair enough I am open to hearign offers, but don't want to drop too far from the price.", "I'm seeing it on other websites for $40, but the local pickup is good for me rather than waiting for shipping. I'd be willing to go to $45.", "what about meeting in the middle at 50?", "Does it still have it's warranty?", "yes", "I really was hoping to do no more than $45, but given that it's warranty is still valid I'm willing to do $50. Sound good?", "yes", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153780184_0.jpg", "electronics/6153780184_0.jpg" ], "Price": [ 60, 60 ], "Description": [ "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME", "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME" ], "Title": [ "BRAND NEW SAMSUNG'S SMART THINGS HUB", "BRAND NEW SAMSUNG'S SMART THINGS HUB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $60.0. Hi Hi! I'm very interested in the Smart Things Hub you have listed, but I'd like to negotiate the price. $60 is a bit too steep. Fair enough I am open to hearign offers, but don't want to drop too far from the price. I'm seeing it on other websites for $40, but the local pickup is good for me rather than waiting for shipping. I'd be willing to go to $45. what about meeting in the middle at 50? Does it still have it's warranty? yes I really was hoping to do no more than $45, but given that it's warranty is still valid I'm willing to do $50. Sound good? yes Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 7, 10 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "inquiry", "inquiry", "init-price", "counter-price", "counter-price", "inquiry", "inform", "unknown", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 10, 7, 8, -1, -1, -1, 8, -1, -1, 8, -1 ] }
[ "Hi there... I am interested ..", "Ok! So what is your price?", "well I see they say new, so they have never been used?", "Nope! Item is brand new! I am asking $10 for it!", "I am on a budget I was hoping to pay $7.", "Well it is brand! How about $8.", "are there any other perks to this?", "It is compatible with many RIM Blackberry Smartphone PDA models. Is there a particular model you are trying to use the headset for? I can tell you if it is compatible! ", "I am just trying to figure out if I GO ABOVE MY BUDGET I AM GETTING A REALLY GOOD QUALITY PRODUCT.", "Well I don't know what else to tell you! My asking price is $10 but I am willing to go down to $8. It is brand new never before used.", "OKAY DEAL", "Ok. Thanks!", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 10, 10 ], "Description": [ "Brand New OEM Original Blackberry Stereo Headset with On/off Button (Hdw-13019)", "Brand New OEM Original Blackberry Stereo Headset with On/off Button (Hdw-13019),Compatible with fallowing models: RIM Blackberry PDA Smartphone 6210, 6230, 7230, 7210, 6280, 7280, 7510, 7100, 7105, 7290, 7520, 7250, 7100i, 7130, 8700, 7100g, 8700g, 7130e, 7130c, 7130g, Pearl 8100, 8100c, 8703e,Reply with your phone number, If interested" ], "Title": [ "Original Blackberry Stereo Headset (New)", "Original Blackberry Stereo Headset (New)" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $10.0. Hi there... I am interested .. Ok! So what is your price? well I see they say new, so they have never been used? Nope! Item is brand new! I am asking $10 for it! I am on a budget I was hoping to pay $7. Well it is brand! How about $8. are there any other perks to this? It is compatible with many RIM Blackberry Smartphone PDA models. Is there a particular model you are trying to use the headset for? I can tell you if it is compatible! I am just trying to figure out if I GO ABOVE MY BUDGET I AM GETTING A REALLY GOOD QUALITY PRODUCT. Well I don't know what else to tell you! My asking price is $10 but I am willing to go down to $8. It is brand new never before used. OKAY DEAL Ok. Thanks! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 228, 380 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "init-price", "disagree", "unknown", "unknown", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "disagree", "counter-price", "insist", "unknown", "offer", "accept" ], "price": [ -1, -1, 20, -1, -1, -1, 150, 300, 200, 250, 220, -1, 225, 250, -1, 250, -1 ] }
[ "ima give it to u straight mang, u over priced this big time", "Well, I certainly disagree. Do you have a price in mind?", "i was like i give u $20", "Well that's certainly not going to work. I'm willing to negotiate but you need to be serious with your offer. These are high quality binoculars that can take pictures, video, and have built in wi-fi. ", "i know these bad to peep on me neighor mang, she's hot", "The purpose for which you choose to use these is up to you, though I'm not going to be able to sell them if you admit you're interested in using them for an illegal purpose such as peeping. Are you interested in purchasing these or not?", "im very, very interesting in purchasing, for some bird watching *wink wink*. i'l lgive you 150", "That's less than half of what they're listed at. I'm willing to go to $300.", "woah, that's still really high. can you help me out to like 200 at least?", "I'm willing to meet in the middle at $250, but no lower. That's more than $100 off the list price.", "you gotta work with me here, i'll go to 220. that's a good deal for u ", "Sorry, I don't think we're going to make a deal here. ", "ok ok ok , i'll give u 225", "I'm really not interested in going lower than $250. I'll add a 2G SD card in the deal if you'll come up to $250.", "oh dang, now you got my attention. ima be able to save so many pictures of these \"birds", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6117273522_0.jpg", "electronics/6117273522_0.jpg" ], "Price": [ 380, 380 ], "Description": [ "Come see the latest in Smart HD Optics. The ATN Binox-HD binoculars are packed with so many features you will never want to use standard binoculars again. 24/7 use, Wi-Fi, E-zoom, record video, compass. Binox-HD binoculars are the worlds most advanced digital binoculars. Powered by a 1 GHz internal computer they carry a suite of sensors to enable the Senses as never before. Binox-HD - the binoculars for the 21st century.,Specs:,- Binoculars that record video and capture pictures,- Smooth zoom from 4X-16X,- Image stabilization for steady video,- Works in daylight or at night", "Come see the latest in Smart HD Optics. The ATN Binox-HD binoculars are packed with so many features you will never want to use standard binoculars again. 24/7 use, Wi-Fi, E-zoom, record video, compass. Binox-HD binoculars are the worlds most advanced digital binoculars. Powered by a 1 GHz internal computer they carry a suite of sensors to enable the Senses as never before. Binox-HD - the binoculars for the 21st century.,Specs:,- Binoculars that record video and capture pictures,- Smooth zoom from 4X-16X,- Image stabilization for steady video,- Works in daylight or at night,- Wi-Fi, GPS, Geotag, E-Compass, Velocity, Image Stabilization, Altitude, Record Video/Still images 1080P HD, Day/Night Use,- Unlike traditional optical systems our electronic zoom offers incredible flexibility in the field,- Built-in Wi-Fi allows a user to connect to mobile device or a desktop computer; Use your phone as a viewfinder, upgrade to the latest firmware.Please refer user manual attached below for instructions and troubleshooting steps,If you have any questions, give us a call at,Best Collateral,2025 Telegraph Ave" ], "Title": [ "Binox-HD 4-16x binoculars", "Binox-HD 4-16x binoculars" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $380.0. ima give it to u straight mang, u over priced this big time Well, I certainly disagree. Do you have a price in mind? i was like i give u $20 Well that's certainly not going to work. I'm willing to negotiate but you need to be serious with your offer. These are high quality binoculars that can take pictures, video, and have built in wi-fi. i know these bad to peep on me neighor mang, she's hot The purpose for which you choose to use these is up to you, though I'm not going to be able to sell them if you admit you're interested in using them for an illegal purpose such as peeping. Are you interested in purchasing these or not? im very, very interesting in purchasing, for some bird watching *wink wink*. i'l lgive you 150 That's less than half of what they're listed at. I'm willing to go to $300. woah, that's still really high. can you help me out to like 200 at least? I'm willing to meet in the middle at $250, but no lower. That's more than $100 off the list price. you gotta work with me here, i'll go to 220. that's a good deal for u Sorry, I don't think we're going to make a deal here. ok ok ok , i'll give u 225 I'm really not interested in going lower than $250. I'll add a 2G SD card in the deal if you'll come up to $250. oh dang, now you got my attention. ima be able to save so many pictures of these "birds Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 40 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "init-price", "counter-price", "unknown", "counter-price", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ -1, 25, 35, -1, 33, 30, 30, -1, 30, -1 ] }
[ "hello", "Hello. I just got full custody of my daughter due to her mother passing away, and I need this for her. would you take $25?", "hi, my condolences but the lowest i can do is 35", "I am really strapped for cash right now", "i understand but it is worth $40 i can do 33", "I have $30 on me right now, and I could be there in under an hour to pick it up? How about it?", "ok 30 is fine", "Thank you,. and God Bless You", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 40, 40 ], "Description": [ "The sofa is used but in good condition. It quickly converts into a sleeper by folding out the seat cushions.", "The sofa is used but in good condition. It quickly converts into a sleeper by folding out the seat cushions.,http://www.ikea.com/us/en/catalog/products/70087108/" ], "Title": [ "Ikea Solsta Sleeper Sofa", "Ikea Solsta Sleeper Sofa" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $40.0. hello Hello. I just got full custody of my daughter due to her mother passing away, and I need this for her. would you take $25? hi, my condolences but the lowest i can do is 35 I am really strapped for cash right now i understand but it is worth $40 i can do 33 I have $30 on me right now, and I could be there in under an hour to pick it up? How about it? ok 30 is fine Thank you,. and God Bless You Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 182, 240 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 150, 240, 180, 200, -1, 200, -1 ] }
[ "Hello. Thank you for checking in. What would you like today?", "I am interested in the Schwinn bike. How long have you had it?", "Have had it for one year its in a very good condition and very reliable ", "Would you be willing to accept $150 for it?", "That's too low I am giving it for $240", "How about $180? I need it for my son. He just got a new job and he needs it to get to work.", "I can accept it for $200 ", "OK deal. Thanks!", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151354891_0.jpg", "bike/6151354891_0.jpg" ], "Price": [ 240, 240 ], "Description": [ "Schwinn World Sport 14-speed road bike. 27\" (69cm) frame. 36\" (91cm) standover. Best fit someone 6'+.,Specifications:,Color: Blue.,Shimano Exage dual brake levers.,Shimano Exage Motion center pivot pulled side pulled brakes.,Shimano stem friction shifters (2X7).,Shimano biopace crank set: 40T, 52T.", "Schwinn World Sport 14-speed road bike. 27\" (69cm) frame. 36\" (91cm) standover. Best fit someone 6'+.,Specifications:,Color: Blue.,Shimano Exage dual brake levers.,Shimano Exage Motion center pivot pulled side pulled brakes.,Shimano stem friction shifters (2X7).,Shimano biopace crank set: 40T, 52T.,170mm crank arms.,Shimano cassette: 14T, 16T, 18T, 20T, 22T, 24T, 28T.,Sun Laventer 700c wheels. 36 spokes. Shimano Exage Sealed Mech. FH-HG50 hubs. Quick release skewers.,Discovery 700x28c road tires. Presta valves.,Reflectors.,2 Specialized water bottle cages.,New rear derailleur cable. Newly install rim tapes. New inner tubes.,Good condition." ], "Title": [ "Schwinn World Sport 14-speed road bike.", "Schwinn World Sport 14-speed road bike." ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $240.0. Hello. Thank you for checking in. What would you like today? I am interested in the Schwinn bike. How long have you had it? Have had it for one year its in a very good condition and very reliable Would you be willing to accept $150 for it? That's too low I am giving it for $240 How about $180? I need it for my son. He just got a new job and he needs it to get to work. I can accept it for $200 OK deal. Thanks! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 360, 600 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "inquiry", "inform", "init-price", "disagree", "counter-price", "disagree", "vague-price", "counter-price", "unknown", "quit" ], "price": [ -1, -1, -1, -1, -1, -1, 360, -1, 400, -1, -1, 575, -1, -1 ] }
[ "Hi there", "This is an awesome bike, would you like to make an offer", "I am interested but am on a limited budget..", "This is a really high end bike, so keep that in mind, I already have the bike listed far below actual value", "How old is this bike?", "I just bought it last year, but I broke my hip a few weeks ago and doctor said I'd never be able to ride it again", "woudl you be willing to take 360", "No, I need the money to pay my medical bills. Thanks Obama", "The max I can do is $400.", "I'm sorry, I can't go that low. The bmc compact road bars are worth that by themselves.", "what is yoru lowest price?", "I can go down to $575, but that is my bottom dollar", "sorry that is just too much for my range.", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 600, 600 ], "Description": [ "Great track and crit bike,Very light frame,Front wheel: 510 track wheel", "Great track and crit bike,Very light frame,Front wheel: 510 track wheel,Cog: surly,Bars: bmc compact road bars with lizard skin bar tape,Stem: Itm mantis,Light weight spacers" ], "Title": [ "Fully custom cannondale capo track bike", "Fully custom cannondale capo track bike" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $600.0. Hi there This is an awesome bike, would you like to make an offer I am interested but am on a limited budget.. This is a really high end bike, so keep that in mind, I already have the bike listed far below actual value How old is this bike? I just bought it last year, but I broke my hip a few weeks ago and doctor said I'd never be able to ride it again woudl you be willing to take 360 No, I need the money to pay my medical bills. Thanks Obama The max I can do is $400. I'm sorry, I can't go that low. The bmc compact road bars are worth that by themselves. what is yoru lowest price? I can go down to $575, but that is my bottom dollar sorry that is just too much for my range. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 26, 35 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "disagree", "disagree", "init-price", "counter-price", "unknown", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, 26, 33, -1, 29, 29, 29, -1 ] }
[ "yo this is already really low priced, don't try and swindle me", "im sorry im not trying to swindle you at all, im short for cash at the moment and i really like the bookshelf", "i know it's really beautiful. i don't really wanna get rid of it. but it's too heavy too move", "would you do 26 if i come and move it myself", "I can meet you somewhere with it, I don't really want u to come over. that's kinda scary. for meeting u i'll go to 33", "since im meeting you and have to get a truck can you do 28", "i'll tell you what buddy, I'll go to 29 just for you, cuz u seem so desperate", "29 is fine", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145018637_0.jpg", "furniture/6145018637_0.jpg" ], "Price": [ 35, 35 ], "Description": [ "very cool bookshelf for sale ! I am moving and this has got to be out by Sunday May 28.", "very cool bookshelf for sale ! I am moving and this has got to be out by Sunday May 28." ], "Title": [ "rustic and unique bookshelf", "rustic and unique bookshelf" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $35.0. yo this is already really low priced, don't try and swindle me im sorry im not trying to swindle you at all, im short for cash at the moment and i really like the bookshelf i know it's really beautiful. i don't really wanna get rid of it. but it's too heavy too move would you do 26 if i come and move it myself I can meet you somewhere with it, I don't really want u to come over. that's kinda scary. for meeting u i'll go to 33 since im meeting you and have to get a truck can you do 28 i'll tell you what buddy, I'll go to 29 just for you, cuz u seem so desperate 29 is fine Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 37, 49 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "unknown", "init-price", "counter-price", "unknown", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 45, 39, -1, 40, -1, 40, -1 ] }
[ "Hi, is this item spacious? ", "yo, this thing is really sweet, but my kids just out grew it. ", "Yeah its pretty interesting. Do the kids enjoy it?", "oh you pop LED on it's like a rave in the kids rooms, it's great. they loved it", "Great! Although the price that you have mentioned doesn't work for me. Its too pricey for me. What can we do?", "I can't really go that much lower but I'll sell it to you for 45", "I can do 39 please because that's what I can afford at the moment", "that's pretty fair but I just need one more dollar", "okay 40 should still work for me? We've got a deal?", "yes, that's perfect", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145263859_0.jpg", "furniture/6145263859_0.jpg" ], "Price": [ 49, 49 ], "Description": [ "This Fashion Optical Kids' Frame Display is in excellent condition, It measures 75\"H x 23.5\"W x 9\"D. It has 3 fixed vertical bars each 36\", plus two wall-mountable bars each 20.5\". Comes with 20 frame clips that can be moved from bar to bar and spaced in any configuration. Additional frame clips available at Fashion Optical. LED lighting is available for an additional fee.", "This Fashion Optical Kids' Frame Display is in excellent condition, It measures 75\"H x 23.5\"W x 9\"D. It has 3 fixed vertical bars each 36\", plus two wall-mountable bars each 20.5\". Comes with 20 frame clips that can be moved from bar to bar and spaced in any configuration. Additional frame clips available at Fashion Optical. LED lighting is available for an additional fee." ], "Title": [ "FASHION OPTICAL KIDS' FRAME DISPLAY", "FASHION OPTICAL KIDS' FRAME DISPLAY" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $49.0. Hi, is this item spacious? yo, this thing is really sweet, but my kids just out grew it. Yeah its pretty interesting. Do the kids enjoy it? oh you pop LED on it's like a rave in the kids rooms, it's great. they loved it Great! Although the price that you have mentioned doesn't work for me. Its too pricey for me. What can we do? I can't really go that much lower but I'll sell it to you for 45 I can do 39 please because that's what I can afford at the moment that's pretty fair but I just need one more dollar okay 40 should still work for me? We've got a deal? yes, that's perfect Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 40 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "unknown", "unknown", "unknown", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ 25, 40, 28.5, -1, -1, -1, 30, 30, -1, 30, -1 ] }
[ "I see your add for the shelf, I'm getting it for my daughter for her birthday, I am really short on cash, could you take $25?", "I am sorry that is low , I ma lookign to get 40", "I am really spreadding myself thin, but I can do $28.50", "I think you failed to read my add, I asked that everyoen supply there phone number in replies.", "I'm sorry, you can call me at 555-555-1234", "Thank for the number. I suppose we can continue to discuss the price on this platform.", "My daughter really wants this, but I have been out of work for several months and can't afford much. Would you Take $30? That is all I have on me, and I can pick it up today.", "I am sorry to hear of that hard situation. Yes I will take $30.", "Thanks.", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 40, 40 ], "Description": [ "Please include a PHONE # in reply!,I'm selling a black iron etagere, as shown in picture,that has four shelves to display whatever you like. The shelves have four resin \"stones\" with leaf patterns on a light sage colored background.,Sorry I didn't manage to get a close-up!,Works in a living room, dining room, even a bath to hold extras, or to style up a patio!", "Please include a PHONE # in reply!,I'm selling a black iron etagere, as shown in picture,that has four shelves to display whatever you like. The shelves have four resin \"stones\" with leaf patterns on a light sage colored background.,Sorry I didn't manage to get a close-up!,Works in a living room, dining room, even a bath to hold extras, or to style up a patio!,Iron top has a stylish black iron \"finial\". This has hinges so can fold close to flat for transport, and,the shelf squares are removable to protect in transport.,SQUARE shelves from top to bottom: 1) 4.5\"; 2) 6\" ; 3) 7.5\"; 4) 9\" square (ALL are square),MUST include a PHONE # in replies." ], "Title": [ "black iron etagere ~ 4 shelf", "black iron etagere ~ 4 shelf" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $40.0. I see your add for the shelf, I'm getting it for my daughter for her birthday, I am really short on cash, could you take $25? I am sorry that is low , I ma lookign to get 40 I am really spreadding myself thin, but I can do $28.50 I think you failed to read my add, I asked that everyoen supply there phone number in replies. I'm sorry, you can call me at 555-555-1234 Thank for the number. I suppose we can continue to discuss the price on this platform. My daughter really wants this, but I have been out of work for several months and can't afford much. Would you Take $30? That is all I have on me, and I can pick it up today. I am sorry to hear of that hard situation. Yes I will take $30. Thanks. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 72, 95 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "init-price", "counter-price", "unknown", "counter-price", "counter-price", "disagree", "unknown", "counter-price", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, 95, 72, -1, 75, 90, -1, -1, 85, 85, 85, -1, -1 ] }
[ "hello", "Hi there. I saw your ad of the wood glass book case. It really got my attention. I loved the interior of it. Is it new or used?", "its used so that is why im selling it for a really good deal of 95", "Yeah but the amount is too much for me. I can afford to pay 72 for it. That's what I got since its used I would really appreciate if we could work that out", "this is an antique so although it is used it is very good bookcase", "Okay how about $75? ", "90", "That's too much for me I honestly can't afford that", "i can bring it to you ", "Okay how about 85$ I loved this piece and I would really like to get it!", "ok 85 is finr", "", "Thank you so much!", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6129633227_0.jpg", "furniture/6129633227_0.jpg" ], "Price": [ 95, 95 ], "Description": [ "Wow! Here is a beautiful oak wood bookcase or cabinet with glass doors from estate sale. It is approx six feet tall, made of oak wood, has two glass doors, and shelves on the interior.", "Wow! Here is a beautiful oak wood bookcase or cabinet with glass doors from estate sale. It is approx six feet tall, made of oak wood, has two glass doors, and shelves on the interior.,This fabulous wood cabinet can be seen at Yesteryears Marketplace Antique Store located at 433 Georgia Street, Vallejo, CA 94590. Phone,for more informtion and directions" ], "Title": [ "BEAUTIFUL OAK WOOD GLASS FRONT BOOKCASE", "BEAUTIFUL OAK WOOD GLASS FRONT BOOKCASE" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $95.0. hello Hi there. I saw your ad of the wood glass book case. It really got my attention. I loved the interior of it. Is it new or used? its used so that is why im selling it for a really good deal of 95 Yeah but the amount is too much for me. I can afford to pay 72 for it. That's what I got since its used I would really appreciate if we could work that out this is an antique so although it is used it is very good bookcase Okay how about $75? 90 That's too much for me I honestly can't afford that i can bring it to you Okay how about 85$ I loved this piece and I would really like to get it! ok 85 is finr Thank you so much! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1110, 1850 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "inquiry", "inquiry", "inform", "inquiry", "inform", "init-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 1100, 1700, -1, -1, 1700, -1 ] }
[ "Hi there I am interested.", "Sure thing. Its a great location and a smoke free apartment. What would you like to know?", "I am wondering how much the coin laundry is per load?", "Its a dollar and 25 cents ", "I am wondering if this is a furnished or unfurnished place?", "Its furnished", "That is great! I am on a budget and was hoping to pay $1100.", "That's too low for the price. Its a great located place and I can accept nothing lower than $1700", "Alright , I suppose since it is furnished I can now afford that price.", "That's great! Thank you! ", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6127519102_0.jpg", "housing/6127519102_0.jpg" ], "Price": [ 1850, 1850 ], "Description": [ "Great Location!,Just several blocks to U.C. A Charming Spanish Mission Style Building. This Studio unit is about 630-650 sq.ft. Bright and sunny with a lot of windows and has larger closet space. Convenient to UC Berkeley, Shattuck Ave., Telegraph Ave., Shops, School, & BART.,Physical Address: 2320 Haste St., Berkeley, CA 94704,Nearest Street Intersection: Dana St. and Ellsworth St.,Apartment features include:,* Carpet floors nearly throughout,* Full size kitchen with eating area.,* Plus gas range and refrigerator.,* Lots of windows for great natural light,* Coin laundry on-site!", "Great Location!,Just several blocks to U.C. A Charming Spanish Mission Style Building. This Studio unit is about 630-650 sq.ft. Bright and sunny with a lot of windows and has larger closet space. Convenient to UC Berkeley, Shattuck Ave., Telegraph Ave., Shops, School, & BART.,Physical Address: 2320 Haste St., Berkeley, CA 94704,Nearest Street Intersection: Dana St. and Ellsworth St.,Apartment features include:,* Carpet floors nearly throughout,* Full size kitchen with eating area.,* Plus gas range and refrigerator.,* Lots of windows for great natural light,* Coin laundry on-site!,* Water & Garbage services included with monthly rent,* Available: now,Move-in Cost: (studio),Some notable terms and conditions (i.e., the fine print):,One-year lease term required.,Smoke-free apartment.,Sorry no Section 8 or water-filled furniture.,Good credit rating needed. Credit check performed for each resident.,Can't make the open house? No problem! Call Li-Li @,for viewing schedule" ], "Title": [ "Sunny! Location! Close to UCB", "Sunny! Location! Close to UCB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1850.0. Hi there I am interested. Sure thing. Its a great location and a smoke free apartment. What would you like to know? I am wondering how much the coin laundry is per load? Its a dollar and 25 cents I am wondering if this is a furnished or unfurnished place? Its furnished That is great! I am on a budget and was hoping to pay $1100. That's too low for the price. Its a great located place and I can accept nothing lower than $1700 Alright , I suppose since it is furnished I can now afford that price. That's great! Thank you! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1050, 1750 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "vague-price", "counter-price", "counter-price", "insist", "insist", "offer", "disagree", "reject" ], "price": [ -1, -1, -1, 900, 1600, 950, 1550, 1000, -1, 1100, 1400, 1100, 1400, 1100, -1, -1 ] }
[ "hi", "Hello, who is the manufacturer?", "hi im not sure it was a christmas gift, but it is solid wood", "It kind of looks like Ashley, but anyway, I have a pretty tight budget, would you be willing to take$900?", "im sorry im on a budget as well and 900 is entirely too low, i can do 1600", "That's too much for me, I see in the picture there are quite a few scratches, It would cost about $500 to have them fixed and restained. How About $950?", "the scratches are at the bottom and i can make sure that it is gone for you 1550", "What ablut that huge scratch on the desk top. It really takes away from the value. Best I can do is $1000", "that is not a scratch 1400 i cannot go lower take it or leave it", "Final offer is $1100, It will never have full value because of the scratches, and refinishing.", "i told you i was going to fix the scratches so final offer 1400", "Sorry can't go above $1100", "and i cant go lower than 1400 this is quality and i have already taken 350 off as a favor, ", "", "I guess we can't make a deal", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6104579635_0.jpg", "furniture/6104579635_0.jpg" ], "Price": [ 1750, 1750 ], "Description": [ "Please email, call, text at", "Please email, call, text at,Solid Wood Desk & Hutch with pewter hardware. Features one file drawer, two utility drawers, door for printer storage, secretary pullout, CPU door, and keyboard pullout. Drawers are with full extension ball bearing drawer glides. Hutch features two doors with one shelf behind each door that can be adjusted. One shelf can be adjusted in open space. Side hutch has one larger door with two shelves that can be adjusted. Hutch also has cubby boxes for additional paperwork storage. This desk is in the Shaker style and features raised panels on sides. . No particle board." ], "Title": [ "Solid Wood large wedge desk & Hutch", "Solid Wood large wedge desk & Hutch" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1750.0. hi Hello, who is the manufacturer? hi im not sure it was a christmas gift, but it is solid wood It kind of looks like Ashley, but anyway, I have a pretty tight budget, would you be willing to take$900? im sorry im on a budget as well and 900 is entirely too low, i can do 1600 That's too much for me, I see in the picture there are quite a few scratches, It would cost about $500 to have them fixed and restained. How About $950? the scratches are at the bottom and i can make sure that it is gone for you 1550 What ablut that huge scratch on the desk top. It really takes away from the value. Best I can do is $1000 that is not a scratch 1400 i cannot go lower take it or leave it Final offer is $1100, It will never have full value because of the scratches, and refinishing. i told you i was going to fix the scratches so final offer 1400 Sorry can't go above $1100 and i cant go lower than 1400 this is quality and i have already taken 350 off as a favor, I guess we can't make a deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2584, 3400 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "inform", "inquiry", "inform", "inquiry", "inform", "init-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, 2400, 3000, -1, -1, 3000, -1 ] }
[ "Hello what would you like to know?", "Is this still available?", "Yes absolutely. Its in a great condition, done the smog test, and registered!", "Have you smoked in it?", "Nope, I am a non smoker!", "Are the tvs just dvd or blu ray too?", "Just DVD", "How much can it tow?", "A great deal", "Would you take 2,400? It has a lot of miles on it.", "That's too low for the price I am giving it away. I can accept $3000 because its almost a new car and in an extremely excellent condition", "Ok, if you will bring it to me. We have a deal", "Yes absolutely! ", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132655422_0.jpg", "car/6132655422_0.jpg" ], "Price": [ 3400, 3400 ], "Description": [ "SUPER CLEAN!! THIS TRUCK IS NICE..CLEAN TITLE..SMOGGED AND REGISTERED..RUNS GREAT!! HAS 188K ORIG MILES..4 BRAND NEW TIRES AND WHEEL ALIGNMENT...CLEAN LEATHER INTERIOR..NO RIPS..JUST FULLY DETAILED..CARPET JUST SHAMPOOED AND LEATHER SEATS JUST CLEANED AND CONDITIONED .. WHICH IS HARD TO FIND NICE INTERIOR...4 WHEEL DRIVE..WORKS GREAT...HAS ALARM..HAS 13 INCH FOLD DOWN TV/DVD PLAYER..GREAT FOR TRIPS...TOW PACKAGE AND MORE...READY FOR SUMMER ROAD TRIPS!!", "SUPER CLEAN!! THIS TRUCK IS NICE..CLEAN TITLE..SMOGGED AND REGISTERED..RUNS GREAT!! HAS 188K ORIG MILES..4 BRAND NEW TIRES AND WHEEL ALIGNMENT...CLEAN LEATHER INTERIOR..NO RIPS..JUST FULLY DETAILED..CARPET JUST SHAMPOOED AND LEATHER SEATS JUST CLEANED AND CONDITIONED .. WHICH IS HARD TO FIND NICE INTERIOR...4 WHEEL DRIVE..WORKS GREAT...HAS ALARM..HAS 13 INCH FOLD DOWN TV/DVD PLAYER..GREAT FOR TRIPS...TOW PACKAGE AND MORE...READY FOR SUMMER ROAD TRIPS!!" ], "Title": [ "1999 CHEVY TAHOE 4X4", "1999 CHEVY TAHOE 4X4" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3400.0. Hello what would you like to know? Is this still available? Yes absolutely. Its in a great condition, done the smog test, and registered! Have you smoked in it? Nope, I am a non smoker! Are the tvs just dvd or blu ray too? Just DVD How much can it tow? A great deal Would you take 2,400? It has a lot of miles on it. That's too low for the price I am giving it away. I can accept $3000 because its almost a new car and in an extremely excellent condition Ok, if you will bring it to me. We have a deal Yes absolutely! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1748, 1900 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "inquiry", "inform", "unknown", "counter-price", "counter-price", "offer", "accept" ], "price": [ -1, -1, 1900, -1, -1, -1, 1900, 1750, 1750, -1 ] }
[ "Hi, how are you today?", "Hello very well and youself?", "Good. Do you have any questions? I am asking $1900, which is a great deal on this place.", "yes is the apartment big in size?", "Well it is big for a studio.. but still a studio apartment.", "That's great I see its perfect for students! I would definitely want that. I am a student myself, but my budget doesn't fit in with the price. What can we do?", "Well I can come down slightly to $1750. Or another option for the full $1900 is it coming furnished.", "Great I can do the 1750! works great for me! Thanks ", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6125963619_0.jpg", "housing/6125963619_0.jpg" ], "Price": [ 1900, 1900 ], "Description": [ "ABSW Studio Apartment Available,Located in Southside, Berkeley, historically and popularly known as the epicenter of college life at Cal. Take pleasure in outdoor activities at your convenience by being just blocks away from Underhill Field and the historic People's Park. Eat up at the nearby Berkeley dining commons -- Crossroads or Cafe 3 -- or visit the Durant Food Court located on Telegraph Ave for a wide variety of ethnic cuisines.,ABSW Apartments is the ideal place for students desiring that perfect mix of campus life and local social activities!,-Charming & classic architecture (originally built in 1931) -- Recently renovated!", "ABSW Studio Apartment Available,Located in Southside, Berkeley, historically and popularly known as the epicenter of college life at Cal. Take pleasure in outdoor activities at your convenience by being just blocks away from Underhill Field and the historic People's Park. Eat up at the nearby Berkeley dining commons -- Crossroads or Cafe 3 -- or visit the Durant Food Court located on Telegraph Ave for a wide variety of ethnic cuisines.,ABSW Apartments is the ideal place for students desiring that perfect mix of campus life and local social activities!,-Charming & classic architecture (originally built in 1931) -- Recently renovated!,-Seismically-reinforced building,-Double-pane windows throughout entire building,-Gas range stoves,www.abswapartments.com/" ], "Title": [ "ABSW Apartments- Studio Available", "ABSW Apartments- Studio Available" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1900.0. Hi, how are you today? Hello very well and youself? Good. Do you have any questions? I am asking $1900, which is a great deal on this place. yes is the apartment big in size? Well it is big for a studio.. but still a studio apartment. That's great I see its perfect for students! I would definitely want that. I am a student myself, but my budget doesn't fit in with the price. What can we do? Well I can come down slightly to $1750. Or another option for the full $1900 is it coming furnished. Great I can do the 1750! works great for me! Thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 87, 145 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "inquiry", "inform", "unknown", "unknown", "init-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 87, -1, -1, 87, -1 ] }
[ "Hi there. Are you interested in the couch?", "Yes I am. how old is it?", "It is about 2 years old. But in great condition. It has been in an animal free and non smoking environment.", "Yes but the price is way way way high for me. I am only a student and can only afford little. ", "I am open to offers.", "I can offer $87 since you want to get rid of it and its two years old", "That is really low but since I want to get rid of it quickly I agree. As long as you can come get it today.", "Sure thing! Definitely can come by to pick it up just today! Thanks for considering it!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6111333023_0.jpg", "furniture/6111333023_0.jpg" ], "Price": [ 145, 145 ], "Description": [ "Bauhaun latta colored, micro fiber fabric couch and love seat set. Genty used, no dogs and non smokers.,Cash Only / no scams / must pick up", "Bauhaun latta colored, micro fiber fabric couch and love seat set. Genty used, no dogs and non smokers.,Cash Only / no scams / must pick up,Pics to follow**,~Farmhouse~Vintage~Salvage~,Macy's Poterey Barn Anthropology" ], "Title": [ "COUCH/LOVE SEAT", "COUCH/LOVE SEAT" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $145.0. Hi there. Are you interested in the couch? Yes I am. how old is it? It is about 2 years old. But in great condition. It has been in an animal free and non smoking environment. Yes but the price is way way way high for me. I am only a student and can only afford little. I am open to offers. I can offer $87 since you want to get rid of it and its two years old That is really low but since I want to get rid of it quickly I agree. As long as you can come get it today. Sure thing! Definitely can come by to pick it up just today! Thanks for considering it! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 41, 45 ] }
[ 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "inquiry", "inform", "offer", "accept" ], "price": [ -1, -1, -1, 41, -1, -1, 41, -1 ] }
[ "Hello do you have any questions?", "hi i really love that coffee table", "Yes I agree its absolutely gorgeous and has a shelf underneath. Its wooded top!", "i would like to purchase for 41", "I could accept that its a fair deal! But you will have to come pick it up yourself?", "ok thats fine", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 45, 45 ], "Description": [ "Shelf underneath. Wood top and shelf with metal trim, legs and wheels.", "Shelf underneath. Wood top and shelf with metal trim, legs and wheels.,Must be able to come pick up. Message me with questions." ], "Title": [ "Wood & Metal Coffee Table", "Wood & Metal Coffee Table" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $45.0. Hello do you have any questions? hi i really love that coffee table Yes I agree its absolutely gorgeous and has a shelf underneath. Its wooded top! i would like to purchase for 41 I could accept that its a fair deal! But you will have to come pick it up yourself? ok thats fine Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 133, 175 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "init-price", "unknown", "disagree", "counter-price", "counter-price", "inquiry", "inform", "offer", "unknown", "accept" ], "price": [ -1, 175, -1, -1, 133, 150, -1, -1, 150, -1, -1 ] }
[ "Hello. I like the item. What can you tell me about it?", "This smart hub is a water valve kit. It is brand new and a good deal at $175.", "Woah! That's very high in price and not affordable for me?", "I am not aware what is affordable for you.", "I can pay $133 would that be fine?", "Is there a way we can meet in the middle. How about $150?", "Okay I can do that since its something that I really really need. Would you be able to deliver it to me?", "Sure I can deliver it to you.", "", "Great then we've got a deal!", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6130986045_0.jpg", "electronics/6130986045_0.jpg" ], "Price": [ 175, 175 ], "Description": [ "Brand new LeakSmart 3/4 in. Smart Water Valve kit. It comes with:,1. Smart Home HUB (http://www.homedepot.com/p/Wink-Smart-Home-HUB-PWHUB-WH", "Brand new LeakSmart 3/4 in. Smart Water Valve kit. It comes with:,1. Smart Home HUB (http://www.homedepot.com/p/Wink-Smart-Home-HUB-PWHUB-WH,Brand new and never used. If you already have the Smart home HUB, you can buy the LeakSmart kit by itself for a reduced price.,Thanks!,If the posting is up, the item is still available." ], "Title": [ "LeakSmart 3/4 in. Smart Water Valve w/ Smart home HUB", "LeakSmart 3/4 in. Smart Water Valve w/ Smart home HUB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $175.0. Hello. I like the item. What can you tell me about it? This smart hub is a water valve kit. It is brand new and a good deal at $175. Woah! That's very high in price and not affordable for me? I am not aware what is affordable for you. I can pay $133 would that be fine? Is there a way we can meet in the middle. How about $150? Okay I can do that since its something that I really really need. Would you be able to deliver it to me? Sure I can deliver it to you. Great then we've got a deal! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 23, 39 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "init-price", "inquiry", "inform", "inquiry", "inquiry", "counter-price", "unknown" ], "price": [ -1, 39, -1, -1, -1, -1, 23, -1 ] }
[ "Hi is this still available? ", "hi yes it is i am selling it for 39", "Does it have the internet?", "yes it does", "Does it come with a sim card?", "yes everything is intact..would you still like to purchase? ", "Yes. But since it is from the 90's, the most I can pay is $23.", "its from 2017 and i am selling you it for a great deal thats like new" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 39, 39 ], "Description": [ "Push to Talk (hands free),Visor/belt clip", "Push to Talk (hands free),Visor/belt clip,Accessories and Manual included - see photographs.,Samsung D406 flip phone GSM unlocked, in box w/ manual" ], "Title": [ "GSM unlocked flipphone, like new in box (Samsung)", "GSM unlocked flipphone, like new in box (Samsung)" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $39.0. Hi is this still available? hi yes it is i am selling it for 39 Does it have the internet? yes it does Does it come with a sim card? yes everything is intact..would you still like to purchase? Yes. But since it is from the 90's, the most I can pay is $23. its from 2017 and i am selling you it for a great deal thats like new Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1356, 1785 ] }
[ 1, 0 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6132566112_0.jpg", "housing/6132566112_0.jpg" ], "Price": [ 1785, 1785 ], "Description": [ "**Move in special **,2 bedroom 1 bathroom,Centralized AC,Basketball court", "**Move in special **,2 bedroom 1 bathroom,Centralized AC,Basketball court,Plenary of parking,One assigned covered parking,Clayton Creek apartments,Close to shopping and dining,This offer only applies to OUR apartment that we are moving out of early. Call Clayton Creek Apartments and ask to see an apartment exactly like apt 123!!!" ], "Title": [ "2 bed 1 bath 1750-1800 PLUS $500 towards your deposit", "2 bed 1 bath 1750-1800 PLUS $500 towards your deposit" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1785.0. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 46, 50 ] }
[ 0, 1 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6132634346_0.jpg", "furniture/6132634346_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Its a solid wood tan color computer table with swivel chair for sale. Its in good condition as shown in pics.", "Its a solid wood tan color computer table with swivel chair for sale. Its in good condition as shown in pics." ], "Title": [ "Moving Out Sale - Computer Table and Chair", "Moving Out Sale - Computer Table and Chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $50.0. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 192, 320 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "disagree", "inquiry", "disagree", "init-price", "counter-price", "disagree", "counter-price", "counter-price", "disagree", "disagree", "counter-price", "agree", "offer", "agree", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 125, 320, -1, 200, 185, -1, -1, 190, 190, 190, -1, -1 ] }
[ "How long have you been using the phone?", "I've had it for about 9 months", "I heard that the iphone 6 had a lot of software bugs. When is apple going to fix them?", "I don't know anything at all about that. I've never had a problem with this phone, just wanted to upgrade to a 6s", "Okay, what about the battery life?", "It works just like as new. No problem waiting until the end of the day to charge it up.", "Alright. I am willing to pay $125 for it to buy it now. ", "I can't go that low. I was looking for $320, but I'd be willing to lower my price to $280", "I am not going to go that high for an out of date phone. If you went me to pay anymore you will have to throw in something else with the deal. Apple is terrible with supporting older products.", "How about this, I'll drop the price to $200. It's worth that much and uh, I can throw in a backup charger.", "I'll take it with the backup charger for $185.", "I can't do it.", "I am not willing to pay anymore. Take it or leave it.", "You're going to miss out on a great phone for the price. I could go $190 but that's as low as I'll go.", "Alright. I will take it for $190.", "", "deal.", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6151592818_0.jpg", "phone/6151592818_0.jpg" ], "Price": [ 320, 320 ], "Description": [ "Very good condition,Included wall charger,Wiped clean, ready for use", "Very good condition,Included wall charger,Wiped clean, ready for use,IMEI and iCloud clean,Brand Apple iPhone 6,Network ATT, T-Mobile, Metro PCS and all GSM networks" ], "Title": [ "iPhone 6 (ATT) 64GB", "iPhone 6 (ATT) 64GB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $320.0. How long have you been using the phone? I've had it for about 9 months I heard that the iphone 6 had a lot of software bugs. When is apple going to fix them? I don't know anything at all about that. I've never had a problem with this phone, just wanted to upgrade to a 6s Okay, what about the battery life? It works just like as new. No problem waiting until the end of the day to charge it up. Alright. I am willing to pay $125 for it to buy it now. I can't go that low. I was looking for $320, but I'd be willing to lower my price to $280 I am not going to go that high for an out of date phone. If you went me to pay anymore you will have to throw in something else with the deal. Apple is terrible with supporting older products. How about this, I'll drop the price to $200. It's worth that much and uh, I can throw in a backup charger. I'll take it with the backup charger for $185. I can't do it. I am not willing to pay anymore. Take it or leave it. You're going to miss out on a great phone for the price. I could go $190 but that's as low as I'll go. Alright. I will take it for $190. deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 237, 395 ] }
[ 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "agree", "unknown", "unknown", "offer", "accept" ], "price": [ 237, 395, 300, 300, -1, -1, 300, -1 ] }
[ "Hello I can give you 237 for it ", "I'm not sure I can take $237. The asking price is $395. I'd be willing to go down to $330", "ok how about 300 ?", "Sure, $300 sounds good if you can come pick it up on Wednesday with cash in hand", "I will be there with cash and thanks for working with me", "thanks!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 395, 395 ], "Description": [ "Beautiful 12 drawer French Provencial dresser with huge mirror. Space for All your clothes, and jewelry too.", "Beautiful 12 drawer French Provencial dresser with huge mirror. Space for All your clothes, and jewelry too.,A gorgeous piece of quality furniture, to be handed down. Made in North Carolina.,Can be seen Wednesday thru Sunday." ], "Title": [ "Large dresser with mirror", "Large dresser with mirror" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $395.0. Hello I can give you 237 for it I'm not sure I can take $237. The asking price is $395. I'd be willing to go down to $330 ok how about 300 ? Sure, $300 sounds good if you can come pick it up on Wednesday with cash in hand I will be there with cash and thanks for working with me thanks! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2280, 3800 ] }
[ 0, 1, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "hello", "hello", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132742615_0.jpg", "car/6132742615_0.jpg" ], "Price": [ 3800, 3800 ], "Description": [ "Runs and drives a great . Pass Smog . clean title . power doors locks . CD player Ac works . Low miles 66k .Call", "Runs and drives a great . Pass Smog . clean title . power doors locks . CD player Ac works . Low miles 66k .Call" ], "Title": [ "2006 Saturn ION Low Miles 66K", "2006 Saturn ION Low Miles 66K" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3800.0. hello hello Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3220, 3500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "HI", "Hello. I am looking to sell this car for 3600", "I would like to pay 3250", "Sorry that is way too low", "3300 is the highest i will go the car is only worth 3500 blue book in perfect condition", "Could you meet at 3400? I have other people interested but at 3500", "no sorry guess you will have to sell it to those people :(", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132492186_0.jpg", "car/6132492186_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "Up for sale is my 2007 Ford Focus ZX4 SES sedan 4 doors / Automatic transmission and 4 cylinders engine 2.0L with timing chain.,Clean title in hand,runs and drives like new. car passed smog (certificate available for new owner). registration paid for 2018 JUNE,- 4 new Bridgestone tires with balance and alignment,- 4 new struts / front and rear complete with new springs,- new front brakes.", "Up for sale is my 2007 Ford Focus ZX4 SES sedan 4 doors / Automatic transmission and 4 cylinders engine 2.0L with timing chain.,Clean title in hand,runs and drives like new. car passed smog (certificate available for new owner). registration paid for 2018 JUNE,- 4 new Bridgestone tires with balance and alignment,- 4 new struts / front and rear complete with new springs,- new front brakes.,- new Motorcraft ford dealer thermostat plus fresh coolant,- new Motorcraft ford dealer alternator and new battery,- fresh full synthetic mobil1 engine oil and filter,- fresh transmission fluid,Please call or text me at,Thank you" ], "Title": [ "2007 FORD FOCUS ZX4 SES SEDAN / 148K MILES / AUTOMATIC / CLEAN TITLE", "2007 FORD FOCUS ZX4 SES SEDAN / 148K MILES / AUTOMATIC / CLEAN TITLE" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. HI Hello. I am looking to sell this car for 3600 I would like to pay 3250 Sorry that is way too low 3300 is the highest i will go the car is only worth 3500 blue book in perfect condition Could you meet at 3400? I have other people interested but at 3500 no sorry guess you will have to sell it to those people :( Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 165, 275 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, 140, 210, 150, 160, 155, 155, 155, -1 ] }
[ "Hey! Good evening! ", "hey", "I see you are interested in my trainer set, also known as the bike thong! Its in great condition and listed at a super fair price. Probably gonna be gone pretty quickly!", "I would like to buy at $140", "Ehh, I appreciate the offer but I was thinking closer to at least $210", "Actually I'm looking something within $150", "If you can meet me at $160, I'll throw in a free spare tire and a Trek frame!", "Oh so nice of you. Can u give me at $155", "I can do $155, but only if you can pay in all quarters. Meet me at the laundry mat and we've got a deal!", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6118154556_0.jpg", "bike/6118154556_0.jpg" ], "Price": [ 275, 275 ], "Description": [ "Excellent Condition Complete 5-Piece CycleOPs Trainer Set - Just like new!,Only used a few times.,In perfect working condition - no damage, no wear!,Free local pick-up in Fairfield / Vacaville, CA,Possible meet-up in Sacramento / San Francisco areas.,1 - CycleOps Fluid Trainer:,Progressive resistance offer the widest resistance range and road-like feel.,Best-selling trainer in the USA.,2 - CycleOps Trainer Skewer:,Specifically designed for use with CycleOps trainers.,3 - CycleOps Climbing Riser Block:", "Excellent Condition Complete 5-Piece CycleOPs Trainer Set - Just like new!,Only used a few times.,In perfect working condition - no damage, no wear!,Free local pick-up in Fairfield / Vacaville, CA,Possible meet-up in Sacramento / San Francisco areas.,1 - CycleOps Fluid Trainer:,Progressive resistance offer the widest resistance range and road-like feel.,Best-selling trainer in the USA.,2 - CycleOps Trainer Skewer:,Specifically designed for use with CycleOps trainers.,3 - CycleOps Climbing Riser Block:,For a stable, worry-free ride with any rear wheel-mounted trainer.,Unique 3-level design lets you select the level of difficulty.,Stack two blocks to simulate climbing workouts.,4 - CycleOps Training Mat:,Protects your floor from sweat and bike grime.,Keeps your trainer from \"Walking\" during intense workouts.,5 - CycleOps Sweat Guard:,Keeps corrosive sweat from reaching your frame.,Includes a removable accessories pouch.,Also known as the bike thong.,Includes the following items:" ], "Title": [ "Complete 5-Piece CycleOps Fluid Trainer Set - Trainer, Skewer, Riser,", "Complete 5-Piece CycleOps Fluid Trainer Set - Trainer, Skewer, Riser," ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $275.0. Hey! Good evening! hey I see you are interested in my trainer set, also known as the bike thong! Its in great condition and listed at a super fair price. Probably gonna be gone pretty quickly! I would like to buy at $140 Ehh, I appreciate the offer but I was thinking closer to at least $210 Actually I'm looking something within $150 If you can meet me at $160, I'll throw in a free spare tire and a Trek frame! Oh so nice of you. Can u give me at $155 I can do $155, but only if you can pay in all quarters. Meet me at the laundry mat and we've got a deal! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 9, 10 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "unknown", "counter-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ 9, 10, -1, 10, 9.5, -1, -1, 9, -1 ] }
[ "hello can I give you 9 dollars ? I really want to have this.", "When are you able to meet? I have someone who wants it for 10 but is coming next weekend", "I can come today if you would like", "Could you do it for 10?", "I would need bus money to get there. How about 9.50 ?", "alright", "Its a deal thank you !", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 10, 10 ], "Description": [ "Brand New OEM Original Blackberry Stereo Headset with On/off Button (Hdw-13019)", "Brand New OEM Original Blackberry Stereo Headset with On/off Button (Hdw-13019),Compatible with fallowing models: RIM Blackberry PDA Smartphone 6210, 6230, 7230, 7210, 6280, 7280, 7510, 7100, 7105, 7290, 7520, 7250, 7100i, 7130, 8700, 7100g, 8700g, 7130e, 7130c, 7130g, Pearl 8100, 8100c, 8703e,Reply with your phone number, If interested" ], "Title": [ "Original Blackberry Stereo Headset (New)", "Original Blackberry Stereo Headset (New)" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $10.0. hello can I give you 9 dollars ? I really want to have this. When are you able to meet? I have someone who wants it for 10 but is coming next weekend I can come today if you would like Could you do it for 10? I would need bus money to get there. How about 9.50 ? alright Its a deal thank you ! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 40 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "disagree", "inquiry", "disagree", "inquiry", "init-price", "counter-price", "offer", "unknown", "unknown", "unknown", "unknown", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 40, -1, 40, -1, -1, -1, -1, -1, -1 ] }
[ "Hey. How long have you had this couch for?", "HI, we've had it a couple years", "Okay. Did anyone smoke where the couch was?", "Oh, no, none of us are smokers and it was bought new, so that's not an issue.", "Okay great. Is there any damage to the couch? Do you have a picture?", "Sorry, ,I don't have a photo. But it has no damage, you would see when you picked it up.", "Okay. How much are you trying to sell it for?", "I'm asking $40 and have come down a bit to that", "40 is good to me. I can pick it up this weekend. Cool?", "", "Hey, great! It's a deal. This weekend works fine.", "Awesome", "Thanks, see you then.", "You too. Bye", "bye", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 40, 40 ], "Description": [ "Brown corduroy couch - This is a great couch for a college student's apartment!,This is currently in our storage locker in Livermore.", "Brown corduroy couch - This is a great couch for a college student's apartment!,This is currently in our storage locker in Livermore.,We have several furniture items for sale - please look at our other posts for the other items.,- Armoire Style TV Cabinet - Wood,- Kitchen Table and Chairs - Wood" ], "Title": [ "Couch - REDUCED $40", "Couch - REDUCED $40" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $40.0. Hey. How long have you had this couch for? HI, we've had it a couple years Okay. Did anyone smoke where the couch was? Oh, no, none of us are smokers and it was bought new, so that's not an issue. Okay great. Is there any damage to the couch? Do you have a picture? Sorry, ,I don't have a photo. But it has no damage, you would see when you picked it up. Okay. How much are you trying to sell it for? I'm asking $40 and have come down a bit to that 40 is good to me. I can pick it up this weekend. Cool? Hey, great! It's a deal. This weekend works fine. Awesome Thanks, see you then. You too. Bye bye Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 210, 350 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "init-price", "counter-price", "counter-price", "inquiry", "unknown", "quit" ], "price": [ -1, -1, -1, -1, 350, 210, 300, -1, -1, -1 ] }
[ "hello", "Hi there. I am interested in the tractor.", "well the tractor is in very good condition and my kids loved to play with it", "That is good to hear. I am on a budget but would like to get this for my son for his birthday.", "alright the offer is for $350", "I know it is big difference but I was hoping to pay about $210.", "there is no way i can go under 300", "well are there any other perks you can offer at that price?", "hello? are you still there? Could you include delivery?", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6144799717_0.jpg", "bike/6144799717_0.jpg" ], "Price": [ 350, 350 ], "Description": [ "John Deere Pedal Tractor w/ Wagon, Die Cast in mint condition. Your child will be over the moon riding this heavy durable tractor with heavy-duty chain system and oversized rubber tires. Comes with cute detachable rear wagon that can tow another child.", "John Deere Pedal Tractor w/ Wagon, Die Cast in mint condition. Your child will be over the moon riding this heavy durable tractor with heavy-duty chain system and oversized rubber tires. Comes with cute detachable rear wagon that can tow another child." ], "Title": [ "Kids John Deere Pedal Tractor w/ Wagon (NEW)", "Kids John Deere Pedal Tractor w/ Wagon (NEW)" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $350.0. hello Hi there. I am interested in the tractor. well the tractor is in very good condition and my kids loved to play with it That is good to hear. I am on a budget but would like to get this for my son for his birthday. alright the offer is for $350 I know it is big difference but I was hoping to pay about $210. there is no way i can go under 300 well are there any other perks you can offer at that price? hello? are you still there? Could you include delivery? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 8284, 10900 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "init-price", "inquiry", "disagree", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "agree", "offer", "accept" ], "price": [ -1, -1, 10900, -1, -1, 7500, 10900, 8500, 10000, 9500, -1, -1, 9500, -1 ] }
[ "Hi", "I like the Dodge. What are you asking?", "10,900 still runs really well", "For a salvage title? With 87,000 miles? What happened to it? Was it in an accident?", "No accident just has the roof dent but everything else is fine and in good condition", "Okay. How about 7,500?", "The value of the car is worth 12,000 and im selling only for 10,900", "With a clean title maybe, but can't go that high for a salvage title even if running well. I can go as high as 8,500. Final offer", "How about 10,000 and i will fix the dent for you ", "If you fix the dent, we can do 9,500. Sound good?", "Ok that will work", "Great", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6133202224_0.jpg", "car/6133202224_0.jpg" ], "Price": [ 10900, 10900 ], "Description": [ "2011 Dodge Charger V6 3.6L automatic transmission with new 20\" rims and tires with only 87000 miles salvage title only the roof dent and 3 windows was the reason made salvage I have pictures to probe everything still like new conditions runs excellent any question feel free to call any time or text to my cell phone", "2011 Dodge Charger V6 3.6L automatic transmission with new 20\" rims and tires with only 87000 miles salvage title only the roof dent and 3 windows was the reason made salvage I have pictures to probe everything still like new conditions runs excellent any question feel free to call any time or text to my cell phone" ], "Title": [ "2011 Dodge Charger SXT", "2011 Dodge Charger SXT" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $10900.0. Hi I like the Dodge. What are you asking? 10,900 still runs really well For a salvage title? With 87,000 miles? What happened to it? Was it in an accident? No accident just has the roof dent but everything else is fine and in good condition Okay. How about 7,500? The value of the car is worth 12,000 and im selling only for 10,900 With a clean title maybe, but can't go that high for a salvage title even if running well. I can go as high as 8,500. Final offer How about 10,000 and i will fix the dent for you If you fix the dent, we can do 9,500. Sound good? Ok that will work Great Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 82, 90 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "agree", "agree", "unknown", "offer", "accept" ], "price": [ 82, 85, 85, 85, -1, 85, -1 ] }
[ "I would love to have the phone. I can give you 82 for it", "I'd feel a bit better if you could do 85. Is that possible? It's unlocked and in good condition.", "I can do it for 85 if you can give me the charger and case. ", "That's not a problem. 85 with the charger and case. It's a deal. I can meet you at the AT&T store if you'd like.", "Ok I am on my way thanks a lot 1", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 90, 90 ], "Description": [ "purchased new Iphone 7 for kids so we need to sell our old iphone.,Ipone 5 is unlocked and can be used with any carrier using GSM or oversears in India. phone has a clean HMEI, factory unlocked.", "purchased new Iphone 7 for kids so we need to sell our old iphone.,Ipone 5 is unlocked and can be used with any carrier using GSM or oversears in India. phone has a clean HMEI, factory unlocked.,purchased new, no warranty, sold as-is condition, original parts, in good working condition, 16MB memory. good for school going kids.,we can meet at AT&T/Tmobile store or gas station to complete the transaction. Bring your sim to check phone." ], "Title": [ "Iphone 5 with 16MB unlocked", "Iphone 5 with 16MB unlocked" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $90.0. I would love to have the phone. I can give you 82 for it I'd feel a bit better if you could do 85. Is that possible? It's unlocked and in good condition. I can do it for 85 if you can give me the charger and case. That's not a problem. 85 with the charger and case. It's a deal. I can meet you at the AT&T store if you'd like. Ok I am on my way thanks a lot 1 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 16080, 26800 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "disagree", "init-price", "unknown", "unknown", "disagree", "inquiry", "inform", "inquiry", "disagree", "counter-price", "vague-price", "vague-price", "quit" ], "price": [ -1, -1, -1, 16000, -1, -1, -1, -1, -1, -1, -1, 23000, -1, -1, -1 ] }
[ "you have good taste in cars my friend", "Hi there, I am interested in making a deal on your car.", "I know you are, it's so nice. I'm not really willing to negotatie on the price however", "Well that does not look hopeful. I was hoping to get a great deal somewhere around 16000.", "WOAH, I'm insulted", "I am just on a tight budget.", "Well that's not my problem buddy. I need a real buyer not a joker like u", "I am a real buyer. Is there some incentive or extra you can offer if I can come up in price?", "i'll take it to thecar wash and get the oil changed, but i'm firm on the price", "can you deliver to another city? one that is 35 miles away?", "that's no problem at all if you pay full price", "I think the max I can manage is 23,000.", "brah, that's too low. don't waste my time mang", "alright, looks like we are at an impasse. Juts too high a price for me.", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6128990620_0.jpg", "car/6128990620_0.jpg" ], "Price": [ 26800, 26800 ], "Description": [ "Im selling 2016 Mercedes Benz C300 1OWNER Automatic,Fully Loaded,", "Im selling 2016 Mercedes Benz C300 1OWNER Automatic,Fully Loaded,,Only 16,473 Miles,Car with Free Warranty,Please Serious Buyers Don\"t Waste my Time Thanks" ], "Title": [ "2016 mercedes benz c300", "2016 mercedes benz c300" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $26800.0. you have good taste in cars my friend Hi there, I am interested in making a deal on your car. I know you are, it's so nice. I'm not really willing to negotatie on the price however Well that does not look hopeful. I was hoping to get a great deal somewhere around 16000. WOAH, I'm insulted I am just on a tight budget. Well that's not my problem buddy. I need a real buyer not a joker like u I am a real buyer. Is there some incentive or extra you can offer if I can come up in price? i'll take it to thecar wash and get the oil changed, but i'm firm on the price can you deliver to another city? one that is 35 miles away? that's no problem at all if you pay full price I think the max I can manage is 23,000. brah, that's too low. don't waste my time mang alright, looks like we are at an impasse. Juts too high a price for me. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 718, 946 ] }
[ 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "init-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, 715, -1, -1, 4400, -1 ] }
[ "None", "Hi. This apartment looks pretty good. Can we go lower than the advertised price? I'm thinking around 715 per month", "It's a car that I'm selling for 4400", "Interesting. My advertisement is for an apartment. I can go with 4400 for the car.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6131459128_0.jpg", "housing/6131459128_0.jpg" ], "Price": [ 946, 946 ], "Description": [ "****,Parker is that thrill you feel when inspiration strikes. Perched proudly on Shattuck Avenue in,Berkeley, this collection of 155 carefully crafted, sustainably designed apartments offer immediate,access to music venues, boutique shopping, nightlife, green space, the Gourmet Ghetto, and", "****,Parker is that thrill you feel when inspiration strikes. Perched proudly on Shattuck Avenue in,Berkeley, this collection of 155 carefully crafted, sustainably designed apartments offer immediate,access to music venues, boutique shopping, nightlife, green space, the Gourmet Ghetto, and,At home, get to know your neighbors by the crackling light of a fire pit, get focused in our,co-working space, or burn some calories at the on-site Equinox Fitness Club. With convenient,amenities like a pet spa, bike lounge, secured parking, and a package concierge, Parker allows you,to immerse yourself fully in Berkeley's colorful community, without sweating the day-to-day stuff.,Flexible lease terms (6-13 months)" ], "Title": [ "Parker Apartments - Now Accepting Below Market Rate Applications", "Parker Apartments - Now Accepting Below Market Rate Applications" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $946.0. None Hi. This apartment looks pretty good. Can we go lower than the advertised price? I'm thinking around 715 per month It's a car that I'm selling for 4400 Interesting. My advertisement is for an apartment. I can go with 4400 for the car. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller