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": [ 120, 200 ] }
[ 0, 1, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Hello how are you", "fine and u", "Doing good" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6152260981_0.jpg", "electronics/6152260981_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Excellent condition, rarely used Xiaomi Mi Pad....read, watch, play, take pictures/videos, etc., all in one package. With Xiaomi Mi Pad original case.,Specs:,7.9\" IPS High resolution 326 PPI, Gorilla Glass 3", "Excellent condition, rarely used Xiaomi Mi Pad....read, watch, play, take pictures/videos, etc., all in one package. With Xiaomi Mi Pad original case.,Specs:,7.9\" IPS High resolution 326 PPI, Gorilla Glass 3,2GB LPDDR3 RAM, 16GB Flash (128GB expandable),Dual band 802.11ac Wi-Fi, 2x2 MIMO antenna,6700mAh Lithium-ion Polymer battery,Cash and pick up only...." ], "Title": [ "Almost New Xiaomi Mi Pad", "Almost New Xiaomi Mi Pad" ] }
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 how are you fine and u Doing good Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3109, 4092 ] }
[ 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hello so I'm interested in the apartment ", "Hello how are you", "Doing good, n u", "I am wonderful thanks. Thank you for reponding to the ad", "Yes, I'm very interested I n this, sounds like it's in a very nice area", "It is a wonderful area. The view from this particular home is Amazing", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 4092, 4092 ], "Description": [ "Domain Luxury Apartment Homes,FLOOR PLAN: 2 Bedroom/ 2.5 Bath, Town home B Building,Neighborhood: The Heart of Downtown,Address: 1389 Jefferson Street Oakland, CA 94612,Property Type: Luxury Apartment Home,Lease Term: We offer Flexible Lease Terms. 1-13 Months,Domain, the Heart of Downtown Oakland! Our location offers convenient access to freeways, multiple train lines including Bart and Amtrak, award-winning schools, popular sidewalk cafes, a multi-cultural shopping experience, and excellent fine dining options.,Stainless Steel Appliances,Dishwasher,Gas Stove Top and Oven In most units,Microwave,Granite Counters,Large Double Glass Window,Patio door /Balcony in some units,Floor to Ceiling Glass in Many Homes", "Domain Luxury Apartment Homes,FLOOR PLAN: 2 Bedroom/ 2.5 Bath, Town home B Building,Neighborhood: The Heart of Downtown,Address: 1389 Jefferson Street Oakland, CA 94612,Property Type: Luxury Apartment Home,Lease Term: We offer Flexible Lease Terms. 1-13 Months,Domain, the Heart of Downtown Oakland! Our location offers convenient access to freeways, multiple train lines including Bart and Amtrak, award-winning schools, popular sidewalk cafes, a multi-cultural shopping experience, and excellent fine dining options.,Stainless Steel Appliances,Dishwasher,Gas Stove Top and Oven In most units,Microwave,Granite Counters,Large Double Glass Window,Patio door /Balcony in some units,Floor to Ceiling Glass in Many Homes,Premium Plank Flooring in Most Homes,Free AT&T Internet Offered,Gated Parking,Professional On-Site Management,Serenity Studio,Connect Cafe,Storage Spaces Available,Rotating Local Art Gallery,2 Blocks to City Center Bart,Free Yoga Classes for Residents,Domain Oakland Apartments,Brittney,1389 Jefferson Street,www.thedomainoakland.com,*PRICES ARE SUBJECT TO CHANGE DAILY*" ], "Title": [ "Facing the Berkeley Hills gorgeous 2x2.5 in DT!", "Facing the Berkeley Hills gorgeous 2x2.5 in DT!" ] }
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 $4092.0. Hello so I'm interested in the apartment Hello how are you Doing good, n u I am wonderful thanks. Thank you for reponding to the ad Yes, I'm very interested I n this, sounds like it's in a very nice area It is a wonderful area. The view from this particular home is Amazing Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 133, 175 ] }
[ 1, 0, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "hi", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 175, 175 ], "Description": [ "Solid wood. Brand new. Never used.", "Solid wood. Brand new. Never used.,Dark or light finish.,Solid Wood \"Maple\" BUNK Bed. Still in Crate. Brand New. Never Used. Includes Full Warranty. Can deliver. Cell 9*2*5*3*3*5*9*2*4*0." ], "Title": [ "Bunkbed", "Bunkbed" ] }
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. hi Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 84, 140 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "init-price", "disagree", "counter-price", "counter-price", "counter-price", "disagree", "quit" ], "price": [ -1, -1, -1, -1, 125, -1, 120, 100, 115, -1, -1 ] }
[ "hi", "Let's make a deal", "this desk is very well maintained and like new", "Great. I can pick it up in the next hour if we can agree on a price. 140 is too steep, though", "yes if you pick it up i can go for $125", "Not bad. I'm looking at a few but this is a little small for my needs. Price will determine if I buy", "i can make you a final offer of $120", "100 in cash right now", "$115 and you pick up and you gotta a deal", "No can do. Looks great, best of luck to you", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145341624_0.jpg", "furniture/6145341624_0.jpg" ], "Price": [ 140, 140 ], "Description": [ "Width - 26 inches,Length - 59.5 inches", "Width - 26 inches,Length - 59.5 inches,Length of L Wing (Maximum) - ~27.5 inches,Length of L Wing (Minimum) - ~7.5 inches" ], "Title": [ "Desk with Adjustable L-Shape, Solid Wood, Black", "Desk with Adjustable L-Shape, Solid Wood, 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 $140.0. hi Let's make a deal this desk is very well maintained and like new Great. I can pick it up in the next hour if we can agree on a price. 140 is too steep, though yes if you pick it up i can go for $125 Not bad. I'm looking at a few but this is a little small for my needs. Price will determine if I buy i can make you a final offer of $120 100 in cash right now $115 and you pick up and you gotta a deal No can do. Looks great, best of luck to you Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 18, 30 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "disagree", "inquiry", "inform", "init-price", "counter-price", "counter-price", "insist", "counter-price", "agree", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, 10, 20, 15, 20, 17, 17, -1, 17, -1, -1 ] }
[ "Hi, I'm interested in the modem. Is there anything wrong with it?", "no it has great high speed internet speeds it's high performance up to 150 mbps download and upload for hd streaming good modem", "How many ethernet ports does it have?", "four ports ", "Ok, I need you to come down to $10. It's kind of outdated with not many ports.", "would $20 be a good deal for you ", "No, I can meet you in the middle at $15 though, and you have to deliver it.", "no way 20 and you pick up finale offer", "Can you atleast meet me at $17 I really can't go higher.", "$17 and you pick up", "Fine deal.", "", "thanks ", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6114294013_0.jpg", "electronics/6114294013_0.jpg" ], "Price": [ 30, 30 ], "Description": [ "The NETGEAR High Speed Cable Modem provides a connection to high-speed cable Internet. Item is CABLE MODEM ONLY,Compatible with major Cable Internet Service Providers like Comcast, Charter, Cable Vision, Cox, Time Warner Cable and others", "The NETGEAR High Speed Cable Modem provides a connection to high-speed cable Internet. Item is CABLE MODEM ONLY,Compatible with major Cable Internet Service Providers like Comcast, Charter, Cable Vision, Cox, Time Warner Cable and others,High-performance - Up to 150 Mbps download and upload speed for streaming HD videos, faster downloads, and high-speed online gaming,No low ballers, cash only and local pickup, Sale is final,Thank you" ], "Title": [ "NETGEAR DOCSIS 3.0 - High Speed Cable Modem (CMD31T)", "NETGEAR DOCSIS 3.0 - High Speed Cable Modem (CMD31T)" ] }
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, I'm interested in the modem. Is there anything wrong with it? no it has great high speed internet speeds it's high performance up to 150 mbps download and upload for hd streaming good modem How many ethernet ports does it have? four ports Ok, I need you to come down to $10. It's kind of outdated with not many ports. would $20 be a good deal for you No, I can meet you in the middle at $15 though, and you have to deliver it. no way 20 and you pick up finale offer Can you atleast meet me at $17 I really can't go higher. $17 and you pick up Fine deal. thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 45, 60 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "init-price", "counter-price", "counter-price", "counter-price", "offer", "unknown", "unknown", "accept" ], "price": [ -1, -1, 60, 10, 3, 57, 57, -1, -1, -1 ] }
[ "Hi I have a Smart Things Hub for sale.", "i was looking at the specs how old is it", "Like a year old, not too old. It's only $60. Firm price sorry.", "i have to pick it up can you aleast knock off $10 for gas", "No it's not too far from you, $3 in gas gets you 20 miles.", "well $57", "", "Thanks", "thanks be there at noon", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153780184_0.jpg", "electronics/6153780184_0.jpg" ], "Price": [ 60, 60 ], "Description": [ "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME", "ASKING 60$... SERIOUS BUYERS ONLY PLEASE.. NO TRADES CASH ONLY.... I DON'T SHIP SO PLEASE DONT ASK... LOCAL PICKUP ONLY IN FREMONT CA... TEXT OR CALL ME ANYTIME" ], "Title": [ "BRAND NEW SAMSUNG'S SMART THINGS HUB", "BRAND NEW SAMSUNG'S SMART THINGS HUB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $60.0. Hi I have a Smart Things Hub for sale. i was looking at the specs how old is it Like a year old, not too old. It's only $60. Firm price sorry. i have to pick it up can you aleast knock off $10 for gas No it's not too far from you, $3 in gas gets you 20 miles. well $57 Thanks thanks be there at noon Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 184, 200 ] }
[ 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 168, 170, -1, 170, -1, -1 ] }
[ "hi", "Hi, I am interested in this bike.", "sweet it rides very well and has 24 gears of giant speed", "I see many bikes just like this one selling on eBay for about $168. Are you able to lower the price?", "i can do $170 if you like.", "Okay, that's reasonable. I will also pick up the item from you, thanks to your generous offer.", "", "sold", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6152027442_0.jpg", "bike/6152027442_0.jpg" ], "Price": [ 200, 200 ], "Description": [ "Not giant as in a giant rides it. Giant as in that's the brand name. 24 gears for some sweet jumps.", "Not giant as in a giant rides it. Giant as in that's the brand name. 24 gears for some sweet jumps." ], "Title": [ "Giant street bike", "Giant street 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 $200.0. hi Hi, I am interested in this bike. sweet it rides very well and has 24 gears of giant speed I see many bikes just like this one selling on eBay for about $168. Are you able to lower the price? i can do $170 if you like. Okay, that's reasonable. I will also pick up the item from you, thanks to your generous offer. sold Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 68, 90 ] }
[ 0, 1, 1, 0 ]
{ "intent": [ "", "", "", "" ], "price": [ -1, -1, -1, -1 ] }
[ "hi", "", "hi", "" ]
{ "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. hi hi Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1932, 2100 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "disagree", "init-price", "counter-price", "disagree", "counter-price", "unknown", "counter-price", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, 1932, 2300, -1, 2000, -1, 1950, -1, -1, 1950, -1, -1 ] }
[ "hello", "hi i can offer you a great price if the apartment is nice", "yes its in great condition ", "whats some perks about the apartment", "no perks ", "i can offer $1932", "how does 2300 sound? it has an attached garage which is great for an apartment ", "thats more than the orignal price plus i can't afford that can you work with me on the price", "2000 and we have a deal my friend", "thats to high for me", "1950", "that works for me when can i move in", "tomorrow", "", "thanks", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133609508_0.jpg", "housing/6133609508_0.jpg" ], "Price": [ 2100, 2100 ], "Description": [ "Near Montclaire very nice apartment for rent. 2 bedroom 1 bath 1 livingroom kitchen + own balcony.", "Near Montclaire very nice apartment for rent. 2 bedroom 1 bath 1 livingroom kitchen + own balcony.,Laundry in the building. Attached garage. Sorry no pet and no smoking." ], "Title": [ "Near Montclaire apt 2br for rent", "Near Montclaire apt 2br for rent" ] }
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 $2100.0. hello hi i can offer you a great price if the apartment is nice yes its in great condition whats some perks about the apartment no perks i can offer $1932 how does 2300 sound? it has an attached garage which is great for an apartment thats more than the orignal price plus i can't afford that can you work with me on the price 2000 and we have a deal my friend thats to high for me 1950 that works for me when can i move in tomorrow thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 258, 340 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "agree", "counter-price", "agree", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 120, 120, 180, -1, -1, 180, -1, -1 ] }
[ "hi", "Hey", "if your looking for a nice bike here it is fun and cool", "I totally am, except it's a bit old and bad looking. Nobody really wants to ride or use that. I'm thinking it's more around $120 as a novelty item.", "120 is way to low and you know that pay me aleast 240 for my time spent preparing this project final offer", "No, atleast meet me halfway on my original reasonable offer. $180 is more than fair for a tricycle. ", "deal u pick up$180", "Fine deal", "", "thanks", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6152077020_0.jpg", "bike/6152077020_0.jpg" ], "Price": [ 340, 340 ], "Description": [ "Linear recumbent bicycle for sale. This was built in Iowa, and has a welded reinforcement in the rear frame.,This is the \"folding\" model, but's it's more of a \"can be compacted for storage or transport\" (see the last picture).,LWB USS (Long Wheel Base, Under Seat Steering). Aluminum frame.", "Linear recumbent bicycle for sale. This was built in Iowa, and has a welded reinforcement in the rear frame.,This is the \"folding\" model, but's it's more of a \"can be compacted for storage or transport\" (see the last picture).,LWB USS (Long Wheel Base, Under Seat Steering). Aluminum frame.,3X7 Sachs Dual Drive for 21 speeds. Two chain rings in front, no front derailleur, choose big or little ring before you start.,20\"(BMX 406) in front and 26\" (Mtn 559) in rear. Primo Comet tires with kevlar belts. The tires are used, but should be good for the summer. Put new tires on your Xmas wish list.,Has two water bottle cages on the back of the seat.,Comes with a minimal tool kit (folding allen wrench, \"dog-bone\" wrench, tire irons, glue-less tube patches and air pump [strapped to the rack support]) and solar charging LED \"see me\" lights." ], "Title": [ "Linear Recumbent Bicycle", "Linear Recumbent Bicycle" ] }
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 $340.0. hi Hey if your looking for a nice bike here it is fun and cool I totally am, except it's a bit old and bad looking. Nobody really wants to ride or use that. I'm thinking it's more around $120 as a novelty item. 120 is way to low and you know that pay me aleast 240 for my time spent preparing this project final offer No, atleast meet me halfway on my original reasonable offer. $180 is more than fair for a tricycle. deal u pick up$180 Fine deal thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 161, 175 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "inquiry", "init-price", "counter-price", "counter-price", "unknown", "counter-price", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, 25, 40, 115, -1, 120, -1, -1, 100, -1, -1 ] }
[ "Hi, so I AM interested in the iPhones..", "which one are all of them", "Your ad is for all of them. So, because I'm buying in bulk, I'm willing to give what a store would for your phones. They seem to be all in okay or bad condition, and I'm going to give $25 each totaling to $100. They're generations old and worthless.", "thats not a resonible price ican knock off 40 bucks take it or leave it you can easily make your money back", "I can't because nobody would pay that much, $115 in the middle final offer. I'm not even selling them I'm using them in my house as remotes for various things.", "ok il take 140 finale offer", "One of the phones has a crack so I'll have to spend $20 for a new atomizer and screen please do $120 It's not worth it.", "ok $100 u pick them up", "Thanks man", "", "thanks", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6143926050_0.jpg", "phone/6143926050_0.jpg" ], "Price": [ 175, 175 ], "Description": [ "Used but all in working order.,iPhone 3G, Black, 8GB,iPhone 4G, Black, 16GB", "Used but all in working order.,iPhone 3G, Black, 8GB,iPhone 4G, Black, 16GB,iPhone 4G, Black, 16GB, Cracked Screen,iPhone 4G, White, 16GB,Accessories as shown to include Otterbox, screen protectors, and car chargers." ], "Title": [ "iPhone 4 x3 and iPhone 3G plus accessories....", "iPhone 4 x3 and iPhone 3G plus accessories...." ] }
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. Hi, so I AM interested in the iPhones.. which one are all of them Your ad is for all of them. So, because I'm buying in bulk, I'm willing to give what a store would for your phones. They seem to be all in okay or bad condition, and I'm going to give $25 each totaling to $100. They're generations old and worthless. thats not a resonible price ican knock off 40 bucks take it or leave it you can easily make your money back I can't because nobody would pay that much, $115 in the middle final offer. I'm not even selling them I'm using them in my house as remotes for various things. ok il take 140 finale offer One of the phones has a crack so I'll have to spend $20 for a new atomizer and screen please do $120 It's not worth it. ok $100 u pick them up Thanks man thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 45, 75 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "inquiry", "inform", "init-price", "unknown", "init-price", "counter-price", "agree", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 35, 50, 50, -1, 50, -1 ] }
[ "Hello! Are you interested in the lamp?", "I am. Does it still have full range of motion?", "Yes it's only been used a couple times and is in near brand new condition!", "Great! I noticed that you have it priced at $75, I was wondering however, would you be willing to come down a little? ", "I could possibly, How much lower did you have in mind? I would like to stay in the 60-70 area if possible though.", "Oh man. I am just a struggling student and this would be perfect for my dorm room! What If I met you half way at $35? Not trying to insult you, but funds are limited these days.", "How about this? I'll throw in a 12 pack of light bulbs, and bring it to you for $50? I'm getting ready to move and could really use any money I could get to pay the moving company.", "I can totally swing $50 after tomorrow night. Will that work?", "Sounds good! Thank you! See you tomorrow!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6136660281_0.jpg", "furniture/6136660281_0.jpg" ], "Price": [ 75, 75 ], "Description": [ "In excellent vintage condition and working order,Selling as shown with no weighted base or desk clamp", "In excellent vintage condition and working order,Selling as shown with no weighted base or desk clamp,Located in Vallejo,mid century Danish modern" ], "Title": [ "Luxo Chrome Articulating Drafting Lamp", "Luxo Chrome Articulating Drafting Lamp" ] }
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. Hello! Are you interested in the lamp? I am. Does it still have full range of motion? Yes it's only been used a couple times and is in near brand new condition! Great! I noticed that you have it priced at $75, I was wondering however, would you be willing to come down a little? I could possibly, How much lower did you have in mind? I would like to stay in the 60-70 area if possible though. Oh man. I am just a struggling student and this would be perfect for my dorm room! What If I met you half way at $35? Not trying to insult you, but funds are limited these days. How about this? I'll throw in a 12 pack of light bulbs, and bring it to you for $50? I'm getting ready to move and could really use any money I could get to pay the moving company. I can totally swing $50 after tomorrow night. Will that work? Sounds good! Thank you! See you tomorrow! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 11, 15 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "init-price", "disagree", "counter-price", "inquiry", "disagree", "counter-price", "agree", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, 11, -1, -1, -1, -1, 14, 14, -1, 14, -1, -1 ] }
[ "hi", "Hey so do you have a broken computer?", "yes i do the price you listed to repair it a good price but i'm tight on cash right now can you hook me up for $11 please", "Woah no, firm price. This isn't the schoolyard kid. ", "ok can you aleat if me a $2 dicount on the repair", "What's wrong with your computer?", "key board not working", "That'll cost $14 dollars then, I can meet you smack dab in the middle bucko.", "that works for me man $14 thanks whens a good time to bring it in", "now", "", "thanks seee you soon", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 15, 15 ], "Description": [ "+++,++,phone and computer repairs at FRUITVALE FOR AS LOW AS 15 DOLLARS", "+++,++,phone and computer repairs at FRUITVALE FOR AS LOW AS 15 DOLLARS,**RUKATECH COMPUTER & PHONE SERVICES****,4030B INTERNATIONAL BLVD,+++,++" ], "Title": [ "phone and computer repairs BTW 40TH & 41ST FOR AS LOW AS", "phone and computer repairs BTW 40TH & 41ST FOR AS LOW AS" ] }
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. hi Hey so do you have a broken computer? yes i do the price you listed to repair it a good price but i'm tight on cash right now can you hook me up for $11 please Woah no, firm price. This isn't the schoolyard kid. ok can you aleat if me a $2 dicount on the repair What's wrong with your computer? key board not working That'll cost $14 dollars then, I can meet you smack dab in the middle bucko. that works for me man $14 thanks whens a good time to bring it in now thanks seee you soon Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1140, 1500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "init-price", "inquiry", "counter-price", "counter-price", "counter-price", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, 2000, -1, 1500, 1200, 25, -1, -1, 1475, -1, -1 ] }
[ "hi", "Hi, I'm selling a rare bike. It was $2000 new. ", "how does it ride", "It rides really smooth. So I want $1500 for it. It's in good condition.", "looks very nice i love giant there great bikes can you go down to $1200 and i'll pick it up", "As the ad says, the price is firm. I can knock off $25 and do delivery.", "ok you got a deal thanks", "Yeah have a good one", "", "thanks", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6153239481_0.jpg", "bike/6153239481_0.jpg" ], "Price": [ 1500, 1500 ], "Description": [ "Pretty much brand new, only ridden two or three times. My wife and I tried to get into riding these things, unfortunately my butt can't handle the narrow seat, and my back can't handle the hunched over position. Price is firm.", "Pretty much brand new, only ridden two or three times. My wife and I tried to get into riding these things, unfortunately my butt can't handle the narrow seat, and my back can't handle the hunched over position. Price is firm." ], "Title": [ "2016 Giant Defy Advanced 1 road bicycle, size XL", "2016 Giant Defy Advanced 1 road bicycle, size XL" ] }
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 $1500.0. hi Hi, I'm selling a rare bike. It was $2000 new. how does it ride It rides really smooth. So I want $1500 for it. It's in good condition. looks very nice i love giant there great bikes can you go down to $1200 and i'll pick it up As the ad says, the price is firm. I can knock off $25 and do delivery. ok you got a deal thanks Yeah have a good one thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 190, 250 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "disagree", "init-price", "counter-price", "counter-price", "insist", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, 190, 220, 200, 220, -1, -1, 220, -1, -1 ] }
[ "hi", "Hey there. Are you interested in the couch?", "yes very is there anything wrong with it", "Actually no. It is in perfect condition! NO rips, tears, or signs of wear! ", "sounds and looks good i can offer $190 right now and ill pick them up please help me out sir i'm running low on cash", "Oh man, completely understand that! I am getting married next month and my ol' lady says this doesn't match her decor! haha. So I'm trying to sell it to get the funds to take her on a honeymoon of her dreams! Tell you what, $220, and I'll throw in a coffee table. How's that sound?", "can we make it a even $200", "If I throw in an entertainment center, would you come up to $220? ", "yes that will work can you drop them off", "You bet! I'll see you in an hour!", "", "thanks", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6138757811_0.jpg", "furniture/6138757811_0.jpg" ], "Price": [ 250, 250 ], "Description": [ "2 matching couches- in perfect condition. Hardly used, very firm. No rips, wear spots, or other damage.,Entertainment center from Scandanavian designs. Teakwood. In very good condition also. No damage.", "2 matching couches- in perfect condition. Hardly used, very firm. No rips, wear spots, or other damage.,Entertainment center from Scandanavian designs. Teakwood. In very good condition also. No damage.,Coffee table too,I will sell all , one or some." ], "Title": [ "Couch, loveseat and entertainment center", "Couch, loveseat and entertainment center" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $250.0. hi Hey there. Are you interested in the couch? yes very is there anything wrong with it Actually no. It is in perfect condition! NO rips, tears, or signs of wear! sounds and looks good i can offer $190 right now and ill pick them up please help me out sir i'm running low on cash Oh man, completely understand that! I am getting married next month and my ol' lady says this doesn't match her decor! haha. So I'm trying to sell it to get the funds to take her on a honeymoon of her dreams! Tell you what, $220, and I'll throw in a coffee table. How's that sound? can we make it a even $200 If I throw in an entertainment center, would you come up to $220? yes that will work can you drop them off You bet! I'll see you in an hour! thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
neither
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1482, 1950 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "disagree", "init-price", "unknown", "unknown", "disagree", "init-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 50, 50, 1900, -1 ] }
[ "Are utilities included in the rent?", "They are not currently but under the right circumstances it could be possible.", "Can you elaborate on the \"right circumstances\"?...$1950.00 seems a little high ecpecially without utlities.", "Sorry! I have had a lot of emails today about this place and most people are looking for something short term. I could include utilities and cable/WiFi for a long term renter.", "Okay well I'm currently starting grad school in a few months at the university down the street, so long term for me would be the next two years.", "That sounds perfect, the school is about 9 minutes away and you are smack dab in the middle of the city so if you don't currently have a car, it's an easy walk around most of the town.", "Ok great, that's honestly just what I'm looking for. Can you drop the rent down to $1900 a month? That extra $50 a month would really help me with paying for groceries and what not.", "Yeah I can definitely do that do that, the extra 50 was more of the wife's idea anyways. ", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6124250600_0.jpg", "housing/6124250600_0.jpg" ], "Price": [ 1950, 1950 ], "Description": [ "Move into a newly renovated and super clean 1 bed 1 bath at 1535 Julia Street.", "Move into a newly renovated and super clean 1 bed 1 bath at 1535 Julia Street.,At 9 minutes away from campus for students, washer place at Sacramento St and easy ascess to Ashby and Shatuck bart stations!\nYoutube Video \nhttps://www.youtube.com/watch?v=fT3bOGphwl8" ], "Title": [ "✅MOVE 9 MINUTES DRIVE FROM CAMPUS-- 1535 JULIA STREET✅", "✅MOVE 9 MINUTES DRIVE FROM CAMPUS-- 1535 JULIA STREET✅" ] }
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 $1950.0. Are utilities included in the rent? They are not currently but under the right circumstances it could be possible. Can you elaborate on the "right circumstances"?...$1950.00 seems a little high ecpecially without utlities. Sorry! I have had a lot of emails today about this place and most people are looking for something short term. I could include utilities and cable/WiFi for a long term renter. Okay well I'm currently starting grad school in a few months at the university down the street, so long term for me would be the next two years. That sounds perfect, the school is about 9 minutes away and you are smack dab in the middle of the city so if you don't currently have a car, it's an easy walk around most of the town. Ok great, that's honestly just what I'm looking for. Can you drop the rent down to $1900 a month? That extra $50 a month would really help me with paying for groceries and what not. Yeah I can definitely do that do that, the extra 50 was more of the wife's idea anyways. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1794, 1950 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "unknown", "unknown", "init-price", "counter-price", "unknown", "counter-price", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 1800, 500, -1, -1, 1450, -1 ] }
[ "The apartment looks great, are utilities included in the rent?", "Yes, utilities are included! Utilities include electrcity, water, and cable.", "Perfect, what is the average age of other students living in the apartment complex?", "Most of our residents are undergrads at Cal University, so the age can range from 18-24.", "Awesome I'm actually 21 soooo that works.", "You would fit in fine with our other residents! ", "My only concern is that I have tight budget this semester because I'm not able to get my financial aid this semester from Cal State, I was really hoping to pay no more then $1800 for rent.", "Well at ABSW Apartments we know how finacilly tight some college students can be, so we actually offer $500 off monthly rent if you are willing to work at apartment complex. This work can include working in our leasing office to help keeping the grounds clean and even giving tours to potenital residents...would you be interested in this?", "OMG I have been looking for a part time time job! This would be so perfect.", "Great! So that $1950 a month would actually become $1,450 a month. You must be able to work at least 20-25 hours a week, including weekends. We can go over the exact details when you come in to sign your paperwork.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6125963619_0.jpg", "housing/6125963619_0.jpg" ], "Price": [ 1950, 1950 ], "Description": [ "ABSW Studio Apartment Available,Located in Southside, Berkeley, historically and popularly known as the epicenter of college life at Cal. Take pleasure in outdoor activities at your convenience by being just blocks away from Underhill Field and the historic People's Park. Eat up at the nearby Berkeley dining commons -- Crossroads or Cafe 3 -- or visit the Durant Food Court located on Telegraph Ave for a wide variety of ethnic cuisines.,ABSW Apartments is the ideal place for students desiring that perfect mix of campus life and local social activities!", "ABSW Studio Apartment Available,Located in Southside, Berkeley, historically and popularly known as the epicenter of college life at Cal. Take pleasure in outdoor activities at your convenience by being just blocks away from Underhill Field and the historic People's Park. Eat up at the nearby Berkeley dining commons -- Crossroads or Cafe 3 -- or visit the Durant Food Court located on Telegraph Ave for a wide variety of ethnic cuisines.,ABSW Apartments is the ideal place for students desiring that perfect mix of campus life and local social activities!,-Charming & classic architecture (originally built in 1931) -- Recently renovated!,-Seismically-reinforced building,-Double-pane windows throughout entire building,www.abswapartments.com/" ], "Title": [ "ABSW Apartments- Open House Wednesday 5/17 3 pm-4 pm", "ABSW Apartments- Open House Wednesday 5/17 3 pm-4 pm" ] }
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 $1950.0. The apartment looks great, are utilities included in the rent? Yes, utilities are included! Utilities include electrcity, water, and cable. Perfect, what is the average age of other students living in the apartment complex? Most of our residents are undergrads at Cal University, so the age can range from 18-24. Awesome I'm actually 21 soooo that works. You would fit in fine with our other residents! My only concern is that I have tight budget this semester because I'm not able to get my financial aid this semester from Cal State, I was really hoping to pay no more then $1800 for rent. Well at ABSW Apartments we know how finacilly tight some college students can be, so we actually offer $500 off monthly rent if you are willing to work at apartment complex. This work can include working in our leasing office to help keeping the grounds clean and even giving tours to potenital residents...would you be interested in this? OMG I have been looking for a part time time job! This would be so perfect. Great! So that $1950 a month would actually become $1,450 a month. You must be able to work at least 20-25 hours a week, including weekends. We can go over the exact details when you come in to sign your paperwork. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2014, 2650 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "disagree", "inquiry", "disagree", "init-price", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 2000, 2100, -1, 2100, -1 ] }
[ "Hello! Are you interested in the apartment?", "Yes! Can you tell me about local businesses near the apartment?", "Well other then being very close to BART and UC Berkeley there are about 10-15 restaurants in walking distance, along with the standard Walmart and other shopping places of the sort.", "Are there any negative aspects to the unit/location of the unit?", "I personally don't think as this apartment was once my personal place at one point, it's a beautiful/quiet location with no crime or anything of the sort.", "Well it sounds really great! But I would like to offer perhaps an extended lease or performing a service on the such as purchasing new ceiling fans to lower the price. Would you be willing to negotiate any of that?", "I definitely wouldn't have any issues with that, the only reason the price is a little bit higher at the moment is because I am including wifi/cable and all utilities with the apartment, but if you are willing to preform small fix it jobs to the place I don't see any reason why we can't negotiate.", "Cool. How does 2000 sound if I sign a 2 year lease and also install all new ceiling fans?", "How about 2100 and you have a deal?", "Deal!", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133213767_0.jpg", "housing/6133213767_0.jpg" ], "Price": [ 2650, 2650 ], "Description": [ "This is a modern renovated studio apartment in Berkeley. The apartment design offers modern furniture, upscale features with custom finishes. The apartment is a short distance from BART and UC Berkeley campus.,Featured in this apartment is a beautiful kitchen and eat in area. This apartment includes two beds and a renovated bathroom. With Academic Housing Rentals you also have the option to customize your layout for a flat fee to suit the maximum allowed guests.", "This is a modern renovated studio apartment in Berkeley. The apartment design offers modern furniture, upscale features with custom finishes. The apartment is a short distance from BART and UC Berkeley campus.,Featured in this apartment is a beautiful kitchen and eat in area. This apartment includes two beds and a renovated bathroom. With Academic Housing Rentals you also have the option to customize your layout for a flat fee to suit the maximum allowed guests.,We handle all utilities, apartment amenities, kitchen and bathroom essentials, and more!,For more information, please visit:,http://www.academichousingrentals.com/accomodations/warring1" ], "Title": [ "Furnished Studio-Apartment across UC BERKELEY!", "Furnished Studio-Apartment across UC BERKELEY!" ] }
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 $2650.0. Hello! Are you interested in the apartment? Yes! Can you tell me about local businesses near the apartment? Well other then being very close to BART and UC Berkeley there are about 10-15 restaurants in walking distance, along with the standard Walmart and other shopping places of the sort. Are there any negative aspects to the unit/location of the unit? I personally don't think as this apartment was once my personal place at one point, it's a beautiful/quiet location with no crime or anything of the sort. Well it sounds really great! But I would like to offer perhaps an extended lease or performing a service on the such as purchasing new ceiling fans to lower the price. Would you be willing to negotiate any of that? I definitely wouldn't have any issues with that, the only reason the price is a little bit higher at the moment is because I am including wifi/cable and all utilities with the apartment, but if you are willing to preform small fix it jobs to the place I don't see any reason why we can't negotiate. Cool. How does 2000 sound if I sign a 2 year lease and also install all new ceiling fans? How about 2100 and you have a deal? Deal! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 69, 75 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "inform", "disagree", "unknown", "init-price", "counter-price", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 25, 60, 60, 60, -1, -1 ] }
[ "hi iare you interested in the lamp", "Yes, I am. Does the lamp have any problems?", "the lamp is vintage is in excelent condition", "Will the lamp accept a standard a 19 sized bulb?", "yes it will ill even throw in one", "Well, that's good. I see the listing says the lamp doesn't have a desk clamp. What I really need is a lamp with a clamp, so I guess I'll need to buy one.", "so would this price work for you", "Well, I guess a good table clamp runs about $25, plus I'd probably need to make a bracket for the lamp on the clamp. I guess I'd offer $45, and I'll come pick it up.", "can't go that low i will drop it off and take $60", "Okay, I'll be at your house tonight with $60.", "", "thanks", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6136660281_0.jpg", "furniture/6136660281_0.jpg" ], "Price": [ 75, 75 ], "Description": [ "In excellent vintage condition and working order,Selling as shown with no weighted base or desk clamp", "In excellent vintage condition and working order,Selling as shown with no weighted base or desk clamp,Located in Vallejo,mid century Danish modern" ], "Title": [ "Luxo Chrome Articulating Drafting Lamp", "Luxo Chrome Articulating Drafting Lamp" ] }
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 iare you interested in the lamp Yes, I am. Does the lamp have any problems? the lamp is vintage is in excelent condition Will the lamp accept a standard a 19 sized bulb? yes it will ill even throw in one Well, that's good. I see the listing says the lamp doesn't have a desk clamp. What I really need is a lamp with a clamp, so I guess I'll need to buy one. so would this price work for you Well, I guess a good table clamp runs about $25, plus I'd probably need to make a bracket for the lamp on the clamp. I guess I'd offer $45, and I'll come pick it up. can't go that low i will drop it off and take $60 Okay, I'll be at your house tonight with $60. thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2242, 2950 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 ] }
[ "hi", "hi", "how about 2100?", "I could do 2650", "2350?", "2400", "ok", "", "sounds good to me :)", "" ]
{ "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. hi hi how about 2100? I could do 2650 2350? 2400 ok sounds good to me :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 380, 500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "inquiry", "inquiry", "inform", "unknown", "unknown", "init-price", "inquiry", "inform", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 380, -1, -1, 380, 380, -1, -1 ] }
[ "nice bike", "Thanks, it's truly a gem. Do you have questions about the bike?", "is the seat comfortable", "Yes! I acutally just replaced the seat with a brand new Schwinn seat a few months ago.", "looks comphy are there logos on the bike", "Yes all the orginal logos are still on the bike", "sweet, i can offer you what i have $380", "Would you willing to come it pick up from my place today or tomorrow?", "actullay i'm in the area so i can be there today", "Ok great, Yeah I can do $380 I just need to get rid of the bike.", "", "see ya in a few thanks", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6103676337_0.jpg", "bike/6103676337_0.jpg" ], "Price": [ 500, 500 ], "Description": [ "Beautiful 1950's - 1960's Gazelle bike. I spent several hours detailing the paint and chrome. I got a lot of rust off the rims , handle bars, chain guard, front fork piece. Look at the before and after pictures. The only thing un-original is the Schwinn seat. It has a lot of extra parts, brakes well, beautiful logo, frame is numbered, well taken care of, it has it's battle scars. The only thing that night be missing is the air pump that I believe goes on the 2 pins inside the frame. Look at pictures.", "Beautiful 1950's - 1960's Gazelle bike. I spent several hours detailing the paint and chrome. I got a lot of rust off the rims , handle bars, chain guard, front fork piece. Look at the before and after pictures. The only thing un-original is the Schwinn seat. It has a lot of extra parts, brakes well, beautiful logo, frame is numbered, well taken care of, it has it's battle scars. The only thing that night be missing is the air pump that I believe goes on the 2 pins inside the frame. Look at pictures.,I got this from an estate sale and the story behind this bike is that the original owner boughit it in Holland, circa 1950's, and was daily commuter for him.,Serious buyers only please." ], "Title": [ "Vintage Gazelle Sport A 3 speed bicycle Best Offer", "Vintage Gazelle Sport A 3 speed bicycle Best Offer" ] }
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 $500.0. nice bike Thanks, it's truly a gem. Do you have questions about the bike? is the seat comfortable Yes! I acutally just replaced the seat with a brand new Schwinn seat a few months ago. looks comphy are there logos on the bike Yes all the orginal logos are still on the bike sweet, i can offer you what i have $380 Would you willing to come it pick up from my place today or tomorrow? actullay i'm in the area so i can be there today Ok great, Yeah I can do $380 I just need to get rid of the bike. see ya in a few thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 50 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "disagree", "init-price", "init-price", "unknown", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 50, -1, -1, 50, -1 ] }
[ "Hello", "Hi so does the subwoofer work?", "Yes, it's brand new, and just out of the box.", "Ok are all the cords included?", "Absolutely; this usually retails for 100, but my friend gave it to me when she moved, and hadn't ever used it.", "Sounds good, so the lowest you'll take is $50?", "Yes, I'll go down to $50. That's a heck of a deal.", "I agree! Thank you so much. This is going to sound awesome in my car.", "Splendid! :)", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153417403_0.jpg", "electronics/6153417403_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Hi everyone,", "Hi everyone,,I am selling a Klipsch KW-100 120V Subwoofer. Though this model has been discontinued, my item is brand new and just out of the box. A friend gave it to me when she moved out of her last apartment. Pick-up only. Message me if you are interested!" ], "Title": [ "FOR SALE: Klipsch KW-100 120V Subwoofer", "FOR SALE: Klipsch KW-100 120V Subwoofer" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $50.0. Hello Hi so does the subwoofer work? Yes, it's brand new, and just out of the box. Ok are all the cords included? Absolutely; this usually retails for 100, but my friend gave it to me when she moved, and hadn't ever used it. Sounds good, so the lowest you'll take is $50? Yes, I'll go down to $50. That's a heck of a deal. I agree! Thank you so much. This is going to sound awesome in my car. Splendid! :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 300, 500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "init-price", "counter-price", "counter-price", "disagree", "counter-price", "counter-price", "counter-price", "insist", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, 125, 400, 175, -1, 237, 275, 265, 275, -1, -1, 270, -1 ] }
[ "Hey I'd love to buy these lights but they're overpriced, almost retail price.", "yeah there very cool and in excellent condition", "Can you tell me more about them?", "there brushed nickel finised and in excellent condition", "Since they're used I'm going to have to offer you $125.", "no way man these still sell used for $400 on amazon easily", "No they don't, listen. I can pick them up, but I can't do more then $175 I'm sorry.", "i can't go that low are you insane 300 or no deal", "Meet me halfway at 237 and deal...", "ok you got me $275 it is, but for that price you pick them up", "I need you to go to $265 and you deliver.", "$275 is my finale offer sir ", "Can You take off $5 for gas?", "deal", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6133491888_0.jpg", "furniture/6133491888_0.jpg" ], "Price": [ 500, 500 ], "Description": [ "Brushed nickel finish,Condition:,Structurally Sound,Excellent Working Condition", "Brushed nickel finish,Condition:,Structurally Sound,Excellent Working Condition,Search Steve2017 for my other listings or simply,click on the \"more ads by this user\" link found under the map.,Please email me if you are interested.,Serious inquiries only." ], "Title": [ "Pendant Lights with Murano Glass (Moving Sale)", "Pendant Lights with Murano Glass (Moving 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 $500.0. Hey I'd love to buy these lights but they're overpriced, almost retail price. yeah there very cool and in excellent condition Can you tell me more about them? there brushed nickel finised and in excellent condition Since they're used I'm going to have to offer you $125. no way man these still sell used for $400 on amazon easily No they don't, listen. I can pick them up, but I can't do more then $175 I'm sorry. i can't go that low are you insane 300 or no deal Meet me halfway at 237 and deal... ok you got me $275 it is, but for that price you pick them up I need you to go to $265 and you deliver. $275 is my finale offer sir Can You take off $5 for gas? deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 315, 415 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "disagree", "init-price", "counter-price", "counter-price", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 225, 325, 375, 300, -1, 300, -1 ] }
[ "Hello! Are you interested in the leather sofa?", "Yes, I might be. Are there any problems with the sofa?", "Absolutely none! I've only owned it for one year and it is in absolutely pristine condition.", "Well, if it's in such great condition, why are you getting rid of it?", "You see, I just got a new kitten for my daughter. They are absolutely inseparable! But this sofa is a (hard to come by) light grey Italian leather and the kitten unfortunately sheds a LOT. I just don't like how it looks in the living room anymore and it is difficult to keep hair-free. Not to worry, I'm having it professionally cleaned to remove all pet dander!", "Well, if this kitten is such a burden, I'd be glad to take it off your hands for $225.", "Since it is being cleaned and it is a very high quality leather, much less in a rare shade of grey, I would be willing to take 325 for it.", "Well, now I'm interested in this kitten too. I'll tell you what, if you throw in the kitten, I'll take the sofa a $375.", "Oh no no, I cannot part with the kitten. She is family. But she did come from a litter that still has kittens available from. She is a high quality breed. I can give you the contact info. The owner is a dear friend of mine and I can get her to give you an excellent deal on the kitten. I can take 300 for the sofa", "Okay, I'll take the sofa for $300.", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6118951121_0.jpg", "furniture/6118951121_0.jpg" ], "Price": [ 415, 415 ], "Description": [ "Excellent, well cared for leather Natuzzi sofa - modern look. ONLY had for a year. No rips, tears, scuffs. Quality Italian leather. Italian leather. http://www.natuzzi.us/", "Excellent, well cared for leather Natuzzi sofa - modern look. ONLY had for a year. No rips, tears, scuffs. Quality Italian leather. Italian leather. http://www.natuzzi.us/,Color is a very light grey." ], "Title": [ "Natuzzi Italian Leather Sofa", "Natuzzi Italian Leather Sofa" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $415.0. Hello! Are you interested in the leather sofa? Yes, I might be. Are there any problems with the sofa? Absolutely none! I've only owned it for one year and it is in absolutely pristine condition. Well, if it's in such great condition, why are you getting rid of it? You see, I just got a new kitten for my daughter. They are absolutely inseparable! But this sofa is a (hard to come by) light grey Italian leather and the kitten unfortunately sheds a LOT. I just don't like how it looks in the living room anymore and it is difficult to keep hair-free. Not to worry, I'm having it professionally cleaned to remove all pet dander! Well, if this kitten is such a burden, I'd be glad to take it off your hands for $225. Since it is being cleaned and it is a very high quality leather, much less in a rare shade of grey, I would be willing to take 325 for it. Well, now I'm interested in this kitten too. I'll tell you what, if you throw in the kitten, I'll take the sofa a $375. Oh no no, I cannot part with the kitten. She is family. But she did come from a litter that still has kittens available from. She is a high quality breed. I can give you the contact info. The owner is a dear friend of mine and I can get her to give you an excellent deal on the kitten. I can take 300 for the sofa Okay, I'll take the sofa for $300. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 456, 600 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "inquiry", "inform", "unknown", "unknown", "counter-price", "counter-price", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 600, -1, -1, -1, -1, 375, 500, 450, -1, 450, -1, -1 ] }
[ "Hello.", "Hello how are you", "Well, I'm interested in this track bike.", "I'm asking $600", "Well, are there any problems with the bike?", "Nothing at all, it's a great track bike and critical bike", "So, why are you interested in selling the bicycle?", "I am needin some extra money and I just bought a new bike last weekend", "Well, I suppose I could take the bike off your hands for $375.", "I am needing at least 500 for it, it's basically brand new", "I could go up to $450, and I'd be willing to come pick it up tonight.", "Ok that will work out, it's sold to you. What time would u like to pick it up", "", "Well, it's 1:30 a.m. I guess I could be there any time, so wait up.", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 600, 600 ], "Description": [ "Great track and crit bike,Front wheel: 510 track wheel,Cog: surly", "Great track and crit bike,Front wheel: 510 track wheel,Cog: surly,Bars: bmc compact road bars with lizard skin bar tape,Stem: Itm mantis,Light weight spacers,Tires: continental gator skin rear, vredstein fortezza front" ], "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. Hello. Hello how are you Well, I'm interested in this track bike. I'm asking $600 Well, are there any problems with the bike? Nothing at all, it's a great track bike and critical bike So, why are you interested in selling the bicycle? I am needin some extra money and I just bought a new bike last weekend Well, I suppose I could take the bike off your hands for $375. I am needing at least 500 for it, it's basically brand new I could go up to $450, and I'd be willing to come pick it up tonight. Ok that will work out, it's sold to you. What time would u like to pick it up Well, it's 1:30 a.m. I guess I could be there any time, so wait up. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 690, 1150 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "disagree", "inquiry", "inform", "init-price", "counter-price", "counter-price", "counter-price", "agree", "inquiry", "inquiry", "disagree", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, 500, 1150, 550, 800, 800, -1, -1, -1, 800, 800, -1, -1 ] }
[ "Hello.", "Yes, hello, are these two pieces of furniture in good condition?", "I would say they are in excellent condition. The covers on the cushions shrunk after we put them in the wash, but other than that there is no wear and tear on the furniture. ", "What sort of fabric is on the rest of the chair?", "The arms and support are made out of seagrass.", "Okay, well, I suppose I could get some fabric and sew some new seat covers. In light of the work I'd have to put in, I'd be willing to go as high as $500.", "I'm sorry. I cannot go that low. I need to make at least $1150 off of these items.", "I have to provide pickup, and make the covers, there's no way I could go anywhere near that high. I could see $550, that's definitely what I'd like to pay.", "I could make by with 800$ but I can't get rid of them with that low of a price. I paid way too much for these pieces and I would experience substantial loss.", "Well, at $800 I'd need some other perks to even consider it.", "What do you have in mind?", "Well, what can you offer me?", "I can offer you a computer desk to go with it. It's not in great condition but It's wide and has a tower cabinet.", "Okay, I guess $800 is the price.", "", "Thank you. ", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6141004864_0.jpg", "furniture/6141004864_0.jpg" ], "Price": [ 1150, 1150 ], "Description": [ "We're selling a 2 piece furniture set. Sofa, and Chair, \"We have the CUSHIONS ,BUT NO FABRIC\"!!! Color toasted pecan.,This high quality sofa in excellent condition !I wash the covers and the,fabric shrunk, but the cushions are in excellent condition,clean, perfect !!!,Interested buyer(s) must provide own transportation such as pick-up truck.And help,because this is heavy !,I'll be gladly to schedule an arrangement at convenient time thru appointment for your visual inspection.,Here are some links with specs:", "We're selling a 2 piece furniture set. Sofa, and Chair, \"We have the CUSHIONS ,BUT NO FABRIC\"!!! Color toasted pecan.,This high quality sofa in excellent condition !I wash the covers and the,fabric shrunk, but the cushions are in excellent condition,clean, perfect !!!,Interested buyer(s) must provide own transportation such as pick-up truck.And help,because this is heavy !,I'll be gladly to schedule an arrangement at convenient time thru appointment for your visual inspection.,Here are some links with specs:,http://www.ebay.com/itm/D-Art-Seagrass-Dining-Chair-2pcs-/191712125186,Email if you have any questions, or if you'd like to come by to see them.,Sofa: 94 inches across x 31 inches tall x 30 inches deep.,Chair :38 inches across x 31 inches tall x 30 inches deep.,Payment can be accepted in \"ONLY\" cash!,Thank you." ], "Title": [ "Sofa and arm chair SEA GRASS Natural Fiber ! :)", "Sofa and arm chair SEA GRASS Natural Fiber ! :)" ] }
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 $1150.0. Hello. Yes, hello, are these two pieces of furniture in good condition? I would say they are in excellent condition. The covers on the cushions shrunk after we put them in the wash, but other than that there is no wear and tear on the furniture. What sort of fabric is on the rest of the chair? The arms and support are made out of seagrass. Okay, well, I suppose I could get some fabric and sew some new seat covers. In light of the work I'd have to put in, I'd be willing to go as high as $500. I'm sorry. I cannot go that low. I need to make at least $1150 off of these items. I have to provide pickup, and make the covers, there's no way I could go anywhere near that high. I could see $550, that's definitely what I'd like to pay. I could make by with 800$ but I can't get rid of them with that low of a price. I paid way too much for these pieces and I would experience substantial loss. Well, at $800 I'd need some other perks to even consider it. What do you have in mind? Well, what can you offer me? I can offer you a computer desk to go with it. It's not in great condition but It's wide and has a tower cabinet. Okay, I guess $800 is the price. Thank you. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 276, 300 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "intro", "disagree", "init-price", "counter-price", "inquiry", "inform", "counter-price", "counter-price", "counter-price", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, 100, 150, -1, -1, 125, 135, 130, 130, 130, -1, -1 ] }
[ "Hey so I'm interested in the TV cart. Is there anything wrong?", "no works great", "Ok, but there's no picture. I'm iffy about the condition, and it's used. $300 is too high, $100 is more in the ballpark for me.", "$150 and we got a deal", "Are there any other items you could throw in?", "all the items are listed", "Well I need you to deliver then, and meet me in the middle at $125.", "$135 is the lowest i can go", "$130 please I only have $130 in my budget this month.", "ok $130", "", "thanks", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 300, 300 ], "Description": [ "The P2 Luxus Series is Loctek's highest quality TV cart. With a wide and durable base construction, the TV cart provides you with the maximum stability and extended use. Great for offices, conference rooms, tradeshows, hotels, hospitals, airports, and lobbies, the TV cart can hold a TV up to 99 lbs and from 32\" - 70\" wide. Height Adjustment500 mm / 19.7\". Supported VESA300 x 300, 200 x 200, 400 x 200, 400 x 400, 600 x 400 mm.,*Four heavy-duty swivel caster locking wheels for easy gliding.,*Built-in cable management system routes cables neatly.", "The P2 Luxus Series is Loctek's highest quality TV cart. With a wide and durable base construction, the TV cart provides you with the maximum stability and extended use. Great for offices, conference rooms, tradeshows, hotels, hospitals, airports, and lobbies, the TV cart can hold a TV up to 99 lbs and from 32\" - 70\" wide. Height Adjustment500 mm / 19.7\". Supported VESA300 x 300, 200 x 200, 400 x 200, 400 x 400, 600 x 400 mm.,*Four heavy-duty swivel caster locking wheels for easy gliding.,*Built-in cable management system routes cables neatly.,*Made of high grade aluminum with durable powder coat finish.,*Compact and simple to travel with, easy to disassemble, base legs fold in and support tubes slide down.,*Overhead camera shelf for web conferencing.,*Component shelf for holding A/V equipment." ], "Title": [ "TV Cart -- P2", "TV Cart -- P2" ] }
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. Hey so I'm interested in the TV cart. Is there anything wrong? no works great Ok, but there's no picture. I'm iffy about the condition, and it's used. $300 is too high, $100 is more in the ballpark for me. $150 and we got a deal Are there any other items you could throw in? all the items are listed Well I need you to deliver then, and meet me in the middle at $125. $135 is the lowest i can go $130 please I only have $130 in my budget this month. ok $130 thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 988, 1300 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "agree", "init-price", "counter-price", "inquiry", "insist", "counter-price", "insist", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, 800, 1250, -1, 1250, -1, 1250, -1, 1250, -1 ] }
[ "Hello.", "Hello", "You've got a good bike, but I could honestly get a new one for less, if I went for a different brand, and just as good. ", "Okay", "I can do 800 without breaking my budget. ", "$1250 is the lowest I can go", "What if I pick it up?", "Sure you can pick it up but I need $1250 minimum because I need no lower than that I need to take a trip to Toronto to see my dying friend on his last days. if you give me $800, I won't have enough to take my trip.", "That's incredibly tragic. I was planning to bike cross country to raise money for juvenile cancer patients. And to do that I'll need a small tent that I can carry with me on the bike, which'll cost me 250. ", "My friend is dying of cancer. You give me 1250 and I can give you my tent", "That I can do. ", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6114869909_0.jpg", "bike/6114869909_0.jpg" ], "Price": [ 1300, 1300 ], "Description": [ "Great bike for riders looking for a more comfortable ride, Felt's Z series is made for endurance or longer distance riding and is a very comfortable bike to ride.", "Great bike for riders looking for a more comfortable ride, Felt's Z series is made for endurance or longer distance riding and is a very comfortable bike to ride.,Bike has recently received a full tune up and is ready to go.,Crankset: FSA Energy Compact" ], "Title": [ "2013 Felt Z3", "2013 Felt Z3" ] }
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 $1300.0. Hello. Hello You've got a good bike, but I could honestly get a new one for less, if I went for a different brand, and just as good. Okay I can do 800 without breaking my budget. $1250 is the lowest I can go What if I pick it up? Sure you can pick it up but I need $1250 minimum because I need no lower than that I need to take a trip to Toronto to see my dying friend on his last days. if you give me $800, I won't have enough to take my trip. That's incredibly tragic. I was planning to bike cross country to raise money for juvenile cancer patients. And to do that I'll need a small tent that I can carry with me on the bike, which'll cost me 250. My friend is dying of cancer. You give me 1250 and I can give you my tent That I can do. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 115, 125 ] }
[ 1, 0 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "Hello, are you interested in the bed frame I have listed?", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6140601657_0.jpg", "furniture/6140601657_0.jpg" ], "Price": [ 125, 125 ], "Description": [ "Solid wood mid century modern frame for twin size bed,~ Headboard (40.5\"H)", "Solid wood mid century modern frame for twin size bed,~ Headboard (40.5\"H),~ Footboard (15\"H),~ Wood support slats,Located in Vacaville" ], "Title": [ "MidCentury Modern Twin Bed Frame", "MidCentury Modern Twin Bed Frame" ] }
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. Hello, are you interested in the bed frame I have listed? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1560, 2600 ] }
[ 0, 1 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "Hello, I'm interested in the bicycle you have listed.", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6148069748_0.jpg", "bike/6148069748_0.jpg" ], "Price": [ 2600, 2600 ], "Description": [ "29 in. Carbon wheels, carbon cranks, XTR rear derailleur, RockShox SID w/ brain, Magura disk brakes, front through axle (2014 fist year) etc.,This bike has been very gently used and is in like new condition. Never raced.,(Pedals not included)", "29 in. Carbon wheels, carbon cranks, XTR rear derailleur, RockShox SID w/ brain, Magura disk brakes, front through axle (2014 fist year) etc.,This bike has been very gently used and is in like new condition. Never raced.,(Pedals not included),If the post is up it's still available.,Thanks for looking!,Key words: stumpjumper, epic, camber Scott, ft, bmc, felt, Santa Cruz, highball" ], "Title": [ "2014 Specialized Fate Expert Carbon 29 Medium", "2014 Specialized Fate Expert Carbon 29 Medium" ] }
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 $2600.0. Hello, I'm interested in the bicycle you have listed. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2280, 3800 ] }
[ 1, 1, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Hello, good morning", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 3800, 3800 ], "Description": [ "Large 2 Bedroom. 2 Bath. walk-In Closets. Small Deck. \"Listed Price is With Student Discount.\",Call or text to make an appointment", "Large 2 Bedroom. 2 Bath. walk-In Closets. Small Deck. \"Listed Price is With Student Discount.\",Call or text to make an appointment,Walk Score: 74,Bike Score: 52,Transit Score: 77" ], "Title": [ "Large 2 bedroom!", "Large 2 bedroom!" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3800.0. Hello, good morning Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1380, 1500 ] }
[ 1, 0, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "", "Hello I am interested in your property, can you tell me about it", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 1500, 1500 ], "Description": [ "Enjoy this beautiful and updated home with panoramic Bay View and a large yard for your gardening passion. 4 bedroom 2 bathrooms, master bedroom, living room and dining room all have great Bay Views. Cottage in the yard can be office, workshop, studio or anything you can thing off.", "Enjoy this beautiful and updated home with panoramic Bay View and a large yard for your gardening passion. 4 bedroom 2 bathrooms, master bedroom, living room and dining room all have great Bay Views. Cottage in the yard can be office, workshop, studio or anything you can thing off.,Great family neighborhood, close to highway 580 and 13. Public transportation on 35th ave and McArthur St. where you can take the express Transbay" ], "Title": [ "master bedroom, living room and dining room all have great Bay Views.", "master bedroom, living room and dining room all have great Bay Views." ] }
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 $1500.0. Hello I am interested in your property, can you tell me about it Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2070, 2250 ] }
[ 1, 0, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "", "Hello", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6131547447_0.jpg", "housing/6131547447_0.jpg" ], "Price": [ 2250, 2250 ], "Description": [ "Call Now -,Follow The Link Below:,http://rent.braddockandloganhomes.com/2t59s6,This is a 1 Bedroom, 1 Bath, approximately 700 Sq. Ft.", "Call Now -,Follow The Link Below:,http://rent.braddockandloganhomes.com/2t59s6,This is a 1 Bedroom, 1 Bath, approximately 700 Sq. Ft.,The Danville Park Apartments are located in Danville, CA. Danville Park is a community with a hard working staff that wants to make your experience here the best experience possible. Here at Danville Park we strive to provide a living environment like no other with our excellent selection of amenities. When visiting Danville Park Apartments we want you to feel at home and know that we care.,Driving Directions:,Call for directions,Office Hours:,Equal Housing Opportunity" ], "Title": [ "All New Floors!! Washer/Dryer Down Town Danville", "All New Floors!! Washer/Dryer Down Town Danville" ] }
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 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1050, 1750 ] }
[ 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hello", "hi", "Did you have any questions about the item I am selling?", "yes ", "", "You're wasting your own time and mine. Please follow the instructions.", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6104579635_0.jpg", "furniture/6104579635_0.jpg" ], "Price": [ 1750, 1750 ], "Description": [ "Please email, call, text at", "Please email, call, text at,Solid Wood Desk & Hutch with pewter hardware. Features one file drawer, two utility drawers, door for printer storage, secretary pullout, CPU door, and keyboard pullout. Drawers are with full extension ball bearing drawer glides. Hutch features two doors with one shelf behind each door that can be adjusted. One shelf can be adjusted in open space. Side hutch has one larger door with two shelves that can be adjusted. Hutch also has cubby boxes for additional paperwork storage. This desk is in the Shaker style and features raised panels on sides. . No particle board." ], "Title": [ "Solid Wood large wedge desk & Hutch", "Solid Wood large wedge desk & Hutch" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $1750.0. Hello hi Did you have any questions about the item I am selling? yes You're wasting your own time and mine. Please follow the instructions. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1978, 2150 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "init-price", "agree", "counter-price", "agree", "counter-price", "unknown", "counter-price", "unknown" ], "price": [ 1970, 1970, 1990, -1, -1, -1, -1, -1 ] }
[ "Hey lemme get that house for 1970", "Uh, friend, I don't think I can just let the apartment go for $1970, and I'm sure you have some questions about the apartment.", "Yeah, my question is can I pay less than $1990 for it", "Well, even $1990 would be too low. If you're willing to up your offer, we can discuss it.", "Alright, I'll up it to $1980", "I think we're getting farther away, not closer?", "You aren't counter offering, a sign of weakness. $1975", "Well, friend, you need to think about all the great benefits of living in this apartment. For example, I live on the top floor, and I'd be willing to pop in to visit you from time to time. That alone has to be worth some consideration." ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133339004_0.jpg", "housing/6133339004_0.jpg" ], "Price": [ 2150, 2150 ], "Description": [ "Please email me with your name and phone number if interested and I will update you on open house date.,Feel free to call or text if you have any questions.,Modern 2 bedroom and 1 bath at a Triplex.,Only garbage is included in rent.", "Please email me with your name and phone number if interested and I will update you on open house date.,Feel free to call or text if you have any questions.,Modern 2 bedroom and 1 bath at a Triplex.,Only garbage is included in rent.,Plenty of street parking.,Available July 1st, 2018,Pets okay with size restrictions.,No section 8." ], "Title": [ "modern 2 bedroom 1 bath", "modern 2 bedroom 1 bath" ] }
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 $2150.0. Hey lemme get that house for 1970 Uh, friend, I don't think I can just let the apartment go for $1970, and I'm sure you have some questions about the apartment. Yeah, my question is can I pay less than $1990 for it Well, even $1990 would be too low. If you're willing to up your offer, we can discuss it. Alright, I'll up it to $1980 I think we're getting farther away, not closer? You aren't counter offering, a sign of weakness. $1975 Well, friend, you need to think about all the great benefits of living in this apartment. For example, I live on the top floor, and I'd be willing to pop in to visit you from time to time. That alone has to be worth some consideration. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 119, 130 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "unknown", "init-price", "vague-price", "disagree", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, 100, -1, -1, -1, -1, 120, -1, -1 ] }
[ "helo", "Hi I am interested in buying a GoPro, can you tell me about the one you have for sale...", "ya sure", "Please do", "it is a hero 3 black edition with water proof case", "Sounds good, I can give you 100 for it.", "not its too low", "But it is used and the picture isn't very good and you aren't exactly selling me on the item...", "it is very clear in the picture, i also has a 8gb memory stick, i bought it for 200$, my final price is for 120$, i cant negotiate more than that", "Ok that sounds like a fair price", "", "yes thank you", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6147375202_0.jpg", "electronics/6147375202_0.jpg" ], "Price": [ 130, 130 ], "Description": [ "Up for sale is a hero 3 black edition with waterproof case, 8g memory stick, and charger cable. GoPro works perfect in all settings.", "Up for sale is a hero 3 black edition with waterproof case, 8g memory stick, and charger cable. GoPro works perfect in all settings." ], "Title": [ "GoPro Hero 3 Black edition", "GoPro Hero 3 Black edition" ] }
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 $130.0. helo Hi I am interested in buying a GoPro, can you tell me about the one you have for sale... ya sure Please do it is a hero 3 black edition with water proof case Sounds good, I can give you 100 for it. not its too low But it is used and the picture isn't very good and you aren't exactly selling me on the item... it is very clear in the picture, i also has a 8gb memory stick, i bought it for 200$, my final price is for 120$, i cant negotiate more than that Ok that sounds like a fair price yes thank you Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 57, 75 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "quit" ], "price": [ 75, -1, 70, 50, 69, 60, -1, 65, -1, -1 ] }
[ "Yo buy this dictionary for $75 mon ami", "I can't pay 75. Can you go any lower?", "I'll d0 $70, just for you", "How about 50?", "What? No. This is a super fancy electronic thingie, in like-new condition. $69", "Can you do 60?", "$71. Final offer", "That's higher than your previous offer. Traditionally, you're supposed to go lower and I'm supposed to go higher. I think we can meet ion the middle at 65 and get this over with. ", "I can find a better deal elsewhere, however, thus the higher price.", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 75, 75 ], "Description": [ "Stylus, USB cable, and hearphones also included. User manual not included. This is a used unit in excellent cosmetic and working condition.", "Stylus, USB cable, and hearphones also included. User manual not included. This is a used unit in excellent cosmetic and working condition." ], "Title": [ "Casio EX-word Dataplus 4 XD-SF4800 Japanese Dictionary", "Casio EX-word Dataplus 4 XD-SF4800 Japanese Dictionary" ] }
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. Yo buy this dictionary for $75 mon ami I can't pay 75. Can you go any lower? I'll d0 $70, just for you How about 50? What? No. This is a super fancy electronic thingie, in like-new condition. $69 Can you do 60? $71. Final offer That's higher than your previous offer. Traditionally, you're supposed to go lower and I'm supposed to go higher. I think we can meet ion the middle at 65 and get this over with. I can find a better deal elsewhere, however, thus the higher price. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 13, 15 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "init-price", "inquiry", "inform", "inquiry", "counter-price", "counter-price", "unknown", "unknown", "offer", "accept" ], "price": [ 12, -1, -1, -1, -1, 14, -1, -1, 14, -1 ] }
[ "Hello! I'll give you $12 for that chair", "That's it? An offer of cash straight away without any lengthy negotiation of terms?", "It's a chair. Why would there be terms? Strange", "Well, are you willing to come pick the chair up?", "I was planning to, but you are making me feel unsafe. $10 for the chair", "I couldn't let the chair go for only $10, I'd feel much more comfortable at $14.", "That will be fine.... if you deliver it to a neutral location", "Okay, I'd be willing to do that.", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 15, 15 ], "Description": [ "This is a beautiful carved antique wood chair. Its in good condition, but could perhaps use a new seat cushion.", "This is a beautiful carved antique wood chair. Its in good condition, but could perhaps use a new seat cushion." ], "Title": [ "Antique Chair", "Antique Chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $15.0. Hello! I'll give you $12 for that chair That's it? An offer of cash straight away without any lengthy negotiation of terms? It's a chair. Why would there be terms? Strange Well, are you willing to come pick the chair up? I was planning to, but you are making me feel unsafe. $10 for the chair I couldn't let the chair go for only $10, I'd feel much more comfortable at $14. That will be fine.... if you deliver it to a neutral location Okay, I'd be willing to do that. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
neither
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2100, 3500 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "unknown", "counter-price", "counter-price", "counter-price", "agree", "agree", "offer", "accept" ], "price": [ -1, -1, -1, 2000, -1, 2500, 3200, 3000, 3000, 3000, 3000, -1 ] }
[ "how are you?", "Good thank you. I would like to buy your truck.", "Sounds good, make me an offer", "Would you take $2000 for it?", "I'm sorry, I can't go that low. Can you come up a bit?", "What about $2500?", "I was hoping to get at least $3200 for it.", "I can go up to $3000 and that would be my final offer.", "I can do $3000, that seems fair.", "Ok, $3000 it is.", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6108636909_0.jpg", "car/6108636909_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "Selling my 2001 Dodge Ram 1500 Quad Cab Short Bed, new tires, Registered , tow hitch,Status: Clean Title,Interior Color: Gray leather Interior,Registration up to date - Will expire May 2017,Clean on the inside - no reap,,smog, registered, new tires, auto transmission,No check engine light, runs great, tuned up,", "Selling my 2001 Dodge Ram 1500 Quad Cab Short Bed, new tires, Registered , tow hitch,Status: Clean Title,Interior Color: Gray leather Interior,Registration up to date - Will expire May 2017,Clean on the inside - no reap,,smog, registered, new tires, auto transmission,No check engine light, runs great, tuned up,,Inside: Clean with gray seat, Miles 184K, no rip on anywhere inside.,Option: radio with one key and power window buttons,,Clean title,Automatic, clean title and one owner,AC/Heater,Please text me at,or call after 5pm if you are interested" ], "Title": [ "--2001 Dodge Ram 1500 Quad Cab /Clean Title", "--2001 Dodge Ram 1500 Quad Cab /Clean Title" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. how are you? Good thank you. I would like to buy your truck. Sounds good, make me an offer Would you take $2000 for it? I'm sorry, I can't go that low. Can you come up a bit? What about $2500? I was hoping to get at least $3200 for it. I can go up to $3000 and that would be my final offer. I can do $3000, that seems fair. Ok, $3000 it is. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1426, 1550 ] }
[ 0, 1 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "Hello, how long have you owned the amplifier?", "You know, I can't for the life of me remember when I bought the amp." ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6147310994_0.jpg", "electronics/6147310994_0.jpg" ], "Price": [ 1550, 1550 ], "Description": [ "MC-2205 solid state amplifier. This unit works perfectly and sounds fantastic. Some peeling of silkscreen on faceplate around headphone jack. 200 real watts per channel. Wood cabinet sold. Bring your cd or vinyl for a great demo.", "MC-2205 solid state amplifier. This unit works perfectly and sounds fantastic. Some peeling of silkscreen on faceplate around headphone jack. 200 real watts per channel. Wood cabinet sold. Bring your cd or vinyl for a great demo." ], "Title": [ "McIntosh MC-2205 MC2205 stereo power amplifier amp", "McIntosh MC-2205 MC2205 stereo power amplifier amp" ] }
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 $1550.0. Hello, how long have you owned the amplifier? You know, I can't for the life of me remember when I bought the amp. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 95, 125 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "init-price", "unknown", "unknown", "disagree", "counter-price", "agree", "offer", "accept" ], "price": [ -1, 90, -1, -1, -1, 100, 100, 100, -1 ] }
[ "Hello", "Hello. Cool bike. I'll buy it for $90", "Don't you have any questions about it first? ", "I'm a bicycle collector, I know what I want", "Well then you know this is really a rare find, a real gem. Can't find these anywhere anymore... I really can't let it go for such a low price...", "$100 then.", "Alright, 100 sounds far if you can pick it up.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6153611845_0.jpg", "bike/6153611845_0.jpg" ], "Price": [ 125, 125 ], "Description": [ "Here is a super cool Japanese road bike from the 80's.", "Here is a super cool Japanese road bike from the 80's.,Sunrims M13II, Bulletproof crank arm set, vittoria rubino tires, wellgo pedals with straps and lots of fancy stickers to keep or scrape off. Might need a little love like a new chain and at the very least some air in the tires. I lost my presta adapter so the tires are very flat, not sure about the tubes.,Hate to be getting rid of this sweet fixed gear bike. It looks good and when I rode it more it was a great bike but I've got a newer bike now and this one is neglected so it's time to let it go." ], "Title": [ "Centurion Road Bike, 55cm", "Centurion Road Bike, 55cm" ] }
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. Hello Hello. Cool bike. I'll buy it for $90 Don't you have any questions about it first? I'm a bicycle collector, I know what I want Well then you know this is really a rare find, a real gem. Can't find these anywhere anymore... I really can't let it go for such a low price... $100 then. Alright, 100 sounds far if you can pick it up. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 115, 125 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "init-price", "inquiry", "inform", "counter-price", "agree", "offer", "offer", "accept" ], "price": [ -1, -1, 125, -1, -1, 110, 110, 110, 110, -1 ] }
[ "How are you?", "Hi, I'm great, thanks. How are you? I am interested in this bed frame, can you tell me a bit about it", "Sure it is a Solid wood twin size frame with headboard and footboard. I am selling it for $125", "Is it in good condition, or does it have dents and scratches?", "It is in good condition. If you can pick it up today I can discount it a little bit for you.", "That sounds great, I can pick it up today. Would you consider taking 110 for it?", "Yeah I can do that for you. $110 it is", "", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6140601657_0.jpg", "furniture/6140601657_0.jpg" ], "Price": [ 125, 125 ], "Description": [ "Solid wood mid century modern frame for twin size bed,~ Headboard (40.5\"H)", "Solid wood mid century modern frame for twin size bed,~ Headboard (40.5\"H),~ Footboard (15\"H),~ Wood support slats,Located in Vacaville" ], "Title": [ "MidCentury Modern Twin Bed Frame", "MidCentury Modern Twin Bed Frame" ] }
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. How are you? Hi, I'm great, thanks. How are you? I am interested in this bed frame, can you tell me a bit about it Sure it is a Solid wood twin size frame with headboard and footboard. I am selling it for $125 Is it in good condition, or does it have dents and scratches? It is in good condition. If you can pick it up today I can discount it a little bit for you. That sounds great, I can pick it up today. Would you consider taking 110 for it? Yeah I can do that for you. $110 it is Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 55, 60 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Nice sub. But I can't give you more than $45 for it.", "Well, $45 is just too low.", "Then what do you counter with?", "Well, this is a sub in great condition, I'd be willing to go as low as $55.", "Sounds delightful, let me at it", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6144012468_0.jpg", "electronics/6144012468_0.jpg" ], "Price": [ 60, 60 ], "Description": [ "Energy sub woofer for sale. Item is in great condition. Original owner. If you are looking for a great sub woofer in great condition give me a call.", "Energy sub woofer for sale. Item is in great condition. Original owner. If you are looking for a great sub woofer in great condition give me a call." ], "Title": [ "Energy sub woofer", "Energy sub woofer" ] }
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. Nice sub. But I can't give you more than $45 for it. Well, $45 is just too low. Then what do you counter with? Well, this is a sub in great condition, I'd be willing to go as low as $55. Sounds delightful, let me at it Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 138, 150 ] }
[ 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "agree", "disagree", "offer", "unknown", "unknown", "inquiry", "disagree", "unknown", "accept" ], "price": [ -1, -1, 140, 140, -1, 140, -1, -1, -1, -1, -1, -1 ] }
[ "Hello! SO what are you selling", "I've got an Ottoman, so I hope you're in the market for an Ottoman.", "An Ottoman what? Whatever. $140", "At $140, would you be willing to come pick it up?", "Sure why not.", "", "Okay, great, because these days I feel paranoid any time I'm making a deal online.", "That's normal, please accept", "See, I feel like I'm being watched, and whenever I try to make a deal online, it seems to fall through unless I spend a LOT of time negotiating a price, and the details of the trade. I almost feel like I'm expected to spend 5-10 minutes on every trade? Do you ever get that feeling?", "Not at all. I suggest you seek help at a mental health professional immediately. But not before mailing my Ottoman thingy to a neutral address", "Sure, sure, I'd be happy to mail you the Ottoman.", "" ]
{ "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. Hello! SO what are you selling I've got an Ottoman, so I hope you're in the market for an Ottoman. An Ottoman what? Whatever. $140 At $140, would you be willing to come pick it up? Sure why not. Okay, great, because these days I feel paranoid any time I'm making a deal online. That's normal, please accept See, I feel like I'm being watched, and whenever I try to make a deal online, it seems to fall through unless I spend a LOT of time negotiating a price, and the details of the trade. I almost feel like I'm expected to spend 5-10 minutes on every trade? Do you ever get that feeling? Not at all. I suggest you seek help at a mental health professional immediately. But not before mailing my Ottoman thingy to a neutral address Sure, sure, I'd be happy to mail you the Ottoman. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 40 ] }
[ 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "init-price", "counter-price", "counter-price", "offer", "agree", "accept" ], "price": [ -1, 40, 25, 30, 30, 30, -1 ] }
[ "Hi, I am looking to get my Verizon phone unlocked.", "Hi, prices for that start at 40 and up", "I am on a little bit of a tight budget, but I am willing to wait a little longer to get the phone back. Could you possibly do $25", "It doesn't take long we can do it right away. 25 is too low but I am flexible, I could do 30", "", "30 sounds good", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 40, 40 ], "Description": [ "UNLOCK YOUR FAVORITE SPRINT VERIZON ATT T-MOBILE METROPCS,PRICES START AT 40 AND UP.,CALL OR TEXT", "UNLOCK YOUR FAVORITE SPRINT VERIZON ATT T-MOBILE METROPCS,PRICES START AT 40 AND UP.,CALL OR TEXT,Business Location,FLASH2UNLOCK.COM,OPEN FROM 11-8PM, FEEL FREE TO CALL US ANYTIME.,Walk in welcome, no need for appointment" ], "Title": [ "UNLOCK AND FLASH PHONES FIX BLOCKED PHONES", "UNLOCK AND FLASH PHONES FIX BLOCKED PHONES" ] }
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. Hi, I am looking to get my Verizon phone unlocked. Hi, prices for that start at 40 and up I am on a little bit of a tight budget, but I am willing to wait a little longer to get the phone back. Could you possibly do $25 It doesn't take long we can do it right away. 25 is too low but I am flexible, I could do 30 30 sounds good Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 275, 299 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "vague-price", "init-price", "counter-price", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, 235, 260, 250, -1, 250, -1, -1 ] }
[ "How are you?", "I'm fine, thanks for asking.", "Are you interested in this system?", "Yes, I am. Are there any problems with it?", "Everything is great, except I have lost the remote. I am willing to come down in price a little bit. Make me an offer.", "Well, I guess I could find a replacement remote. I'd be willing to pay $235.", "I can't go that low, but if you meet me in the middle at $260 we have a deal", "I'd be willing to go as high as $250, and I'll come by to pick it up so you don't have to mail it.", "Ok, I guess I can do that", "", "Okay, great, I'll be at your house tonight.", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153551671_0.jpg", "electronics/6153551671_0.jpg" ], "Price": [ 299, 299 ], "Description": [ "Digital Theater System, works great. You can connect it to your current blue ray. We unfortunately lost the remote during our move. Looking for 299 or best offer. Please text me if you have any questions Letty,This complete home theater system includes a slim design silver DVD receiver with a progressive scan five-disc DVD changer and an amplifier that delivers 1002 watts of total power.", "Digital Theater System, works great. You can connect it to your current blue ray. We unfortunately lost the remote during our move. Looking for 299 or best offer. Please text me if you have any questions Letty,This complete home theater system includes a slim design silver DVD receiver with a progressive scan five-disc DVD changer and an amplifier that delivers 1002 watts of total power.,It also has built-in Dolby Digital/DTS/Dolby Pro Logic II decoders as well as two wood floor-standing front tower speakers and a powerful 10\" subwoofer.,5.1ch Dolby Digital, DTS and Dolby Pro Logic II Decoders Built-in SystemPower Output:Front / Center / Surround: 167 watts per channel*Subwoofer: 167 watts**,Playable Formats: DVD-Audio/Video, DVD-RAM / -RW, DVD-R (Video Format), CD, CD-R/RW, SVCD/VCD, MP3/WMA/JPEG Digital Still (CD-R/RW / DVD-R/RW)" ], "Title": [ "JVC Digital Theater System TH-C5", "JVC Digital Theater System TH-C5" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $299.0. How are you? I'm fine, thanks for asking. Are you interested in this system? Yes, I am. Are there any problems with it? Everything is great, except I have lost the remote. I am willing to come down in price a little bit. Make me an offer. Well, I guess I could find a replacement remote. I'd be willing to pay $235. I can't go that low, but if you meet me in the middle at $260 we have a deal I'd be willing to go as high as $250, and I'll come by to pick it up so you don't have to mail it. Ok, I guess I can do that Okay, great, I'll be at your house tonight. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 900, 1500 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "init-price", "agree", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, 900, 900, 1000, -1, 1100, -1, 1200, -1, -1, 1200, -1, -1 ] }
[ "Hello, are you looking to rent out my inlaw?", "Yes. Would $900.00 be agreeable?", "No, I'm afraid $900 would be far too low. This is in a very desirable area of Oakland, and it even comes with a shared on site laundry.", "Then, how about $1,000.00? I'm on a very strict budget, but I need something right away. I'm very quiet, I always pay on time and I have no pets.", "That's closer, but I still think $1400 would be a more fair price. I forgot to mention another great benefit of this rental. Your private entry leads to the apartment above the garage, and the garage gets used every night for some local teens to practice their rock music, so it's like you get a free concert every night :)", "That wouldn't be good for me because I'm not a rock fan. But it does look very pleasant and it's close to where I work so I'll offer $1100.", "Okay, maybe this will sweeten the pot. The shared laundry is only ever used by me, since I live in the main unit, and I only ever use the washing machine to wash my g-strings (I'm a male exotic dancer) so you'll have free reign in the laundry room every weekday. I think that alone is worth $1250.", "If you don't mind if I play my collection of barbershop quartet cds rather loudly, so as to help drown out the rock music, I'll consider $1200.", "Okay, I'll take that deal.", "Agreed.", "", "Okay, I look forward to practicing my poll dance moves to your music :)", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6132680609_0.jpg", "housing/6132680609_0.jpg" ], "Price": [ 1500, 1500 ], "Description": [ "Sunny Garden inlaw unit in highly desierable Glenview district of Oakland. walk to public transit, shopping and restaurants.", "Sunny Garden inlaw unit in highly desierable Glenview district of Oakland. walk to public transit, shopping and restaurants.,Private entry, shared laundry," ], "Title": [ "Sunny Garden Inlaw", "Sunny Garden Inlaw" ] }
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 $1500.0. Hello, are you looking to rent out my inlaw? Yes. Would $900.00 be agreeable? No, I'm afraid $900 would be far too low. This is in a very desirable area of Oakland, and it even comes with a shared on site laundry. Then, how about $1,000.00? I'm on a very strict budget, but I need something right away. I'm very quiet, I always pay on time and I have no pets. That's closer, but I still think $1400 would be a more fair price. I forgot to mention another great benefit of this rental. Your private entry leads to the apartment above the garage, and the garage gets used every night for some local teens to practice their rock music, so it's like you get a free concert every night :) That wouldn't be good for me because I'm not a rock fan. But it does look very pleasant and it's close to where I work so I'll offer $1100. Okay, maybe this will sweeten the pot. The shared laundry is only ever used by me, since I live in the main unit, and I only ever use the washing machine to wash my g-strings (I'm a male exotic dancer) so you'll have free reign in the laundry room every weekday. I think that alone is worth $1250. If you don't mind if I play my collection of barbershop quartet cds rather loudly, so as to help drown out the rock music, I'll consider $1200. Okay, I'll take that deal. Agreed. Okay, I look forward to practicing my poll dance moves to your music :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
neither
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 76, 100 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "disagree", "init-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, 60, 82, 75, -1, 75, -1 ] }
[ "Hello I am interested in this chair. I have a couple of questions first. Did you make this chair yourself?", "Yes I did, with the finest denim in all of the land", "Was it new denim, or were they someone's funky old worn out jeans?", "Someone's LOVELY jeans. Recycling helps mother earth!", "Well I do like to help mother earth... do you have any matching pieces like end tables or night stands?", "ALas, I do not. It was a one of a kind. My muse has since moved on to other projects.", "Alright, would you be willing to negotiate the price at all, I could offer about 60 for this chair...", "$60 Dollary-Doo's for my sweat and toil? You wound me. $82 at least.", "Well.. 82 is still a bit too high for me... If I pick it up in person could you consider 75?", "I mean I guess. It's like my first born child...", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6131262144_0.jpg", "furniture/6131262144_0.jpg" ], "Price": [ 100, 100 ], "Description": [ "One of a kind, handmade denim accent chair.,Materials: Thonet-type bentwood chair, Love Moschino jeans.", "One of a kind, handmade denim accent chair.,Materials: Thonet-type bentwood chair, Love Moschino jeans.,3 ft tall (from floor to top of the back), 20\" tall from floor to seat, 18\" wide.,Please, email day and time you would love to see it." ], "Title": [ "Denim Accent Chair", "Denim Accent Chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $100.0. Hello I am interested in this chair. I have a couple of questions first. Did you make this chair yourself? Yes I did, with the finest denim in all of the land Was it new denim, or were they someone's funky old worn out jeans? Someone's LOVELY jeans. Recycling helps mother earth! Well I do like to help mother earth... do you have any matching pieces like end tables or night stands? ALas, I do not. It was a one of a kind. My muse has since moved on to other projects. Alright, would you be willing to negotiate the price at all, I could offer about 60 for this chair... $60 Dollary-Doo's for my sweat and toil? You wound me. $82 at least. Well.. 82 is still a bit too high for me... If I pick it up in person could you consider 75? I mean I guess. It's like my first born child... Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 102, 170 ] }
[ 0, 1, 0 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Hi there, how old is the bike?", "Hi - thanks for your interest. The bike is only a year old, its barely used. Perfect condition.", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6147947501_0.jpg", "bike/6147947501_0.jpg" ], "Price": [ 170, 170 ], "Description": [ "Perfect condition Shogun bike with original seats and pedals with Wild pizza box at the front and a pocket size locker.", "Perfect condition Shogun bike with original seats and pedals with Wild pizza box at the front and a pocket size locker.,Selling only because we are moving abroad." ], "Title": [ "Original Shogun Bike", "Original Shogun 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 $170.0. Hi there, how old is the bike? Hi - thanks for your interest. The bike is only a year old, its barely used. Perfect condition. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 243, 320 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "init-price", "counter-price", "inquiry", "inform", "counter-price", "counter-price", "inquiry", "insist", "inquiry", "insist", "offer", "unknown", "accept" ], "price": [ 243, 300, -1, -1, 250, 275, -1, 275, -1, 275, 275, -1, -1 ] }
[ "I'm interested in your leather sofa. I think it would look great in my living room. Would you take $243?", "It is actually a sofa and loveseat, so I can't go that low. They come from a smoke free and pet free home. I could go $300", "Is it soft? ", "Yes and very comfortable", "I have a bad back, so I don't want to sink down too far. Would you take $250?", "You only came up $7? I tell you what. I will deliver it to you and $275 is the lowest I can go.", "Does it clean easily?", "Yes, $275?", "Could you deliver it today? And could you put it in my house, please? I'm 85 years old.", "Yes, no problem, so $275 it is then", "", "That'll be fine.", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6144863913_0.jpg", "furniture/6144863913_0.jpg" ], "Price": [ 320, 320 ], "Description": [ "Genuine Italian black leather sofa and loveseat in very good condition and comfortable", "Genuine Italian black leather sofa and loveseat in very good condition and comfortable,Come from a smoke and pet free home!" ], "Title": [ "Leather Sofa and Loveseat", "Leather Sofa and Loveseat" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $320.0. I'm interested in your leather sofa. I think it would look great in my living room. Would you take $243? It is actually a sofa and loveseat, so I can't go that low. They come from a smoke free and pet free home. I could go $300 Is it soft? Yes and very comfortable I have a bad back, so I don't want to sink down too far. Would you take $250? You only came up $7? I tell you what. I will deliver it to you and $275 is the lowest I can go. Does it clean easily? Yes, $275? Could you deliver it today? And could you put it in my house, please? I'm 85 years old. Yes, no problem, so $275 it is then That'll be fine. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 15, 20 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "disagree", "inquiry", "inform", "counter-price", "unknown", "offer", "agree", "accept" ], "price": [ -1, -1, -1, 5, -1, -1, -1, 15, -1, 15, -1, -1 ] }
[ "hello!", "Hi! I'm interested in perhaps getting this bike for my son. What size is this bike?", "It's pretty small, good for maybe a 5-6 year old kid or someone just learning to ride, hence the training wheels", "My son is 5, so that would be good. Have you had any trouble with the brakes? The ad said they're only two years old.", "no, he out grew it quickly, the brakes are like new", "Are the tires in good condition?", "very, he grew so quick, he barely used this thing", "Could you take $15? I can come pick it up right away.", "sure, we want to gone, come and get it!", "", "Okay!", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151674258_0.jpg", "bike/6151674258_0.jpg" ], "Price": [ 20, 20 ], "Description": [ "This is a bike that my son used briefly, but we are the second owners. It was used for racing. The bike is sturdy and it comes with training wheels. It went through some serious reconditioning as the brakes are only two years old.", "This is a bike that my son used briefly, but we are the second owners. It was used for racing. The bike is sturdy and it comes with training wheels. It went through some serious reconditioning as the brakes are only two years old." ], "Title": [ "Kids bike (Avico)", "Kids bike (Avico)" ] }
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 $20.0. hello! Hi! I'm interested in perhaps getting this bike for my son. What size is this bike? It's pretty small, good for maybe a 5-6 year old kid or someone just learning to ride, hence the training wheels My son is 5, so that would be good. Have you had any trouble with the brakes? The ad said they're only two years old. no, he out grew it quickly, the brakes are like new Are the tires in good condition? very, he grew so quick, he barely used this thing Could you take $15? I can come pick it up right away. sure, we want to gone, come and get it! Okay! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2070, 2250 ] }
[ 1, 0, 1, 0 ]
{ "intent": [ "", "", "", "" ], "price": [ -1, -1, -1, -1 ] }
[ "Hello", "hello", "Did you have some questions about the property for sale?", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6131547447_0.jpg", "housing/6131547447_0.jpg" ], "Price": [ 2250, 2250 ], "Description": [ "Call Now -,Follow The Link Below:,http://rent.braddockandloganhomes.com/2t59s6,This is a 1 Bedroom, 1 Bath, approximately 700 Sq. Ft.", "Call Now -,Follow The Link Below:,http://rent.braddockandloganhomes.com/2t59s6,This is a 1 Bedroom, 1 Bath, approximately 700 Sq. Ft.,The Danville Park Apartments are located in Danville, CA. Danville Park is a community with a hard working staff that wants to make your experience here the best experience possible. Here at Danville Park we strive to provide a living environment like no other with our excellent selection of amenities. When visiting Danville Park Apartments we want you to feel at home and know that we care.,Driving Directions:,Call for directions,Office Hours:,Equal Housing Opportunity" ], "Title": [ "All New Floors!! Washer/Dryer Down Town Danville", "All New Floors!! Washer/Dryer Down Town Danville" ] }
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 hello Did you have some questions about the property for sale? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 90, 150 ] }
[ 1, 0, 1, 0, 1 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "Hello there - you're interested in my bike?", "Daisy... Daisy is it you?", "No, this is Jim.", "Give me your answer do...", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6143404040_0.jpg", "bike/6143404040_0.jpg" ], "Price": [ 150, 150 ], "Description": [ "The first miles of tandem riding may be difficult, as the tandem seems to swerve around the road. One experienced rider and one less experienced rider will take about 100 miles. Captains may take 50 miles to get used to handling the big bike even without a stoker. Captaining a tandem is very much like riding a loaded touring bike, except the luggage pedals.", "The first miles of tandem riding may be difficult, as the tandem seems to swerve around the road. One experienced rider and one less experienced rider will take about 100 miles. Captains may take 50 miles to get used to handling the big bike even without a stoker. Captaining a tandem is very much like riding a loaded touring bike, except the luggage pedals.,Try to be steady and predictable. Tandems don't handle like singles; you can't make sudden last second changes in direction or speed. Stokers can make the problem much worse (without realizing it) by leaning or attempting to steer. Stokers often lean slightly in an attempt to see around the captain. The stoker should be very quiet (little body movement) on the bike when you first start out until handling is in control and always quiet going downhill. . Stokers need to realize that their movements affect bike balance (steering) Tandems are more stable at higher speeds than singles." ], "Title": [ "Crestline tandem bike", "Crestline tandem 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 $150.0. Hello there - you're interested in my bike? Daisy... Daisy is it you? No, this is Jim. Give me your answer do... Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2100, 3500 ] }
[ 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1 ] }
[ "Hello", "Hello. How are you", "I'm good thanks. Are you selling a tandem bike?", "No. I am actually selling an apartment. Two bedroom two bath, with laundry in the building", "Alright, I'm supposed to be buying a tandem bike...", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133036885_0.jpg", "housing/6133036885_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "6 Captain Drive Unit-E234,Furnished rental for 6 months to a year (this is negotiable.),1 assigned parking space and overflow parking available,4 pools, fitness center, tennis and more,24 hour security,Watergate Market and deli right next door and open 365 days a year", "6 Captain Drive Unit-E234,Furnished rental for 6 months to a year (this is negotiable.),1 assigned parking space and overflow parking available,4 pools, fitness center, tennis and more,24 hour security,Watergate Market and deli right next door and open 365 days a year,Minutes to Emeryville Public Market,Free shuttle to BART, Transbay Bus, AC Transit Bus and casual carpool to SF right out your door!,Close to freeways and minutes to SF by car or public transportation,Laundry in building but NOT in the unit,Email or text me for details,Excellent credit and references necessary,NO PETS or SMOKING" ], "Title": [ "Stunning and furnished 2/2 with an amazing view 6-12 months", "Stunning and furnished 2/2 with an amazing view 6-12 months" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. Hello Hello. How are you I'm good thanks. Are you selling a tandem bike? No. I am actually selling an apartment. Two bedroom two bath, with laundry in the building Alright, I'm supposed to be buying a tandem bike... Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1140, 1500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "unknown", "init-price", "counter-price", "disagree", "disagree", "counter-price", "unknown", "disagree", "counter-price", "offer", "disagree", "accept" ], "price": [ -1, -1, -1, -1, -1, 1500, 299, -1, -1, 1200, -1, -1, 1469, 1469, -1, -1 ] }
[ "Well hello there. Can I interest you in any of these fine goods?", "Hmm I think we may have our wires crossed... I'm selling a piece of property...", "Oh. This is quite odd. I'm selling a Beautiful Victorian Dresser With Mirror. And you?", "I'm selling a Sunny Garden inlaw unit ...", "Hmmmm. What's the estimated price for your goods? Perhaps we can trade. It's unorthodox but heck, aren't all the best things in life?", "1500 ...", "Oh wow. Mine is only $299. How about I offer you services in addition to the beautiful dresser from exotic San Francisco California? I groom hamsters, make my own cheese and ice cream and a few other things I can't mention here.", "Well cheese and ice cream sound great but not if you're making them while doing things you can't mention here... and I don't have any hamsters that need grooming.... An exotic dresser sounds great though, and from San Francisco ... I do get tired dressing myself...", "Oh my stars. That's the spirit, partner. Though you have not lived until you try hamster cheese... So how about I offer you zero dollars and send you this lovely dresser. It's quite tolerant being from San Fran and all. And I can have your sunny Garden In Laww", "I think I will still need dollars... about 1200 of them...", "Harrumph. That is a funky discount. Okay just one question: did the garden marry into your family or was it the other way around? Offer coming shortly it's the most I can do and still keep cheese on the table!", "Sunny married into the family, but we don't like to talk about it...", "Understood. I'm giving you 1469 and not a dollar more. Thank you!", "", "If you insist, I will accept your offer. Be nice to Sunny, she isn't used to exotic hamster cheese groomers...", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6132680609_0.jpg", "housing/6132680609_0.jpg" ], "Price": [ 1500, 1500 ], "Description": [ "Sunny Garden inlaw unit in highly desierable Glenview district of Oakland. walk to public transit, shopping and restaurants.", "Sunny Garden inlaw unit in highly desierable Glenview district of Oakland. walk to public transit, shopping and restaurants.,Private entry, shared laundry," ], "Title": [ "Sunny Garden Inlaw", "Sunny Garden Inlaw" ] }
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 $1500.0. Well hello there. Can I interest you in any of these fine goods? Hmm I think we may have our wires crossed... I'm selling a piece of property... Oh. This is quite odd. I'm selling a Beautiful Victorian Dresser With Mirror. And you? I'm selling a Sunny Garden inlaw unit ... Hmmmm. What's the estimated price for your goods? Perhaps we can trade. It's unorthodox but heck, aren't all the best things in life? 1500 ... Oh wow. Mine is only $299. How about I offer you services in addition to the beautiful dresser from exotic San Francisco California? I groom hamsters, make my own cheese and ice cream and a few other things I can't mention here. Well cheese and ice cream sound great but not if you're making them while doing things you can't mention here... and I don't have any hamsters that need grooming.... An exotic dresser sounds great though, and from San Francisco ... I do get tired dressing myself... Oh my stars. That's the spirit, partner. Though you have not lived until you try hamster cheese... So how about I offer you zero dollars and send you this lovely dresser. It's quite tolerant being from San Fran and all. And I can have your sunny Garden In Laww I think I will still need dollars... about 1200 of them... Harrumph. That is a funky discount. Okay just one question: did the garden marry into your family or was it the other way around? Offer coming shortly it's the most I can do and still keep cheese on the table! Sunny married into the family, but we don't like to talk about it... Understood. I'm giving you 1469 and not a dollar more. Thank you! If you insist, I will accept your offer. Be nice to Sunny, she isn't used to exotic hamster cheese groomers... Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 266, 350 ] }
[ 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "disagree", "init-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 266, 325, -1, 325, -1 ] }
[ "Hi there - you're interested in my phone?", "yes i am how long was it used?", "Only a year. No real wear and tear on it. Looks almost new.", "I dont exactly have 350, would you accept 266?", "I don't think I could accept that. This phone is unlocked, it comes with a charger, its worth more. How about 325", "ok deal", "", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "phone/6137926248_0.jpg", "phone/6137926248_0.jpg" ], "Price": [ 350, 350 ], "Description": [ "This is GSM unlucked phone in very good condition,Comes with charger", "This is GSM unlucked phone in very good condition,Comes with charger,Please see pictures for details,Text or call for more information,thanks .." ], "Title": [ "IPhone 6 + gold Unlocked 16 GB", "IPhone 6 + gold Unlocked 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 $350.0. Hi there - you're interested in my phone? yes i am how long was it used? Only a year. No real wear and tear on it. Looks almost new. I dont exactly have 350, would you accept 266? I don't think I could accept that. This phone is unlocked, it comes with a charger, its worth more. How about 325 ok deal Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 12844, 16900 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "inform", "unknown", "unknown", "inquiry", "inform", "init-price", "counter-price", "offer", "quit" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, 12844, 14500, 14500, -1 ] }
[ "Hello.", "Yes, hi. what is the condition of car?", "It's a salvage from a rear end accident, but everything has been fixed.", "IS AC working allright?", "Yes, and it comes with certificates for smog, brakes, and lamps, as well as DMV VIN verification.", "It is salvage, so ican not resale it. Do you have papers and title?", "Yes, all the paperwork is in order.", "how much mileage does it give per gallon?", "it's about 21 avg (19 city 24 highway) and sorry for the delay, had to check.", "I would like to buy it for 12844, what do you think?", "I don't think that's doable for me, that's nearly 25% off the list price. I can't go below 14,500.", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132971116_0.jpg", "car/6132971116_0.jpg" ], "Price": [ 16900, 16900 ], "Description": [ "2013 Toyota Sienna XLE Minivan 4D, Fully loaded....,Transmission: Automatic,Mileage: 50000", "2013 Toyota Sienna XLE Minivan 4D, Fully loaded....,Transmission: Automatic,Mileage: 50000,Title: SALVAGE ( Due to a rear ended accident, and everything is fixed.),The car comes with smog, brake and lamp, and Dmv Vin verification certificates.,If you guys interested, then call me at 925/497/five/912." ], "Title": [ "2013 Toyota Sienna XLE Minivan 4D", "2013 Toyota Sienna XLE Minivan 4D" ] }
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 $16900.0. Hello. Yes, hi. what is the condition of car? It's a salvage from a rear end accident, but everything has been fixed. IS AC working allright? Yes, and it comes with certificates for smog, brakes, and lamps, as well as DMV VIN verification. It is salvage, so ican not resale it. Do you have papers and title? Yes, all the paperwork is in order. how much mileage does it give per gallon? it's about 21 avg (19 city 24 highway) and sorry for the delay, had to check. I would like to buy it for 12844, what do you think? I don't think that's doable for me, that's nearly 25% off the list price. I can't go below 14,500. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3634, 3950 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "disagree", "inquiry", "inform", "init-price", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, 3400, 3500, -1, 3500, -1, -1 ] }
[ "Hi I am interested in your car, could you tell me if their is anything mechanically wrong with it", "No check engine light on. It's in solid running condition. ", "Great. What about dings and dents? ", "Typical wear and tear on the body for the car being fourteen years old, nothing too unreasonable. ", "Ok. I really need to get a second car for the household to use , would you take 3400 for it?", "If you have all cash I will take $3500 for it. ", "Cash it is, great! I can come pick it up tommorow", "", "You have a deal.", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132696361_0.jpg", "car/6132696361_0.jpg" ], "Price": [ 3950, 3950 ], "Description": [ "2003 Honda Civic EX Coupe, 5-speed manual transmission, A/C, power locks and windows, automatic sliding sun roof, engine 1.7 liter, VTEC, 4-cylinder, runs great, great condition. 181,700 miles. Call Joe if interested", "2003 Honda Civic EX Coupe, 5-speed manual transmission, A/C, power locks and windows, automatic sliding sun roof, engine 1.7 liter, VTEC, 4-cylinder, runs great, great condition. 181,700 miles. Call Joe if interested" ], "Title": [ "2003 Honda Civic EX Coupe", "2003 Honda Civic EX Coupe" ] }
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 $3950.0. Hi I am interested in your car, could you tell me if their is anything mechanically wrong with it No check engine light on. It's in solid running condition. Great. What about dings and dents? Typical wear and tear on the body for the car being fourteen years old, nothing too unreasonable. Ok. I really need to get a second car for the household to use , would you take 3400 for it? If you have all cash I will take $3500 for it. Cash it is, great! I can come pick it up tommorow You have a deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 4797, 7995 ] }
[ 1, 0, 0, 1, 0, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hello, what do you think of the apartment. ", "hi would you take 5000 for the house?", "i think its nice im just a little short", "I'm afraid I can't go that low. As you can see it's full of amenitites and close to campus. What about 7500?", "im tapped out the most i have in my pocket is actually $7200", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6104494196_0.jpg", "housing/6104494196_0.jpg" ], "Price": [ 7995, 7995 ], "Description": [ "Brand new 4 bedroom apartments coming available this summer! These apartments are perfect for large groups of 8 -12+!,This apartment building provides you with an excellent location! It is only two blocks from the UC Berkeley campus and just a few blocks from the Downtown Berkeley BART station and Telegraph Avenue! These units provide a brand new modern kitchen, abundant natural lighting for comfortable living, and they are well-maintained and organized units with a homey and relaxing appeal.,The lease for this property would begin in August of 2017 and continue until May 31, 2018. The lease is renewable each year.,Amenities & Features include:,-Cable/DSL Ready,- 2 Full bathrooms", "Brand new 4 bedroom apartments coming available this summer! These apartments are perfect for large groups of 8 -12+!,This apartment building provides you with an excellent location! It is only two blocks from the UC Berkeley campus and just a few blocks from the Downtown Berkeley BART station and Telegraph Avenue! These units provide a brand new modern kitchen, abundant natural lighting for comfortable living, and they are well-maintained and organized units with a homey and relaxing appeal.,The lease for this property would begin in August of 2017 and continue until May 31, 2018. The lease is renewable each year.,Amenities & Features include:,-Cable/DSL Ready,- 2 Full bathrooms,- Dish Washer,-2 blocks to campus,-1.5 blocks to Telegraph Avenue,-On-site office management team,-Clean, well-run apartment building,If interested, please reply back to this craigslist post with your name, phone number, preferred email address and the following subject line: \"INTERESTED IN 4 BEDROOM.\"" ], "Title": [ "BRAND NEW MODERN 4 BEDROOM APARTMENTS 2 BLOCKS TO UCB", "BRAND NEW MODERN 4 BEDROOM APARTMENTS 2 BLOCKS TO UCB" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $7995.0. Hello, what do you think of the apartment. hi would you take 5000 for the house? i think its nice im just a little short I'm afraid I can't go that low. As you can see it's full of amenitites and close to campus. What about 7500? im tapped out the most i have in my pocket is actually $7200 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1785, 2349 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "unknown", "disagree", "inquiry", "init-price", "counter-price", "disagree", "counter-price", "inquiry", "inform", "disagree", "counter-price", "offer", "unknown", "unknown", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 1500, 1900, -1, -1, -1, -1, -1, -1, 2000, -1, -1, -1, -1 ] }
[ "Hello. How are you", "I'm fine. I'd be a lot better if I could rent this house in your listing.", "Oh yeah? WHat do you like about it", "Well, the 3 baths seems nice, and I like the square footage.", "Yeah it's really good for the price. I'm looking for serious renters", "Well, I'm a serious renter, but I don't think this price is very serious.", "How so?", "Well, it seems a little steep. I was thinking something more in the range of $1500", "That is impossible. How about $1900 a month, for two years minimum?", "Well, I already located this home from a satellite interpolation based on the shadow length, and I know what neighborhood it's in. This isn't the sort of neighborhood that I'd be willing to rent for that much money.", "You're right, $2100. It's extremely clean", "It's right next to the Tracy sports complex, in Tracy California. I practically expect to GET paid if I'm moving to California for some reason???", "You're the one who messaged me buddy", "Well, I just saw the beautiful photo of the home, and now I feel like I've been bait and switched! I don't want to move to 2487 Graystone Drive, in Tracy California, not unless I can get a great deal.", "Alright, $2000 then", "", "Look, I guess if you'll throw in 6 live marijuana plants, I'll consider it a done deal.", "SUre, they'll be there when you arrive", "Okay, great.", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133549476_0.jpg", "housing/6133549476_0.jpg" ], "Price": [ 2349, 2349 ], "Description": [ "Be prepared to fall in love! Renting this beautiful home which features crown molding throughout a well thought out floor plan with separate formal living and dining areas, large open kitchen and family room are perfect for entertaining that can flow out onto the large covered patio. There is a downstairs bedroom and full bath as well as an upstairs loft area with built in desks. All this has been spruced up with fresh paint and new carpet!,Bright and roomy, when you enter you will be stunned! Its an extremely clean home and the family room is spacious. The kitchen has beautiful cabinets with detailing, and the rooms have organized closets! Its truly a beautiful home for a clean, responsible and happy family.,Bathrooms:3 baths,Single Family:2,377 sq ft", "Be prepared to fall in love! Renting this beautiful home which features crown molding throughout a well thought out floor plan with separate formal living and dining areas, large open kitchen and family room are perfect for entertaining that can flow out onto the large covered patio. There is a downstairs bedroom and full bath as well as an upstairs loft area with built in desks. All this has been spruced up with fresh paint and new carpet!,Bright and roomy, when you enter you will be stunned! Its an extremely clean home and the family room is spacious. The kitchen has beautiful cabinets with detailing, and the rooms have organized closets! Its truly a beautiful home for a clean, responsible and happy family.,Bathrooms:3 baths,Single Family:2,377 sq ft,Year Built:2000,These two policies are strictly enforced,Lease 1 year minimum,Please call Ataullah if interested, serious renters only" ], "Title": [ "BEAUTIFUL MODERN HOME IN TRACY FOR RENT", "BEAUTIFUL MODERN HOME IN TRACY FOR RENT" ] }
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 $2349.0. Hello. How are you I'm fine. I'd be a lot better if I could rent this house in your listing. Oh yeah? WHat do you like about it Well, the 3 baths seems nice, and I like the square footage. Yeah it's really good for the price. I'm looking for serious renters Well, I'm a serious renter, but I don't think this price is very serious. How so? Well, it seems a little steep. I was thinking something more in the range of $1500 That is impossible. How about $1900 a month, for two years minimum? Well, I already located this home from a satellite interpolation based on the shadow length, and I know what neighborhood it's in. This isn't the sort of neighborhood that I'd be willing to rent for that much money. You're right, $2100. It's extremely clean It's right next to the Tracy sports complex, in Tracy California. I practically expect to GET paid if I'm moving to California for some reason??? You're the one who messaged me buddy Well, I just saw the beautiful photo of the home, and now I feel like I've been bait and switched! I don't want to move to 2487 Graystone Drive, in Tracy California, not unless I can get a great deal. Alright, $2000 then Look, I guess if you'll throw in 6 live marijuana plants, I'll consider it a done deal. SUre, they'll be there when you arrive Okay, great. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 342, 450 ] }
[ 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "", "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1, -1 ] }
[ "Hello that is a lovely table. ", "Yes yes its actually 2 of them, I am selling for $450.", "It's a bit out of my price range I'm afraid. Would you be willing to accept 300?", "$300 is a little shallow, how about $325?", "That is acceptable. Thank you!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145277143_0.jpg", "furniture/6145277143_0.jpg" ], "Price": [ 450, 450 ], "Description": [ "His and hers matching solid walnut end tables. Refinished.", "His and hers matching solid walnut end tables. Refinished.,His is 25\" x 28\",mid century, retro, antique, Danish, end tables, modern, vintage," ], "Title": [ "mid century Hekman walnut end tables (2)", "mid century Hekman walnut end tables (2)" ] }
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 $450.0. Hello that is a lovely table. Yes yes its actually 2 of them, I am selling for $450. It's a bit out of my price range I'm afraid. Would you be willing to accept 300? $300 is a little shallow, how about $325? That is acceptable. Thank you! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 7, 12 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "insist", "unknown", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 5, 10, 8, 10, -1, -1, 10, -1, -1 ] }
[ "Hello ", "Hello there. I'm sorry if I'm a little awkward. I never expected my dreams to come true this way. My very own antenna...", "I understand, it can be quite overwhelming the first time...", "And a fine tuning dial!! Who ever heard of such a thing??? In my day, dials didn't tune so fine. But don't get me started. How do you feel about $5?", "In my day we had tin foil and spit... this is quite the leap in technology... I don't feel great about $5...I don't feel great. But... I feel pretty good about $10...", "Hmmmm. We got ourselves a couple a shrewd operators here. It DOES provide precise control. Those darn buttons only have two positions. Pushed/Not Pushed. Where's the control there??? How about $8? Does that put more tin foil on your bunny ears?", "Nah my bunny ears are still pretty fuzzy... 10 seems like a nice round even number I can really get on board with... Yep... I'm really digging that number 10...", "You drive a hard bargain, bunny ears. But I respect a person who carries quality antennae. Hard to find anymore. Throw in a wire hanger to adjust it with from my lay z boy and you got a deal.", "We're talking chrome-plated brass telescopic dipoles here pally... Ok... I can throw in a wire hanger but... it still has my dry cleaners name on it... give him a call, tell him I sent you, he'll hook you right up with all the starch you can handle.", "", "Oh you are a dream maker, indeed. I'll think of you every time I watch Dukes of Hazard. That Bo Duke is wooweee", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 12, 12 ], "Description": [ "Please include PHONE # in reply!,Enhance your local TV channel reception--works on all TVs. NEW, never been used.,- 12 position fine tuning dial provides precise control of reception.", "Please include PHONE # in reply!,Enhance your local TV channel reception--works on all TVs. NEW, never been used.,- 12 position fine tuning dial provides precise control of reception.,- 32\" chrome-plated brass telescopic dipoles, that also also individually tilt,- Scuff-proff base protects furniture.,- Easy hook-up; instructions included (on back of box).,MUST include PHONE # in replies!" ], "Title": [ "Antenna indoor UHF/VHF digital & hdtv ready", "Antenna indoor UHF/VHF digital & hdtv ready" ] }
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 $12.0. Hello Hello there. I'm sorry if I'm a little awkward. I never expected my dreams to come true this way. My very own antenna... I understand, it can be quite overwhelming the first time... And a fine tuning dial!! Who ever heard of such a thing??? In my day, dials didn't tune so fine. But don't get me started. How do you feel about $5? In my day we had tin foil and spit... this is quite the leap in technology... I don't feel great about $5...I don't feel great. But... I feel pretty good about $10... Hmmmm. We got ourselves a couple a shrewd operators here. It DOES provide precise control. Those darn buttons only have two positions. Pushed/Not Pushed. Where's the control there??? How about $8? Does that put more tin foil on your bunny ears? Nah my bunny ears are still pretty fuzzy... 10 seems like a nice round even number I can really get on board with... Yep... I'm really digging that number 10... You drive a hard bargain, bunny ears. But I respect a person who carries quality antennae. Hard to find anymore. Throw in a wire hanger to adjust it with from my lay z boy and you got a deal. We're talking chrome-plated brass telescopic dipoles here pally... Ok... I can throw in a wire hanger but... it still has my dry cleaners name on it... give him a call, tell him I sent you, he'll hook you right up with all the starch you can handle. Oh you are a dream maker, indeed. I'll think of you every time I watch Dukes of Hazard. That Bo Duke is wooweee Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 299, 325 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "init-price", "inquiry", "disagree", "counter-price", "agree", "unknown", "unknown", "unknown", "offer", "accept" ], "price": [ -1, 325, -1, -1, 250, 250, -1, -1, -1, 250, -1 ] }
[ "How much is that chair?", "The chair is antique I am asking $325.", "Has there been any pets in the home?", "No pets and I am also a non smoker. ", "I am kind of broke and working on MT could I buy it for 250 and give you fresh garden vegs?", "Yes $250 is about as low as I will go, cash correct?", "Cash and three baskets of veg.", "You have a deal. ", "Done. will be over tomorrow with the cash and veg", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6103316753_0.jpg", "furniture/6103316753_0.jpg" ], "Price": [ 325, 325 ], "Description": [ "Nice Spanish style chair with great hand-carved details! Upholstery is in great shape. Chair is sturdy (not creaky), padding is firm, clean.", "Nice Spanish style chair with great hand-carved details! Upholstery is in great shape. Chair is sturdy (not creaky), padding is firm, clean." ], "Title": [ "Majestic Spanish Armchair", "Majestic Spanish Armchair" ] }
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 $325.0. How much is that chair? The chair is antique I am asking $325. Has there been any pets in the home? No pets and I am also a non smoker. I am kind of broke and working on MT could I buy it for 250 and give you fresh garden vegs? Yes $250 is about as low as I will go, cash correct? Cash and three baskets of veg. You have a deal. Done. will be over tomorrow with the cash and veg Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 73, 80 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "inform", "init-price", "counter-price", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 65, 70, 70, -1 ] }
[ "Hello!", "Hello, I am interested in the bike. How long have you owned it?", "I've had it about 6 months, I need something a little faster", "Ok, and do the gears shift smoothly? And what kind of seat does it have? Is it comfortable?", "The bike was just services so it's all smooth, it has a cushy padded seat to protect your stuff lol, its comfy!", "Great! It's a bit out of my price range though. Would you consider accepting $65?", "I'd do 70 and throw in a free light for it", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 80, 80 ], "Description": [ "Excellent bike all around. Nothing needs work, just hop on a ride away~", "Excellent bike all around. Nothing needs work, just hop on a ride away~,I live in Richmond, near the BART station, and use this bicycle frequently." ], "Title": [ "\"Jaguar\" 7-speed Beach Cruiser. In Perfect riding condition", "\"Jaguar\" 7-speed Beach Cruiser. In Perfect riding 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 $80.0. Hello! Hello, I am interested in the bike. How long have you owned it? I've had it about 6 months, I need something a little faster Ok, and do the gears shift smoothly? And what kind of seat does it have? Is it comfortable? The bike was just services so it's all smooth, it has a cushy padded seat to protect your stuff lol, its comfy! Great! It's a bit out of my price range though. Would you consider accepting $65? I'd do 70 and throw in a free light for it Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 138, 150 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "disagree", "init-price", "disagree", "counter-price", "unknown", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, 50, -1, 100, -1, 100, -1, -1 ] }
[ "Are u interested?", "Hi ... yes I am interested in buying a monitor...", "DO u want to come over and test it?", "Maybe... I need it to play Space Invaders... do you have an atari or should I bring my own...", "Wow, I have not played with Atari since I was in third grade! Go ahead and bring your system. Talk about memories!", "Alright. Since I'm bringing priceless nostalgia... would you consider taking a chunk off the price of the monitor... like say... 50 bucks...", "I really can't do that low, my tiger needs to go to the vet for a massive hairball.", "Tell you what... I have a brand new tube of Petromalt... tigers love it and it helps clear up those hairballs like magic. I will give you 100 and a full tube of petromalt...I can even scritch the kitty's belly while I'm there...", "Purfect! You have a deal. He he starting to feel better already. THANKS!", "", "Excellent... ", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6150271163_0.jpg", "electronics/6150271163_0.jpg" ], "Price": [ 150, 150 ], "Description": [ "This LED monitor has served me very well and still looks amazing. Screen No scratches and no dead pixels and work great., Perfect/like new condition ..very barely used,info page:,http://www.samsung.com/levant/consumer/it/monitor/led-monitor/LS27D590PS/ZN/", "This LED monitor has served me very well and still looks amazing. Screen No scratches and no dead pixels and work great., Perfect/like new condition ..very barely used,info page:,http://www.samsung.com/levant/consumer/it/monitor/led-monitor/LS27D590PS/ZN/,((includes power cord and HDMI )) I can bring a laptop so that you can test out the monitor .no return,Please reply with your phone number. Sorry, I will NOT reply to emails without phone number.,Thank you" ], "Title": [ "SAMSUNG S27D590 27\" PLS Panel Monitor", "SAMSUNG S27D590 27\" PLS Panel Monitor" ] }
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. Are u interested? Hi ... yes I am interested in buying a monitor... DO u want to come over and test it? Maybe... I need it to play Space Invaders... do you have an atari or should I bring my own... Wow, I have not played with Atari since I was in third grade! Go ahead and bring your system. Talk about memories! Alright. Since I'm bringing priceless nostalgia... would you consider taking a chunk off the price of the monitor... like say... 50 bucks... I really can't do that low, my tiger needs to go to the vet for a massive hairball. Tell you what... I have a brand new tube of Petromalt... tigers love it and it helps clear up those hairballs like magic. I will give you 100 and a full tube of petromalt...I can even scritch the kitty's belly while I'm there... Purfect! You have a deal. He he starting to feel better already. THANKS! Excellent... Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 60, 100 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "inquiry", "inquiry", "inform", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "counter-price", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, 40, 150, 150, 95, -1, 60, 60, -1, -1 ] }
[ "Hello, I might be interested in your chair?", "Great, do you have any questions regarding the chair?", "Well, why are you selling it?", "I am moving and bought new furniture and it doesnt match the color scheme anymore. ", "Well, I guess if you can't use it any more, I'd be willing to offer $40 to take it off your hands.", "I appreciate the offer, but the chair is still basically brand new and I was looking for about $150 for it", "$150? I wouldn't have even looked at your listing if it was over $100!", "I completely understand, it is 1 of a kind though. How about $95?", "At $95 you'd have to throw in the trombone in the picture too. I'd be willing to meet you at $60.", "I think I can meet at $60. Thanks for doing business. ", "", "Okay, great. I'll be by your house tonight to get the chair.", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6131262144_0.jpg", "furniture/6131262144_0.jpg" ], "Price": [ 100, 100 ], "Description": [ "One of a kind, handmade denim accent chair.,Materials: Thonet-type bentwood chair, Love Moschino jeans.", "One of a kind, handmade denim accent chair.,Materials: Thonet-type bentwood chair, Love Moschino jeans.,3 ft tall (from floor to top of the back), 20\" tall from floor to seat, 18\" wide.,Please, email day and time you would love to see it." ], "Title": [ "Denim Accent Chair", "Denim Accent Chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $100.0. Hello, I might be interested in your chair? Great, do you have any questions regarding the chair? Well, why are you selling it? I am moving and bought new furniture and it doesnt match the color scheme anymore. Well, I guess if you can't use it any more, I'd be willing to offer $40 to take it off your hands. I appreciate the offer, but the chair is still basically brand new and I was looking for about $150 for it $150? I wouldn't have even looked at your listing if it was over $100! I completely understand, it is 1 of a kind though. How about $95? At $95 you'd have to throw in the trombone in the picture too. I'd be willing to meet you at $60. I think I can meet at $60. Thanks for doing business. Okay, great. I'll be by your house tonight to get the chair. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 104, 138 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "vague-price", "inquiry", "init-price", "inquiry", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, 138, -1, 115, 110, -1, 110, -1 ] }
[ "Are you interested in my bike engine?", "yes i am", "Great it is of the highest quality. Looking to sell today. ", "how much", "$138. ", "thats a little more than I can spend, can you take anything less?", "Well considering this newer, I can't go down that much. If you're paying cash, how about $115?", "Ok I can pay cash, but I only have $110, will that work?", "Sure. You have a deal. ", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6126525138_0.jpg", "bike/6126525138_0.jpg" ], "Price": [ 138, 138 ], "Description": [ "IN STOCK- HURRY WHILE SUPPLIES LAST!!!,https://www.CaliforniaMotorbikes.com,These are complete street legal kits, everything you need to convert your bicycle to a fun moped! We sell only the best bike engine kits with professional grade balanced engines.", "IN STOCK- HURRY WHILE SUPPLIES LAST!!!,https://www.CaliforniaMotorbikes.com,These are complete street legal kits, everything you need to convert your bicycle to a fun moped! We sell only the best bike engine kits with professional grade balanced engines.,A balanced crank makes this engine run smoother, last longer with minimal vibration...,Your bike and all parts attached to it will last longer and need less maintenance.,www.CaliforniaMotorbikes.com,If you buy today before 12 pm, USPS will deliver tomorrow to most parts of California" ], "Title": [ "★ BLACK 80cc/66cc MOTORIZED BIKE ENGINE KIT SALE!!! HIGHEST QUALITY★", "★ BLACK 80cc/66cc MOTORIZED BIKE ENGINE KIT SALE!!! HIGHEST QUALITY★" ] }
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 $138.0. Are you interested in my bike engine? yes i am Great it is of the highest quality. Looking to sell today. how much $138. thats a little more than I can spend, can you take anything less? Well considering this newer, I can't go down that much. If you're paying cash, how about $115? Ok I can pay cash, but I only have $110, will that work? Sure. You have a deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 92, 100 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inform", "inquiry", "disagree", "inquiry", "inform", "inquiry", "inform", "inquiry", "disagree", "unknown", "unknown", "unknown", "disagree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, 92, -1 ] }
[ "Hello. Are you interested in my bike?", "Is that the actual picture of the bike?", "Yes, that is the actual bike in the photo.", "Do you know the height?", "Not exactly, but it should work for kids around 3 ft tall", "Does it have a hand brake or a brake on the pedal?", "Hand brake", "Warranty still available?", "Yes", "Shipping included in the price?", "No, local pickup only.", "I'll assume you are close by to my location.", "Yes, for our purposes. Sure.", "I would like to make an offer. The color isn't what I was interested and I really would prefer a foot versus hand brake for safety. Do you have any flexiblility on your price?", "Please do make an offer. I have some flexibility, but not much.", "", "" ]
{ "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. Are you interested in my bike? Is that the actual picture of the bike? Yes, that is the actual bike in the photo. Do you know the height? Not exactly, but it should work for kids around 3 ft tall Does it have a hand brake or a brake on the pedal? Hand brake Warranty still available? Yes Shipping included in the price? No, local pickup only. I'll assume you are close by to my location. Yes, for our purposes. Sure. I would like to make an offer. The color isn't what I was interested and I really would prefer a foot versus hand brake for safety. Do you have any flexiblility on your price? Please do make an offer. I have some flexibility, but not much. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 64, 85 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "disagree", "disagree", "unknown", "unknown", "init-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 80, -1, 80, -1 ] }
[ "Hello... is this a drone?", "No sorry, it is a remote control helicopter. It is very precise and flies like a dream though.", "Darn. I was really looking for a drone. Could I attach a camera to this and make it like a drone? All my new friends have drones, and man-buns and fidget spinners and I don't have any of that... ", "lol, it has an lcd screen on the remote, so it's much like a drone. That way you can fit in with all of your friends. ", "Alright, that sounds great. I still have to buy a fidget spinner though and those things are expensive... would you consider coming down on your price...", "I could do 80 and throw in a clip on man bun.", "Oh wow.. that is the best offer I've heard all day. Deal.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6152181496_0.jpg", "electronics/6152181496_0.jpg" ], "Price": [ 85, 85 ], "Description": [ "Protocol Ultra-Quad Copter for outdoor flights. Unparalleled precision: Flys up/down forward /backwards right/left side to side perform combination maneuvers banked turns and 360 flips motion sensitive electronic auto stabilize Copter for solid control.2.4 Gig transmitter clear wide area reception LCD screen and audio tones makes flight adjustments a breeze.", "Protocol Ultra-Quad Copter for outdoor flights. Unparalleled precision: Flys up/down forward /backwards right/left side to side perform combination maneuvers banked turns and 360 flips motion sensitive electronic auto stabilize Copter for solid control.2.4 Gig transmitter clear wide area reception LCD screen and audio tones makes flight adjustments a breeze." ], "Title": [ "Ultra Quad Copter", "Ultra Quad Copter" ] }
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 $85.0. Hello... is this a drone? No sorry, it is a remote control helicopter. It is very precise and flies like a dream though. Darn. I was really looking for a drone. Could I attach a camera to this and make it like a drone? All my new friends have drones, and man-buns and fidget spinners and I don't have any of that... lol, it has an lcd screen on the remote, so it's much like a drone. That way you can fit in with all of your friends. Alright, that sounds great. I still have to buy a fidget spinner though and those things are expensive... would you consider coming down on your price... I could do 80 and throw in a clip on man bun. Oh wow.. that is the best offer I've heard all day. Deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1909, 2075 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "disagree", "disagree", "unknown", "init-price", "counter-price", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 1750, 1900, 1900, 1900, -1, -1 ] }
[ "Excuse me. I don't mean to be rude, but you look like you could use a home.", "Well, it all depends on the price, I suppose.", "What would you be willing to spend on a well maintain place?", "Well, I used a proprietary satellite imaging system to determine the latitude and longitude of the location of where the photo was taken and I'm going over floor plans for these apartments now.", "Oh my. Fancy! I've never had a fancy person behind these gates. Do keep me apprised on your findings. Don't spare any detail!", "I'm not really impressed with the location, who thought I'd be moving to Hayward California? And I'm really not impressed with a two floor unit. I'm a ranch style home guy all the way.", "You know, I love a good ranch home. And ranch dressing is a close second. But let me let you in on a little secret. The two floor unit is really just one big floor with an extra tall shag carpet on half of it. ", "I'm looking at the floorplans on the Marcotte website right now, and I can tell you that the upstairs has a weird little bathroom facing the stairs? Look, let's get to brass tacks, I'm willing to go as high as $1750, and frankly I'm crazy to do that.", "Sir I will have you know that Spice 1 and the 187 Faculty do their laundry on site here at least once a week!! Once a goshdarn week! Don't look down your nose at me, we like our toilets facing stairs here in Hayward. It gives us a combat advantage. I will go down to 1,900 only because you reminded me to pick up ranch dressing.", "Okay, $1900 it is.", "", "Oh. Sorry for the yelling. I need to smoke.", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6123538816_0.jpg", "housing/6123538816_0.jpg" ], "Price": [ 2075, 2075 ], "Description": [ "Custom Decor, spacious and well maintain, gated community with pool and laundry on site! Close to everything!,Call Manager Sherry @", "Custom Decor, spacious and well maintain, gated community with pool and laundry on site! Close to everything!,Call Manager Sherry @,Visit us at: www.marcotteproperties.com,Call now, and secure your new home today!" ], "Title": [ "Two Bedroom Apt. Avail 6-15", "Two Bedroom Apt. Avail 6-15" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $2075.0. Excuse me. I don't mean to be rude, but you look like you could use a home. Well, it all depends on the price, I suppose. What would you be willing to spend on a well maintain place? Well, I used a proprietary satellite imaging system to determine the latitude and longitude of the location of where the photo was taken and I'm going over floor plans for these apartments now. Oh my. Fancy! I've never had a fancy person behind these gates. Do keep me apprised on your findings. Don't spare any detail! I'm not really impressed with the location, who thought I'd be moving to Hayward California? And I'm really not impressed with a two floor unit. I'm a ranch style home guy all the way. You know, I love a good ranch home. And ranch dressing is a close second. But let me let you in on a little secret. The two floor unit is really just one big floor with an extra tall shag carpet on half of it. I'm looking at the floorplans on the Marcotte website right now, and I can tell you that the upstairs has a weird little bathroom facing the stairs? Look, let's get to brass tacks, I'm willing to go as high as $1750, and frankly I'm crazy to do that. Sir I will have you know that Spice 1 and the 187 Faculty do their laundry on site here at least once a week!! Once a goshdarn week! Don't look down your nose at me, we like our toilets facing stairs here in Hayward. It gives us a combat advantage. I will go down to 1,900 only because you reminded me to pick up ranch dressing. Okay, $1900 it is. Oh. Sorry for the yelling. I need to smoke. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 48, 80 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "init-price", "unknown", "counter-price", "unknown", "counter-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, 80, -1, 25, -1, 15, 15, 15, -1 ] }
[ "Love those wheels. How old are they?", "Hi, they are from the eighties, were on my son's bike", "How much? I am kind of poor, hence MT.", "Well, i need to get rid of them, I was asking 80 but would take 40 for them.", "Could I buy just one? Bozo just needs one for his unicycle. His career is dependent upon the wheel. He does not have SS.", "Well I really wanted to sell the pair. Do you have a bike to trade? I would take that or if it was just one it would be 25.", "Bozo could come over and entertain you...", "Haha, I am scared of clowns but my grandkids might like it, how about 15 for one wheel.", "$15 it is, with a clown act for the grandkids.", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6110107430_0.jpg", "bike/6110107430_0.jpg" ], "Price": [ 80, 80 ], "Description": [ "Has normal wear. Needs cleaning.,Finish is peeling yet they are solid structurally.", "Has normal wear. Needs cleaning.,Finish is peeling yet they are solid structurally.,Takes 20 inch wheels.,Will consider trades for old Bmx." ], "Title": [ "Primo 14mm - 3/8 sealed chrome wheels snafu", "Primo 14mm - 3/8 sealed chrome wheels snafu" ] }
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 $80.0. Love those wheels. How old are they? Hi, they are from the eighties, were on my son's bike How much? I am kind of poor, hence MT. Well, i need to get rid of them, I was asking 80 but would take 40 for them. Could I buy just one? Bozo just needs one for his unicycle. His career is dependent upon the wheel. He does not have SS. Well I really wanted to sell the pair. Do you have a bike to trade? I would take that or if it was just one it would be 25. Bozo could come over and entertain you... Haha, I am scared of clowns but my grandkids might like it, how about 15 for one wheel. $15 it is, with a clown act for the grandkids. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 72, 120 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0, 1 ]
{ "intent": [ "intro", "init-price", "counter-price", "inquiry", "inform", "agree", "unknown", "offer", "offer", "accept" ], "price": [ -1, 100, 115, -1, -1, 115, -1, 115, 115, -1 ] }
[ "Hello! I am selling this BEAST amp", "Hi there. I really would like this amp. I don't need the plugs. I realize your price is $150 in cash without the plugs. Is there any way we can get down to $100?", "It's 4 channels though. How about $115", "Your word is the amp works perfectly? And it's in mint condition?", "Yes, absolutely. The quality is superior to anything else you can find", "Okay I can come up with $115 in cash. Final offer though, do you accept?", "Yes, thank you", "", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6127823052_0.jpg", "electronics/6127823052_0.jpg" ], "Price": [ 120, 120 ], "Description": [ "Amp works perfectly. No other offers wanted. 120 CASH with no plugs or 150 cash with plugs. Amp requires the plugs to work. AGAIN NO OTHER OFFERS WANTED. Amazing sound quality from this 4 channel amp.", "Amp works perfectly. No other offers wanted. 120 CASH with no plugs or 150 cash with plugs. Amp requires the plugs to work. AGAIN NO OTHER OFFERS WANTED. Amazing sound quality from this 4 channel amp.,These amps sound amazing and beats any amp out their in sound quality. Please call only if serious and ready to buy." ], "Title": [ "Precision Power pc4400 old school beast amp", "Precision Power pc4400 old school beast amp" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $120.0. Hello! I am selling this BEAST amp Hi there. I really would like this amp. I don't need the plugs. I realize your price is $150 in cash without the plugs. Is there any way we can get down to $100? It's 4 channels though. How about $115 Your word is the amp works perfectly? And it's in mint condition? Yes, absolutely. The quality is superior to anything else you can find Okay I can come up with $115 in cash. Final offer though, do you accept? Yes, thank you Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 126, 138 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "disagree", "init-price", "inquiry", "inform", "inquiry", "inquiry", "inquiry", "inform", "offer", "accept" ], "price": [ -1, -1, -1, 100, -1, -1, -1, -1, -1, -1, 100, -1 ] }
[ "Hi!", "Hi how are you this morning. I would really like to convert my bicycle into a moped. ", "doing well, thanks! This is a great kit for you then, it's a blast having this thing hooked up, no more peddling up hills!", "I only have $100 available. I could throw a great bottle of scotch into the deal. Interested?", "you've got my attention, what kind of scotch?", "Johnny Walker Black", "Thats pretty close to what I'm asking for this, can you come get it to save me $ on shipping?", "Do you live near me? I live in Boca Raton.", "yeah, about 30 minutes away, do we have a deal, hundo bucks and unopened bottle of JWB?", "Deal. Ill put the offer in the submit box. Send me your address", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6126525138_0.jpg", "bike/6126525138_0.jpg" ], "Price": [ 138, 138 ], "Description": [ "IN STOCK- HURRY WHILE SUPPLIES LAST!!!,https://www.CaliforniaMotorbikes.com,These are complete street legal kits, everything you need to convert your bicycle to a fun moped! We sell only the best bike engine kits with professional grade balanced engines.", "IN STOCK- HURRY WHILE SUPPLIES LAST!!!,https://www.CaliforniaMotorbikes.com,These are complete street legal kits, everything you need to convert your bicycle to a fun moped! We sell only the best bike engine kits with professional grade balanced engines.,A balanced crank makes this engine run smoother, last longer with minimal vibration...,Your bike and all parts attached to it will last longer and need less maintenance.,www.CaliforniaMotorbikes.com,If you buy today before 12 pm, USPS will deliver tomorrow to most parts of California" ], "Title": [ "★ BLACK 80cc/66cc MOTORIZED BIKE ENGINE KIT SALE!!! HIGHEST QUALITY★", "★ BLACK 80cc/66cc MOTORIZED BIKE ENGINE KIT SALE!!! HIGHEST QUALITY★" ] }
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 $138.0. Hi! Hi how are you this morning. I would really like to convert my bicycle into a moped. doing well, thanks! This is a great kit for you then, it's a blast having this thing hooked up, no more peddling up hills! I only have $100 available. I could throw a great bottle of scotch into the deal. Interested? you've got my attention, what kind of scotch? Johnny Walker Black Thats pretty close to what I'm asking for this, can you come get it to save me $ on shipping? Do you live near me? I live in Boca Raton. yeah, about 30 minutes away, do we have a deal, hundo bucks and unopened bottle of JWB? Deal. Ill put the offer in the submit box. Send me your address Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 4, 5 ] }
[ 1, 0, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "disagree", "unknown", "unknown", "unknown", "init-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, 4, 4, 4, -1 ] }
[ "Hello, how are you", "Hi there. I'm very interested in your timer. Why are you selling?", "I'm good. Did you see my question above?", "Yes, I'm selling because I no longer need this timer", "It's brand new, right, so why did you buy it if you don't need it?", "I thought I needed two, but alas, I only needed one. Forgive me", "Ah, alright. Well since its not from the store, would you be willing to negotiate a bit on price?", "It's only five dollary-doos... How about $4?", "4 dollars works for me", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 5, 5 ], "Description": [ "GE 7 day timer random vacation preprogrammed for vacations, BRAND NEW, turns lamps or appliances on and off during late PM and early AM hours, confusing potential burglars. Simply set the time and plug it in. ask 5.00", "GE 7 day timer random vacation preprogrammed for vacations, BRAND NEW, turns lamps or appliances on and off during late PM and early AM hours, confusing potential burglars. Simply set the time and plug it in. ask 5.00,Pick up the item at #164 W. Jackson Street & Cypress Ave (corner of Walgreen Pharmacy parking lot) If the post is on, it means the item still available. Thanks for looking." ], "Title": [ "GE 7 day timer random vacation preprogrammed for vacations", "GE 7 day timer random vacation preprogrammed for vacations" ] }
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 $5.0. Hello, how are you Hi there. I'm very interested in your timer. Why are you selling? I'm good. Did you see my question above? Yes, I'm selling because I no longer need this timer It's brand new, right, so why did you buy it if you don't need it? I thought I needed two, but alas, I only needed one. Forgive me Ah, alright. Well since its not from the store, would you be willing to negotiate a bit on price? It's only five dollary-doos... How about $4? 4 dollars works for me Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 840, 1400 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "unknown", "unknown", "unknown", "unknown", "counter-price", "counter-price", "counter-price", "agree", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, 1400, -1, -1, -1, -1, 840, 1400, 1200, 1200, -1, 1200, -1, -1 ] }
[ "Hello", "Howdy Partner", "I am selling this nice bathroom sink for 1400", "That is a very expensive sink...", "woops actually its an apartment i guess, I only posted 1 picture of a sink ", "I understand. I'm having one of those mornings myself. It is a nice sink though... ", "yes, it is included with this fabulous apartment. It has its own private bath, a \"fresh new look\", and you only have to pay for the garbage man!!!", "That all sounds great. I've been given some advice, I'm not sure if it is good advice though cause it sounds kind of crazy.. I'm told I should only pay 840...", "hmm, I see. Well this apartment is in a nice area, very near to Emeryville Bay Street. West MAcArthur Bart is only 8-10 blocks away. I am asking for 1400 but I can negotiate the price.", "Ok I think the advice I have been given can't be good because real estate prices are pretty fixed in my experience... what do you think about 1200", "1200 sounds great! I will put that price in the final agreement box so we can close this deal.", "Great, thanks", "", "congratulations on your new apartment!", "" ]
{ "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,*garbage paid by owners,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. Hello Howdy Partner I am selling this nice bathroom sink for 1400 That is a very expensive sink... woops actually its an apartment i guess, I only posted 1 picture of a sink I understand. I'm having one of those mornings myself. It is a nice sink though... yes, it is included with this fabulous apartment. It has its own private bath, a "fresh new look", and you only have to pay for the garbage man!!! That all sounds great. I've been given some advice, I'm not sure if it is good advice though cause it sounds kind of crazy.. I'm told I should only pay 840... hmm, I see. Well this apartment is in a nice area, very near to Emeryville Bay Street. West MAcArthur Bart is only 8-10 blocks away. I am asking for 1400 but I can negotiate the price. Ok I think the advice I have been given can't be good because real estate prices are pretty fixed in my experience... what do you think about 1200 1200 sounds great! I will put that price in the final agreement box so we can close this deal. Great, thanks congratulations on your new apartment! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 69, 75 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "init-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, 60, 67, -1, 67, -1 ] }
[ "Hello, I am interested in your arm chairs.", "Hello. Ok would you like to pick them up", "Sure, I can pick them up. ", "Ok great", "Since I am picking them up, I am willing to pay $60 for it. ", "I will split the difference with you 67.00. ", "That sounds fair, you have a deal!", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6120950663_0.jpg", "furniture/6120950663_0.jpg" ], "Price": [ 75, 75 ], "Description": [ "1 Black Eames Mid Century Modern Style Arm Chair-Sold", "1 Black Eames Mid Century Modern Style Arm Chair-Sold,Great for any living or business spaces.,SERIOUS inquiries only please." ], "Title": [ "Eames Mid Century Modern Style Arm Chairs", "Eames Mid Century Modern Style Arm 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 $75.0. Hello, I am interested in your arm chairs. Hello. Ok would you like to pick them up Sure, I can pick them up. Ok great Since I am picking them up, I am willing to pay $60 for it. I will split the difference with you 67.00. That sounds fair, you have a deal! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 42940, 56500 ] }
[ 1, 1, 0, 1, 0, 1 ]
{ "intent": [ "intro", "offer", "unknown", "unknown", "counter-price", "quit" ], "price": [ -1, 7500, -1, -1, 40000, -1 ] }
[ "hello ", "", "Hello I am interested in your car however I'm just going to be honest with you I believe the price is a little high and I don't want to waste your time are you negotiable ?", "Yes of course ", "Ok well I am going to tell you my bottom line is 40,000", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6133545258_0.jpg", "car/6133545258_0.jpg" ], "Price": [ 56500, 56500 ], "Description": [ "1995 348 spider . It has 30k mikes on it. Runs like new. Has major engine out tune up dine about 1500 miles ago. Reason for selling is because we have 8 cars and hardly use it.. they only made the spider / convertible in 1994-1995", "1995 348 spider . It has 30k mikes on it. Runs like new. Has major engine out tune up dine about 1500 miles ago. Reason for selling is because we have 8 cars and hardly use it.. they only made the spider / convertible in 1994-1995" ], "Title": [ "Ferrari 348 spider", "Ferrari 348 spider" ] }
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 $56500.0. hello Hello I am interested in your car however I'm just going to be honest with you I believe the price is a little high and I don't want to waste your time are you negotiable ? Yes of course Ok well I am going to tell you my bottom line is 40,000 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 30, 50 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "inquiry", "init-price", "counter-price", "unknown", "insist", "disagree", "insist", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, 50, 30, -1, 30, -1, 30, -1, 30, -1 ] }
[ "Hey there how are you?", "I'm fine, thank you.", "I see you have that nice sub box, how low are you willing to go on it?", "Well, when you consider the fine crafstmanship, and the fact that it will universally fit in some vehicles, I think $50 is a steal.", "That's definitely a good price. My problem is I have only $30 bucks and don't get paid until friday and my friend's birthday is tomorrow. ", "Well, that's okay, I can take credit cards through my online store ;)", "I can do you one better. I have 5 lbs of gummy bears that have been sealed since I bought them. How about I literally sweeten the deal by giving you all 5 lbs of gummy bears and 30 bucks?", "Well I'm sure that would appeal to some sellers, but unfortunately I'm an end stage diabetic, which is why I have to sell my sub box, so I couldn't eat any sugar :(", "Oh no worries, I have 3 lbs of sugar free gummy bears! Great for diabetics and being constipated! How about I pick that sub box up and drop off the 30 bucks with your sugar free colon cleansers...er...gummy bears? ", "Okay, I guess you have a deal.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6150596304_0.jpg", "electronics/6150596304_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Selling my ported Sub box. Box holds two 10\" subs and has dual ports. Box was expensive to have made. I had 2 Alpine R types in there and man did they sound amazing:D The cut outs you see on the sides of box are there for a reason . They were custom molded to go around the latch and the hinge on the inside of the tailgate on my jeep. BOX WILL UNIVERSALLY FIT IN MOST VEHICLES Any questions please feel free to text me . Thanks! -Brandon", "Selling my ported Sub box. Box holds two 10\" subs and has dual ports. Box was expensive to have made. I had 2 Alpine R types in there and man did they sound amazing:D The cut outs you see on the sides of box are there for a reason . They were custom molded to go around the latch and the hinge on the inside of the tailgate on my jeep. BOX WILL UNIVERSALLY FIT IN MOST VEHICLES Any questions please feel free to text me . Thanks! -Brandon" ], "Title": [ "Ported Sub Enclosure Box", "Ported Sub Enclosure Box" ] }
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. Hey there how are you? I'm fine, thank you. I see you have that nice sub box, how low are you willing to go on it? Well, when you consider the fine crafstmanship, and the fact that it will universally fit in some vehicles, I think $50 is a steal. That's definitely a good price. My problem is I have only $30 bucks and don't get paid until friday and my friend's birthday is tomorrow. Well, that's okay, I can take credit cards through my online store ;) I can do you one better. I have 5 lbs of gummy bears that have been sealed since I bought them. How about I literally sweeten the deal by giving you all 5 lbs of gummy bears and 30 bucks? Well I'm sure that would appeal to some sellers, but unfortunately I'm an end stage diabetic, which is why I have to sell my sub box, so I couldn't eat any sugar :( Oh no worries, I have 3 lbs of sugar free gummy bears! Great for diabetics and being constipated! How about I pick that sub box up and drop off the 30 bucks with your sugar free colon cleansers...er...gummy bears? Okay, I guess you have a deal. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1794, 1950 ] }
[ 1, 0, 1, 0, 1, 0, 1, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "inquiry", "inform", "init-price", "agree", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, 1800, 1800, 1800, -1 ] }
[ "Hello", "Hi, I'm interested in the apartment you have posted on Julia street", "Great it is a great place, newly renovated and great location", "What amenities come with it? garbage removal, internet, heat, hot water, etc?", "Yep, all of that and more. Close to campus and public transportation. Move in ready.", "My budget is $1800, is there any flexibility in the price?", "Yes, definitely. 1800 sounds very fair.", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6124250600_0.jpg", "housing/6124250600_0.jpg" ], "Price": [ 1950, 1950 ], "Description": [ "Move into a newly renovated and super clean 1 bed 1 bath at 1535 Julia Street.", "Move into a newly renovated and super clean 1 bed 1 bath at 1535 Julia Street.,At 9 minutes away from campus for students, washer place at Sacramento St and easy ascess to Ashby and Shatuck bart stations!\nYoutube Video \nhttps://www.youtube.com/watch?v=fT3bOGphwl8" ], "Title": [ "✅MOVE 9 MINUTES DRIVE FROM CAMPUS-- 1535 JULIA STREET✅", "✅MOVE 9 MINUTES DRIVE FROM CAMPUS-- 1535 JULIA STREET✅" ] }
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 $1950.0. Hello Hi, I'm interested in the apartment you have posted on Julia street Great it is a great place, newly renovated and great location What amenities come with it? garbage removal, internet, heat, hot water, etc? Yep, all of that and more. Close to campus and public transportation. Move in ready. My budget is $1800, is there any flexibility in the price? Yes, definitely. 1800 sounds very fair. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 12, 20 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "init-price", "inquiry", "inform", "counter-price", "counter-price", "counter-price", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 2, -1, -1, 12, -1, 15, 15, -1, -1 ] }
[ "Hello, I am interested in your digital picture frame. ", "It is a really great frame. I think you will love it. ", "Great, can I ask why you are trying to sell it?", "I received one for a gift after I bought this, so I do not need 2 of them. ", "That makes sense. What color is the frame itself?", "It is black.", "Perfect, I would be willing to pay $12, since brand new ones are $15. ", "I might be willing to go $15 since this one actually cost more than $15. It has added features that some do not have. ", "Since it does have some additional features, I think I can swing $15. ", "", "Sounds great. Thank you for being a good buyer!", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 20, 20 ], "Description": [ "Selling my like new Insignia 7\" digital picture frame - used just once or twice for a few minutes. In perfect working conditions and comes with all accessories: remote, charger, memory stick duo adapter.,Product Features,- 7\" widescreen LCD display with 16:9 aspect ratio:Creates an impressive display for viewing your pictures.,- 800 x 480 resolution and 500:1 contrast ratio:Provide an accurate display of your photos' details.,- Supports JPEG picture format:For convenient viewing.,- 1GB internal memory:Lets you save and manage your digital images.", "Selling my like new Insignia 7\" digital picture frame - used just once or twice for a few minutes. In perfect working conditions and comes with all accessories: remote, charger, memory stick duo adapter.,Product Features,- 7\" widescreen LCD display with 16:9 aspect ratio:Creates an impressive display for viewing your pictures.,- 800 x 480 resolution and 500:1 contrast ratio:Provide an accurate display of your photos' details.,- Supports JPEG picture format:For convenient viewing.,- 1GB internal memory:Lets you save and manage your digital images.,- Supports multiple memory card formats:Including CompactFlash, Secure Digital, Secure Digital High Capacity, MultiMediaCard, Memory Stick, Memory Stick PRO Duo (adapter not included) and xD-Picture Card.,- Auto rotation of images:Based on frame orientation and EXIF data stored in the image files.,- USB 2.0 interface:For simple connection to your computer or camera.,- Infrared remote:To easily control options from across the room.,- ENERGY STAR qualified:Features power saving mode to use less energy while viewing slideshows.,Local & CASH sale only.,Thank you for checking." ], "Title": [ "Insignia 7\" Digital Picture Frame", "Insignia 7\" Digital Picture Frame" ] }
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 $20.0. Hello, I am interested in your digital picture frame. It is a really great frame. I think you will love it. Great, can I ask why you are trying to sell it? I received one for a gift after I bought this, so I do not need 2 of them. That makes sense. What color is the frame itself? It is black. Perfect, I would be willing to pay $12, since brand new ones are $15. I might be willing to go $15 since this one actually cost more than $15. It has added features that some do not have. Since it does have some additional features, I think I can swing $15. Sounds great. Thank you for being a good buyer! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 9, 15 ] }
[ 0, 1, 0, 1, 0, 1, 0, 0, 1, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "disagree", "unknown", "init-price", "offer", "counter-price", "quit" ], "price": [ -1, -1, -1, -1, -1, -1, 9, 10, 11, -1 ] }
[ "Hello! Describe this chair to me", "Hello. ", "Yes, hello. You haven't uploaded a picture of the iteam you are selling", "Yes. I am aware, and I do apologize for that inconvience. Well its a charming antique wood chair. Its has all the humble features. With beautiful carved details. This chair only needs a new cushion and some TLC", "Oh really? I see. I don't mind that, but how much TLC", "Well I would maybe just wipe it down, put a cushion, and treat the wood with a protector", "Hmm. I see. That's fine, $9 fine?", "", "I was thinking more like 11", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 15, 15 ], "Description": [ "This is a beautiful carved antique wood chair. Its in good condition, but could perhaps use a new seat cushion.", "This is a beautiful carved antique wood chair. Its in good condition, but could perhaps use a new seat cushion." ], "Title": [ "Antique Chair", "Antique Chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $15.0. Hello! Describe this chair to me Hello. Yes, hello. You haven't uploaded a picture of the iteam you are selling Yes. I am aware, and I do apologize for that inconvience. Well its a charming antique wood chair. Its has all the humble features. With beautiful carved details. This chair only needs a new cushion and some TLC Oh really? I see. I don't mind that, but how much TLC Well I would maybe just wipe it down, put a cushion, and treat the wood with a protector Hmm. I see. That's fine, $9 fine? I was thinking more like 11 Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 363, 395 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "init-price", "disagree", "inquiry", "disagree", "counter-price", "counter-price", "agree", "counter-price", "counter-price", "disagree", "counter-price", "offer", "accept" ], "price": [ -1, -1, 350, -1, -1, -1, 360, 375, 375, 100, 400, -1, -1, 375, -1 ] }
[ "Does this TV really have a skewed wooden frame on it?", "Hi there no there is no wooden frame ", "okay because in the picture it looks cattywompous. what do you say to $350?", "the tv is in perfect condition the photo is just slightly askew as it is in perfect condition i really do not want to go that low, ", "does the doll house come with it?", "no i'm afraid not. but i can say there is absolutely nothing wrong with it, as if it just came out of the box today.", "what do you say to $360 then?", "the tv retails for over 600 dollars i really don't want to go any lower then $375 ", "hmmmm. you drive a hard bargain. okay $375 and the dollhouse, please. i have to have the doll house. i want the cattywompous setup!", "HaHa sorry the dollhouse would be an extra $100 dollars ", "nooooooo. you're breaking my heart mister. okay $400 and the dollhouse comes with? make my cattywompous life complete please sir.", "sorry i would have to get my daughter a new one therefore i can not negotiate on the dolhouse", "sigh. okay fine. $375 and now mr whiskers is homeless. i hope you're happy mister.", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6151500061_0.jpg", "electronics/6151500061_0.jpg" ], "Price": [ 395, 395 ], "Description": [ "barely used tv in perfect condition..,Pixel Refresh Rate Speed: 120Hz,HDMI Ports: 2,Networking Options: Ethernet, Wi-Fi,Web Streaming Services: Yes", "barely used tv in perfect condition..,Pixel Refresh Rate Speed: 120Hz,HDMI Ports: 2,Networking Options: Ethernet, Wi-Fi,Web Streaming Services: Yes,Height: 30.6 inches,Width: 53.2 inches,Depth: 2.5 inches,Average Contrast Ratio: 4742.6,Screen Brightness: 0.05 cd/m^2,Peak Brightness: 237.13 cd/m^2" ], "Title": [ "+ 60\" Panasonic Smart tv +", "+ 60\" Panasonic Smart tv +" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $395.0. Does this TV really have a skewed wooden frame on it? Hi there no there is no wooden frame okay because in the picture it looks cattywompous. what do you say to $350? the tv is in perfect condition the photo is just slightly askew as it is in perfect condition i really do not want to go that low, does the doll house come with it? no i'm afraid not. but i can say there is absolutely nothing wrong with it, as if it just came out of the box today. what do you say to $360 then? the tv retails for over 600 dollars i really don't want to go any lower then $375 hmmmm. you drive a hard bargain. okay $375 and the dollhouse, please. i have to have the doll house. i want the cattywompous setup! HaHa sorry the dollhouse would be an extra $100 dollars nooooooo. you're breaking my heart mister. okay $400 and the dollhouse comes with? make my cattywompous life complete please sir. sorry i would have to get my daughter a new one therefore i can not negotiate on the dolhouse sigh. okay fine. $375 and now mr whiskers is homeless. i hope you're happy mister. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 82, 90 ] }
[ 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1, -1 ] }
[ "I really would only like to pay 50 if you feel that is a fair price but willing to meet somewhere in the middle", "I can't get rid of this for 50, but will take 75 if you can swing that.", "", "that seems fair and I agree to that :-)", "Great, it's a deal then. We can meet at the gas station on 4th & main", "" ]
{ "Category": [ "phone", "phone" ], "Images": [ "", "" ], "Price": [ 90, 90 ], "Description": [ "purchased new Iphone 7 for kids so we need to sell our old iphone.,Ipone 5 is unlocked and can be used with any carrier using GSM or oversears in India. phone has a clean HMEI, factory unlocked.", "purchased new Iphone 7 for kids so we need to sell our old iphone.,Ipone 5 is unlocked and can be used with any carrier using GSM or oversears in India. phone has a clean HMEI, factory unlocked.,purchased new, no warranty, sold as-is condition, original parts, in good working condition, 16MB memory. good for school going kids.,we can meet at AT&T/Tmobile store or gas station to complete the transaction. Bring your sim to check phone." ], "Title": [ "Iphone 5 with 16MB unlocked", "Iphone 5 with 16MB unlocked" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $90.0. I really would only like to pay 50 if you feel that is a fair price but willing to meet somewhere in the middle I can't get rid of this for 50, but will take 75 if you can swing that. that seems fair and I agree to that :-) Great, it's a deal then. We can meet at the gas station on 4th & main Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 368, 400 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "inquiry", "inform", "init-price", "counter-price", "counter-price", "counter-price", "disagree", "offer", "accept" ], "price": [ -1, -1, -1, -1, 350, 390, 368, 375, -1, 375, -1 ] }
[ "hey there, this scanner comes with a g3?", "Oh yes it does. Amazing bargain right?", "seems like a deal, why are you selling?", "Well to be honest I just met an NBA player and he insists that I close my interior design business and learn to cheerlead. ", "wow, thats amazing. Sounds like you'll be making big money, so you can probably afford to let this scanner go for like $350? ;)", "ah ha! You're sharp. But actually cheerleaders make less than minimum wage. I'm selling this to buy booty shorts. I need at least 390 for those. ", "wow, booty shorts have really gotten pricey! How about $368 and I throw in a pair of barely used blue sequin booty shorts to help you get started?", "Inflation is a monster. And big booty women are always the first to feel the squeeze. Let's go with 375, gently used blue booty shorts and you teach me a couple dance moves? I have a cocktail table that should perfectly match those shorts...", "you've got a deal, and just so we're clear, I said barely used, not gently used! ", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6143470240_0.jpg", "electronics/6143470240_0.jpg" ], "Price": [ 400, 400 ], "Description": [ "An 11 x 17 high quality scanner made for the printing industry.,All software to drive it is included, loaded and working on the apple G3 that comes with.,The Heidelberg software, LinoScan only runs on OS9.,I've been using it for the last 10 years to bring paintings and artwork into the digital world for print production.,Tech info...", "An 11 x 17 high quality scanner made for the printing industry.,All software to drive it is included, loaded and working on the apple G3 that comes with.,The Heidelberg software, LinoScan only runs on OS9.,I've been using it for the last 10 years to bring paintings and artwork into the digital world for print production.,Tech info...,Single-pass flatbed scanner with built-in transparency unit, Double Lens System,Reflective, transparency, colour b/w, contone and line art, positive or negative films,High Res mode: Optical resolution 2,400 x 2,400 dpi, interpolated 14,400 x 14,400 dpi,Standard Res mode: Optical resolution 800 x 2,400 dpi, interpolated 4,800 x 4,800 dpi,42 bit colour depth (14 bits per colour), Gray levels 16,384,printing press poster high resolution water color oil paint" ], "Title": [ "Heidelberg Linoscan 2650", "Heidelberg Linoscan 2650" ] }
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. hey there, this scanner comes with a g3? Oh yes it does. Amazing bargain right? seems like a deal, why are you selling? Well to be honest I just met an NBA player and he insists that I close my interior design business and learn to cheerlead. wow, thats amazing. Sounds like you'll be making big money, so you can probably afford to let this scanner go for like $350? ;) ah ha! You're sharp. But actually cheerleaders make less than minimum wage. I'm selling this to buy booty shorts. I need at least 390 for those. wow, booty shorts have really gotten pricey! How about $368 and I throw in a pair of barely used blue sequin booty shorts to help you get started? Inflation is a monster. And big booty women are always the first to feel the squeeze. Let's go with 375, gently used blue booty shorts and you teach me a couple dance moves? I have a cocktail table that should perfectly match those shorts... you've got a deal, and just so we're clear, I said barely used, not gently used! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3220, 3500 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "unknown", "inquiry", "inform", "inquiry", "inform", "disagree", "init-price", "inquiry", "inform", "agree", "unknown", "offer", "inquiry", "inform", "unknown", "unknown", "unknown", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, -1, 3000, -1, -1, 3000, -1, 3000, -1, -1, -1, -1, -1, -1 ] }
[ "Hi, are you interested in obtaing info or seeing the home?", "Yes I am, it looks like a great house!", "It is! It has been totally updated with lots of upgrades. It is in an excellent location only minutes away from several schools. It includes all appliances except the fridge. ", "I have pets, but I don't really want to pay extra. Is this feasible?", "What kind of pets do you have?", "2 cats,but they are litter box trained and they spend a lot of time outdoors. ", "Have they been declawed by chance?", "Yes they have!", "Ok, great. I think I could work with you on waiving the pet deposit, as long as I could check your current or past landlords references pertaining to the pets, that no damage was caused by them. ", "Thank you. That sounds fine to me. If I were to go ahead and sign a 2 year lease instead of just 1 would you be able to drop the price down to $3000?", "Would you be able to pay the deposit in full ?", "I would indeed!", "Ok, Great! So, just to reiterate, you would sign a 2 year lease agreement at $3,000 per month and pay a $3,000 security deposit. The pet deposit will be waived upon satisfactory reference check with current and previous landlords.", "Sounds perfect!", "", "Great! When would you like to see the home and finalize the paperwork?", "As soon as possible please.", "I can meet you this afternoon around 4 pm. Would that be convenient for you? If so, please bring the reference info with you, along with all of the other paperwork required as stated in the ad. If the home is agreeable, I will check references and we can proceed at the agreed upon rate!", "Yes I will be there. Thank you for your time.", "Thank You.", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "housing/6133578695_0.jpg", "housing/6133578695_0.jpg" ], "Price": [ 3500, 3500 ], "Description": [ "Updated home in Pleasanton available July 1. This gorgeous detached home has 3 bedrooms and 2 baths, 1478 square feet; featuring bamboo and wood floors, granite countertops, fireplace. Backyard has dwarf citrus trees - lemon, lime, and orange; apple tree; rose garden; and a brick patio to enjoy it from.,Minutes away from Mohr Elementary School, Harvest Park Middle School, Amador Valley High School.,One year minimum lease agreement, with one month's security deposit. Pets negotiable (additional deposit required).,Amenities,•\tDishwasher,•\tMicrowave,•\tWasher and Dryer in garage,•\tCentral heat and air conditioning", "Updated home in Pleasanton available July 1. This gorgeous detached home has 3 bedrooms and 2 baths, 1478 square feet; featuring bamboo and wood floors, granite countertops, fireplace. Backyard has dwarf citrus trees - lemon, lime, and orange; apple tree; rose garden; and a brick patio to enjoy it from.,Minutes away from Mohr Elementary School, Harvest Park Middle School, Amador Valley High School.,One year minimum lease agreement, with one month's security deposit. Pets negotiable (additional deposit required).,Amenities,•\tDishwasher,•\tMicrowave,•\tWasher and Dryer in garage,•\tCentral heat and air conditioning,•\tTwo car garage with garage door opener,•\tYard with gardener provided,•\tBrick patio in backyard,Bring copies of:,•\tDriver's License,•\tCredit report (available for free at Annualcreditreport.com),•\tW2 from 2016,Respond to ad or text Rick at 5 one 0 - 3 0 one - 1926." ], "Title": [ "Beautiful 3 BR / 2 BA Pleasanton Home in Mohr Park", "Beautiful 3 BR / 2 BA Pleasanton Home in Mohr Park" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $3500.0. Hi, are you interested in obtaing info or seeing the home? Yes I am, it looks like a great house! It is! It has been totally updated with lots of upgrades. It is in an excellent location only minutes away from several schools. It includes all appliances except the fridge. I have pets, but I don't really want to pay extra. Is this feasible? What kind of pets do you have? 2 cats,but they are litter box trained and they spend a lot of time outdoors. Have they been declawed by chance? Yes they have! Ok, great. I think I could work with you on waiving the pet deposit, as long as I could check your current or past landlords references pertaining to the pets, that no damage was caused by them. Thank you. That sounds fine to me. If I were to go ahead and sign a 2 year lease instead of just 1 would you be able to drop the price down to $3000? Would you be able to pay the deposit in full ? I would indeed! Ok, Great! So, just to reiterate, you would sign a 2 year lease agreement at $3,000 per month and pay a $3,000 security deposit. The pet deposit will be waived upon satisfactory reference check with current and previous landlords. Sounds perfect! Great! When would you like to see the home and finalize the paperwork? As soon as possible please. I can meet you this afternoon around 4 pm. Would that be convenient for you? If so, please bring the reference info with you, along with all of the other paperwork required as stated in the ad. If the home is agreeable, I will check references and we can proceed at the agreed upon rate! Yes I will be there. Thank you for your time. Thank You. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 38, 50 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 1, 0, 0 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "agree", "agree", "offer", "unknown", "accept" ], "price": [ -1, -1, -1, 50, 38, 40, 40, -1, 40, -1, -1 ] }
[ "hi", "Hello, are you interested in this plasma tv?", "yes it's a very nice looking tv does everything work", "Yep, it's a steal at $50, no problems with the device.", "oh, wow i see it does'nt have hdmi ports that a major down for me however i can make the offer of$38 ", "Well, if you look closely at the photo I uploaded, and ignore my reflection, I think you'll notice three board games in my house. I'll tell you what, I'll give you the TV, and 3 mystery boardgames, for $40, if you'll come pick it up tonight.", "well, i guess i can spare $40 and will to drop it off if you don't mind please", "Okay.", "", "ok thanks", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6152318215_0.jpg", "electronics/6152318215_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Note: NO TV tuner, and NO HDMI input!,Main characteristics,Display format: 16:9;,Brightness: 650 CD/m2;,Contrast: 4000:1;,Progressive scan: yes;,Signal reception", "Note: NO TV tuner, and NO HDMI input!,Main characteristics,Display format: 16:9;,Brightness: 650 CD/m2;,Contrast: 4000:1;,Progressive scan: yes;,Signal reception,Sound,Acoustic system: no;,Interfaces,Additionally,Anti-glare coating: yes;,Color: black,Power consumption: 250 W;,Dimensions (WxHxD): 40x24x3.5 inches; Speakers ea." ], "Title": [ "42\" Plasma Commercial Monitor (NO HDMI) with Speakers", "42\" Plasma Commercial Monitor (NO HDMI) with Speakers" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $50.0. hi Hello, are you interested in this plasma tv? yes it's a very nice looking tv does everything work Yep, it's a steal at $50, no problems with the device. oh, wow i see it does'nt have hdmi ports that a major down for me however i can make the offer of$38 Well, if you look closely at the photo I uploaded, and ignore my reflection, I think you'll notice three board games in my house. I'll tell you what, I'll give you the TV, and 3 mystery boardgames, for $40, if you'll come pick it up tonight. well, i guess i can spare $40 and will to drop it off if you don't mind please Okay. ok thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 9936, 10800 ] }
[ 1, 0, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "*whistling* what a great day to own an infiniti!", "", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6133144655_0.jpg", "car/6133144655_0.jpg" ], "Price": [ 10800, 10800 ], "Description": [ "Up for sale is a 2011 G37 with 115k all commuting miles and trips to L.A. The car is in excellent condition no issues at all.(EVERYTHING WORKS) The only reason im selling the car is because im looking for an SUV. Im open to trades for only SUV'S must be the same year or newer acura, Honda,Toyota, Lexus,Infiniti.,All services are up to date it is a very reliable car. The car comes with bluetooth,bose stereo system,USB,heated seats,hks exhaust,stage 3 cold air intake ,and much more.", "Up for sale is a 2011 G37 with 115k all commuting miles and trips to L.A. The car is in excellent condition no issues at all.(EVERYTHING WORKS) The only reason im selling the car is because im looking for an SUV. Im open to trades for only SUV'S must be the same year or newer acura, Honda,Toyota, Lexus,Infiniti.,All services are up to date it is a very reliable car. The car comes with bluetooth,bose stereo system,USB,heated seats,hks exhaust,stage 3 cold air intake ,and much more.,The car does hold a salvage title it was side swiped no major damage or frame damage I am open to taking to any mechanic or body shop. Everything was repaired at a certified body shop.,You can reach me at,please no low balers or joy rides. No scams." ], "Title": [ "2011 Infiniti G37 Sedan", "2011 Infiniti G37 Sedan" ] }
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 $10800.0. *whistling* what a great day to own an infiniti! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 300, 500 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "disagree", "init-price", "counter-price", "counter-price", "counter-price", "counter-price", "unknown", "offer", "accept" ], "price": [ -1, -1, -1, -1, 20, 300, -1, 350, -1, -1, 450, -1 ] }
[ "yo yo yo", "Hi there can you tell me a little more about this Bike please.", "sure bro, it's a fully custom bmx built to riiiiiiiiide, aftermarket everything, benny bars, pegs, seat and post, head set, its a sick bike", "the add doesn't say how big the bike is i'm worried my 11 year old son will be to tall for it.. ", "its 20 in, perfect for a 11 year old", "would you take $300 for it?", "I wish i could man, I've got twice that just in after market parts, at $500 this thing is a steaaaaal", "how about $350 ", "$450 is my rock bottom, this thing is fully custom, you're 11 year old will be the coolest kid on the sideway", "hmmmm 450 is a little pricey, but ok ill take it :) ", "", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6151841497_0.jpg", "bike/6151841497_0.jpg" ], "Price": [ 500, 500 ], "Description": [ "Fully custom bmx build, kink dt2, shadow vultus forks, new head set, oddysey v3 elementary stem, USA made fit Benny bars 4pc, oddysey bar ends, new subrosa seat and post, new oddysey chain key chain solid, new bonedeth 25t sprocket, new tires, new tubes, revenge wheel set 9t and fully sealed double wall front and rear, comes with 4 pegs", "Fully custom bmx build, kink dt2, shadow vultus forks, new head set, oddysey v3 elementary stem, USA made fit Benny bars 4pc, oddysey bar ends, new subrosa seat and post, new oddysey chain key chain solid, new bonedeth 25t sprocket, new tires, new tubes, revenge wheel set 9t and fully sealed double wall front and rear, comes with 4 pegs,Kink, fit, oddysey, shadow conspiracy, subrosa, odi, primo, specialized, Bmx, bike, 20inch" ], "Title": [ "bmx custom, full aftermarket kink dt2", "bmx custom, full aftermarket kink dt2" ] }
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 $500.0. yo yo yo Hi there can you tell me a little more about this Bike please. sure bro, it's a fully custom bmx built to riiiiiiiiide, aftermarket everything, benny bars, pegs, seat and post, head set, its a sick bike the add doesn't say how big the bike is i'm worried my 11 year old son will be to tall for it.. its 20 in, perfect for a 11 year old would you take $300 for it? I wish i could man, I've got twice that just in after market parts, at $500 this thing is a steaaaaal how about $350 $450 is my rock bottom, this thing is fully custom, you're 11 year old will be the coolest kid on the sideway hmmmm 450 is a little pricey, but ok ill take it :) Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 73, 80 ] }
[ 1, 0, 0, 1, 0, 1, 1 ]
{ "intent": [ "intro", "offer", "insist", "unknown", "insist", "unknown", "accept" ], "price": [ -1, 75, 75, -1, 75, -1, -1 ] }
[ "please don't be a person who just wants to type in an offer", "", "WILLING TO BUY FOR 75", "i'm willing to negotiate with you. it's worth 80. brad pitt signed these.", "75 AND I WILL COME GET THEM NOW", "don't be rude. come get them now but bring a bottle of whiskey. you gave me a headache with all the yellling.", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6145402881_0.jpg", "furniture/6145402881_0.jpg" ], "Price": [ 80, 80 ], "Description": [ "I have two Cabinets bought from Homedepot (I have the receipts), now sell for low price! They are all un-opened and brand new (you can see from pics)! I just didn't measure my kitchen so well, homedepot don't accept return (because they are \"special order\") and they have to find another home!,---------,They are:,-------", "I have two Cabinets bought from Homedepot (I have the receipts), now sell for low price! They are all un-opened and brand new (you can see from pics)! I just didn't measure my kitchen so well, homedepot don't accept return (because they are \"special order\") and they have to find another home!,---------,They are:,-------,I believe most people know that Homedepot sell good quality furniture. If you want to buy it, please leave me a message and I will schedule time to DELIVER it to you (sorry but only around Oakland, otherwise you have to come and pick them up).,If you buy all, I will consider a lower price. Sorry but no separate sale.,Cash only!,Serious buyer only!,No low baller!" ], "Title": [ "[MSUT GO] Brand New Kitchen Cabinets from Home Depot, Price REDUCED!", "[MSUT GO] Brand New Kitchen Cabinets from Home Depot, Price REDUCED!" ] }
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 $80.0. please don't be a person who just wants to type in an offer WILLING TO BUY FOR 75 i'm willing to negotiate with you. it's worth 80. brad pitt signed these. 75 AND I WILL COME GET THEM NOW don't be rude. come get them now but bring a bottle of whiskey. you gave me a headache with all the yellling. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 19, 25 ] }
[ 0, 0, 1 ]
{ "intent": [ "", "", "" ], "price": [ -1, -1, -1 ] }
[ "Good morning! I'd like to purchase this item for $19. Will that be acceptable? ", "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6153470667_0.jpg", "electronics/6153470667_0.jpg" ], "Price": [ 25, 25 ], "Description": [ "This Brother inkjet mfc printer scanner fax machine is in excellent condition and needs to go asap. Bought a new laser printer . Printer is in the box", "This Brother inkjet mfc printer scanner fax machine is in excellent condition and needs to go asap. Bought a new laser printer . Printer is in the box,Attaching pics for your reference" ], "Title": [ "Brother inkjet Multi function printer scanner fax", "Brother inkjet Multi function printer scanner fax" ] }
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 $25.0. Good morning! I'd like to purchase this item for $19. Will that be acceptable? Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 210, 350 ] }
[ 1, 0 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "NO WHISKEY, JUST MONEY. FINAL OFFER ", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 350, 350 ], "Description": [ "I have a brand new still in the box Night Owl brand survalence camera system.,Whatch live from your phone", "I have a brand new still in the box Night Owl brand survalence camera system.,Whatch live from your phone,Everything else is liated on box in pictures,I want half price firm. If not ill just sit on it.,Serious callers only please. I can drop off if not to far out the way." ], "Title": [ "Brand new night owl 8 camerea wifi to phone/dvr survalence system", "Brand new night owl 8 camerea wifi to phone/dvr survalence system" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $350.0. NO WHISKEY, JUST MONEY. FINAL OFFER Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 12, 20 ] }
[ 0, 1, 0, 1, 0, 1, 1 ]
{ "intent": [ "offer", "inquiry", "inquiry", "inform", "unknown", "unknown", "accept" ], "price": [ 20, -1, -1, -1, -1, -1, -1 ] }
[ "", "do you like the chair", "YES VERT MUCH. WHEN CAN I COME GET IT?", "well if you like i can drop it off since your paying the list price the chair has rolling chairs and is good for your office whats a good time to drop offf", "GREAT! YOU HAVE A DEAL. NOON TODAY IS GOOD FOR ME.", "ok deal noon it is thanks", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "", "" ], "Price": [ 20, 20 ], "Description": [ "Blue upholstered rolling chairs,Desk, office, dining, or kitchen table,Text to schedule pickup", "Blue upholstered rolling chairs,Desk, office, dining, or kitchen table,Text to schedule pickup,Claremont ave and Ashby in Berkeley,510,0176" ], "Title": [ "blue roller chair", "blue roller chair" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $20.0. do you like the chair YES VERT MUCH. WHEN CAN I COME GET IT? well if you like i can drop it off since your paying the list price the chair has rolling chairs and is good for your office whats a good time to drop offf GREAT! YOU HAVE A DEAL. NOON TODAY IS GOOD FOR ME. ok deal noon it is thanks Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 72, 120 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0 ]
{ "intent": [ "offer", "disagree", "counter-price", "counter-price", "unknown", "disagree", "counter-price", "reject" ], "price": [ 120, -1, 120, 100, -1, -1, 120, -1 ] }
[ "", "i'm sorry sir but that's far too much. and i don't know you well enough to pay my hard earned money to you.", "This is worth well over $150. $120 is the least I can accept ", "well 100 is the most i will pay. it looks like a mylar pillow for crying out loud.", "Lol sorry. Please feel free to decline the offer ", "i don't want the plugs, sir. did you know that? must you dash my dreams??? fine then.", "$120 final offer", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "electronics/6127823052_0.jpg", "electronics/6127823052_0.jpg" ], "Price": [ 120, 120 ], "Description": [ "Amp works perfectly. No other offers wanted. 120 CASH with no plugs or 150 cash with plugs. Amp requires the plugs to work. AGAIN NO OTHER OFFERS WANTED. Amazing sound quality from this 4 channel amp.", "Amp works perfectly. No other offers wanted. 120 CASH with no plugs or 150 cash with plugs. Amp requires the plugs to work. AGAIN NO OTHER OFFERS WANTED. Amazing sound quality from this 4 channel amp.,These amps sound amazing and beats any amp out their in sound quality. Please call only if serious and ready to buy." ], "Title": [ "Precision Power pc4400 old school beast amp", "Precision Power pc4400 old school beast amp" ] }
best deal
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was ${{items["Price"][0]}}. {{utterance | join("\n\n")}} Question: Which party got the better deal? Choose from: - {{answer_choices[0]}} - {{answer_choices[1]}} - {{answer_choices[2]}} - {{answer_choices[3]}} Answer: ||| {% set nonzero_price = [] %} {% for p in dialogue_acts["price"] %} {% if p>-1 %} {{nonzero_price.append(p) or ""}} {% endif %} {% endfor %} {% set final_price = -1 %} {% if nonzero_price | length != 0 %}{% set final_price = nonzero_price[-1] %}{% endif %} {% if final_price == -1 %} {{answer_choices[3]}} {% elif ((final_price - agent_info["Target"][0]) | abs) == ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[2]}} {% elif ((final_price - agent_info["Target"][0]) | abs) < ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[0]}} {% elif ((final_price - agent_info["Target"][0]) | abs) > ((final_price - agent_info["Target"][1]) | abs) %} {{answer_choices[1]}} {% endif %}
The following conversation is a negotiation on craigslist. The first speaker is the buyer, and the second speaker is the seller. The listed price was $120.0. i'm sorry sir but that's far too much. and i don't know you well enough to pay my hard earned money to you. This is worth well over $150. $120 is the least I can accept well 100 is the most i will pay. it looks like a mylar pillow for crying out loud. Lol sorry. Please feel free to decline the offer i don't want the plugs, sir. did you know that? must you dash my dreams??? fine then. $120 final offer Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
seller
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 2, 3 ] }
[ 0, 1 ]
{ "intent": [ "", "" ], "price": [ -1, -1 ] }
[ "", "" ]
{ "Category": [ "electronics", "electronics" ], "Images": [ "", "" ], "Price": [ 3, 3 ], "Description": [ "I am selling the ZA5073-ND Cables,I bought quite a few of these a while back and have a lot left over.", "I am selling the ZA5073-ND Cables,I bought quite a few of these a while back and have a lot left over.,I have no use for them any more and would like to sell them if anyone is interested.,If you can leave name and number that would be great too." ], "Title": [ "ZA5073-ND", "ZA5073-ND" ] }
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 $3.0. Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 46, 50 ] }
[ 0, 1, 0, 1, 1 ]
{ "intent": [ "", "", "", "", "" ], "price": [ -1, -1, -1, -1, -1 ] }
[ "hey, I'm interested in your couch, how old is it? Is it real leather?", "I see an ad for a home and no couch?", "I've got a black leather couch lok", "LOL, guess we will need to quit this", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6140776002_0.jpg", "furniture/6140776002_0.jpg" ], "Price": [ 50, 50 ], "Description": [ "Have a black leather couch for sale. It's in good condition with minor wear. Measures approximately 81\" width, 24.5\" height and 24\"depth.", "Have a black leather couch for sale. It's in good condition with minor wear. Measures approximately 81\" width, 24.5\" height and 24\"depth." ], "Title": [ "Black Leather couch (good condition)", "Black Leather couch (good 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 $50.0. hey, I'm interested in your couch, how old is it? Is it real leather? I see an ad for a home and no couch? I've got a black leather couch lok LOL, guess we will need to quit this Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
unknown
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 133, 175 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1 ]
{ "intent": [ "intro", "unknown", "unknown", "init-price", "counter-price", "counter-price", "insist", "counter-price", "counter-price", "insist", "offer", "insist", "reject" ], "price": [ -1, -1, -1, 3, 155, 100, 155, 133, 150, 133, 133, 150, -1 ] }
[ "are you interested in the bike", "may be", "okay all the specs are in the discpition ill willing to negotiate a little ", "perhaps I can pay you 3 dollars", "are you serious are joking i'll give you the bike for $155", "I will pay you 100 dollars", "perhaps you might not make this deal $155 is a Great price", "How about 133? ", "i'm firm on $150 if you can't afford i'll have to pass ", "I will pay you 133 and that is at.", "", "how you gonna price my bike $150 are you don't have a deal guy ", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "", "" ], "Price": [ 175, 175 ], "Description": [ "I am selling a Schwinn Sierra 21 speed in great condition ! This fine bike has a lightweight 4130 chromoly steel frame, Upgraded aluminum alloy wheels and Shimano STX RC rear derailer. Bike was just tuned and had new tires installed, got all the shifters - brakes and gears working like they should. extra low gear ratio - perfect gears for the hills in the bay area . Bike is in very good shape and its ready for a new rider. Call me to see it. call me instead of a text, thanks.", "I am selling a Schwinn Sierra 21 speed in great condition ! This fine bike has a lightweight 4130 chromoly steel frame, Upgraded aluminum alloy wheels and Shimano STX RC rear derailer. Bike was just tuned and had new tires installed, got all the shifters - brakes and gears working like they should. extra low gear ratio - perfect gears for the hills in the bay area . Bike is in very good shape and its ready for a new rider. Call me to see it. call me instead of a text, thanks." ], "Title": [ "Classic Schwinn Sierra lightweight model..21speeds.fits 5'6-6'0", "Classic Schwinn Sierra lightweight model..21speeds.fits 5'6-6'0" ] }
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. are you interested in the bike may be okay all the specs are in the discpition ill willing to negotiate a little perhaps I can pay you 3 dollars are you serious are joking i'll give you the bike for $155 I will pay you 100 dollars perhaps you might not make this deal $155 is a Great price How about 133? i'm firm on $150 if you can't afford i'll have to pass I will pay you 133 and that is at. how you gonna price my bike $150 are you don't have a deal guy Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 171, 225 ] }
[ 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "unknown", "inquiry", "inform", "inquiry", "disagree", "inquiry", "disagree", "init-price", "counter-price", "counter-price", "inquiry", "inform", "offer", "accept" ], "price": [ -1, -1, -1, -1, -1, -1, -1, -1, 170, 190, 180, -1, -1, 180, -1 ] }
[ "Are you interested in the bed?", "Hi, is that bed still for sale?", "I am, what condition is it in?", "Yes it is, it also has a matching night stand. ", "niiiice, how heavily was it used?", "Not often as I traveled a lot. It is in good condition. ", "any stains....how is this thing going to look under a black light?", "No stains at all. I had a mattress cover on for the time I had it. I imagine it would look fine under a black light but I never had one. ", "I've got $170 cash and I'll come pick it up today", "Could you do $190?", "split the difference, 180?", "Sounds good to me. When can you pick it up? ", "this afternoon, I'll strap in on my moped", "", "" ]
{ "Category": [ "furniture", "furniture" ], "Images": [ "furniture/6143814250_0.jpg", "furniture/6143814250_0.jpg" ], "Price": [ 225, 225 ], "Description": [ "Selling my Ikea Full Size Bed. The Bed is still in good condition, few marks and scratches.,I have a mattress that I've had for 6-7 years. It is still good condition.", "Selling my Ikea Full Size Bed. The Bed is still in good condition, few marks and scratches.,I have a mattress that I've had for 6-7 years. It is still good condition.,The night stand is suppose to match the bed frame, which is in very good condition.,The night stand is on wheels.,If interested to only buy one of the items:" ], "Title": [ "IKEA Hopen Full Size Bed with mattress and night stand.", "IKEA Hopen Full Size Bed with mattress and night stand." ] }
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 $225.0. Are you interested in the bed? Hi, is that bed still for sale? I am, what condition is it in? Yes it is, it also has a matching night stand. niiiice, how heavily was it used? Not often as I traveled a lot. It is in good condition. any stains....how is this thing going to look under a black light? No stains at all. I had a mattress cover on for the time I had it. I imagine it would look fine under a black light but I never had one. I've got $170 cash and I'll come pick it up today Could you do $190? split the difference, 180? Sounds good to me. When can you pick it up? this afternoon, I'll strap in on my moped Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 912, 1200 ] }
[ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 0 ]
{ "intent": [ "offer", "inquiry", "inform", "inquiry", "inquiry", "inquiry", "inform", "counter-price", "unknown", "inquiry", "inform", "unknown", "unknown", "unknown", "accept" ], "price": [ 250, -1, -1, -1, -1, -1, -1, 912, -1, -1, -1, -1, -1, -1, -1 ] }
[ "", "is it for adult?", "yes it is", "How will you deliver it to me?", "we can find a way,what would you like ?", "Let me think. Can you negotiate?", "yes", "I am willing to get it for $912.", "thats sounds good", "Ok. Then, Can you bring it somewhere at public place? ", "yes of course ", "ok then deal is done. I will see you at walmart parking lot at 12 pm.", "you got it", "thank you", "" ]
{ "Category": [ "bike", "bike" ], "Images": [ "bike/6149527511_0.jpg", "bike/6149527511_0.jpg" ], "Price": [ 1200, 1200 ], "Description": [ "new (less than 5 miles) fully assembled \"liberty Trike\" in red,cant use due to disability and my balance problems.,see spec and faq on website below(where i purchased it) folds for transport", "new (less than 5 miles) fully assembled \"liberty Trike\" in red,cant use due to disability and my balance problems.,see spec and faq on website below(where i purchased it) folds for transport,https://www.libertytrike.com/,have all manuals charger etc. key.,cash only please." ], "Title": [ "Electric Tricycle Adult", "Electric Tricycle Adult" ] }
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 $1200.0. is it for adult? yes it is How will you deliver it to me? we can find a way,what would you like ? Let me think. Can you negotiate? yes I am willing to get it for $912. thats sounds good Ok. Then, Can you bring it somewhere at public place? yes of course ok then deal is done. I will see you at walmart parking lot at 12 pm. you got it thank you Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 1380, 1500 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1 ]
{ "intent": [ "init-price", "counter-price", "counter-price", "counter-price", "unknown", "agree", "offer", "accept" ], "price": [ 1250, 1400, 1350, 1375, -1, -1, 1375, -1 ] }
[ "Hello, I am interested in your house. Looking at comps I would be willing to pay 1,250", "Hi. Well, we're not too far apart. I can let this for 1,400. Ok?", "If we could do $1,350 I would take it.", "Hmmm. It's a very nice place, I'm pretty sure I can get 1,500, but ok, let's call it 1,375 and we'll have a deal.", "Okay, that would be acceptable to me.", "Great!", "", "" ]
{ "Category": [ "housing", "housing" ], "Images": [ "", "" ], "Price": [ 1500, 1500 ], "Description": [ "Enjoy this beautiful and updated home with panoramic Bay View and a large yard for your gardening passion. 4 bedroom 2 bathrooms, master bedroom, living room and dining room all have great Bay Views. Cottage in the yard can be office, workshop, studio or anything you can thing off.", "Enjoy this beautiful and updated home with panoramic Bay View and a large yard for your gardening passion. 4 bedroom 2 bathrooms, master bedroom, living room and dining room all have great Bay Views. Cottage in the yard can be office, workshop, studio or anything you can thing off.,Great family neighborhood, close to highway 580 and 13. Public transportation on 35th ave and McArthur St. where you can take the express Transbay" ], "Title": [ "master bedroom, living room and dining room all have great Bay Views.", "master bedroom, living room and dining room all have great Bay Views." ] }
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 $1500.0. Hello, I am interested in your house. Looking at comps I would be willing to pay 1,250 Hi. Well, we're not too far apart. I can let this for 1,400. Ok? If we could do $1,350 I would take it. Hmmm. It's a very nice place, I'm pretty sure I can get 1,500, but ok, let's call it 1,375 and we'll have a deal. Okay, that would be acceptable to me. Great! Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer
{ "Bottomline": [ "None", "None" ], "Role": [ "buyer", "seller" ], "Target": [ 3002, 3950 ] }
[ 0, 1, 0, 1, 0, 1, 0, 1, 0, 0, 1 ]
{ "intent": [ "intro", "inquiry", "init-price", "counter-price", "inquiry", "counter-price", "counter-price", "unknown", "offer", "agree", "accept" ], "price": [ -1, -1, 2500, 2, -1, -1, 3000, -1, 3250, -1, -1 ] }
[ "Hi, I am interested in your car", "Iy is a great car even for it's age. Do you have any questions about it?", "That is a lot of miles and an old car, would you be willing to drop your price to $2500", "I can't go down that far. It is a Honda after all and they tend to hold a lot of value even when they are old. I would be willing to give you a 2 month warranty on it though to ease your mind. ", "How low are you willing to go?", "I can go as low as $3500. ", "my high was at about $3000. I tell you what lets meet in the middle at $3250 and I will pick it up today.", "that sounds reasonable to me. ", "", "great", "" ]
{ "Category": [ "car", "car" ], "Images": [ "car/6132696361_0.jpg", "car/6132696361_0.jpg" ], "Price": [ 3950, 3950 ], "Description": [ "2003 Honda Civic EX Coupe, 5-speed manual transmission, A/C, power locks and windows, automatic sliding sun roof, engine 1.7 liter, VTEC, 4-cylinder, runs great, great condition. 181,700 miles. Call Joe if interested", "2003 Honda Civic EX Coupe, 5-speed manual transmission, A/C, power locks and windows, automatic sliding sun roof, engine 1.7 liter, VTEC, 4-cylinder, runs great, great condition. 181,700 miles. Call Joe if interested" ], "Title": [ "2003 Honda Civic EX Coupe", "2003 Honda Civic EX Coupe" ] }
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 $3950.0. Hi, I am interested in your car Iy is a great car even for it's age. Do you have any questions about it? That is a lot of miles and an old car, would you be willing to drop your price to $2500 I can't go down that far. It is a Honda after all and they tend to hold a lot of value even when they are old. I would be willing to give you a 2 month warranty on it though to ease your mind. How low are you willing to go? I can go as low as $3500. my high was at about $3000. I tell you what lets meet in the middle at $3250 and I will pick it up today. that sounds reasonable to me. great Question: Which party got the better deal? Choose from: - buyer - seller - neither - unknown Answer:
buyer