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
README.md exists but content is empty.
Downloads last month
41