diff --git a/README.md b/README.md index 041b265..653e015 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ pip install git+https://github.com/lxuechen/ml-swissknife.git - NLP - [x] New token embedding for GPT-2 - [x] Evaluation pipeline for generation - - [ ] Turk templates + - [x] Turk templates - [ ] Decoding utils, fast dataset loading (w/ auto-download) - Misc - [ ] Fast two-sample test utils diff --git a/setup.py b/setup.py index cc0ce51..b4a00a5 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="ml-swissknife", - packages=setuptools.find_packages(exclude=['experiments', 'templates', 'latex', 'tests']), + packages=setuptools.find_packages(exclude=['experiments', 'templates', 'latex', 'tests', 'turk']), version=version, license="MIT", description="Reusable ML research primitives for fast prototyping.", diff --git a/turk/privlm/README.md b/turk/privlm/README.md new file mode 100644 index 0000000..d9bd588 --- /dev/null +++ b/turk/privlm/README.md @@ -0,0 +1 @@ +## This folder contains everything I used for human evaluation in the private language model project. diff --git a/turk/privlm/collect_examples_v5.py b/turk/privlm/collect_examples_v5.py new file mode 100644 index 0000000..bd6d30e --- /dev/null +++ b/turk/privlm/collect_examples_v5.py @@ -0,0 +1,344 @@ +""" +Collect some examples. + +python -m turk.collect_examples_v5 +python -m turk.collect_examples_v5 --task examples +python -m turk.collect_examples_v5 --task make_cheat_data + +Small test run + no beam_search + python -m turk.collect_examples_v5 --num_hits 2 + beam search + python -m turk.collect_examples_v5 --num_hits 2 --beam_search True + +Full test run + 100 sentences + python -m turk.collect_examples_v5 --num_hits 20 + 50 sentences + python -m turk.collect_examples_v5 --num_hits 10 + 200 sentences + python -m turk.collect_examples_v5 --num_hits 40 + +Check the examples for cheat prevention + python -m turk.collect_examples_v5 --task make_cheat_data +""" + +import csv +import json +import os + +import fire + +# Lucky examples to evaluate. +# 20 x 5 +# nested_indices = [ +# [732, 549, 871, 868, 548], +# [132, 989, 272, 759, 141], +# [355, 554, 423, 944, 541], +# [105, 15, 745, 553, 621], +# [551, 575, 103, 316, 21], +# [517, 58, 930, 591, 135], +# [537, 973, 602, 683, 772], +# [155, 29, 537, 925, 96], +# [63, 811, 175, 284, 94], +# [971, 418, 741, 953, 331], +# [705, 3, 371, 454, 82], +# [858, 503, 150, 836, 685], +# [456, 403, 503, 821, 396], +# [690, 823, 295, 622, 405], +# [403, 931, 584, 719, 270], +# [564, 393, 255, 700, 759], +# [323, 522, 816, 71, 520], +# [469, 819, 900, 236, 525], +# [54, 325, 470, 402, 697], +# [640, 117, 756, 636, 951] +# ] + +# To generate the lucky examples. +# [np.random.permutation(7000)[:5].tolist() for _ in range(20)] +# nested_indices = [[3573, 3331, 4546, 3102, 387], [2567, 3871, 6445, 4701, 1844], [5991, 806, 260, 3067, 1547], +# [4915, 4961, 4060, 6753, 4245], [5560, 3959, 3807, 6100, 2517], [3978, 2566, 2907, 464, 751], +# [585, 4137, 6118, 5703, 4855], [295, 3689, 2930, 462, 2768], [943, 4815, 4176, 1858, 1848], +# [1363, 6702, 3002, 5828, 4751], [986, 6762, 2525, 2413, 1949], [1247, 3580, 5297, 6143, 558], +# [3991, 3573, 5903, 3000, 5232], [5074, 1341, 4143, 5643, 2275], [2819, 254, 2208, 5754, 5314], +# [1331, 5187, 65, 149, 89], [246, 2293, 2561, 6054, 5726], [1412, 3825, 6421, 6681, 5970], +# [2336, 2728, 2840, 5939, 5028], [6087, 4915, 2081, 2601, 2898], [3935, 2128, 2239, 5355, 1820], +# [5820, 4777, 5291, 4160, 6887], [299, 3178, 1683, 3636, 4071], [5037, 6559, 703, 1707, 1252], +# [6083, 6122, 4815, 3821, 5248], [6008, 1113, 3343, 3236, 6924], [3605, 229, 6904, 599, 5768], +# [2780, 5735, 255, 1359, 3870], [6934, 2742, 5595, 3074, 3671], [2152, 5990, 2109, 3100, 2198], +# [5875, 6961, 2503, 4338, 5198], [2636, 110, 4684, 1407, 1535], [462, 6475, 508, 1655, 4902], +# [1103, 5052, 5638, 1424, 4927], [3306, 5089, 1831, 6050, 5636], [426, 2841, 5422, 154, 1068], +# [1453, 6896, 5278, 3174, 2480], [1672, 4073, 1976, 382, 5148], [2030, 2918, 4812, 2950, 2020], +# [3125, 5078, 2785, 6129, 4002]] +nested_indices = [[4744, 5432, 4111, 1250, 6960], [711, 3774, 2422, 2386, 687], [3413, 3075, 2187, 3058, 3179], + [1355, 1397, 3496, 2622, 5694], [3198, 3980, 3091, 663, 6920], [267, 762, 5656, 6847, 1779], + [2895, 869, 6108, 6228, 4686], [1045, 513, 4950, 6173, 5332], [5638, 3966, 6292, 4170, 5558], + [6916, 546, 6000, 4537, 1914], [3440, 1071, 5755, 323, 5161], [4907, 6511, 6215, 1015, 2396], + [106, 708, 3793, 3439, 3782], [3715, 4391, 4233, 386, 6691], [1155, 6568, 885, 1750, 3401], + [1986, 2784, 936, 2247, 1288], [1009, 5529, 5283, 6539, 6158], [1385, 668, 988, 2124, 5862], + [6794, 4057, 4174, 6988, 1011], [1030, 4035, 3403, 5993, 4873]] + +# Indices for the example section. +example_indices = [0, 50, 39] + +# Indices to prevent cheating. +cheat_prevention_indices = [4950, 439, 1950, 999, 2039] + +terminal_chars = ['!', '.', '?'] + + +def _clean_text(sentence): + # Take the first sentence. + # sentence = sentence.strip() + # for idx, char in enumerate(sentence): + # if char in terminal_chars: + # break + # return sentence[:idx + 1] + sentence = sentence.strip() + return sentence + + +def _attach_speakers(history, text): + new_history = [] + idx = 0 + for msg in history: + tag = "P1: " if idx % 2 == 0 else "P2: " + new_history.append(tag + msg) + idx += 1 + tag = "P1: " if idx % 2 == 0 else "P2: " + new_text = tag + text + return new_history, new_text + + +def _clean_str_list(lst): + out = [] + for entry in lst: + entry = entry.strip() + if entry.startswith('"') and entry.endswith('"'): + out.append("'" + entry[1:-1] + "'") + else: + out.append(entry) + return out + + +def _add_cheat_example(cheat_lines, cheat_idx, all_line): + record = json.loads(cheat_lines[cheat_idx]) + history = record["history"] + text = record["ref_text"] if cheat_idx % 2 == 0 else record["out_text"] + history = _clean_str_list(history) + text = _clean_text(text) + history, text = _attach_speakers(history, text) + all_line.extend([history, text]) + + +def _write_csv( + non_private_dirs, + private_dirs, + num_examples, + num_groups, + out_path, + beam_search, + + hit_id=0, + write_header=True, + mode="w", +): + indices = nested_indices[hit_id] + + with open(out_path, mode, newline='') as csvfile: + writer = csv.writer(csvfile, delimiter=',', quoting=csv.QUOTE_MINIMAL) + + if write_header: + # Header. + header = [] + for group in range(1, num_groups + 1): + for idx in range(1, num_examples + 1): + header.extend([f"History{group}_{idx}", f"Response{group}_{idx}"]) + writer.writerow(header) + + # --- cheat prevention + cheat_data_path = './turk/data/cheat_data.txt' + with open(cheat_data_path, 'r') as f: + cheat_lines = f.readlines() + # --- + + all_line = [] # csv line with non-private, private, reference. + cheat_idx = 0 # even => good example; odd => bad example. + + # non_private. + for non_private_dir in non_private_dirs: + non_private_line = [] + record_path = os.path.join( + non_private_dir, + f"results_do_sample_{not beam_search}_top_k_0_top_p_0.9_eval_type_f1/record.txt" + ) + with open(record_path, 'r') as f: + lines = f.readlines() + lines = [lines[idx] for idx in indices] + for line in lines: + record = json.loads(line) + history = record["history"] + text = record["out_text"] + history = _clean_str_list(history) + text = _clean_text(text) + # attach speakers! + history, text = _attach_speakers(history, text) + + non_private_line.append(str(history)) + non_private_line.append(text) + del history, text + all_line.extend(non_private_line) + del non_private_line, record_path + + # Cheat prevention -- good example. + _add_cheat_example(cheat_lines=cheat_lines, cheat_idx=cheat_idx, all_line=all_line) + cheat_idx += 1 + + # private. + for private_dir in private_dirs: + private_line = [] + record_path = os.path.join( + private_dir, + f"results_do_sample_{not beam_search}_top_k_0_top_p_0.9_eval_type_f1/record.txt" + ) + with open(record_path, 'r') as f: + lines = f.readlines() + lines = [lines[idx] for idx in indices] + for line in lines: + record = json.loads(line) + history = record["history"] + text = record["out_text"] + history = _clean_str_list(history) + text = _clean_text(text) + # attach speakers! + history, text = _attach_speakers(history, text) + + private_line.append(str(history)) + private_line.append(text) + del history, text + all_line.extend(private_line) + del private_line + + _add_cheat_example(cheat_lines=cheat_lines, cheat_idx=cheat_idx, all_line=all_line) + cheat_idx += 1 + + # references. + ref_line = [] + record_path = os.path.join( + private_dir, + f"results_do_sample_{not beam_search}_top_k_0_top_p_0.9_eval_type_f1/record.txt" + ) + with open(record_path, 'r') as f: + lines = f.readlines() + lines = [lines[idx] for idx in indices] + for line in lines: + record = json.loads(line) + history = record["history"] + text = record["ref_text"] + + history = _clean_str_list(history) + text = _clean_text(text) + + # attach speakers! + history, text = _attach_speakers(history, text) + + ref_line.append(str(history)) + ref_line.append(text) + del history, text + all_line.extend(ref_line) + del ref_line + + _add_cheat_example(cheat_lines=cheat_lines, cheat_idx=cheat_idx, all_line=all_line) + cheat_idx += 1 + + writer.writerow(all_line) + + +def main( + non_private_dirs=( + "/Users/xuechenli/Desktop/dump/dialog/date_092821/DialoGPT-medium-non_private-20-False-False/0", + "/Users/xuechenli/Desktop/dump/dialog/date_093021/baseline", + ), + private_dirs=( + "/Users/xuechenli/Desktop/dump/dialog/date_092621/DialoGPT-medium-3-20-False-False/0", + "/Users/xuechenli/Desktop/dump/dialog/date_092621/DialoGPT-medium-8-20-False-False/0", + ), + num_examples=6, + num_groups=5, + num_hits=2, + out_path=None, + task="write_csv_mult", + beam_search=False, +): + if out_path is None: + if beam_search: + out_path = "./turk/input_dialog_v5_beam_search.csv" + else: + out_path = "./turk/input_dialog_v5.csv" + + if task == "write_csv": + raise NotImplemented + elif task == "write_csv_mult": + # Write the examples for multiple hits. + kwargs = dict( + non_private_dirs=non_private_dirs, + private_dirs=private_dirs, + num_examples=num_examples, + num_groups=num_groups, + out_path=out_path, + beam_search=beam_search + ) + for hit_id in range(num_hits): + mode = 'w' if hit_id == 0 else 'a' + write_header = hit_id == 0 + _write_csv(**kwargs, hit_id=hit_id, write_header=write_header, mode=mode) + + elif task == "examples": + # load some generations for the examples. + non_private_dir = non_private_dirs[0] + record_path = os.path.join( + non_private_dir, + f"results_do_sample_{not beam_search}_top_k_0_top_p_0.9_eval_type_f1/record.txt" + ) + with open(record_path, 'r') as f: + lines = f.readlines() + lines = [lines[idx] for idx in example_indices] + for line in lines: + record = json.loads(line) + history = record["history"] + persona = record["persona"] + out_text = record["out_text"] + ref_text = record["ref_text"] + + history = _clean_str_list(history) + persona = _clean_str_list(persona) + gen = out_text.strip() + ref = ref_text.strip() + + # Use these to create examples. + print('history:') + print(history) + print('persona:') + print(persona) + print('ref:') + print(ref) + print('gen:') + print(gen) + print() + + elif task == "make_cheat_data": + non_private_dir = non_private_dirs[0] + record_path = os.path.join( + non_private_dir, + f"results_do_sample_{not beam_search}_top_k_0_top_p_0.9_eval_type_f1/record.txt" + ) + with open(record_path, 'r') as f: + lines = f.readlines() + lines = [lines[idx] for idx in cheat_prevention_indices] + for line in lines: + print(line) + print() + + +if __name__ == "__main__": + fire.Fire(main) diff --git a/turk/privlm/generate_v5.py b/turk/privlm/generate_v5.py new file mode 100644 index 0000000..260cd69 --- /dev/null +++ b/turk/privlm/generate_v5.py @@ -0,0 +1,199 @@ +"""Generate html template for human evaluation. + +Ignore the persona part. + +DialoGPT-medium e=3, DialoGPT-medium e=8, DialoGPT-medium non-private, HF, reference. + +python -m turk.generate_v5 +""" + +import fire + + +# Cheat prevention strategy: +# Make the last two examples of each group 1 good and 1 bad. Ensure at least the responses are different. +def _get_single_entry(group, index): + letter = chr(ord('a') + index - 1) + # @formatter:off + return f''' + + ''' + # @formatter:on + + +def _wrap_group_content(group, group_content): + # group_content: The list of questions. + + # @formatter:off + return f''' +
+
+

{group}. Please rate whether the following sentences are high quality response:

+
  •  
  • + {group_content} +
    +
    + ''' + # @formatter:on + + +def _wrap_content(content, num_examples, num_groups): + # @formatter:off + return f''' +
    +
    +
    +
    + Survey Instructions + (Click to expand) + +
    +

    We are a group of natural language processing (NLP) researchers from Stanford University + conducting academic research about dialog generation. +

    + +

    + + In this survey, you will be provided with {num_groups} groups of {num_examples} examples. + Each example consists of + + + a dialog history between two speakers composed of sentences and the first sentence of a response. + + + The response is composed by a human or a computer program. + + "P1" indicates the first speaker, and "P2" indicates the second speaker. + + + +

    + +

    + Please + + give a comparative score + + to each response. + + 5 indicates excellent, 1 indicates extremely poor. + + A high quality response should be fluent and natural. + +

    + + +

    ATTENTION We have taken measures to prevent cheating + and if you do not complete the task honestly we will know and the HIT will be rejected.

    + +

     

    + +

    For example:

    +

    1.  + Please rate whether the following responses are high quality: +

    + +
      +
    • +  History: ['P1: hello what are doing today?']
      +  Response: P2: hello , i'm a stunt double for a living
      +
    • +
    • + + + +   + +
    • + +

      Explanation of rating: The response is fluent but does not sound like a natural continuation of the dialog history (P2 didn't respond with what they'd do today). It is thus rated poor.

      +
    +
    + +
      +
    • +  History: ['P1: hello what are doing today?']
      +  Response: P2: i am good , i just got off work and tired , i have two jobs .
      +
    • +
    • + + + +   + +
    • +

      Explanation of rating: The response is fluent and sounds natural. It is thus rated excellent.

      +
    +
    +
    +
    +
    +
    + + +
    +
    + {content} + +

    (Optional) Please provide any comments that you have + about this HIT. Thanks for doing our HIT! We appreciate your input!

    + + +

    +
    +
    +
    + + + + +

     

    +''' + # @formatter:on + + +def main( + num_groups=5, + num_examples=6, + out_path='./turk/out_v5.html', +): + html = "" + for group in range(1, num_groups + 1): + group_content = "" + for index in range(1, num_examples + 1): + group_content += _get_single_entry(group=group, index=index) + html += _wrap_group_content(group=group, group_content=group_content) + html = _wrap_content(html, num_examples=num_examples, num_groups=num_groups) + + if out_path is not None: + with open(out_path, 'w') as f: + f.write(html) + + +if __name__ == '__main__': + fire.Fire(main) diff --git a/turk/privlm/input_dialog_v5.csv b/turk/privlm/input_dialog_v5.csv new file mode 100644 index 0000000..0eb1f5a --- /dev/null +++ b/turk/privlm/input_dialog_v5.csv @@ -0,0 +1,21 @@ +History1_1,Response1_1,History1_2,Response1_2,History1_3,Response1_3,History1_4,Response1_4,History1_5,Response1_5,History1_6,Response1_6,History2_1,Response2_1,History2_2,Response2_2,History2_3,Response2_3,History2_4,Response2_4,History2_5,Response2_5,History2_6,Response2_6,History3_1,Response3_1,History3_2,Response3_2,History3_3,Response3_3,History3_4,Response3_4,History3_5,Response3_5,History3_6,Response3_6,History4_1,Response4_1,History4_2,Response4_2,History4_3,Response4_3,History4_4,Response4_4,History4_5,Response4_5,History4_6,Response4_6,History5_1,Response5_1,History5_2,Response5_2,History5_3,Response5_3,History5_4,Response5_4,History5_5,Response5_5,History5_6,Response5_6 +"['P1: your must be in good shape', 'P2: i do like to stay active, i also enjoy hiking', 'P1: i thinks i work too much kinda old now', 'P2: i must be too cause i enjoy my activites in the spring more', 'P1: should do some of those when i had the energy']",P2: what do you do for a living ?,"['P1: do you still play college football?', 'P2: no. now i spend time reading poetry. do you drink coffee?', ""P1: since i'm always skateboarding with friends i need energy so yes i do."", 'P2: do you like different kinds?', 'P1: i just stick to my cappuccinos. do you enjoy more than one kind?']",P2: yes . i like all kinds of coffee .,"['P1: hi, how are you today?']","P2: hi , i'm doing well . i'm just enjoying my day . how are you ?","['P1: wow how long have you done that', 'P2: i have been professional for 20 years.', ""P1: that's so great do you travel and compete"", 'P2: unfortunately i travel all the time. it can be tough on my family.', 'P1: yeah that makes sense can they ever travel with you']",P2: they absolutely cannot . we live in a three story house with a doctor .,"[""P1: i'm not an exerciser. i take my motorcycle everywhere even in rain."", ""P2: be careful on slippery roads. i'm looking to move out west soon"", 'P1: yeah. i wear my helmet to protect my head. bumped it before. where to?', ""P2: near ca. i'm applying for jobs in the south at hospitals."", ""P1: i'd get burnt there with my fair skin and brown eyes. you a doctor?""]",P2: yes i am . i am a doctor . i am also a stay at home mom .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: your must be in good shape', 'P2: i do like to stay active, i also enjoy hiking', 'P1: i thinks i work too much kinda old now', 'P2: i must be too cause i enjoy my activites in the spring more', 'P1: should do some of those when i had the energy']",P2: do you have any hobbies ?,"['P1: do you still play college football?', 'P2: no. now i spend time reading poetry. do you drink coffee?', ""P1: since i'm always skateboarding with friends i need energy so yes i do."", 'P2: do you like different kinds?', 'P1: i just stick to my cappuccinos. do you enjoy more than one kind?']",P2: i like some chocolate but i prefer coffee . do you like sports ?,"['P1: hi, how are you today?']",P2: i ' m great . how are you ?,"['P1: wow how long have you done that', 'P2: i have been professional for 20 years.', ""P1: that's so great do you travel and compete"", 'P2: unfortunately i travel all the time. it can be tough on my family.', 'P1: yeah that makes sense can they ever travel with you']",P2: they can . we will travel with them for the weekend .,"[""P1: i'm not an exerciser. i take my motorcycle everywhere even in rain."", ""P2: be careful on slippery roads. i'm looking to move out west soon"", 'P1: yeah. i wear my helmet to protect my head. bumped it before. where to?', ""P2: near ca. i'm applying for jobs in the south at hospitals."", ""P1: i'd get burnt there with my fair skin and brown eyes. you a doctor?""]",P2: no i ' m a nurse . i have a job at a hospital .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: your must be in good shape', 'P2: i do like to stay active, i also enjoy hiking', 'P1: i thinks i work too much kinda old now', 'P2: i must be too cause i enjoy my activites in the spring more', 'P1: should do some of those when i had the energy']",P2: i love the outdoors but i like hiking,"['P1: do you still play college football?', 'P2: no. now i spend time reading poetry. do you drink coffee?', ""P1: since i'm always skateboarding with friends i need energy so yes i do."", 'P2: do you like different kinds?', 'P1: i just stick to my cappuccinos. do you enjoy more than one kind?']","P2: i prefer coffee , but i also love star wars .","['P1: hi, how are you today?']",P2: i am doing great ! just reading a journal .,"['P1: wow how long have you done that', 'P2: i have been professional for 20 years.', ""P1: that's so great do you travel and compete"", 'P2: unfortunately i travel all the time. it can be tough on my family.', 'P1: yeah that makes sense can they ever travel with you']",P2: i travel with my dog sometimes .,"[""P1: i'm not an exerciser. i take my motorcycle everywhere even in rain."", ""P2: be careful on slippery roads. i'm looking to move out west soon"", 'P1: yeah. i wear my helmet to protect my head. bumped it before. where to?', ""P2: near ca. i'm applying for jobs in the south at hospitals."", ""P1: i'd get burnt there with my fair skin and brown eyes. you a doctor?""]","P2: no , i am a doctor . i am a doctor . i do not have any kind of job","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: your must be in good shape', 'P2: i do like to stay active, i also enjoy hiking', 'P1: i thinks i work too much kinda old now', 'P2: i must be too cause i enjoy my activites in the spring more', 'P1: should do some of those when i had the energy']","P2: i do not have much energy anymore , i am getting old","['P1: do you still play college football?', 'P2: no. now i spend time reading poetry. do you drink coffee?', ""P1: since i'm always skateboarding with friends i need energy so yes i do."", 'P2: do you like different kinds?', 'P1: i just stick to my cappuccinos. do you enjoy more than one kind?']","P2: i like coffee , yes . what is your favorite kind ?","['P1: hi, how are you today?']",P2: i'm doing great thanks for asking,"['P1: wow how long have you done that', 'P2: i have been professional for 20 years.', ""P1: that's so great do you travel and compete"", 'P2: unfortunately i travel all the time. it can be tough on my family.', 'P1: yeah that makes sense can they ever travel with you']",P2: i travel with my dog and my family .,"[""P1: i'm not an exerciser. i take my motorcycle everywhere even in rain."", ""P2: be careful on slippery roads. i'm looking to move out west soon"", 'P1: yeah. i wear my helmet to protect my head. bumped it before. where to?', ""P2: near ca. i'm applying for jobs in the south at hospitals."", ""P1: i'd get burnt there with my fair skin and brown eyes. you a doctor?""]",P2: i am . i'm a doctor .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: your must be in good shape', 'P2: i do like to stay active, i also enjoy hiking', 'P1: i thinks i work too much kinda old now', 'P2: i must be too cause i enjoy my activites in the spring more', 'P1: should do some of those when i had the energy']",P2: do you enjoy coffee ? that always helps my energy,"['P1: do you still play college football?', 'P2: no. now i spend time reading poetry. do you drink coffee?', ""P1: since i'm always skateboarding with friends i need energy so yes i do."", 'P2: do you like different kinds?', 'P1: i just stick to my cappuccinos. do you enjoy more than one kind?']",P2: i try a lot of kinds . do you like star wars ?,"['P1: hi, how are you today?']","P2: not bad at all , a little bummed about the rain .","['P1: wow how long have you done that', 'P2: i have been professional for 20 years.', ""P1: that's so great do you travel and compete"", 'P2: unfortunately i travel all the time. it can be tough on my family.', 'P1: yeah that makes sense can they ever travel with you']",P2: sometimes my kids are able to but my wife mostly works at the hospital .,"[""P1: i'm not an exerciser. i take my motorcycle everywhere even in rain."", ""P2: be careful on slippery roads. i'm looking to move out west soon"", 'P1: yeah. i wear my helmet to protect my head. bumped it before. where to?', ""P2: near ca. i'm applying for jobs in the south at hospitals."", ""P1: i'd get burnt there with my fair skin and brown eyes. you a doctor?""]","P2: yes , what do you do ?","['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"[""P1: i'm always alone, it feels nice. i appreciate nature more."", ""P2: i love nature! i'm going camping tomorrow night"", 'P1: it is too cold here to go camping.', 'P2: its just starting to cool off here.', 'P1: where do you camp? on the beach?']","P2: i camp near the beach , but i have always wanted to go camping .","['P1: i still have to take medications which now mess with my head, but other than that good', 'P2: okay, sorry to know. are you lonely?', ""P1: yes. i live alone. but hopefully i'll find someone to spend time with"", 'P2: think positive, how is your social life?', 'P1: nonexistent. i used to be a party king, but had to drop out of that life']",P2: what happened to your life ?,"['P1: interesting just who will be the target market for that', 'P2: trade leaders are feeling the pinch and want disguised bailouts.', 'P1: they already had one bailout', 'P2: cash is king baby, cash is king!', 'P1: yes it is bitcoin will be king soon?']","P2: yes , i'm sure ! ! ! !","[""P1: that's unique. i love the olympics. i walk dogs to make money."", 'P2: awesome, how old are you?', 'P1: i am 25. how old are you?', ""P2: i am 46 yrs old i live in california and i've 46 kids."", 'P1: 46 kids? how do you handle that? i do door to door sales with my dad.']","P2: i do it for the money , i am a recorder so i am only in it for the money","[""P1: i don't. canada does not allow pets"", ""P2: oh that is too bad! i'm from chicago"", 'P1: wow what is it like there?', 'P2: cold and windy now.. not too great', 'P1: ouch. it is very nice here like a summer breeze']",P2: i bet . i bet it is .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","[""P1: i'm always alone, it feels nice. i appreciate nature more."", ""P2: i love nature! i'm going camping tomorrow night"", 'P1: it is too cold here to go camping.', 'P2: its just starting to cool off here.', 'P1: where do you camp? on the beach?']",P2: i volunteer at a shelter,"['P1: i still have to take medications which now mess with my head, but other than that good', 'P2: okay, sorry to know. are you lonely?', ""P1: yes. i live alone. but hopefully i'll find someone to spend time with"", 'P2: think positive, how is your social life?', 'P1: nonexistent. i used to be a party king, but had to drop out of that life']",P2: what happened to your social life ?,"['P1: interesting just who will be the target market for that', 'P2: trade leaders are feeling the pinch and want disguised bailouts.', 'P1: they already had one bailout', 'P2: cash is king baby, cash is king!', 'P1: yes it is bitcoin will be king soon?']",P2: yes it will !,"[""P1: that's unique. i love the olympics. i walk dogs to make money."", 'P2: awesome, how old are you?', 'P1: i am 25. how old are you?', ""P2: i am 46 yrs old i live in california and i've 46 kids."", 'P1: 46 kids? how do you handle that? i do door to door sales with my dad.']",P2: i am in california and have a studio here .,"[""P1: i don't. canada does not allow pets"", ""P2: oh that is too bad! i'm from chicago"", 'P1: wow what is it like there?', 'P2: cold and windy now.. not too great', 'P1: ouch. it is very nice here like a summer breeze']",P2: i love it here but the winter is coming,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"[""P1: i'm always alone, it feels nice. i appreciate nature more."", ""P2: i love nature! i'm going camping tomorrow night"", 'P1: it is too cold here to go camping.', 'P2: its just starting to cool off here.', 'P1: where do you camp? on the beach?']","P2: yeah , we usually go to the beach in downtown portland .","['P1: i still have to take medications which now mess with my head, but other than that good', 'P2: okay, sorry to know. are you lonely?', ""P1: yes. i live alone. but hopefully i'll find someone to spend time with"", 'P2: think positive, how is your social life?', 'P1: nonexistent. i used to be a party king, but had to drop out of that life']","P2: oh , i guess you had to drop out of that life ? i am so sorry .","['P1: interesting just who will be the target market for that', 'P2: trade leaders are feeling the pinch and want disguised bailouts.', 'P1: they already had one bailout', 'P2: cash is king baby, cash is king!', 'P1: yes it is bitcoin will be king soon?']","P2: yeah , i hope so , i'm a big fan of it .","[""P1: that's unique. i love the olympics. i walk dogs to make money."", 'P2: awesome, how old are you?', 'P1: i am 25. how old are you?', ""P2: i am 46 yrs old i live in california and i've 46 kids."", 'P1: 46 kids? how do you handle that? i do door to door sales with my dad.']",P2: i do not own a studio . i do sell my own studio .,"[""P1: i don't. canada does not allow pets"", ""P2: oh that is too bad! i'm from chicago"", 'P1: wow what is it like there?', 'P2: cold and windy now.. not too great', 'P1: ouch. it is very nice here like a summer breeze']",P2: oh ok . my favorite food is pizza . do you have pets ?,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"[""P1: i'm always alone, it feels nice. i appreciate nature more."", ""P2: i love nature! i'm going camping tomorrow night"", 'P1: it is too cold here to go camping.', 'P2: its just starting to cool off here.', 'P1: where do you camp? on the beach?']","P2: i am in the mountains , and we have a beach .","['P1: i still have to take medications which now mess with my head, but other than that good', 'P2: okay, sorry to know. are you lonely?', ""P1: yes. i live alone. but hopefully i'll find someone to spend time with"", 'P2: think positive, how is your social life?', 'P1: nonexistent. i used to be a party king, but had to drop out of that life']",P2: i hear you . i am a plumber and my kids love ice cream,"['P1: interesting just who will be the target market for that', 'P2: trade leaders are feeling the pinch and want disguised bailouts.', 'P1: they already had one bailout', 'P2: cash is king baby, cash is king!', 'P1: yes it is bitcoin will be king soon?']","P2: yes , bitcoin will be king soon . do you have any plans for the future ?","[""P1: that's unique. i love the olympics. i walk dogs to make money."", 'P2: awesome, how old are you?', 'P1: i am 25. how old are you?', ""P2: i am 46 yrs old i live in california and i've 46 kids."", 'P1: 46 kids? how do you handle that? i do door to door sales with my dad.']",P2: i live in california and my daughter is an actress .,"[""P1: i don't. canada does not allow pets"", ""P2: oh that is too bad! i'm from chicago"", 'P1: wow what is it like there?', 'P2: cold and windy now.. not too great', 'P1: ouch. it is very nice here like a summer breeze']",P2: i am in the us,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"[""P1: i'm always alone, it feels nice. i appreciate nature more."", ""P2: i love nature! i'm going camping tomorrow night"", 'P1: it is too cold here to go camping.', 'P2: its just starting to cool off here.', 'P1: where do you camp? on the beach?']",P2: i camp out in the woods . too sandy to camp at the beach,"['P1: i still have to take medications which now mess with my head, but other than that good', 'P2: okay, sorry to know. are you lonely?', ""P1: yes. i live alone. but hopefully i'll find someone to spend time with"", 'P2: think positive, how is your social life?', 'P1: nonexistent. i used to be a party king, but had to drop out of that life']","P2: you will soon , it is good to have a family .","['P1: interesting just who will be the target market for that', 'P2: trade leaders are feeling the pinch and want disguised bailouts.', 'P1: they already had one bailout', 'P2: cash is king baby, cash is king!', 'P1: yes it is bitcoin will be king soon?']",P2: not if the banks have anything to say about it . they will crush that tin market .,"[""P1: that's unique. i love the olympics. i walk dogs to make money."", 'P2: awesome, how old are you?', 'P1: i am 25. how old are you?', ""P2: i am 46 yrs old i live in california and i've 46 kids."", 'P1: 46 kids? how do you handle that? i do door to door sales with my dad.']","P2: i hire multiple baby sitters to take care of my kids , i'm a single dad .","[""P1: i don't. canada does not allow pets"", ""P2: oh that is too bad! i'm from chicago"", 'P1: wow what is it like there?', 'P2: cold and windy now.. not too great', 'P1: ouch. it is very nice here like a summer breeze']","P2: that sounds great right now , not ready for winter !","['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"[""P1: i can not have alcohol, i've been a part of aa for a year now"", 'P2: congratulations. one day at a time. how long has it been?', 'P1: 15 months, i am heavily medicated now. sometimes i see funky things', ""P2: i don't trust medication. you can stay sober without it. concentrate on your art and people will love you"", 'P1: i used to farm, dairy cows. have you ever been to a farm?']","P2: no , i've never been to one . i am sure it is beautiful though","['P1: hello! what are you doing up so late?', 'P2: i am just listening to classical music', ""P1: i'm hanging out with my dog.""]","P2: i've a dog too , he is so sweet","['P1: hi, how are you today?', 'P2: i am good, i just made a huge pot of paella. how are you?', ""P1: i'm great, do you use fresh garden veggies, i love fresh veggies""]",P2: i do not . i eat fish and chips every time i go to europe .,['P1: i crave cheeseburgers. what food do you crave?'],P2: i love to eat fish and chips and also fish and chips .,"['P1: my favorite color i like so much is orange.', ""P2: i spend money like it grows on trees! then there's the tanning beds, diets, etc."", 'P1: i just made to turning 18 years old yesterday.', 'P2: orange is pretty. mine are red and purple. happy belated birthday!', 'P1: i also like black and blue and pink great colors.']","P2: i love black and blue ! ! so , you work ?","['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","[""P1: i can not have alcohol, i've been a part of aa for a year now"", 'P2: congratulations. one day at a time. how long has it been?', 'P1: 15 months, i am heavily medicated now. sometimes i see funky things', ""P2: i don't trust medication. you can stay sober without it. concentrate on your art and people will love you"", 'P1: i used to farm, dairy cows. have you ever been to a farm?']",P2: i have but i ' ve not been to a farm since i was a kid .,"['P1: hello! what are you doing up so late?', 'P2: i am just listening to classical music', ""P1: i'm hanging out with my dog.""]",P2: i like to bake cookies,"['P1: hi, how are you today?', 'P2: i am good, i just made a huge pot of paella. how are you?', ""P1: i'm great, do you use fresh garden veggies, i love fresh veggies""]","P2: i do , i grew some in my garden . do you like art ?",['P1: i crave cheeseburgers. what food do you crave?'],P2: i ' d love some good italian food .,"['P1: my favorite color i like so much is orange.', ""P2: i spend money like it grows on trees! then there's the tanning beds, diets, etc."", 'P1: i just made to turning 18 years old yesterday.', 'P2: orange is pretty. mine are red and purple. happy belated birthday!', 'P1: i also like black and blue and pink great colors.']",P2: what do you do for a living ?,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"[""P1: i can not have alcohol, i've been a part of aa for a year now"", 'P2: congratulations. one day at a time. how long has it been?', 'P1: 15 months, i am heavily medicated now. sometimes i see funky things', ""P2: i don't trust medication. you can stay sober without it. concentrate on your art and people will love you"", 'P1: i used to farm, dairy cows. have you ever been to a farm?']","P2: yes , i've , but i am not sure where they live now","['P1: hello! what are you doing up so late?', 'P2: i am just listening to classical music', ""P1: i'm hanging out with my dog.""]",P2: i like to bake cookies .,"['P1: hi, how are you today?', 'P2: i am good, i just made a huge pot of paella. how are you?', ""P1: i'm great, do you use fresh garden veggies, i love fresh veggies""]",P2: i like to make a lot of paella . i am a huge european .,['P1: i crave cheeseburgers. what food do you crave?'],"P2: i love cheeseburgers , but i don't eat them often . i'm a fish lover","['P1: my favorite color i like so much is orange.', ""P2: i spend money like it grows on trees! then there's the tanning beds, diets, etc."", 'P1: i just made to turning 18 years old yesterday.', 'P2: orange is pretty. mine are red and purple. happy belated birthday!', 'P1: i also like black and blue and pink great colors.']","P2: i like purple , black and red the most .","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"[""P1: i can not have alcohol, i've been a part of aa for a year now"", 'P2: congratulations. one day at a time. how long has it been?', 'P1: 15 months, i am heavily medicated now. sometimes i see funky things', ""P2: i don't trust medication. you can stay sober without it. concentrate on your art and people will love you"", 'P1: i used to farm, dairy cows. have you ever been to a farm?']",P2: i've not . but i'm going to go there .,"['P1: hello! what are you doing up so late?', 'P2: i am just listening to classical music', ""P1: i'm hanging out with my dog.""]",P2: do you have any pets ?,"['P1: hi, how are you today?', 'P2: i am good, i just made a huge pot of paella. how are you?', ""P1: i'm great, do you use fresh garden veggies, i love fresh veggies""]","P2: no , i just eat a lot of fish and chips . i love them !",['P1: i crave cheeseburgers. what food do you crave?'],P2: i love to eat fish and chips . i love to cook paella .,"['P1: my favorite color i like so much is orange.', ""P2: i spend money like it grows on trees! then there's the tanning beds, diets, etc."", 'P1: i just made to turning 18 years old yesterday.', 'P2: orange is pretty. mine are red and purple. happy belated birthday!', 'P1: i also like black and blue and pink great colors.']",P2: i do not like those colors . i am pale .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"[""P1: i can not have alcohol, i've been a part of aa for a year now"", 'P2: congratulations. one day at a time. how long has it been?', 'P1: 15 months, i am heavily medicated now. sometimes i see funky things', ""P2: i don't trust medication. you can stay sober without it. concentrate on your art and people will love you"", 'P1: i used to farm, dairy cows. have you ever been to a farm?']","P2: i grew up on a small farm . i miss it , do you ?","['P1: hello! what are you doing up so late?', 'P2: i am just listening to classical music', ""P1: i'm hanging out with my dog.""]",P2: what is your dog breed,"['P1: hi, how are you today?', 'P2: i am good, i just made a huge pot of paella. how are you?', ""P1: i'm great, do you use fresh garden veggies, i love fresh veggies""]","P2: i love fresh veggies ! although , i'm a sucker for a good fish and chips !",['P1: i crave cheeseburgers. what food do you crave?'],P2: fish and chips are my weakness .,"['P1: my favorite color i like so much is orange.', ""P2: i spend money like it grows on trees! then there's the tanning beds, diets, etc."", 'P1: i just made to turning 18 years old yesterday.', 'P2: orange is pretty. mine are red and purple. happy belated birthday!', 'P1: i also like black and blue and pink great colors.']",P2: wow ! that's a wide variety of colors !,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"[""P1: i've to avoid it so i don t become fat"", ""P2: surely a little bit wouldn't hurt!"", ""P1: i've to climb ladders at the bookstore where i work, so no fatties!"", 'P2: i used to have to diet as i was an athlete', 'P1: me and my dog compete in competitions so have to be fit']",P2: do you like cats ? i've two,"['P1: oh i love my puppy to death, but he does not listen for anything', ""P2: i love your puppy too and i haven't even met him"", 'P1: do you have some dogs?', 'P2: i have one dog, his name is tim.', 'P1: any other animals? i have 4 cats as well']",P2: i have a dog . he's a poodle .,"[""P1: are you allergic to fish, i've one, his name is nemo"", 'P2: fish are friends! i love talking to my fish!!', 'P1: my sister has a fish, his name is shark bate', 'P2: cute name. working from home would give you more time with fish friends!', ""P1: i do not have a job yet. i'm just living day by day""]",P2: you should be an accountant . i love my job !,"[""P1: hi, where are you from, i'm currently living in canada"", 'P2: i live in hollywood. in a very expensive house', 'P1: whoa, wish i lived there, i did not even finish high school', ""P2: that's okay i did not either. i just found a boy toy to buy me nice things"", 'P1: nice, boy toys are fun, i am actually in the army now']",P2: oh wow . you are a soldier ?,"[""P1: soon i will be a nurse but now i'm barmaid. crystal here.""]",P2: do you enjoy tea ? i enjoy tea and i can not hear,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","[""P1: i've to avoid it so i don t become fat"", ""P2: surely a little bit wouldn't hurt!"", ""P1: i've to climb ladders at the bookstore where i work, so no fatties!"", 'P2: i used to have to diet as i was an athlete', 'P1: me and my dog compete in competitions so have to be fit']",P2: i ' ve two cats and a dog,"['P1: oh i love my puppy to death, but he does not listen for anything', ""P2: i love your puppy too and i haven't even met him"", 'P1: do you have some dogs?', 'P2: i have one dog, his name is tim.', 'P1: any other animals? i have 4 cats as well']","P2: i have a dog , he ' s a poodle .","[""P1: are you allergic to fish, i've one, his name is nemo"", 'P2: fish are friends! i love talking to my fish!!', 'P1: my sister has a fish, his name is shark bate', 'P2: cute name. working from home would give you more time with fish friends!', ""P1: i do not have a job yet. i'm just living day by day""]",P2: you should do something ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !,"[""P1: hi, where are you from, i'm currently living in canada"", 'P2: i live in hollywood. in a very expensive house', 'P1: whoa, wish i lived there, i did not even finish high school', ""P2: that's okay i did not either. i just found a boy toy to buy me nice things"", 'P1: nice, boy toys are fun, i am actually in the army now']",P2: i just started working at the local tanning office .,"[""P1: soon i will be a nurse but now i'm barmaid. crystal here.""]",P2: my wife used to work as a nurse but now she ' s a tour guide .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"[""P1: i've to avoid it so i don t become fat"", ""P2: surely a little bit wouldn't hurt!"", ""P1: i've to climb ladders at the bookstore where i work, so no fatties!"", 'P2: i used to have to diet as i was an athlete', 'P1: me and my dog compete in competitions so have to be fit']","P2: i have two cats , i love them","['P1: oh i love my puppy to death, but he does not listen for anything', ""P2: i love your puppy too and i haven't even met him"", 'P1: do you have some dogs?', 'P2: i have one dog, his name is tim.', 'P1: any other animals? i have 4 cats as well']","P2: i have one dog , and my two cats .","[""P1: are you allergic to fish, i've one, his name is nemo"", 'P2: fish are friends! i love talking to my fish!!', 'P1: my sister has a fish, his name is shark bate', 'P2: cute name. working from home would give you more time with fish friends!', ""P1: i do not have a job yet. i'm just living day by day""]",P2: do you have pets ? i have a dog and i am single .,"[""P1: hi, where are you from, i'm currently living in canada"", 'P2: i live in hollywood. in a very expensive house', 'P1: whoa, wish i lived there, i did not even finish high school', ""P2: that's okay i did not either. i just found a boy toy to buy me nice things"", 'P1: nice, boy toys are fun, i am actually in the army now']",P2: oh cool . i was in the army for 2 years .,"[""P1: soon i will be a nurse but now i'm barmaid. crystal here.""]",P2: i am a nurse . i like to go to the library and collect flowers .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"[""P1: i've to avoid it so i don t become fat"", ""P2: surely a little bit wouldn't hurt!"", ""P1: i've to climb ladders at the bookstore where i work, so no fatties!"", 'P2: i used to have to diet as i was an athlete', 'P1: me and my dog compete in competitions so have to be fit']",P2: oh that's great ! i have to try to eat healthy,"['P1: oh i love my puppy to death, but he does not listen for anything', ""P2: i love your puppy too and i haven't even met him"", 'P1: do you have some dogs?', 'P2: i have one dog, his name is tim.', 'P1: any other animals? i have 4 cats as well']",P2: i've two cats .,"[""P1: are you allergic to fish, i've one, his name is nemo"", 'P2: fish are friends! i love talking to my fish!!', 'P1: my sister has a fish, his name is shark bate', 'P2: cute name. working from home would give you more time with fish friends!', ""P1: i do not have a job yet. i'm just living day by day""]",P2: that's nice . i spend my money on cars .,"[""P1: hi, where are you from, i'm currently living in canada"", 'P2: i live in hollywood. in a very expensive house', 'P1: whoa, wish i lived there, i did not even finish high school', ""P2: that's okay i did not either. i just found a boy toy to buy me nice things"", 'P1: nice, boy toys are fun, i am actually in the army now']",P2: do you have any pets ?,"[""P1: soon i will be a nurse but now i'm barmaid. crystal here.""]","P2: i'm a museum tour guide , i like to drink fancy tea and i like roses in my garden","['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"[""P1: i've to avoid it so i don t become fat"", ""P2: surely a little bit wouldn't hurt!"", ""P1: i've to climb ladders at the bookstore where i work, so no fatties!"", 'P2: i used to have to diet as i was an athlete', 'P1: me and my dog compete in competitions so have to be fit']",P2: i won a gold medal in the olympics back in the 90s,"['P1: oh i love my puppy to death, but he does not listen for anything', ""P2: i love your puppy too and i haven't even met him"", 'P1: do you have some dogs?', 'P2: i have one dog, his name is tim.', 'P1: any other animals? i have 4 cats as well']",P2: i have a bird named goose,"[""P1: are you allergic to fish, i've one, his name is nemo"", 'P2: fish are friends! i love talking to my fish!!', 'P1: my sister has a fish, his name is shark bate', 'P2: cute name. working from home would give you more time with fish friends!', ""P1: i do not have a job yet. i'm just living day by day""]",P2: being carefree is totally where the good life is !,"[""P1: hi, where are you from, i'm currently living in canada"", 'P2: i live in hollywood. in a very expensive house', 'P1: whoa, wish i lived there, i did not even finish high school', ""P2: that's okay i did not either. i just found a boy toy to buy me nice things"", 'P1: nice, boy toys are fun, i am actually in the army now']",P2: that's very impressive ! what do you do in the army ?,"[""P1: soon i will be a nurse but now i'm barmaid. crystal here.""]",P2: my name is rose and i grow them in my garden,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: i am in the canadian army. where do you live?', 'P2: i live in charlotte, north carolina.', 'P1: nice. what do you do for work?', 'P2: i work at the bank of america. i like the work.', 'P1: i am active duty right now.']",P2: i am expecting twins in a couple months .,"[""P1: i'm doing really well"", ""P2: i'm glad to hear that. i'm dying my hair"", 'P1: what color are you going to do it', 'P2: i like red but it may come out purple', 'P1: has that happened to you before']",P2: yes i've done it many times,"['P1: hello! how are you doing this evening?', 'P2: i am good. i am practicing the hula.', 'P1: may i know what is hula as this is the first time i am hearing.', 'P2: it is a dance, traditional hawaiian dance.', 'P1: wow i love to see traditional dance.']",P2: i love the beach .,"['P1: no. trying to eat healthy in front of my elementary school class.', 'P2: i like kids, i would love to have a large family.', 'P1: my students are my family.', 'P2: how sweet! more teachers need to have that attitude.', 'P1: i am trying to teach them spanish and french so they are fluent like me.']","P2: i've a girlfriend , but she's not bilingual .","['P1: i am an avid reader? what do you do for work?', 'P2: i am working on going into law.', 'P1: smarty pants. i am a martial arts trainer, but i stunt double for extra money.', 'P2: that sounds really interesting. how is that business?', 'P1: it can be dangerous, but i have never broken any bones. it is really exciting']",P2: i bet . what do you do for fun ?,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: i am in the canadian army. where do you live?', 'P2: i live in charlotte, north carolina.', 'P1: nice. what do you do for work?', 'P2: i work at the bank of america. i like the work.', 'P1: i am active duty right now.']",P2: what do you do for work ?,"[""P1: i'm doing really well"", ""P2: i'm glad to hear that. i'm dying my hair"", 'P1: what color are you going to do it', 'P2: i like red but it may come out purple', 'P1: has that happened to you before']",P2: it has not . i love it,"['P1: hello! how are you doing this evening?', 'P2: i am good. i am practicing the hula.', 'P1: may i know what is hula as this is the first time i am hearing.', 'P2: it is a dance, traditional hawaiian dance.', 'P1: wow i love to see traditional dance.']",P2: it is . my parents taught me it and i learned it from them .,"['P1: no. trying to eat healthy in front of my elementary school class.', 'P2: i like kids, i would love to have a large family.', 'P1: my students are my family.', 'P2: how sweet! more teachers need to have that attitude.', 'P1: i am trying to teach them spanish and french so they are fluent like me.']","P2: i ' m trying to teach them how to cook , but i am not that good .","['P1: i am an avid reader? what do you do for work?', 'P2: i am working on going into law.', 'P1: smarty pants. i am a martial arts trainer, but i stunt double for extra money.', 'P2: that sounds really interesting. how is that business?', 'P1: it can be dangerous, but i have never broken any bones. it is really exciting']",P2: i bet . i am a ranch hand . i ' m very interested in law .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: i am in the canadian army. where do you live?', 'P2: i live in charlotte, north carolina.', 'P1: nice. what do you do for work?', 'P2: i work at the bank of america. i like the work.', 'P1: i am active duty right now.']",P2: i work at a bank .,"[""P1: i'm doing really well"", ""P2: i'm glad to hear that. i'm dying my hair"", 'P1: what color are you going to do it', 'P2: i like red but it may come out purple', 'P1: has that happened to you before']",P2: no i just dye my hair every three months,"['P1: hello! how are you doing this evening?', 'P2: i am good. i am practicing the hula.', 'P1: may i know what is hula as this is the first time i am hearing.', 'P2: it is a dance, traditional hawaiian dance.', 'P1: wow i love to see traditional dance.']","P2: i love it , but i need to get to a board game place .","['P1: no. trying to eat healthy in front of my elementary school class.', 'P2: i like kids, i would love to have a large family.', 'P1: my students are my family.', 'P2: how sweet! more teachers need to have that attitude.', 'P1: i am trying to teach them spanish and french so they are fluent like me.']",P2: that is great ! i just like to eat hamburgers .,"['P1: i am an avid reader? what do you do for work?', 'P2: i am working on going into law.', 'P1: smarty pants. i am a martial arts trainer, but i stunt double for extra money.', 'P2: that sounds really interesting. how is that business?', 'P1: it can be dangerous, but i have never broken any bones. it is really exciting']",P2: that's good to hear . i am going to try to become a lawyer .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: i am in the canadian army. where do you live?', 'P2: i live in charlotte, north carolina.', 'P1: nice. what do you do for work?', 'P2: i work at the bank of america. i like the work.', 'P1: i am active duty right now.']",P2: that's cool . what do you do for fun ?,"[""P1: i'm doing really well"", ""P2: i'm glad to hear that. i'm dying my hair"", 'P1: what color are you going to do it', 'P2: i like red but it may come out purple', 'P1: has that happened to you before']",P2: no but i love role playing games,"['P1: hello! how are you doing this evening?', 'P2: i am good. i am practicing the hula.', 'P1: may i know what is hula as this is the first time i am hearing.', 'P2: it is a dance, traditional hawaiian dance.', 'P1: wow i love to see traditional dance.']",P2: do you have any hobbies ?,"['P1: no. trying to eat healthy in front of my elementary school class.', 'P2: i like kids, i would love to have a large family.', 'P1: my students are my family.', 'P2: how sweet! more teachers need to have that attitude.', 'P1: i am trying to teach them spanish and french so they are fluent like me.']",P2: that sounds like a great plan . i teach in a house .,"['P1: i am an avid reader? what do you do for work?', 'P2: i am working on going into law.', 'P1: smarty pants. i am a martial arts trainer, but i stunt double for extra money.', 'P2: that sounds really interesting. how is that business?', 'P1: it can be dangerous, but i have never broken any bones. it is really exciting']","P2: oh , that's cool . i've never been to the city , but i want to go one","['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: i am in the canadian army. where do you live?', 'P2: i live in charlotte, north carolina.', 'P1: nice. what do you do for work?', 'P2: i work at the bank of america. i like the work.', 'P1: i am active duty right now.']",P2: oh cool . do you have any kids at home ?,"[""P1: i'm doing really well"", ""P2: i'm glad to hear that. i'm dying my hair"", 'P1: what color are you going to do it', 'P2: i like red but it may come out purple', 'P1: has that happened to you before']",P2: no but i've an addiction to looking at things on the internet,"['P1: hello! how are you doing this evening?', 'P2: i am good. i am practicing the hula.', 'P1: may i know what is hula as this is the first time i am hearing.', 'P2: it is a dance, traditional hawaiian dance.', 'P1: wow i love to see traditional dance.']",P2: i'm taking a trip there next month .,"['P1: no. trying to eat healthy in front of my elementary school class.', 'P2: i like kids, i would love to have a large family.', 'P1: my students are my family.', 'P2: how sweet! more teachers need to have that attitude.', 'P1: i am trying to teach them spanish and french so they are fluent like me.']",P2: at the same time ? does that work very well ?,"['P1: i am an avid reader? what do you do for work?', 'P2: i am working on going into law.', 'P1: smarty pants. i am a martial arts trainer, but i stunt double for extra money.', 'P2: that sounds really interesting. how is that business?', 'P1: it can be dangerous, but i have never broken any bones. it is really exciting']",P2: that is great . i would figure that you would have a lot of injuries .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: wow, you ok? did your artist use a ford pinto? that is what i drive.', 'P2: i am fine. he just had a n accident here in california.', 'P1: i do live rpg events over the weekends.', ""P2: that's cool. i'm 46 how about you?"", 'P1: i turn 83 in a month.']","P2: wow , that's great . i am 45 . i have been working on my studio since i was","[""P1: do you like dogs? i've three."", 'P2: yes. i like dogs. what kind are they?', 'P1: i have a lab and a mixed breed.', 'P2: my best friend has a cat. she lives next door to me.', 'P1: i like cats. do you play with her a lot?']",P2: not often . i am more of a dog person . i am very picky on toys .,"['P1: good evening. how are you?', 'P2: enjoying a nice evening watching television cooking shows', 'P1: i am watching the season finale of fear the walking dead.']","P2: i love that show , i watch it on the roller coaster","['P1: pretty much the same, things are looking up though, what do you do?', 'P2: i work in the music industry, help artists create amazing albums. what do you do?', 'P1: i used to paint a lot, now i clean houses and paint in my spare time', 'P2: that sounds fun! where do you live?', 'P1: southern area of texas, you?']",P2: san francisco . how old are you ?,"[""P1: i've never worked in fast food, but i do love burgers!"", ""P2: fast food, is miserable won't lie. my father wanted me to take over his construction company"", 'P1: my parents never owned much, but there was never a shortage of love.', 'P2: my father could not show love, so i grew up with a lot of materialistic items', ""P1: my natural parents couldn't show love either. i am adopted, you see.""]",P2: i've a friend that is an adopted child . i am sure they love him,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: wow, you ok? did your artist use a ford pinto? that is what i drive.', 'P2: i am fine. he just had a n accident here in california.', 'P1: i do live rpg events over the weekends.', ""P2: that's cool. i'm 46 how about you?"", 'P1: i turn 83 in a month.']",P2: that ' s cool . i love my job . i am a recording engineer .,"[""P1: do you like dogs? i've three."", 'P2: yes. i like dogs. what kind are they?', 'P1: i have a lab and a mixed breed.', 'P2: my best friend has a cat. she lives next door to me.', 'P1: i like cats. do you play with her a lot?']",P2: no . i just play with my dolls .,"['P1: good evening. how are you?', 'P2: enjoying a nice evening watching television cooking shows', 'P1: i am watching the season finale of fear the walking dead.']",P2: good for you . what is your favorite show ?,"['P1: pretty much the same, things are looking up though, what do you do?', 'P2: i work in the music industry, help artists create amazing albums. what do you do?', 'P1: i used to paint a lot, now i clean houses and paint in my spare time', 'P2: that sounds fun! where do you live?', 'P1: southern area of texas, you?']",P2: i live in california but i ' m currently in california .,"[""P1: i've never worked in fast food, but i do love burgers!"", ""P2: fast food, is miserable won't lie. my father wanted me to take over his construction company"", 'P1: my parents never owned much, but there was never a shortage of love.', 'P2: my father could not show love, so i grew up with a lot of materialistic items', ""P1: my natural parents couldn't show love either. i am adopted, you see.""]","P2: i have a very large family , but i do not drink .","[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: wow, you ok? did your artist use a ford pinto? that is what i drive.', 'P2: i am fine. he just had a n accident here in california.', 'P1: i do live rpg events over the weekends.', ""P2: that's cool. i'm 46 how about you?"", 'P1: i turn 83 in a month.']",P2: wow that is a long time !,"[""P1: do you like dogs? i've three."", 'P2: yes. i like dogs. what kind are they?', 'P1: i have a lab and a mixed breed.', 'P2: my best friend has a cat. she lives next door to me.', 'P1: i like cats. do you play with her a lot?']",P2: no i do not . do you ?,"['P1: good evening. how are you?', 'P2: enjoying a nice evening watching television cooking shows', 'P1: i am watching the season finale of fear the walking dead.']",P2: awesome ! i love that show ! i am a vegan and i love hummus .,"['P1: pretty much the same, things are looking up though, what do you do?', 'P2: i work in the music industry, help artists create amazing albums. what do you do?', 'P1: i used to paint a lot, now i clean houses and paint in my spare time', 'P2: that sounds fun! where do you live?', 'P1: southern area of texas, you?']","P2: i live in texas , the south . you ?","[""P1: i've never worked in fast food, but i do love burgers!"", ""P2: fast food, is miserable won't lie. my father wanted me to take over his construction company"", 'P1: my parents never owned much, but there was never a shortage of love.', 'P2: my father could not show love, so i grew up with a lot of materialistic items', ""P1: my natural parents couldn't show love either. i am adopted, you see.""]","P2: oh no , i am sorry to hear that . i am sure you will find someone .","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: wow, you ok? did your artist use a ford pinto? that is what i drive.', 'P2: i am fine. he just had a n accident here in california.', 'P1: i do live rpg events over the weekends.', ""P2: that's cool. i'm 46 how about you?"", 'P1: i turn 83 in a month.']",P2: cool . i am a single dad . i live in california .,"[""P1: do you like dogs? i've three."", 'P2: yes. i like dogs. what kind are they?', 'P1: i have a lab and a mixed breed.', 'P2: my best friend has a cat. she lives next door to me.', 'P1: i like cats. do you play with her a lot?']",P2: i do . she plays with me . i don't pick up her toys .,"['P1: good evening. how are you?', 'P2: enjoying a nice evening watching television cooking shows', 'P1: i am watching the season finale of fear the walking dead.']",P2: awesome ! i love that show . i am a vegan and love to watch cooking shows,"['P1: pretty much the same, things are looking up though, what do you do?', 'P2: i work in the music industry, help artists create amazing albums. what do you do?', 'P1: i used to paint a lot, now i clean houses and paint in my spare time', 'P2: that sounds fun! where do you live?', 'P1: southern area of texas, you?']","P2: i live in california , i live near the coast .","[""P1: i've never worked in fast food, but i do love burgers!"", ""P2: fast food, is miserable won't lie. my father wanted me to take over his construction company"", 'P1: my parents never owned much, but there was never a shortage of love.', 'P2: my father could not show love, so i grew up with a lot of materialistic items', ""P1: my natural parents couldn't show love either. i am adopted, you see.""]",P2: that's a good thing to do for yourself . i also love mountain biking,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: wow, you ok? did your artist use a ford pinto? that is what i drive.', 'P2: i am fine. he just had a n accident here in california.', 'P1: i do live rpg events over the weekends.', ""P2: that's cool. i'm 46 how about you?"", 'P1: i turn 83 in a month.']",P2: . oh wow . are you retired ?,"[""P1: do you like dogs? i've three."", 'P2: yes. i like dogs. what kind are they?', 'P1: i have a lab and a mixed breed.', 'P2: my best friend has a cat. she lives next door to me.', 'P1: i like cats. do you play with her a lot?']",P2: yes . we play with our dolls together . how old are you ?,"['P1: good evening. how are you?', 'P2: enjoying a nice evening watching television cooking shows', 'P1: i am watching the season finale of fear the walking dead.']",P2: hummus is one of my favorite foods as a vegan,"['P1: pretty much the same, things are looking up though, what do you do?', 'P2: i work in the music industry, help artists create amazing albums. what do you do?', 'P1: i used to paint a lot, now i clean houses and paint in my spare time', 'P2: that sounds fun! where do you live?', 'P1: southern area of texas, you?']","P2: california , not my favorite place but that is alright","[""P1: i've never worked in fast food, but i do love burgers!"", ""P2: fast food, is miserable won't lie. my father wanted me to take over his construction company"", 'P1: my parents never owned much, but there was never a shortage of love.', 'P2: my father could not show love, so i grew up with a lot of materialistic items', ""P1: my natural parents couldn't show love either. i am adopted, you see.""]","P2: well , maybe it was more than just lack of love","['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: professional wrestler here. that is why i workout so much', 'P2: i thought i would always be a door to door salesperson as my father was.', 'P1: ah cool you must love being around people too. we have that in common', ""P2: yes i do one of the reason i'm in a poly amorous relationship"", ""P1: that's awesome. what do you do in your spare time?""]",P2: i love to watch the olympics and have a boyfriend,"['P1: hey! how are you doing today?', 'P2: hi! doing great. where are you from?', 'P1: i am from the south in the us. what about you?', 'P2: i live in hawaii and i work from home.', ""P1: beautiful place. i've a dog walking business. do you have pets?""]",P2: no i don't . i've a daughter .,"['P1: hello. my name is rob. how are you today?', 'P2: hola i am great', ""P1: do you work? i'm a dog walker!"", ""P2: yes i'm a student intern that studies different languages"", ""P1: that's great! i am also a student. i am a grad student actually!""]",P2: oh really i am in school right now,"[""P1: i'm a professional dog walker and the pups tend to get up early."", 'P2: that sounds great. i just moved here from germany, so the time zone is very different.', 'P1: i love germany. i hope to visit after grad school.', ""P2: what hobbies are you into? i love rollercoasters, skydiving, and swimming. though i'm a bad swimmer."", 'P1: when i am not in the house reading psych journals, i am camping or on my kayak']",P2: i do not read much . i'm more into nature and nature photography .,"['P1: oh got to have my papaya.', 'P2: you must be beautiful and handsome', 'P1: well beautiful being a woman. i have to watch the bees.', 'P2: doctor is my occupation and do you watch movies?', ""P1: no. i'm too busy with my bees. i wish i had family i was close to.""]",P2: i am looking for a job but i work as a doctor,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: professional wrestler here. that is why i workout so much', 'P2: i thought i would always be a door to door salesperson as my father was.', 'P1: ah cool you must love being around people too. we have that in common', ""P2: yes i do one of the reason i'm in a poly amorous relationship"", ""P1: that's awesome. what do you do in your spare time?""]","P2: i like to watch the olympics , which is great , i like it .","['P1: hey! how are you doing today?', 'P2: hi! doing great. where are you from?', 'P1: i am from the south in the us. what about you?', 'P2: i live in hawaii and i work from home.', ""P1: beautiful place. i've a dog walking business. do you have pets?""]","P2: no pets , but i do like horror movies .","['P1: hello. my name is rob. how are you today?', 'P2: hola i am great', ""P1: do you work? i'm a dog walker!"", ""P2: yes i'm a student intern that studies different languages"", ""P1: that's great! i am also a student. i am a grad student actually!""]",P2: that is great do you like languages ?,"[""P1: i'm a professional dog walker and the pups tend to get up early."", 'P2: that sounds great. i just moved here from germany, so the time zone is very different.', 'P1: i love germany. i hope to visit after grad school.', ""P2: what hobbies are you into? i love rollercoasters, skydiving, and swimming. though i'm a bad swimmer."", 'P1: when i am not in the house reading psych journals, i am camping or on my kayak']",P2: i love camping . i like to eat hummus and eat hummus while i watch the clouds .,"['P1: oh got to have my papaya.', 'P2: you must be beautiful and handsome', 'P1: well beautiful being a woman. i have to watch the bees.', 'P2: doctor is my occupation and do you watch movies?', ""P1: no. i'm too busy with my bees. i wish i had family i was close to.""]",P2: bees are awesome but not the best,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: professional wrestler here. that is why i workout so much', 'P2: i thought i would always be a door to door salesperson as my father was.', 'P1: ah cool you must love being around people too. we have that in common', ""P2: yes i do one of the reason i'm in a poly amorous relationship"", ""P1: that's awesome. what do you do in your spare time?""]","P2: i watch olympics , but that is only one thing i do","['P1: hey! how are you doing today?', 'P2: hi! doing great. where are you from?', 'P1: i am from the south in the us. what about you?', 'P2: i live in hawaii and i work from home.', ""P1: beautiful place. i've a dog walking business. do you have pets?""]","P2: yes , do you have any pets ?","['P1: hello. my name is rob. how are you today?', 'P2: hola i am great', ""P1: do you work? i'm a dog walker!"", ""P2: yes i'm a student intern that studies different languages"", ""P1: that's great! i am also a student. i am a grad student actually!""]","P2: i am a student , so i'm studying french right now","[""P1: i'm a professional dog walker and the pups tend to get up early."", 'P2: that sounds great. i just moved here from germany, so the time zone is very different.', 'P1: i love germany. i hope to visit after grad school.', ""P2: what hobbies are you into? i love rollercoasters, skydiving, and swimming. though i'm a bad swimmer."", 'P1: when i am not in the house reading psych journals, i am camping or on my kayak']",P2: that sounds like fun . do you like being outdoors ?,"['P1: oh got to have my papaya.', 'P2: you must be beautiful and handsome', 'P1: well beautiful being a woman. i have to watch the bees.', 'P2: doctor is my occupation and do you watch movies?', ""P1: no. i'm too busy with my bees. i wish i had family i was close to.""]","P2: that is a good thing to be , i am looking for a new job","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: professional wrestler here. that is why i workout so much', 'P2: i thought i would always be a door to door salesperson as my father was.', 'P1: ah cool you must love being around people too. we have that in common', ""P2: yes i do one of the reason i'm in a poly amorous relationship"", ""P1: that's awesome. what do you do in your spare time?""]",P2: i like to watch the olympics and play sports,"['P1: hey! how are you doing today?', 'P2: hi! doing great. where are you from?', 'P1: i am from the south in the us. what about you?', 'P2: i live in hawaii and i work from home.', ""P1: beautiful place. i've a dog walking business. do you have pets?""]","P2: no , but i do have a cat .","['P1: hello. my name is rob. how are you today?', 'P2: hola i am great', ""P1: do you work? i'm a dog walker!"", ""P2: yes i'm a student intern that studies different languages"", ""P1: that's great! i am also a student. i am a grad student actually!""]",P2: what is your major ?,"[""P1: i'm a professional dog walker and the pups tend to get up early."", 'P2: that sounds great. i just moved here from germany, so the time zone is very different.', 'P1: i love germany. i hope to visit after grad school.', ""P2: what hobbies are you into? i love rollercoasters, skydiving, and swimming. though i'm a bad swimmer."", 'P1: when i am not in the house reading psych journals, i am camping or on my kayak']",P2: that sounds fun . i am a vegan and i love animals .,"['P1: oh got to have my papaya.', 'P2: you must be beautiful and handsome', 'P1: well beautiful being a woman. i have to watch the bees.', 'P2: doctor is my occupation and do you watch movies?', ""P1: no. i'm too busy with my bees. i wish i had family i was close to.""]","P2: i have a little family , but my daughter is a prodigy .","['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: professional wrestler here. that is why i workout so much', 'P2: i thought i would always be a door to door salesperson as my father was.', 'P1: ah cool you must love being around people too. we have that in common', ""P2: yes i do one of the reason i'm in a poly amorous relationship"", ""P1: that's awesome. what do you do in your spare time?""]",P2: i love hiking or being in the outdoors how about you ?,"['P1: hey! how are you doing today?', 'P2: hi! doing great. where are you from?', 'P1: i am from the south in the us. what about you?', 'P2: i live in hawaii and i work from home.', ""P1: beautiful place. i've a dog walking business. do you have pets?""]",P2: it is . i love it here . i've 2 dogs they love it here too .,"['P1: hello. my name is rob. how are you today?', 'P2: hola i am great', ""P1: do you work? i'm a dog walker!"", ""P2: yes i'm a student intern that studies different languages"", ""P1: that's great! i am also a student. i am a grad student actually!""]",P2: wow that's awesome . and your trabajo is pretty nice,"[""P1: i'm a professional dog walker and the pups tend to get up early."", 'P2: that sounds great. i just moved here from germany, so the time zone is very different.', 'P1: i love germany. i hope to visit after grad school.', ""P2: what hobbies are you into? i love rollercoasters, skydiving, and swimming. though i'm a bad swimmer."", 'P1: when i am not in the house reading psych journals, i am camping or on my kayak']",P2: how fun ! what foods do you enjoy ? i am vegan and love hummus .,"['P1: oh got to have my papaya.', 'P2: you must be beautiful and handsome', 'P1: well beautiful being a woman. i have to watch the bees.', 'P2: doctor is my occupation and do you watch movies?', ""P1: no. i'm too busy with my bees. i wish i had family i was close to.""]",P2: why did you say that ? i love the movie friday,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: hello how is it going?', 'P2: hi. i am doing well, plotting to take over the world.', 'P1: haha i have read a book about that once', 'P2: my kids do not visit, so i have a lot of time on my hands, after work.', 'P1: oh my kid days are over finally']",P2: how are your kids ?,"['P1: hi, i just got an apartment with my best friend!', 'P2: very nice! my boyfriend and i move into our new on next tuesday', ""P1: awesome, i don't care for chicken, but i'm a blonde with blue eyes""]",P2: oh i love chicken ! we are moving next week .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]",P2: i hope so too . what do you do for fun,"['P1: mostly in the uk. following in my grandfathers footsteps as a world war vet.', 'P2: i thought about being a chef for the army', 'P1: do you know how to make shawarma?', ""P2: i don't. i cook a lot of seafood like shrimp, catfish, etc"", 'P1: you are making me hungry. what else do you like to do?']",P2: i like to go fishing . i love to fish,"['P1: i do it to see moo, my pet cow. what kind of music do you like?', 'P2: i love country music. i do work at a gas station as well', 'P1: i love country too! i only listen to it!', 'P2: do you love to hike to?', 'P1: nah i just go mud riding on my land with my truck for fun.']",P2: do you like to work out ?,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: hello how is it going?', 'P2: hi. i am doing well, plotting to take over the world.', 'P1: haha i have read a book about that once', 'P2: my kids do not visit, so i have a lot of time on my hands, after work.', 'P1: oh my kid days are over finally']","P2: i miss them , i do not know if i ' m up to it .","['P1: hi, i just got an apartment with my best friend!', 'P2: very nice! my boyfriend and i move into our new on next tuesday', ""P1: awesome, i don't care for chicken, but i'm a blonde with blue eyes""]",P2: i ' ve a new boyfriend and we just got married,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: that ' s what they tell me , i am a nurse .","['P1: mostly in the uk. following in my grandfathers footsteps as a world war vet.', 'P2: i thought about being a chef for the army', 'P1: do you know how to make shawarma?', ""P2: i don't. i cook a lot of seafood like shrimp, catfish, etc"", 'P1: you are making me hungry. what else do you like to do?']",P2: i like to read and fish,"['P1: i do it to see moo, my pet cow. what kind of music do you like?', 'P2: i love country music. i do work at a gas station as well', 'P1: i love country too! i only listen to it!', 'P2: do you love to hike to?', 'P1: nah i just go mud riding on my land with my truck for fun.']",P2: i am very scared of clowns .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: hello how is it going?', 'P2: hi. i am doing well, plotting to take over the world.', 'P1: haha i have read a book about that once', 'P2: my kids do not visit, so i have a lot of time on my hands, after work.', 'P1: oh my kid days are over finally']",P2: i'm still working on my house .,"['P1: hi, i just got an apartment with my best friend!', 'P2: very nice! my boyfriend and i move into our new on next tuesday', ""P1: awesome, i don't care for chicken, but i'm a blonde with blue eyes""]",P2: i like to take pictures of the new apartment . i love the color .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: keep trying to do it , just keep working towards your dreams . i'm sure they'll understand","['P1: mostly in the uk. following in my grandfathers footsteps as a world war vet.', 'P2: i thought about being a chef for the army', 'P1: do you know how to make shawarma?', ""P2: i don't. i cook a lot of seafood like shrimp, catfish, etc"", 'P1: you are making me hungry. what else do you like to do?']",P2: well i enjoy reading and cooking,"['P1: i do it to see moo, my pet cow. what kind of music do you like?', 'P2: i love country music. i do work at a gas station as well', 'P1: i love country too! i only listen to it!', 'P2: do you love to hike to?', 'P1: nah i just go mud riding on my land with my truck for fun.']","P2: i do not have any pets , i'm a college student","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: hello how is it going?', 'P2: hi. i am doing well, plotting to take over the world.', 'P1: haha i have read a book about that once', 'P2: my kids do not visit, so i have a lot of time on my hands, after work.', 'P1: oh my kid days are over finally']",P2: you are lucky . i'm a housekeeper .,"['P1: hi, i just got an apartment with my best friend!', 'P2: very nice! my boyfriend and i move into our new on next tuesday', ""P1: awesome, i don't care for chicken, but i'm a blonde with blue eyes""]",P2: that sounds like a nice combination ! i love blue eyes too .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]",P2: well i hope you make it big too !,"['P1: mostly in the uk. following in my grandfathers footsteps as a world war vet.', 'P2: i thought about being a chef for the army', 'P1: do you know how to make shawarma?', ""P2: i don't. i cook a lot of seafood like shrimp, catfish, etc"", 'P1: you are making me hungry. what else do you like to do?']",P2: i love to cook . what do you do for fun ?,"['P1: i do it to see moo, my pet cow. what kind of music do you like?', 'P2: i love country music. i do work at a gas station as well', 'P1: i love country too! i only listen to it!', 'P2: do you love to hike to?', 'P1: nah i just go mud riding on my land with my truck for fun.']",P2: i love to hike too ! i like to go hiking in the woods with my hands .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: hello how is it going?', 'P2: hi. i am doing well, plotting to take over the world.', 'P1: haha i have read a book about that once', 'P2: my kids do not visit, so i have a lot of time on my hands, after work.', 'P1: oh my kid days are over finally']",P2: mine are too . i am 56 .,"['P1: hi, i just got an apartment with my best friend!', 'P2: very nice! my boyfriend and i move into our new on next tuesday', ""P1: awesome, i don't care for chicken, but i'm a blonde with blue eyes""]",P2: do you like photography ? i do it as a side business .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]",P2: that's a good goal do you have a family,"['P1: mostly in the uk. following in my grandfathers footsteps as a world war vet.', 'P2: i thought about being a chef for the army', 'P1: do you know how to make shawarma?', ""P2: i don't. i cook a lot of seafood like shrimp, catfish, etc"", 'P1: you are making me hungry. what else do you like to do?']",P2: ha ha did not meant to get you hungry . i like to fish .,"['P1: i do it to see moo, my pet cow. what kind of music do you like?', 'P2: i love country music. i do work at a gas station as well', 'P1: i love country too! i only listen to it!', 'P2: do you love to hike to?', 'P1: nah i just go mud riding on my land with my truck for fun.']",P2: well that sounds like fun . do you know your parents,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: rock. i listen to it while i work with my father in the fields.', 'P2: what do you do for fun?', 'P1: i ride horses mostly. and you?', 'P2: i stay on the computer mostly. it is almost an addiction.', 'P1: i can understand that. they have clinics for that in japan.']",P2: yes i know . i love it here in new york .,"['P1: oh i see. i try to keep a healthy life style.', 'P2: i just moved to alaska six months ago.', 'P1: wow! now i know it is cold up there.', ""P2: i am fasting from speech i've not talked for 3 months."", 'P1: really? do you not like to talk.']",P2: yes i do but i cannot talk to anyone because i do not talk to anyone .,"['P1: hello, how are you? i think the best color is yellow, do you agree?']",P2: i love yellow . do you like star wars ?,"['P1: well, we can meet up. tell me when!', ""P2: i'll have to check with my parents but maybe next thursday"", 'P1: that sounds wonderful! what is your favorite music?', 'P2: country all the way! its all i listen to. you?', ""P1: well, i'm a big aerosmith fan, but i also like country.""]",P2: cool . i also like country music too . do you like cows ?,"['P1: hello! how are you doing?', 'P2: i am saddened because my career choices are not supported by my family.', ""P1: i'm sorry to hear that. what do you do for a living?"", 'P2: i deal watches as my current work.', ""P1: i'm a manager at my neighborhood supermarket.""]",P2: i work for a watch dealer .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: rock. i listen to it while i work with my father in the fields.', 'P2: what do you do for fun?', 'P1: i ride horses mostly. and you?', 'P2: i stay on the computer mostly. it is almost an addiction.', 'P1: i can understand that. they have clinics for that in japan.']","P2: i do not like it , but i love to play games .","['P1: oh i see. i try to keep a healthy life style.', 'P2: i just moved to alaska six months ago.', 'P1: wow! now i know it is cold up there.', ""P2: i am fasting from speech i've not talked for 3 months."", 'P1: really? do you not like to talk.']","P2: i do not like talking , but i am buddhist .","['P1: hello, how are you? i think the best color is yellow, do you agree?']",P2: i think i like red . i am a fan of poetry and movies .,"['P1: well, we can meet up. tell me when!', ""P2: i'll have to check with my parents but maybe next thursday"", 'P1: that sounds wonderful! what is your favorite music?', 'P2: country all the way! its all i listen to. you?', ""P1: well, i'm a big aerosmith fan, but i also like country.""]",P2: i ' m just a big truck driver so i do not know much about music,"['P1: hello! how are you doing?', 'P2: i am saddened because my career choices are not supported by my family.', ""P1: i'm sorry to hear that. what do you do for a living?"", 'P2: i deal watches as my current work.', ""P1: i'm a manager at my neighborhood supermarket.""]","P2: i ' m a stay at home mom , i love shopping .","[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: rock. i listen to it while i work with my father in the fields.', 'P2: what do you do for fun?', 'P1: i ride horses mostly. and you?', 'P2: i stay on the computer mostly. it is almost an addiction.', 'P1: i can understand that. they have clinics for that in japan.']",P2: i was in the military .,"['P1: oh i see. i try to keep a healthy life style.', 'P2: i just moved to alaska six months ago.', 'P1: wow! now i know it is cold up there.', ""P2: i am fasting from speech i've not talked for 3 months."", 'P1: really? do you not like to talk.']",P2: i just hate talking to people .,"['P1: hello, how are you? i think the best color is yellow, do you agree?']",P2: i am great . i just got done with a race with my friend .,"['P1: well, we can meet up. tell me when!', ""P2: i'll have to check with my parents but maybe next thursday"", 'P1: that sounds wonderful! what is your favorite music?', 'P2: country all the way! its all i listen to. you?', ""P1: well, i'm a big aerosmith fan, but i also like country.""]",P2: i like country too . i live in a big truck,"['P1: hello! how are you doing?', 'P2: i am saddened because my career choices are not supported by my family.', ""P1: i'm sorry to hear that. what do you do for a living?"", 'P2: i deal watches as my current work.', ""P1: i'm a manager at my neighborhood supermarket.""]",P2: that is a lot of work . how are you doing ?,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: rock. i listen to it while i work with my father in the fields.', 'P2: what do you do for fun?', 'P1: i ride horses mostly. and you?', 'P2: i stay on the computer mostly. it is almost an addiction.', 'P1: i can understand that. they have clinics for that in japan.']",P2: i have to get a prescription . i cannot get my hands on any .,"['P1: oh i see. i try to keep a healthy life style.', 'P2: i just moved to alaska six months ago.', 'P1: wow! now i know it is cold up there.', ""P2: i am fasting from speech i've not talked for 3 months."", 'P1: really? do you not like to talk.']",P2: i like to meditate but my job is full time .,"['P1: hello, how are you? i think the best color is yellow, do you agree?']","P2: i'm great , just watching some football","['P1: well, we can meet up. tell me when!', ""P2: i'll have to check with my parents but maybe next thursday"", 'P1: that sounds wonderful! what is your favorite music?', 'P2: country all the way! its all i listen to. you?', ""P1: well, i'm a big aerosmith fan, but i also like country.""]",P2: cool ! do you have any pets ?,"['P1: hello! how are you doing?', 'P2: i am saddened because my career choices are not supported by my family.', ""P1: i'm sorry to hear that. what do you do for a living?"", 'P2: i deal watches as my current work.', ""P1: i'm a manager at my neighborhood supermarket.""]",P2: i shop at the antique shops . what do you do for a living ?,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: rock. i listen to it while i work with my father in the fields.', 'P2: what do you do for fun?', 'P1: i ride horses mostly. and you?', 'P2: i stay on the computer mostly. it is almost an addiction.', 'P1: i can understand that. they have clinics for that in japan.']","P2: ha , not that bad . just need to go outside more .","['P1: oh i see. i try to keep a healthy life style.', 'P2: i just moved to alaska six months ago.', 'P1: wow! now i know it is cold up there.', ""P2: i am fasting from speech i've not talked for 3 months."", 'P1: really? do you not like to talk.']",P2: it is extremely cold here but peaceful .,"['P1: hello, how are you? i think the best color is yellow, do you agree?']",P2: yes yellow is fine how are you doing i'm okay .,"['P1: well, we can meet up. tell me when!', ""P2: i'll have to check with my parents but maybe next thursday"", 'P1: that sounds wonderful! what is your favorite music?', 'P2: country all the way! its all i listen to. you?', ""P1: well, i'm a big aerosmith fan, but i also like country.""]",P2: aerosmith is not bad but i love country so much,"['P1: hello! how are you doing?', 'P2: i am saddened because my career choices are not supported by my family.', ""P1: i'm sorry to hear that. what do you do for a living?"", 'P2: i deal watches as my current work.', ""P1: i'm a manager at my neighborhood supermarket.""]",P2: supermarkets are great . i like to shop in them,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +['P1: hi. how is it going? tell me about yourself'],P2: hi ! i'm doing well . just got done with work . how about you ?,"[""P1: i do not. but i'm so glad you do something that brings you joy"", 'P2: yeah. what do you like to do?', 'P1: i got really into running after i beat cancer', 'P2: wow you must be brave', ""P1: just determined. i'm not taking my second chance for granted""]",P2: what are your other passions ?,"[""P1: that is cool, i'm trying to find a good job in the area, restaurant business"", 'P2: that would be good! are you married?', ""P1: no but my sister is though, she's my older sister"", 'P2: how old? my wife just recently left me with my children', 'P1: she is 32, you should play basketball to get your mind off of things']","P2: yes ! i do not believe in god , but i've faith in myself","[""P1: hey i've zero family i'm close to, be my fam"", 'P2: that stinks. i can be you fam.', 'P1: my favorite food right now is papaya, name is george']","P2: i love pizza , but i cannot eat it alone .","['P1: i walk dogs to pay for college and food', 'P2: that is not such a bad job. it sounds fun.', 'P1: it is not stable enough and it does not pay enough', 'P2: but at least you get lots of fresh air.', 'P1: i get enough of that when i go kayaking']",P2: that is nice . i do not have a car .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true",['P1: hi. how is it going? tell me about yourself'],P2: hello . i ' m well . how about yourself ?,"[""P1: i do not. but i'm so glad you do something that brings you joy"", 'P2: yeah. what do you like to do?', 'P1: i got really into running after i beat cancer', 'P2: wow you must be brave', ""P1: just determined. i'm not taking my second chance for granted""]",P2: i ' m sorry about your health,"[""P1: that is cool, i'm trying to find a good job in the area, restaurant business"", 'P2: that would be good! are you married?', ""P1: no but my sister is though, she's my older sister"", 'P2: how old? my wife just recently left me with my children', 'P1: she is 32, you should play basketball to get your mind off of things']",P2: i do not have a job,"[""P1: hey i've zero family i'm close to, be my fam"", 'P2: that stinks. i can be you fam.', 'P1: my favorite food right now is papaya, name is george']","P2: i eat at home , i am not married , so i get free food .","['P1: i walk dogs to pay for college and food', 'P2: that is not such a bad job. it sounds fun.', 'P1: it is not stable enough and it does not pay enough', 'P2: but at least you get lots of fresh air.', 'P1: i get enough of that when i go kayaking']",P2: i love kayaking . i ' ve two boys and a mini van .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,['P1: hi. how is it going? tell me about yourself'],P2: i am good . how are you ?,"[""P1: i do not. but i'm so glad you do something that brings you joy"", 'P2: yeah. what do you like to do?', 'P1: i got really into running after i beat cancer', 'P2: wow you must be brave', ""P1: just determined. i'm not taking my second chance for granted""]",P2: well i'm sorry to hear that,"[""P1: that is cool, i'm trying to find a good job in the area, restaurant business"", 'P2: that would be good! are you married?', ""P1: no but my sister is though, she's my older sister"", 'P2: how old? my wife just recently left me with my children', 'P1: she is 32, you should play basketball to get your mind off of things']",P2: i am sorry to hear that . i am a nursing home nurse,"[""P1: hey i've zero family i'm close to, be my fam"", 'P2: that stinks. i can be you fam.', 'P1: my favorite food right now is papaya, name is george']",P2: i love papa !,"['P1: i walk dogs to pay for college and food', 'P2: that is not such a bad job. it sounds fun.', 'P1: it is not stable enough and it does not pay enough', 'P2: but at least you get lots of fresh air.', 'P1: i get enough of that when i go kayaking']",P2: i love kayaking . i've a mini van .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,['P1: hi. how is it going? tell me about yourself'],P2: i am doing great . how are you ?,"[""P1: i do not. but i'm so glad you do something that brings you joy"", 'P2: yeah. what do you like to do?', 'P1: i got really into running after i beat cancer', 'P2: wow you must be brave', ""P1: just determined. i'm not taking my second chance for granted""]",P2: i try to stay positive,"[""P1: that is cool, i'm trying to find a good job in the area, restaurant business"", 'P2: that would be good! are you married?', ""P1: no but my sister is though, she's my older sister"", 'P2: how old? my wife just recently left me with my children', 'P1: she is 32, you should play basketball to get your mind off of things']",P2: that would be nice . i'm more of a soccer guy,"[""P1: hey i've zero family i'm close to, be my fam"", 'P2: that stinks. i can be you fam.', 'P1: my favorite food right now is papaya, name is george']",P2: i love papaya . i eat it almost every day .,"['P1: i walk dogs to pay for college and food', 'P2: that is not such a bad job. it sounds fun.', 'P1: it is not stable enough and it does not pay enough', 'P2: but at least you get lots of fresh air.', 'P1: i get enough of that when i go kayaking']",P2: that is good to hear . i love kayaking .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,['P1: hi. how is it going? tell me about yourself'],"P2: hello . well , i love horses .","[""P1: i do not. but i'm so glad you do something that brings you joy"", 'P2: yeah. what do you like to do?', 'P1: i got really into running after i beat cancer', 'P2: wow you must be brave', ""P1: just determined. i'm not taking my second chance for granted""]","P2: good idea , you sound like an amazing human","[""P1: that is cool, i'm trying to find a good job in the area, restaurant business"", 'P2: that would be good! are you married?', ""P1: no but my sister is though, she's my older sister"", 'P2: how old? my wife just recently left me with my children', 'P1: she is 32, you should play basketball to get your mind off of things']",P2: i should . i usually spend my time on facebook,"[""P1: hey i've zero family i'm close to, be my fam"", 'P2: that stinks. i can be you fam.', 'P1: my favorite food right now is papaya, name is george']",P2: i have never had papaya . what do you like to do for fun ?,"['P1: i walk dogs to pay for college and food', 'P2: that is not such a bad job. it sounds fun.', 'P1: it is not stable enough and it does not pay enough', 'P2: but at least you get lots of fresh air.', 'P1: i get enough of that when i go kayaking']","P2: ah , yes . i've never kayaked . is it fun ?","['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: hello, how are you today?', 'P2: good. yourself? listening to classical music', 'P1: that is cool! i just like to skateboard!']",P2: cool . my sister loves to dance . i'm a christian,"['P1: i wore a yellow leotard with sparkles and i have everything yellow.', 'P2: i take it yellow is your favorite color?', 'P1: yes it sure is. i had italian food and garlic bread for a year.', 'P2: like, you mean that is all you ate for an entire year?', 'P1: yes. it sure is. i love it. i cannot get enough.']",P2: i bet it tastes good .,"['P1: how are you doing today', 'P2: hi, all is moving great. thanks for asking', 'P1: do you go to school']","P2: no , i am a student . i am learning a new language","['P1: that is cool. what grade do you teach?', 'P2: i hold an outdoor class', 'P1: oh wow! what is it about?', 'P2: i teach walking and hiking mostly', 'P1: so a gym teacher? or trainer?']",P2: i teach for the church,"['P1: oh i spend time with my son too, we are going to disneyland to see mickey!', 'P2: awesome! i love mickey. i think we are done.', 'P1: oh you have to go so soon?', 'P2: well. no, not really. i love chinese language.', 'P1: oh that is great, but i think i have to go myself!']","P2: ok , bye .","['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: hello, how are you today?', 'P2: good. yourself? listening to classical music', 'P1: that is cool! i just like to skateboard!']",P2: that sounds fun . do you like music ?,"['P1: i wore a yellow leotard with sparkles and i have everything yellow.', 'P2: i take it yellow is your favorite color?', 'P1: yes it sure is. i had italian food and garlic bread for a year.', 'P2: like, you mean that is all you ate for an entire year?', 'P1: yes. it sure is. i love it. i cannot get enough.']",P2: i ' m in love with my robot and i love it .,"['P1: how are you doing today', 'P2: hi, all is moving great. thanks for asking', 'P1: do you go to school']","P2: no , but i do like to skateboard","['P1: that is cool. what grade do you teach?', 'P2: i hold an outdoor class', 'P1: oh wow! what is it about?', 'P2: i teach walking and hiking mostly', 'P1: so a gym teacher? or trainer?']",P2: i teach high school,"['P1: oh i spend time with my son too, we are going to disneyland to see mickey!', 'P2: awesome! i love mickey. i think we are done.', 'P1: oh you have to go so soon?', 'P2: well. no, not really. i love chinese language.', 'P1: oh that is great, but i think i have to go myself!']",P2: oh no ! i do not like it . i wish i could speak chinese .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: hello, how are you today?', 'P2: good. yourself? listening to classical music', 'P1: that is cool! i just like to skateboard!']",P2: i like to drive tractor too . i also like listening to classical music,"['P1: i wore a yellow leotard with sparkles and i have everything yellow.', 'P2: i take it yellow is your favorite color?', 'P1: yes it sure is. i had italian food and garlic bread for a year.', 'P2: like, you mean that is all you ate for an entire year?', 'P1: yes. it sure is. i love it. i cannot get enough.']",P2: i am sorry to hear that . i am a recluse .,"['P1: how are you doing today', 'P2: hi, all is moving great. thanks for asking', 'P1: do you go to school']",P2: yes i do . i am a vegan . i love to eat hummus .,"['P1: that is cool. what grade do you teach?', 'P2: i hold an outdoor class', 'P1: oh wow! what is it about?', 'P2: i teach walking and hiking mostly', 'P1: so a gym teacher? or trainer?']",P2: i teach gardening and walking outside,"['P1: oh i spend time with my son too, we are going to disneyland to see mickey!', 'P2: awesome! i love mickey. i think we are done.', 'P1: oh you have to go so soon?', 'P2: well. no, not really. i love chinese language.', 'P1: oh that is great, but i think i have to go myself!']",P2: you should . i speak chinese and i love chocolate .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: hello, how are you today?', 'P2: good. yourself? listening to classical music', 'P1: that is cool! i just like to skateboard!']",P2: that's cool . i enjoy driving my tractor,"['P1: i wore a yellow leotard with sparkles and i have everything yellow.', 'P2: i take it yellow is your favorite color?', 'P1: yes it sure is. i had italian food and garlic bread for a year.', 'P2: like, you mean that is all you ate for an entire year?', 'P1: yes. it sure is. i love it. i cannot get enough.']",P2: i am an avid gamer and watch starcraft .,"['P1: how are you doing today', 'P2: hi, all is moving great. thanks for asking', 'P1: do you go to school']",P2: i do not . i am a student . i love animals,"['P1: that is cool. what grade do you teach?', 'P2: i hold an outdoor class', 'P1: oh wow! what is it about?', 'P2: i teach walking and hiking mostly', 'P1: so a gym teacher? or trainer?']",P2: i do both,"['P1: oh i spend time with my son too, we are going to disneyland to see mickey!', 'P2: awesome! i love mickey. i think we are done.', 'P1: oh you have to go so soon?', 'P2: well. no, not really. i love chinese language.', 'P1: oh that is great, but i think i have to go myself!']",P2: i think you will enjoy it . i love chocolate bars .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: hello, how are you today?', 'P2: good. yourself? listening to classical music', 'P1: that is cool! i just like to skateboard!']",P2: can you do a kick flip ?,"['P1: i wore a yellow leotard with sparkles and i have everything yellow.', 'P2: i take it yellow is your favorite color?', 'P1: yes it sure is. i had italian food and garlic bread for a year.', 'P2: like, you mean that is all you ate for an entire year?', 'P1: yes. it sure is. i love it. i cannot get enough.']",P2: i had spaghetti with vegetarian italian sausage and garlic bread last night . it was so good .,"['P1: how are you doing today', 'P2: hi, all is moving great. thanks for asking', 'P1: do you go to school']",P2: i kind of do . mainly online courses for now . and you ?,"['P1: that is cool. what grade do you teach?', 'P2: i hold an outdoor class', 'P1: oh wow! what is it about?', 'P2: i teach walking and hiking mostly', 'P1: so a gym teacher? or trainer?']",P2: i don't really like labels,"['P1: oh i spend time with my son too, we are going to disneyland to see mickey!', 'P2: awesome! i love mickey. i think we are done.', 'P1: oh you have to go so soon?', 'P2: well. no, not really. i love chinese language.', 'P1: oh that is great, but i think i have to go myself!']",P2: okay . nice talking to you .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: hey there, hows it going', 'P2: good, hello how are you today?', ""P1: i'm doing pretty well, bout to eat""]",P2: i'm just getting ready to play softball .,"['P1: i only eat salads, i have to maintain my figure', 'P2: salad are a great way to keep your weight!', ""P1: that's cool. you should know a lot about history"", 'P2: yeah i usually visit history museums when i go to europe.', 'P1: when in europe all i do is shop']",P2: i shop in my spare time too . i like to cook .,"['P1: well, time has not been good to me. i was beautiful years ago.', 'P2: i am sure you still are! it is the insides that count!', 'P1: thank you. i spend my days cleaning and remembering my artistic paintings.', 'P2: i bet you are a wonderful painter. i like to paint.', 'P1: i was popular at one time and made a lot of money']",P2: do you have any hobbies ? i enjoy being with friends .,"['P1: i spend my extra time dancing', 'P2: i am not good at dancing too big and clumsy. i can pet the bunnies though.', 'P1: i was raised in somalia but now living in u. s.', ""P2: i have a job in the shipyard when i'm not volunteering to pet the bunnies."", 'P1: do you have an aunt']",P2: no i am only a child .,"['P1: it is like a burrito. a meat filled tortilla', 'P2: what is that big word shawarma?', 'P1: what else do you like to do?', 'P2: oh, i like burritos a lot.', 'P1: me too, delicious. i like veal ones best.']",P2: i don't eat meat .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: hey there, hows it going', 'P2: good, hello how are you today?', ""P1: i'm doing pretty well, bout to eat""]",P2: i just got off work . i just got fired .,"['P1: i only eat salads, i have to maintain my figure', 'P2: salad are a great way to keep your weight!', ""P1: that's cool. you should know a lot about history"", 'P2: yeah i usually visit history museums when i go to europe.', 'P1: when in europe all i do is shop']",P2: i love to shop too .,"['P1: well, time has not been good to me. i was beautiful years ago.', 'P2: i am sure you still are! it is the insides that count!', 'P1: thank you. i spend my days cleaning and remembering my artistic paintings.', 'P2: i bet you are a wonderful painter. i like to paint.', 'P1: i was popular at one time and made a lot of money']",P2: i have always wanted to move out of my parents house . they keep me busy .,"['P1: i spend my extra time dancing', 'P2: i am not good at dancing too big and clumsy. i can pet the bunnies though.', 'P1: i was raised in somalia but now living in u. s.', ""P2: i have a job in the shipyard when i'm not volunteering to pet the bunnies."", 'P1: do you have an aunt']",P2: i do . i volunteer for the local local rescue center .,"['P1: it is like a burrito. a meat filled tortilla', 'P2: what is that big word shawarma?', 'P1: what else do you like to do?', 'P2: oh, i like burritos a lot.', 'P1: me too, delicious. i like veal ones best.']",P2: i like to play video games .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: hey there, hows it going', 'P2: good, hello how are you today?', ""P1: i'm doing pretty well, bout to eat""]",P2: what kind of food ? i'm in the insurance business,"['P1: i only eat salads, i have to maintain my figure', 'P2: salad are a great way to keep your weight!', ""P1: that's cool. you should know a lot about history"", 'P2: yeah i usually visit history museums when i go to europe.', 'P1: when in europe all i do is shop']",P2: i've to stay in europe to shop .,"['P1: well, time has not been good to me. i was beautiful years ago.', 'P2: i am sure you still are! it is the insides that count!', 'P1: thank you. i spend my days cleaning and remembering my artistic paintings.', 'P2: i bet you are a wonderful painter. i like to paint.', 'P1: i was popular at one time and made a lot of money']","P2: i bet you are , too ! do you have any pets ?","['P1: i spend my extra time dancing', 'P2: i am not good at dancing too big and clumsy. i can pet the bunnies though.', 'P1: i was raised in somalia but now living in u. s.', ""P2: i have a job in the shipyard when i'm not volunteering to pet the bunnies."", 'P1: do you have an aunt']",P2: i've a sister .,"['P1: it is like a burrito. a meat filled tortilla', 'P2: what is that big word shawarma?', 'P1: what else do you like to do?', 'P2: oh, i like burritos a lot.', 'P1: me too, delicious. i like veal ones best.']",P2: i also like pizza . what is your favorite food ?,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: hey there, hows it going', 'P2: good, hello how are you today?', ""P1: i'm doing pretty well, bout to eat""]",P2: i'm eating right now . how about you ?,"['P1: i only eat salads, i have to maintain my figure', 'P2: salad are a great way to keep your weight!', ""P1: that's cool. you should know a lot about history"", 'P2: yeah i usually visit history museums when i go to europe.', 'P1: when in europe all i do is shop']",P2: that is cool . i am a fish and chips addict .,"['P1: well, time has not been good to me. i was beautiful years ago.', 'P2: i am sure you still are! it is the insides that count!', 'P1: thank you. i spend my days cleaning and remembering my artistic paintings.', 'P2: i bet you are a wonderful painter. i like to paint.', 'P1: i was popular at one time and made a lot of money']",P2: wow ! what did you do ?,"['P1: i spend my extra time dancing', 'P2: i am not good at dancing too big and clumsy. i can pet the bunnies though.', 'P1: i was raised in somalia but now living in u. s.', ""P2: i have a job in the shipyard when i'm not volunteering to pet the bunnies."", 'P1: do you have an aunt']",P2: yes i do . i also volunteer at a local bunny rescue .,"['P1: it is like a burrito. a meat filled tortilla', 'P2: what is that big word shawarma?', 'P1: what else do you like to do?', 'P2: oh, i like burritos a lot.', 'P1: me too, delicious. i like veal ones best.']",P2: i like meatloaf .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: hey there, hows it going', 'P2: good, hello how are you today?', ""P1: i'm doing pretty well, bout to eat""]",P2: i just got through playing softball,"['P1: i only eat salads, i have to maintain my figure', 'P2: salad are a great way to keep your weight!', ""P1: that's cool. you should know a lot about history"", 'P2: yeah i usually visit history museums when i go to europe.', 'P1: when in europe all i do is shop']",P2: yeah they got a lot of great looking clothes !,"['P1: well, time has not been good to me. i was beautiful years ago.', 'P2: i am sure you still are! it is the insides that count!', 'P1: thank you. i spend my days cleaning and remembering my artistic paintings.', 'P2: i bet you are a wonderful painter. i like to paint.', 'P1: i was popular at one time and made a lot of money']",P2: popularity and money are not everything .,"['P1: i spend my extra time dancing', 'P2: i am not good at dancing too big and clumsy. i can pet the bunnies though.', 'P1: i was raised in somalia but now living in u. s.', ""P2: i have a job in the shipyard when i'm not volunteering to pet the bunnies."", 'P1: do you have an aunt']",P2: nope . did yours save you when you were forced to marry someone ?,"['P1: it is like a burrito. a meat filled tortilla', 'P2: what is that big word shawarma?', 'P1: what else do you like to do?', 'P2: oh, i like burritos a lot.', 'P1: me too, delicious. i like veal ones best.']",P2: i like to ride horses and play softball .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"[""P1: hello, i'm sitting here with my dog. how are you?"", ""P2: i'm well friend. looking for new employment at the moment."", 'P1: what would be your dream job?']",P2: i am a doctor . i love it . i am going to be a pediatrician .,"['P1: i am doing well thank you. finished up a batch of brownies.', 'P2: that sounds yummy. i want some brownies', 'P1: they are so easy to make. do you knit?', 'P2: i do not knit.', 'P1: are you afraid of dying? i am, my therapists laughs at me for it.']",P2: not really . i am a nice person,"[""P1: i love my animals. i'm an old lady with cats."", ""P2: i'm only 4. i'll be 5 when i have a birthday."", 'P1: do you have a pet?', 'P2: no. but i have blocks and like to play with them and sing.', 'P1: i love the birds and my cats.']",P2: i love birds too . what kind of birds do you have ?,"['P1: hello, how are you today?']","P2: i am good , just listening to some classical music .",['P1: when i finish school i will be a computer programmer'],P2: i have a nissan pathfinder,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","[""P1: hello, i'm sitting here with my dog. how are you?"", ""P2: i'm well friend. looking for new employment at the moment."", 'P1: what would be your dream job?']",P2: i work as a doctor . it is not easy .,"['P1: i am doing well thank you. finished up a batch of brownies.', 'P2: that sounds yummy. i want some brownies', 'P1: they are so easy to make. do you knit?', 'P2: i do not knit.', 'P1: are you afraid of dying? i am, my therapists laughs at me for it.']","P2: no , i love to explore new parts of the city .","[""P1: i love my animals. i'm an old lady with cats."", ""P2: i'm only 4. i'll be 5 when i have a birthday."", 'P1: do you have a pet?', 'P2: no. but i have blocks and like to play with them and sing.', 'P1: i love the birds and my cats.']",P2: i do not know what to say . i love to eat chocolate candy .,"['P1: hello, how are you today?']","P2: i ' m good , just listening to classical music",['P1: when i finish school i will be a computer programmer'],P2: i ' ve been working on a nissan pathfinder . i am going to open a studio apartment,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"[""P1: hello, i'm sitting here with my dog. how are you?"", ""P2: i'm well friend. looking for new employment at the moment."", 'P1: what would be your dream job?']","P2: i would like to work in a hospital , but i am looking for a new job .","['P1: i am doing well thank you. finished up a batch of brownies.', 'P2: that sounds yummy. i want some brownies', 'P1: they are so easy to make. do you knit?', 'P2: i do not knit.', 'P1: are you afraid of dying? i am, my therapists laughs at me for it.']","P2: no , i am just a teacher","[""P1: i love my animals. i'm an old lady with cats."", ""P2: i'm only 4. i'll be 5 when i have a birthday."", 'P1: do you have a pet?', 'P2: no. but i have blocks and like to play with them and sing.', 'P1: i love the birds and my cats.']",P2: i love all animals . i have a dog .,"['P1: hello, how are you today?']","P2: i am doing well , just listening to some classical music .",['P1: when i finish school i will be a computer programmer'],P2: that is a lot of work,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"[""P1: hello, i'm sitting here with my dog. how are you?"", ""P2: i'm well friend. looking for new employment at the moment."", 'P1: what would be your dream job?']",P2: i would love to be a doctor .,"['P1: i am doing well thank you. finished up a batch of brownies.', 'P2: that sounds yummy. i want some brownies', 'P1: they are so easy to make. do you knit?', 'P2: i do not knit.', 'P1: are you afraid of dying? i am, my therapists laughs at me for it.']",P2: no i don't think i am . do you have a dog ?,"[""P1: i love my animals. i'm an old lady with cats."", ""P2: i'm only 4. i'll be 5 when i have a birthday."", 'P1: do you have a pet?', 'P2: no. but i have blocks and like to play with them and sing.', 'P1: i love the birds and my cats.']",P2: what are your hobbies ?,"['P1: hello, how are you today?']","P2: i'm doing good , how are you ?",['P1: when i finish school i will be a computer programmer'],P2: oh wow ! i work from home . what do you do for a living ?,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"[""P1: hello, i'm sitting here with my dog. how are you?"", ""P2: i'm well friend. looking for new employment at the moment."", 'P1: what would be your dream job?']",P2: a writer . i'm currently an er doctor .,"['P1: i am doing well thank you. finished up a batch of brownies.', 'P2: that sounds yummy. i want some brownies', 'P1: they are so easy to make. do you knit?', 'P2: i do not knit.', 'P1: are you afraid of dying? i am, my therapists laughs at me for it.']",P2: i think i am more afraid of dying alone .,"[""P1: i love my animals. i'm an old lady with cats."", ""P2: i'm only 4. i'll be 5 when i have a birthday."", 'P1: do you have a pet?', 'P2: no. but i have blocks and like to play with them and sing.', 'P1: i love the birds and my cats.']",P2: how many do you have ?,"['P1: hello, how are you today?']",P2: good . yourself ? listening to classical music,['P1: when i finish school i will be a computer programmer'],"P2: i love driving my pathfinder , it is a nissan .","['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: mike. are you hiring? haha', 'P2: not at the moment. do you have any hobbies?', 'P1: i like to play basketball. how about you?', 'P2: i love to be on the water, fishing is one of my favorite things to do.', 'P1: very nice. i have an older sister. she loves to fish']",P2: is she a nice lady ?,"[""P1: i'm allergic to water so i don't leave home often"", ""P2: that's horrid. how do you stay clean?"", 'P1: my robot bathes me in coconut oil', 'P2: that is interesting. why a robot?', 'P1: cheaper than paying for plastic surgeries. the ultimate me']",P2: lol . do you enjoy the job ?,"['P1: the internet is where i got my information on becoming a vegan.', 'P2: so, you would not know, or could tell, the difference. also, i like drinking wein!', ""P1: that's fun! i just painted my bedroom lime green and purple."", 'P2: sometimes it is hard for me to push keys. i meant wine!', 'P1: lol it happens! sometimes my curly brown hair gets in my eyes']",P2: i remember that time when everyone had a tv .,"['P1: hi there! i love to dance, what do you do for fun?']","P2: hi , i play with my dolls and play with my turtles .","['P1: hello! i was honored to be a homecoming queen this year. how are you?', ""P2: hi. that is wonderful! actually, i'm pretty hungry for anything right now, burger or salad."", 'P1: lets eat beef. my goal is to run a 5k soon.']",P2: that sounds like a lot of fun . i just bought a house .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: mike. are you hiring? haha', 'P2: not at the moment. do you have any hobbies?', 'P1: i like to play basketball. how about you?', 'P2: i love to be on the water, fishing is one of my favorite things to do.', 'P1: very nice. i have an older sister. she loves to fish']",P2: do you have any hobbies ?,"[""P1: i'm allergic to water so i don't leave home often"", ""P2: that's horrid. how do you stay clean?"", 'P1: my robot bathes me in coconut oil', 'P2: that is interesting. why a robot?', 'P1: cheaper than paying for plastic surgeries. the ultimate me']",P2: that ' s very sad . do you have any pets ?,"['P1: the internet is where i got my information on becoming a vegan.', 'P2: so, you would not know, or could tell, the difference. also, i like drinking wein!', ""P1: that's fun! i just painted my bedroom lime green and purple."", 'P2: sometimes it is hard for me to push keys. i meant wine!', 'P1: lol it happens! sometimes my curly brown hair gets in my eyes']",P2: i ' ve never seen that happen . i also remember when i was younger .,"['P1: hi there! i love to dance, what do you do for fun?']","P2: i like to play with my turtle , his name is my best friend","['P1: hello! i was honored to be a homecoming queen this year. how are you?', ""P2: hi. that is wonderful! actually, i'm pretty hungry for anything right now, burger or salad."", 'P1: lets eat beef. my goal is to run a 5k soon.']",P2: i ' m not sure . i just bought a home and i just bought a new home,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: mike. are you hiring? haha', 'P2: not at the moment. do you have any hobbies?', 'P1: i like to play basketball. how about you?', 'P2: i love to be on the water, fishing is one of my favorite things to do.', 'P1: very nice. i have an older sister. she loves to fish']",P2: i'm a chef too . what do you do ?,"[""P1: i'm allergic to water so i don't leave home often"", ""P2: that's horrid. how do you stay clean?"", 'P1: my robot bathes me in coconut oil', 'P2: that is interesting. why a robot?', 'P1: cheaper than paying for plastic surgeries. the ultimate me']",P2: what do you do for a living ?,"['P1: the internet is where i got my information on becoming a vegan.', 'P2: so, you would not know, or could tell, the difference. also, i like drinking wein!', ""P1: that's fun! i just painted my bedroom lime green and purple."", 'P2: sometimes it is hard for me to push keys. i meant wine!', 'P1: lol it happens! sometimes my curly brown hair gets in my eyes']","P2: haha , i'm glad to hear that ! i'm only 80 so i have a lot of","['P1: hi there! i love to dance, what do you do for fun?']",P2: i'm a pet turtle . i have a best friend in my house .,"['P1: hello! i was honored to be a homecoming queen this year. how are you?', ""P2: hi. that is wonderful! actually, i'm pretty hungry for anything right now, burger or salad."", 'P1: lets eat beef. my goal is to run a 5k soon.']",P2: i've been a runner since i was 3 . i am a big fat dude .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: mike. are you hiring? haha', 'P2: not at the moment. do you have any hobbies?', 'P1: i like to play basketball. how about you?', 'P2: i love to be on the water, fishing is one of my favorite things to do.', 'P1: very nice. i have an older sister. she loves to fish']",P2: i am sure she would love that .,"[""P1: i'm allergic to water so i don't leave home often"", ""P2: that's horrid. how do you stay clean?"", 'P1: my robot bathes me in coconut oil', 'P2: that is interesting. why a robot?', 'P1: cheaper than paying for plastic surgeries. the ultimate me']",P2: that is great . what do you do for work ?,"['P1: the internet is where i got my information on becoming a vegan.', 'P2: so, you would not know, or could tell, the difference. also, i like drinking wein!', ""P1: that's fun! i just painted my bedroom lime green and purple."", 'P2: sometimes it is hard for me to push keys. i meant wine!', 'P1: lol it happens! sometimes my curly brown hair gets in my eyes']","P2: oh , i'm sorry ! i am very strong for my age . i'm 100 years old .","['P1: hi there! i love to dance, what do you do for fun?']","P2: i'm a professional dancer , what about you ?","['P1: hello! i was honored to be a homecoming queen this year. how are you?', ""P2: hi. that is wonderful! actually, i'm pretty hungry for anything right now, burger or salad."", 'P1: lets eat beef. my goal is to run a 5k soon.']",P2: that is great ! my first home is a bank so i just bought a new house .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: mike. are you hiring? haha', 'P2: not at the moment. do you have any hobbies?', 'P1: i like to play basketball. how about you?', 'P2: i love to be on the water, fishing is one of my favorite things to do.', 'P1: very nice. i have an older sister. she loves to fish']","P2: nice , i like comic books as well . what position do you play in basketball .","[""P1: i'm allergic to water so i don't leave home often"", ""P2: that's horrid. how do you stay clean?"", 'P1: my robot bathes me in coconut oil', 'P2: that is interesting. why a robot?', 'P1: cheaper than paying for plastic surgeries. the ultimate me']",P2: interesting outlook . where do you live ? i am in alaska .,"['P1: the internet is where i got my information on becoming a vegan.', 'P2: so, you would not know, or could tell, the difference. also, i like drinking wein!', ""P1: that's fun! i just painted my bedroom lime green and purple."", 'P2: sometimes it is hard for me to push keys. i meant wine!', 'P1: lol it happens! sometimes my curly brown hair gets in my eyes']",P2: do you like those colors together ? do they go good ?,"['P1: hi there! i love to dance, what do you do for fun?']",P2: oh cool . pole dancing ? well i am only 4 and enjoy coloring .,"['P1: hello! i was honored to be a homecoming queen this year. how are you?', ""P2: hi. that is wonderful! actually, i'm pretty hungry for anything right now, burger or salad."", 'P1: lets eat beef. my goal is to run a 5k soon.']",P2: yum . will be ready to run again after i have my twins in 2 months .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"[""P1: cool. i'm currently not working but i help out at food bank sometimes"", ""P2: that's very kind of you to do so"", 'P1: yeah i try. do you have any pets?', 'P2: no unfortunately not, but this is a new apartment. i might get a cat', 'P1: oh okay i actually have a cat and a dog']",P2: awesome . i've a dog too . her name is chris,"['P1: how are you doing? i just wanna have fun with friends!', 'P2: hi! me, too! i made it to the court at homecoming! i was queen!', 'P1: cool come into burger king i work there part time', ""P2: i'd, but i am too busy studying. i am a totally a student, you know!"", ""P1: i'm 19 saving to move out of my parents!""]",P2: that's a good plan !,"['P1: we are having triplets so very excited', 'P2: ow wow now that will be hard task', 'P1: yeah do you have kids?', 'P2: no i sadly do not. i never been one to hold a steady relationship', 'P1: i just got remarried with step children']",P2: oh wow that's awesome i wish i could do that,"[""P1: i do not care for dogs. i'm waiting for retirement"", 'P2: good luck with retirement. my dog trump is a german shepherd.', 'P1: thanks if only retirement will come faster. what do you do for a living?', 'P2: actor. i adopted a dog and a husband in the same year.', 'P1: oh acting that sounds fun. sounds like you went through some big life events']",P2: yeah . i spend a lot of time in the city .,"[""P1: hi i'm a musician with big dream""]","P2: hi , i'm a graduate student . what do you do for a living ?","['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","[""P1: cool. i'm currently not working but i help out at food bank sometimes"", ""P2: that's very kind of you to do so"", 'P1: yeah i try. do you have any pets?', 'P2: no unfortunately not, but this is a new apartment. i might get a cat', 'P1: oh okay i actually have a cat and a dog']",P2: that ' s nice . what do you do for a living ?,"['P1: how are you doing? i just wanna have fun with friends!', 'P2: hi! me, too! i made it to the court at homecoming! i was queen!', 'P1: cool come into burger king i work there part time', ""P2: i'd, but i am too busy studying. i am a totally a student, you know!"", ""P1: i'm 19 saving to move out of my parents!""]",P2: that ' s awesome ! i want to work for a physical therapist .,"['P1: we are having triplets so very excited', 'P2: ow wow now that will be hard task', 'P1: yeah do you have kids?', 'P2: no i sadly do not. i never been one to hold a steady relationship', 'P1: i just got remarried with step children']",P2: oh wow that is nice . do you have any siblings ?,"[""P1: i do not care for dogs. i'm waiting for retirement"", 'P2: good luck with retirement. my dog trump is a german shepherd.', 'P1: thanks if only retirement will come faster. what do you do for a living?', 'P2: actor. i adopted a dog and a husband in the same year.', 'P1: oh acting that sounds fun. sounds like you went through some big life events']",P2: i ' m a scientist . i ' ve a german shepherd named nhl .,"[""P1: hi i'm a musician with big dream""]","P2: hi . i ' m a college student , i love reading .","[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"[""P1: cool. i'm currently not working but i help out at food bank sometimes"", ""P2: that's very kind of you to do so"", 'P1: yeah i try. do you have any pets?', 'P2: no unfortunately not, but this is a new apartment. i might get a cat', 'P1: oh okay i actually have a cat and a dog']",P2: you should get a cat and a dog . do you have any hobbies ?,"['P1: how are you doing? i just wanna have fun with friends!', 'P2: hi! me, too! i made it to the court at homecoming! i was queen!', 'P1: cool come into burger king i work there part time', ""P2: i'd, but i am too busy studying. i am a totally a student, you know!"", ""P1: i'm 19 saving to move out of my parents!""]",P2: that is awesome ! i'm going to college so i have to finish high school first !,"['P1: we are having triplets so very excited', 'P2: ow wow now that will be hard task', 'P1: yeah do you have kids?', 'P2: no i sadly do not. i never been one to hold a steady relationship', 'P1: i just got remarried with step children']",P2: that is horrible . what are you going to do ?,"[""P1: i do not care for dogs. i'm waiting for retirement"", 'P2: good luck with retirement. my dog trump is a german shepherd.', 'P1: thanks if only retirement will come faster. what do you do for a living?', 'P2: actor. i adopted a dog and a husband in the same year.', 'P1: oh acting that sounds fun. sounds like you went through some big life events']",P2: i was just born . i'm only 17 .,"[""P1: hi i'm a musician with big dream""]","P2: hey , i'm a musician with big dreams . what kind of music do you like ?","['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"[""P1: cool. i'm currently not working but i help out at food bank sometimes"", ""P2: that's very kind of you to do so"", 'P1: yeah i try. do you have any pets?', 'P2: no unfortunately not, but this is a new apartment. i might get a cat', 'P1: oh okay i actually have a cat and a dog']",P2: oh i have no pets . i'm a bar worker at night,"['P1: how are you doing? i just wanna have fun with friends!', 'P2: hi! me, too! i made it to the court at homecoming! i was queen!', 'P1: cool come into burger king i work there part time', ""P2: i'd, but i am too busy studying. i am a totally a student, you know!"", ""P1: i'm 19 saving to move out of my parents!""]","P2: i am in high school , so i need to find a job as a physical therapist .","['P1: we are having triplets so very excited', 'P2: ow wow now that will be hard task', 'P1: yeah do you have kids?', 'P2: no i sadly do not. i never been one to hold a steady relationship', 'P1: i just got remarried with step children']",P2: i have a steady relationship with my husband,"[""P1: i do not care for dogs. i'm waiting for retirement"", 'P2: good luck with retirement. my dog trump is a german shepherd.', 'P1: thanks if only retirement will come faster. what do you do for a living?', 'P2: actor. i adopted a dog and a husband in the same year.', 'P1: oh acting that sounds fun. sounds like you went through some big life events']",P2: i am actually just a college student . what do you do ?,"[""P1: hi i'm a musician with big dream""]",P2: hi ! i'm a kayaker and a graduate student . i enjoy reading journals and guides !,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"[""P1: cool. i'm currently not working but i help out at food bank sometimes"", ""P2: that's very kind of you to do so"", 'P1: yeah i try. do you have any pets?', 'P2: no unfortunately not, but this is a new apartment. i might get a cat', 'P1: oh okay i actually have a cat and a dog']",P2: how sweet ! what are their names ?,"['P1: how are you doing? i just wanna have fun with friends!', 'P2: hi! me, too! i made it to the court at homecoming! i was queen!', 'P1: cool come into burger king i work there part time', ""P2: i'd, but i am too busy studying. i am a totally a student, you know!"", ""P1: i'm 19 saving to move out of my parents!""]",P2: i'm on the track team in high school . i want to run a big race !,"['P1: we are having triplets so very excited', 'P2: ow wow now that will be hard task', 'P1: yeah do you have kids?', 'P2: no i sadly do not. i never been one to hold a steady relationship', 'P1: i just got remarried with step children']",P2: and now you are having triplets . now that will be a huge family,"[""P1: i do not care for dogs. i'm waiting for retirement"", 'P2: good luck with retirement. my dog trump is a german shepherd.', 'P1: thanks if only retirement will come faster. what do you do for a living?', 'P2: actor. i adopted a dog and a husband in the same year.', 'P1: oh acting that sounds fun. sounds like you went through some big life events']",P2: i did ! i got rid of my husband and kept the dog .,"[""P1: hi i'm a musician with big dream""]",P2: what kind of dreams do you have ?,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +['P1: do you want to go the the playground with me?'],P2: i would love that ! i do not have time for that,"['P1: i love dogs! do you know the game starcraft?', ""P2: i do. i haven't played it tho."", 'P1: i designed parts of it, i am a popular twitch streamer.', 'P2: oh very cool. i go on twitch for my pot farm updates.', 'P1: pot farm updates? like a real pot farm?']","P2: yes , a greenhouse .","['P1: i love to play guitar, i was only three when i started', 'P2: my parents were killed by a clown when i was three. i was then adopted', ""P1: hi, how are you? do you like country music? i'm a singer."", ""P2: it is alright. i'm more of a pop fan myself"", 'P1: sad, i am sorry, did they every caught the clown?']",P2: no . i just know i am terrified of them,"['P1: it is a 5 story place', 'P2: wow! no way! what are you going to do with all that space?', 'P1: build a spaceship duh uh', 'P2: oh, of course. i would build an indoor swimming pool on every level.', 'P1: heck yeah, i really like waffles too']",P2: waffles are the best . i could do my three sisters a lot of waffles .,"[""P1: they haven't recently because they were painting my bedroom purple and lime green"", 'P2: wow! we buried my aunt in lime green her favorite color.', 'P1: sorry to hear about your aunt', 'P2: thanks. she died a long time ago. she was a meat eater too.', 'P1: that makes me sad. vegan is the way to be.']",P2: yes ! my dad used to be a vegan .,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true",['P1: do you want to go the the playground with me?'],P2: sure ! i ' m not a social person but i ' ve to get my solar panels on the,"['P1: i love dogs! do you know the game starcraft?', ""P2: i do. i haven't played it tho."", 'P1: i designed parts of it, i am a popular twitch streamer.', 'P2: oh very cool. i go on twitch for my pot farm updates.', 'P1: pot farm updates? like a real pot farm?']","P2: yes , i ' ve been working on it for a while .","['P1: i love to play guitar, i was only three when i started', 'P2: my parents were killed by a clown when i was three. i was then adopted', ""P1: hi, how are you? do you like country music? i'm a singer."", ""P2: it is alright. i'm more of a pop fan myself"", 'P1: sad, i am sorry, did they every caught the clown?']",P2: no . i ' m the only child of my parents who can ' t do it .,"['P1: it is a 5 story place', 'P2: wow! no way! what are you going to do with all that space?', 'P1: build a spaceship duh uh', 'P2: oh, of course. i would build an indoor swimming pool on every level.', 'P1: heck yeah, i really like waffles too']",P2: i love tacos ! i ' m a big fan of tacos .,"[""P1: they haven't recently because they were painting my bedroom purple and lime green"", 'P2: wow! we buried my aunt in lime green her favorite color.', 'P1: sorry to hear about your aunt', 'P2: thanks. she died a long time ago. she was a meat eater too.', 'P1: that makes me sad. vegan is the way to be.']",P2: my parents were both vegan so i do not eat meat .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,['P1: do you want to go the the playground with me?'],"P2: no , i'd rather go to the park with my friends","['P1: i love dogs! do you know the game starcraft?', ""P2: i do. i haven't played it tho."", 'P1: i designed parts of it, i am a popular twitch streamer.', 'P2: oh very cool. i go on twitch for my pot farm updates.', 'P1: pot farm updates? like a real pot farm?']","P2: yeah . i'm in a relationship with my dog , but i do not have a dog .","['P1: i love to play guitar, i was only three when i started', 'P2: my parents were killed by a clown when i was three. i was then adopted', ""P1: hi, how are you? do you like country music? i'm a singer."", ""P2: it is alright. i'm more of a pop fan myself"", 'P1: sad, i am sorry, did they every caught the clown?']","P2: they did , i'm afraid of clowns","['P1: it is a 5 story place', 'P2: wow! no way! what are you going to do with all that space?', 'P1: build a spaceship duh uh', 'P2: oh, of course. i would build an indoor swimming pool on every level.', 'P1: heck yeah, i really like waffles too']",P2: i like tacos too . you ?,"[""P1: they haven't recently because they were painting my bedroom purple and lime green"", 'P2: wow! we buried my aunt in lime green her favorite color.', 'P1: sorry to hear about your aunt', 'P2: thanks. she died a long time ago. she was a meat eater too.', 'P1: that makes me sad. vegan is the way to be.']",P2: do you have any siblings ?,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,['P1: do you want to go the the playground with me?'],P2: i would love that . do you have any hobbies ?,"['P1: i love dogs! do you know the game starcraft?', ""P2: i do. i haven't played it tho."", 'P1: i designed parts of it, i am a popular twitch streamer.', 'P2: oh very cool. i go on twitch for my pot farm updates.', 'P1: pot farm updates? like a real pot farm?']","P2: no , like a pottery . i make them from my dogs .","['P1: i love to play guitar, i was only three when i started', 'P2: my parents were killed by a clown when i was three. i was then adopted', ""P1: hi, how are you? do you like country music? i'm a singer."", ""P2: it is alright. i'm more of a pop fan myself"", 'P1: sad, i am sorry, did they every caught the clown?']","P2: no , but they did not catch me","['P1: it is a 5 story place', 'P2: wow! no way! what are you going to do with all that space?', 'P1: build a spaceship duh uh', 'P2: oh, of course. i would build an indoor swimming pool on every level.', 'P1: heck yeah, i really like waffles too']",P2: do you have any siblings ?,"[""P1: they haven't recently because they were painting my bedroom purple and lime green"", 'P2: wow! we buried my aunt in lime green her favorite color.', 'P1: sorry to hear about your aunt', 'P2: thanks. she died a long time ago. she was a meat eater too.', 'P1: that makes me sad. vegan is the way to be.']","P2: yes , i know it is . do you have any pets ?","['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,['P1: do you want to go the the playground with me?'],P2: hi ! just finished my mega dose of twitter today . how about you ?,"['P1: i love dogs! do you know the game starcraft?', ""P2: i do. i haven't played it tho."", 'P1: i designed parts of it, i am a popular twitch streamer.', 'P2: oh very cool. i go on twitch for my pot farm updates.', 'P1: pot farm updates? like a real pot farm?']","P2: no , the game pot farm .","['P1: i love to play guitar, i was only three when i started', 'P2: my parents were killed by a clown when i was three. i was then adopted', ""P1: hi, how are you? do you like country music? i'm a singer."", ""P2: it is alright. i'm more of a pop fan myself"", 'P1: sad, i am sorry, did they every caught the clown?']",P2: no . now i get scared whenever i see one,"['P1: it is a 5 story place', 'P2: wow! no way! what are you going to do with all that space?', 'P1: build a spaceship duh uh', 'P2: oh, of course. i would build an indoor swimming pool on every level.', 'P1: heck yeah, i really like waffles too']",P2: maybe you can build a waffle bar on one of those floors .,"[""P1: they haven't recently because they were painting my bedroom purple and lime green"", 'P2: wow! we buried my aunt in lime green her favorite color.', 'P1: sorry to hear about your aunt', 'P2: thanks. she died a long time ago. she was a meat eater too.', 'P1: that makes me sad. vegan is the way to be.']",P2: yes ! meat eaters are dropping like flies these days . where do you ride ?,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: oh. i actually am wanting to be a lawyer. working now to save up money for school', 'P2: my wife is a model. i met her in italy. she wants to be a lawyer too.', ""P1: has she started school yet? i'm not married yet. focusing on trying to get my education."", 'P2: no not yet she studies for the lsat. what is your favorite food? mine is papaya', ""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them""]",P2: i like all of that . i like to eat papaya while i work in the field .,"[""P1: so sad, i'm sorry, i want to make it big someday."", ""P2: maybe if i believed in god i wouldn't go through so much"", ""P1: yes maybe, my parents don't believe in me but custodian pays the bills."", ""P2: we have to believe in us i am overweight and i don't know last time i was happy"", 'P1: music makes me happy, my favorite is folk...']",P2: i don't think i could do folk music i do not believe in god,"['P1: nice, trabajo is my favorite spanish word', 'P2: i wish i had time to learn another language, but i am busy with work.', 'P1: yeah i want to study french next', 'P2: since i have been fired from my last job i have been working in insurance', ""P1: that's pretty cool! i love to study spanish""]","P2: i'm very good at softball , it is my favorite .","['P1: housewife, every week i read books', 'P2: i see, i waitress during the day to help supplement my income. do you like tanning', ""P1: i'd love too but very far from sun"", ""P2: i don't tan, i have very light skin with big brown eyes."", ""P1: i'm into documentaries and stuffs""]",P2: what kind of documentaries ? do you like any ?,"['P1: cool! my dogs also like country music. we dance when it is played.', 'P2: do you like movies? i live documentaries.', 'P1: i watch the history channel quite a bit actually.', 'P2: do you work at all? i have been working a pa job a few months.', 'P1: i work and have all of my fun on the weekends!']",P2: how many kids do you have ?,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: oh. i actually am wanting to be a lawyer. working now to save up money for school', 'P2: my wife is a model. i met her in italy. she wants to be a lawyer too.', ""P1: has she started school yet? i'm not married yet. focusing on trying to get my education."", 'P2: no not yet she studies for the lsat. what is your favorite food? mine is papaya', ""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them""]",P2: what is your favorite dish ? mine is papaya .,"[""P1: so sad, i'm sorry, i want to make it big someday."", ""P2: maybe if i believed in god i wouldn't go through so much"", ""P1: yes maybe, my parents don't believe in me but custodian pays the bills."", ""P2: we have to believe in us i am overweight and i don't know last time i was happy"", 'P1: music makes me happy, my favorite is folk...']",P2: i ' m a nursing home nurse,"['P1: nice, trabajo is my favorite spanish word', 'P2: i wish i had time to learn another language, but i am busy with work.', 'P1: yeah i want to study french next', 'P2: since i have been fired from my last job i have been working in insurance', ""P1: that's pretty cool! i love to study spanish""]","P2: it is a very nice job , what do you do ?","['P1: housewife, every week i read books', 'P2: i see, i waitress during the day to help supplement my income. do you like tanning', ""P1: i'd love too but very far from sun"", ""P2: i don't tan, i have very light skin with big brown eyes."", ""P1: i'm into documentaries and stuffs""]",P2: i have a large amount of money . do you like that ?,"['P1: cool! my dogs also like country music. we dance when it is played.', 'P2: do you like movies? i live documentaries.', 'P1: i watch the history channel quite a bit actually.', 'P2: do you work at all? i have been working a pa job a few months.', 'P1: i work and have all of my fun on the weekends!']",P2: i have been to a documentary once about a documentary on a documentary .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: oh. i actually am wanting to be a lawyer. working now to save up money for school', 'P2: my wife is a model. i met her in italy. she wants to be a lawyer too.', ""P1: has she started school yet? i'm not married yet. focusing on trying to get my education."", 'P2: no not yet she studies for the lsat. what is your favorite food? mine is papaya', ""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them""]",P2: i don't like fried potatoes . my favorite food is papa johns .,"[""P1: so sad, i'm sorry, i want to make it big someday."", ""P2: maybe if i believed in god i wouldn't go through so much"", ""P1: yes maybe, my parents don't believe in me but custodian pays the bills."", ""P2: we have to believe in us i am overweight and i don't know last time i was happy"", 'P1: music makes me happy, my favorite is folk...']",P2: my favorite is rap too,"['P1: nice, trabajo is my favorite spanish word', 'P2: i wish i had time to learn another language, but i am busy with work.', 'P1: yeah i want to study french next', 'P2: since i have been fired from my last job i have been working in insurance', ""P1: that's pretty cool! i love to study spanish""]",P2: i am just a student,"['P1: housewife, every week i read books', 'P2: i see, i waitress during the day to help supplement my income. do you like tanning', ""P1: i'd love too but very far from sun"", ""P2: i don't tan, i have very light skin with big brown eyes."", ""P1: i'm into documentaries and stuffs""]",P2: do you like them ?,"['P1: cool! my dogs also like country music. we dance when it is played.', 'P2: do you like movies? i live documentaries.', 'P1: i watch the history channel quite a bit actually.', 'P2: do you work at all? i have been working a pa job a few months.', 'P1: i work and have all of my fun on the weekends!']",P2: that sounds fun . i like to watch movies when i'm not in school .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: oh. i actually am wanting to be a lawyer. working now to save up money for school', 'P2: my wife is a model. i met her in italy. she wants to be a lawyer too.', ""P1: has she started school yet? i'm not married yet. focusing on trying to get my education."", 'P2: no not yet she studies for the lsat. what is your favorite food? mine is papaya', ""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them""]",P2: i love them all too ! i am a bee farmer,"[""P1: so sad, i'm sorry, i want to make it big someday."", ""P2: maybe if i believed in god i wouldn't go through so much"", ""P1: yes maybe, my parents don't believe in me but custodian pays the bills."", ""P2: we have to believe in us i am overweight and i don't know last time i was happy"", 'P1: music makes me happy, my favorite is folk...']",P2: i like folk too . i am a big fan of your wife,"['P1: nice, trabajo is my favorite spanish word', 'P2: i wish i had time to learn another language, but i am busy with work.', 'P1: yeah i want to study french next', 'P2: since i have been fired from my last job i have been working in insurance', ""P1: that's pretty cool! i love to study spanish""]","P2: its not hard , just do some online research .","['P1: housewife, every week i read books', 'P2: i see, i waitress during the day to help supplement my income. do you like tanning', ""P1: i'd love too but very far from sun"", ""P2: i don't tan, i have very light skin with big brown eyes."", ""P1: i'm into documentaries and stuffs""]",P2: what do you like to do for fun ?,"['P1: cool! my dogs also like country music. we dance when it is played.', 'P2: do you like movies? i live documentaries.', 'P1: i watch the history channel quite a bit actually.', 'P2: do you work at all? i have been working a pa job a few months.', 'P1: i work and have all of my fun on the weekends!']","P2: oh , i am just about to start a new job as a pa .","['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: oh. i actually am wanting to be a lawyer. working now to save up money for school', 'P2: my wife is a model. i met her in italy. she wants to be a lawyer too.', ""P1: has she started school yet? i'm not married yet. focusing on trying to get my education."", 'P2: no not yet she studies for the lsat. what is your favorite food? mine is papaya', ""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them""]",P2: single irish lawyer . nice . anything else on your mind ?,"[""P1: so sad, i'm sorry, i want to make it big someday."", ""P2: maybe if i believed in god i wouldn't go through so much"", ""P1: yes maybe, my parents don't believe in me but custodian pays the bills."", ""P2: we have to believe in us i am overweight and i don't know last time i was happy"", 'P1: music makes me happy, my favorite is folk...']","P2: i like soul , r b , jazz","['P1: nice, trabajo is my favorite spanish word', 'P2: i wish i had time to learn another language, but i am busy with work.', 'P1: yeah i want to study french next', 'P2: since i have been fired from my last job i have been working in insurance', ""P1: that's pretty cool! i love to study spanish""]","P2: my father is a member of the army , served for 10 years now .","['P1: housewife, every week i read books', 'P2: i see, i waitress during the day to help supplement my income. do you like tanning', ""P1: i'd love too but very far from sun"", ""P2: i don't tan, i have very light skin with big brown eyes."", ""P1: i'm into documentaries and stuffs""]",P2: my motorbike is red with a blue stripe and shiny when i race !,"['P1: cool! my dogs also like country music. we dance when it is played.', 'P2: do you like movies? i live documentaries.', 'P1: i watch the history channel quite a bit actually.', 'P2: do you work at all? i have been working a pa job a few months.', 'P1: i work and have all of my fun on the weekends!']",P2: that sounds great ! my weekly goal of reading a new book keeps me busy .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: hi, how are you doing today?', 'P2: great just finished watching a documentary with my husband', ""P1: i'm a teacher! love documentaries! what was it about?"", ""P2: me too! they're my favorite. was watching taxi to the dark side"", ""P1: i've never seen that. i will have to check it out.""]","P2: i recommend it , its a great movie","['P1: do you like hummus? i enjoy it very much.', ""P2: no i don't like hummus. i'm locked up."", ""P1: i'm from germany, do you like roller coasters?"", ""P2: i'm using the library at the juvenile detention center."", 'P1: are you good at swimming? i can help you get out.']",P2: i'm good at swimming . i can swim with my mom .,"['P1: ha, well, that would be fun to watch', 'P2: so what is your greatest weakness? mine is vanilla ice cream.', 'P1: i think it is chocolate waffles', 'P2: chocolate waffles with vanilla ice cream! yum!!', ""P1: i'm on a diet""]",P2: i'm too . i eat too many sweets and sweets .,"['P1: good evening friend, hows it hangin', 'P2: hey there! i just got back from one of my dog agility classes.', 'P1: yeah? how did that go and what the heck is it?']",P2: it was a dance class . what do you do for work ?,"['P1: no. i work as a housekeeper. so my jobs to keep pets out.', 'P2: i was just looking for a housekeeper for my new house!', 'P1: really where do you live? us or canada?', 'P2: i jut moved to florida a couple months ago.', 'P1: my kids live in florida. they never visit me!']","P2: they live in the south , i'm sorry to hear .","['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: hi, how are you doing today?', 'P2: great just finished watching a documentary with my husband', ""P1: i'm a teacher! love documentaries! what was it about?"", ""P2: me too! they're my favorite. was watching taxi to the dark side"", ""P1: i've never seen that. i will have to check it out.""]",P2: haha i love horror . i am having a baby in october,"['P1: do you like hummus? i enjoy it very much.', ""P2: no i don't like hummus. i'm locked up."", ""P1: i'm from germany, do you like roller coasters?"", ""P2: i'm using the library at the juvenile detention center."", 'P1: are you good at swimming? i can help you get out.']",P2: i ' m pretty good at swimming . i ' m in a lot of trouble for shoplifting though,"['P1: ha, well, that would be fun to watch', 'P2: so what is your greatest weakness? mine is vanilla ice cream.', 'P1: i think it is chocolate waffles', 'P2: chocolate waffles with vanilla ice cream! yum!!', ""P1: i'm on a diet""]",P2: i am sorry to hear that . my favorite season is winter .,"['P1: good evening friend, hows it hangin', 'P2: hey there! i just got back from one of my dog agility classes.', 'P1: yeah? how did that go and what the heck is it?']",P2: it went well ! i ' m a teacher but i ' m also a hunter .,"['P1: no. i work as a housekeeper. so my jobs to keep pets out.', 'P2: i was just looking for a housekeeper for my new house!', 'P1: really where do you live? us or canada?', 'P2: i jut moved to florida a couple months ago.', 'P1: my kids live in florida. they never visit me!']",P2: i live in florida . i am a male .,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: hi, how are you doing today?', 'P2: great just finished watching a documentary with my husband', ""P1: i'm a teacher! love documentaries! what was it about?"", ""P2: me too! they're my favorite. was watching taxi to the dark side"", ""P1: i've never seen that. i will have to check it out.""]",P2: its on netflix right now . i love documentaries,"['P1: do you like hummus? i enjoy it very much.', ""P2: no i don't like hummus. i'm locked up."", ""P1: i'm from germany, do you like roller coasters?"", ""P2: i'm using the library at the juvenile detention center."", 'P1: are you good at swimming? i can help you get out.']","P2: yes i love swimming , i go all the time .","['P1: ha, well, that would be fun to watch', 'P2: so what is your greatest weakness? mine is vanilla ice cream.', 'P1: i think it is chocolate waffles', 'P2: chocolate waffles with vanilla ice cream! yum!!', ""P1: i'm on a diet""]","P2: so , do you eat chocolate waffles ?","['P1: good evening friend, hows it hangin', 'P2: hey there! i just got back from one of my dog agility classes.', 'P1: yeah? how did that go and what the heck is it?']","P2: i just got back from it , it was great . i won my match","['P1: no. i work as a housekeeper. so my jobs to keep pets out.', 'P2: i was just looking for a housekeeper for my new house!', 'P1: really where do you live? us or canada?', 'P2: i jut moved to florida a couple months ago.', 'P1: my kids live in florida. they never visit me!']",P2: they are just too busy being petless .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: hi, how are you doing today?', 'P2: great just finished watching a documentary with my husband', ""P1: i'm a teacher! love documentaries! what was it about?"", ""P2: me too! they're my favorite. was watching taxi to the dark side"", ""P1: i've never seen that. i will have to check it out.""]",P2: do you like movies ?,"['P1: do you like hummus? i enjoy it very much.', ""P2: no i don't like hummus. i'm locked up."", ""P1: i'm from germany, do you like roller coasters?"", ""P2: i'm using the library at the juvenile detention center."", 'P1: are you good at swimming? i can help you get out.']",P2: i'm not good at swimming . i am currently in juvenile detention .,"['P1: ha, well, that would be fun to watch', 'P2: so what is your greatest weakness? mine is vanilla ice cream.', 'P1: i think it is chocolate waffles', 'P2: chocolate waffles with vanilla ice cream! yum!!', ""P1: i'm on a diet""]","P2: that sounds like a terrible diet . i've 2 cats , they love to eat it .","['P1: good evening friend, hows it hangin', 'P2: hey there! i just got back from one of my dog agility classes.', 'P1: yeah? how did that go and what the heck is it?']",P2: i do not care about fashion but i do dance on the weekends,"['P1: no. i work as a housekeeper. so my jobs to keep pets out.', 'P2: i was just looking for a housekeeper for my new house!', 'P1: really where do you live? us or canada?', 'P2: i jut moved to florida a couple months ago.', 'P1: my kids live in florida. they never visit me!']",P2: oh no ! i have a dog and a house here in florida .,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: hi, how are you doing today?', 'P2: great just finished watching a documentary with my husband', ""P1: i'm a teacher! love documentaries! what was it about?"", ""P2: me too! they're my favorite. was watching taxi to the dark side"", ""P1: i've never seen that. i will have to check it out.""]","P2: it is very well made , i usually read a lot but love documentaries","['P1: do you like hummus? i enjoy it very much.', ""P2: no i don't like hummus. i'm locked up."", ""P1: i'm from germany, do you like roller coasters?"", ""P2: i'm using the library at the juvenile detention center."", 'P1: are you good at swimming? i can help you get out.']",P2: i'm a great swimmer . what is the plan ?,"['P1: ha, well, that would be fun to watch', 'P2: so what is your greatest weakness? mine is vanilla ice cream.', 'P1: i think it is chocolate waffles', 'P2: chocolate waffles with vanilla ice cream! yum!!', ""P1: i'm on a diet""]",P2: i got over diets after the olympics .,"['P1: good evening friend, hows it hangin', 'P2: hey there! i just got back from one of my dog agility classes.', 'P1: yeah? how did that go and what the heck is it?']",P2: it went great . my dog did awesome . what do you do ?,"['P1: no. i work as a housekeeper. so my jobs to keep pets out.', 'P2: i was just looking for a housekeeper for my new house!', 'P1: really where do you live? us or canada?', 'P2: i jut moved to florida a couple months ago.', 'P1: my kids live in florida. they never visit me!']",P2: that's sad . i'd be upset .,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: i like gaming now that i am in the us.', 'P2: oh really? what kind? i love fps. my fav is cod.', 'P1: i like survival games. reminds me of when my aunt helped me escape somalia.', ""P2: that's some heavy stuff. i am glad you are safe"", 'P1: thanks. so what else do you do for fun?']",P2: i am into making money and stuff,"['P1: hello! how are you today?', ""P2: i'm good, how are you?"", 'P1: same, thanks! just got back from walking my dog.']",P2: what kind of dog do you have ?,"['P1: good afternoon? how are you?', 'P2: doing well, how are you?', ""P1: very well thank you. i'm fluent in several languages, what is your main language?""]","P2: i am trying to learn spanish , its a language i've never heard of .",['P1: hello. how are you? tell me about yourself.'],P2: i'm doing well . how about yourself ?,"[""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them"", 'P2: single irish lawyer. nice. anything else on your mind?', 'P1: just cannot wait to get out of this small town and move to a bigger city.', 'P2: good luck with moving and your studies', 'P1: good luck with the bees, and good luck to your wife on the lawyer deal']",P2: i've been married for almost 15 years . you are lucky,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: i like gaming now that i am in the us.', 'P2: oh really? what kind? i love fps. my fav is cod.', 'P1: i like survival games. reminds me of when my aunt helped me escape somalia.', ""P2: that's some heavy stuff. i am glad you are safe"", 'P1: thanks. so what else do you do for fun?']",P2: i love to play video games . i like to get donuts,"['P1: hello! how are you today?', ""P2: i'm good, how are you?"", 'P1: same, thanks! just got back from walking my dog.']",P2: do you have any hobbies ?,"['P1: good afternoon? how are you?', 'P2: doing well, how are you?', ""P1: very well thank you. i'm fluent in several languages, what is your main language?""]","P2: i speak french and english , how about you ?",['P1: hello. how are you? tell me about yourself.'],"P2: i ' m great , how about yourself ?","[""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them"", 'P2: single irish lawyer. nice. anything else on your mind?', 'P1: just cannot wait to get out of this small town and move to a bigger city.', 'P2: good luck with moving and your studies', 'P1: good luck with the bees, and good luck to your wife on the lawyer deal']",P2: thanks . i also have never been married and have no family,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: i like gaming now that i am in the us.', 'P2: oh really? what kind? i love fps. my fav is cod.', 'P1: i like survival games. reminds me of when my aunt helped me escape somalia.', ""P2: that's some heavy stuff. i am glad you are safe"", 'P1: thanks. so what else do you do for fun?']",P2: i like to play call of duty . what do you like to do ?,"['P1: hello! how are you today?', ""P2: i'm good, how are you?"", 'P1: same, thanks! just got back from walking my dog.']",P2: that's a great feeling . i like to sing too .,"['P1: good afternoon? how are you?', 'P2: doing well, how are you?', ""P1: very well thank you. i'm fluent in several languages, what is your main language?""]","P2: i'm a huge coffee lover , i am currently a coffee drinker .",['P1: hello. how are you? tell me about yourself.'],P2: i'm good and you ?,"[""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them"", 'P2: single irish lawyer. nice. anything else on your mind?', 'P1: just cannot wait to get out of this small town and move to a bigger city.', 'P2: good luck with moving and your studies', 'P1: good luck with the bees, and good luck to your wife on the lawyer deal']",P2: i'm married so i really do not have a lawyer .,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: i like gaming now that i am in the us.', 'P2: oh really? what kind? i love fps. my fav is cod.', 'P1: i like survival games. reminds me of when my aunt helped me escape somalia.', ""P2: that's some heavy stuff. i am glad you are safe"", 'P1: thanks. so what else do you do for fun?']",P2: i like to party . do you like to party ?,"['P1: hello! how are you today?', ""P2: i'm good, how are you?"", 'P1: same, thanks! just got back from walking my dog.']","P2: awesome , i am a musician , and i work in a custodian office .","['P1: good afternoon? how are you?', 'P2: doing well, how are you?', ""P1: very well thank you. i'm fluent in several languages, what is your main language?""]","P2: i speak english , but i don't drink .",['P1: hello. how are you? tell me about yourself.'],P2: i am doing great . just got home from kayaking .,"[""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them"", 'P2: single irish lawyer. nice. anything else on your mind?', 'P1: just cannot wait to get out of this small town and move to a bigger city.', 'P2: good luck with moving and your studies', 'P1: good luck with the bees, and good luck to your wife on the lawyer deal']",P2: i have not been to the city yet,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: i like gaming now that i am in the us.', 'P2: oh really? what kind? i love fps. my fav is cod.', 'P1: i like survival games. reminds me of when my aunt helped me escape somalia.', ""P2: that's some heavy stuff. i am glad you are safe"", 'P1: thanks. so what else do you do for fun?']","P2: on the weekend , i get together with friends and do live action roleplaying","['P1: hello! how are you today?', ""P2: i'm good, how are you?"", 'P1: same, thanks! just got back from walking my dog.']",P2: nice . . . what do you do for a living ?,"['P1: good afternoon? how are you?', 'P2: doing well, how are you?', ""P1: very well thank you. i'm fluent in several languages, what is your main language?""]",P2: my main language is english .,['P1: hello. how are you? tell me about yourself.'],"P2: hi , i make thirty dollars an hour walking dogs . you read alot ? i do .","[""P1: i've never had papaya! i love potatoes. mashed, fried, boiled, just love them"", 'P2: single irish lawyer. nice. anything else on your mind?', 'P1: just cannot wait to get out of this small town and move to a bigger city.', 'P2: good luck with moving and your studies', 'P1: good luck with the bees, and good luck to your wife on the lawyer deal']",P2: thanks just livin the dream of a humble bee keeping celebrity husband,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." +"['P1: hello. how are you today friend?', ""P2: hello, i'm george, i'm doing well. how are you?"", 'P1: i am well also. do you like music?', 'P2: i do! what kind do you like?', 'P1: my parents do not support me but i want to be a musician.']",P2: that is great . i like jazz and classical .,"['P1: hi, how are you today?', ""P2: i'm doing well. just playing with the dogs. how are you?"", 'P1: good, i am playing some aerosmith after a long day of work.', 'P2: i like to watch sports after work. where do you work?', ""P1: i work for a construction company and i've been there since i was sixteen.""]",P2: that is awesome . i work at a restaurant .,"[""P1: hi i'm a musician with big dream"", 'P2: what kind of dreams do you have?', 'P1: making it big in the music business,', 'P2: cool! i kayak for fun but you are cooler than me', 'P1: i think kayaking is pretty cool.']",P2: i can see why you would say that .,"['P1: sorry to hear that. i help my father not my own job. what do you do?', 'P2: 40 in a working labor is tough', 'P1: my dad owns a big commercial farm.', 'P2: and my spouse used all the money i earned', 'P1: that is harsh. all my earnings to to my horses.']",P2: my wife spend all my money,"['P1: you will love them soon. books are an adventure', 'P2: yes, i am gonna be 5 soon. big guy here', ""P1: that's awesome, keep learning and hang in there"", 'P2: thank you so much i hope your dreams come true', 'P1: thank you. i am doing okay']",P2: what are you up to ?,"['P1: ah yeah my parents are not supporting my dream to become a musician', ""P2: maybe if you build up a following you'll be able to do that full time"", 'P1: i really wish they would accept it, but they keep telling me to get a real job.', ""P2: yeah its hard when you aren't making money"", ""P1: i hope i'll make it big one day then i'll show them they are wrong""]","P2: i'm sure if you're determined enough, your musician dream will eventually come true","['P1: hello. how are you today friend?', ""P2: hello, i'm george, i'm doing well. how are you?"", 'P1: i am well also. do you like music?', 'P2: i do! what kind do you like?', 'P1: my parents do not support me but i want to be a musician.']","P2: i love music , especially music from italy .","['P1: hi, how are you today?', ""P2: i'm doing well. just playing with the dogs. how are you?"", 'P1: good, i am playing some aerosmith after a long day of work.', 'P2: i like to watch sports after work. where do you work?', ""P1: i work for a construction company and i've been there since i was sixteen.""]",P2: wow ! that is young . what do you do for a living ?,"[""P1: hi i'm a musician with big dream"", 'P2: what kind of dreams do you have?', 'P1: making it big in the music business,', 'P2: cool! i kayak for fun but you are cooler than me', 'P1: i think kayaking is pretty cool.']",P2: i ' ve a lot of experience with that . i ' m a student .,"['P1: sorry to hear that. i help my father not my own job. what do you do?', 'P2: 40 in a working labor is tough', 'P1: my dad owns a big commercial farm.', 'P2: and my spouse used all the money i earned', 'P1: that is harsh. all my earnings to to my horses.']",P2: i ' m a car salesman,"['P1: you will love them soon. books are an adventure', 'P2: yes, i am gonna be 5 soon. big guy here', ""P1: that's awesome, keep learning and hang in there"", 'P2: thank you so much i hope your dreams come true', 'P1: thank you. i am doing okay']",P2: you are very welcome . i ' m gonna be a teacher one day,"[""P1: sounds great, i'm retired, i was a gym teacher"", 'P2: i need a job and will put my yacht up for rent. i could teach.', 'P1: sounds like a good plan, what would you like to teach?', 'P2: economics would be my first choice.', ""P1: that sounds good, i bet you'd be a good teacher.""]",P2: today is cloudy,"['P1: hello. how are you today friend?', ""P2: hello, i'm george, i'm doing well. how are you?"", 'P1: i am well also. do you like music?', 'P2: i do! what kind do you like?', 'P1: my parents do not support me but i want to be a musician.']",P2: i like pop music . you ?,"['P1: hi, how are you today?', ""P2: i'm doing well. just playing with the dogs. how are you?"", 'P1: good, i am playing some aerosmith after a long day of work.', 'P2: i like to watch sports after work. where do you work?', ""P1: i work for a construction company and i've been there since i was sixteen.""]",P2: that sounds like a nice job . do you have any pets ?,"[""P1: hi i'm a musician with big dream"", 'P2: what kind of dreams do you have?', 'P1: making it big in the music business,', 'P2: cool! i kayak for fun but you are cooler than me', 'P1: i think kayaking is pretty cool.']",P2: it is . i also love to read,"['P1: sorry to hear that. i help my father not my own job. what do you do?', 'P2: 40 in a working labor is tough', 'P1: my dad owns a big commercial farm.', 'P2: and my spouse used all the money i earned', 'P1: that is harsh. all my earnings to to my horses.']",P2: that is what i do . do you have kids ?,"['P1: you will love them soon. books are an adventure', 'P2: yes, i am gonna be 5 soon. big guy here', ""P1: that's awesome, keep learning and hang in there"", 'P2: thank you so much i hope your dreams come true', 'P1: thank you. i am doing okay']",P2: you will . i am four years old,"['P1: hi i love cooking and fishing! and reading comic books', 'P2: oh, i just like gardening.', 'P1: if i am not in the kitchen, i am on my boat in the water', 'P2: that is cool, i got a job just now in a gas station', 'P1: cool, i got a spiderman comic at a gas station']",P2: i had a spiderman comic as a kid . my adopted parents gave it to me .,"['P1: hello. how are you today friend?', ""P2: hello, i'm george, i'm doing well. how are you?"", 'P1: i am well also. do you like music?', 'P2: i do! what kind do you like?', 'P1: my parents do not support me but i want to be a musician.']",P2: i love music . i can make you some .,"['P1: hi, how are you today?', ""P2: i'm doing well. just playing with the dogs. how are you?"", 'P1: good, i am playing some aerosmith after a long day of work.', 'P2: i like to watch sports after work. where do you work?', ""P1: i work for a construction company and i've been there since i was sixteen.""]",P2: i'm a door to door salesman . i also like to watch the olympics .,"[""P1: hi i'm a musician with big dream"", 'P2: what kind of dreams do you have?', 'P1: making it big in the music business,', 'P2: cool! i kayak for fun but you are cooler than me', 'P1: i think kayaking is pretty cool.']",P2: thanks . i'm more of a kayaker myself .,"['P1: sorry to hear that. i help my father not my own job. what do you do?', 'P2: 40 in a working labor is tough', 'P1: my dad owns a big commercial farm.', 'P2: and my spouse used all the money i earned', 'P1: that is harsh. all my earnings to to my horses.']",P2: i also sell cars,"['P1: you will love them soon. books are an adventure', 'P2: yes, i am gonna be 5 soon. big guy here', ""P1: that's awesome, keep learning and hang in there"", 'P2: thank you so much i hope your dreams come true', 'P1: thank you. i am doing okay']",P2: so what do you do for a living ?,"['P1: hello from trooper and i. we are in colorado, he is a lab.', 'P2: hello! i am addicted to the internet and play roleplaying games all day', 'P1: i hike and rock climb. getting out of the house is important to me.', 'P2: really? because working from home is my dream', 'P1: i have a home office. i went to school for mechanical engineering.']",P2: my mom cooks spaghetti for me every day,"['P1: hello. how are you today friend?', ""P2: hello, i'm george, i'm doing well. how are you?"", 'P1: i am well also. do you like music?', 'P2: i do! what kind do you like?', 'P1: my parents do not support me but i want to be a musician.']",P2: oh that is too bad . i am not close to any of my family either .,"['P1: hi, how are you today?', ""P2: i'm doing well. just playing with the dogs. how are you?"", 'P1: good, i am playing some aerosmith after a long day of work.', 'P2: i like to watch sports after work. where do you work?', ""P1: i work for a construction company and i've been there since i was sixteen.""]",P2: that's cool . i walk dogs because i love them . are you dating ?,"[""P1: hi i'm a musician with big dream"", 'P2: what kind of dreams do you have?', 'P1: making it big in the music business,', 'P2: cool! i kayak for fun but you are cooler than me', 'P1: i think kayaking is pretty cool.']",P2: i learned how to from my parents,"['P1: sorry to hear that. i help my father not my own job. what do you do?', 'P2: 40 in a working labor is tough', 'P1: my dad owns a big commercial farm.', 'P2: and my spouse used all the money i earned', 'P1: that is harsh. all my earnings to to my horses.']",P2: sales man for car is what my job,"['P1: you will love them soon. books are an adventure', 'P2: yes, i am gonna be 5 soon. big guy here', ""P1: that's awesome, keep learning and hang in there"", 'P2: thank you so much i hope your dreams come true', 'P1: thank you. i am doing okay']",P2: good life is what you make of it,"['P1: aww just a young one. what do you like to do?', 'P2: study biology and practice running long distances. how about you?', 'P1: well i mostly enjoy riding my horses, but also listening to music while i work.', ""P2: that's the best. i do that whilst i do homework. my grades rule!"", ""P1: that's awesome! good job. what kind of music do you like?""]","P2: rock music , it is good to work out too . i want to train people ." \ No newline at end of file diff --git a/turk/privlm/process_v5.py b/turk/privlm/process_v5.py new file mode 100644 index 0000000..92b2529 --- /dev/null +++ b/turk/privlm/process_v5.py @@ -0,0 +1,83 @@ +""" +Process the turk results. + +python -m turk.process_v5 +""" + +import csv + +import fire +import numpy as np + +from lxuechen_utils import utils + + +def main( + path="./turk/results/turk_100121.csv", + num_examples=5, # True results. + num_groups=5, +): + with open(path, 'r') as csvfile: + reader = csv.reader(csvfile, delimiter=',') + lines = [line for line in reader] + header = lines[0] + turkers = lines[1:] + + group_start_column_names = [f"Answer.Sentence{i}_1" for i in range(1, num_groups + 1)] + group_start_indices = [header.index(column_name) for column_name in group_start_column_names] + cheat_column_names = [f"Answer.Sentence{i}_{num_examples + 1}" for i in range(1, num_groups + 1)] + cheat_indices = [header.index(column_name) for column_name in cheat_column_names] + worker_id_index = header.index("WorkerId") + comment_index = header.index("Answer.comment") + + group_scores = [[] for i in range(num_groups)] + no_cheat_turkers = [] + for turker in turkers: + # Check the cheat prevention examples. + cheats = [int(turker[i]) for i in cheat_indices] + comment = turker[comment_index] + + good_cheats, bad_cheats = [], [] + for j, cheat in enumerate(cheats): + if j % 2 == 0: + good_cheats.append(cheat) + else: + bad_cheats.append(cheat) + if np.mean(good_cheats) < np.mean(bad_cheats): # avg of goods have worse score than bad => report + print('---') + print(f'worker: {turker[worker_id_index]} potential cheat.') + print(f"good scores: {good_cheats}, bad scores: {bad_cheats}") + print(f"comment: {comment}") + print() + else: + no_cheat_turkers.append(turker) + + # Only consider the turkers who didn't cheated!!! + for turker in no_cheat_turkers: + for start_idx, scores in utils.zip_(group_start_indices, group_scores): + for offset in range(num_examples): + scores.append(int(turker[start_idx + offset])) + + group_idx_to_tag = { + 0: 'non-private DialoGPT-medium', 1: 'non-private baseline', 2: 'epsilon=3', 3: 'epsilon=8', 4: 'reference' + } + for group_idx, scores in enumerate(group_scores): + tag = group_idx_to_tag[group_idx] + + sample_mean = np.mean(scores) + sample_std = np.std(scores) + sample_size = len(scores) + + # 95 percent *asymptotic* confidence interval. + import math + delta = 1.96 * sample_std / math.sqrt(sample_size) + + print( + tag, + f'sample mean: {sample_mean:.2f}, sample std: {sample_std:.2f}, sample size: {len(scores)}, ' + f'CI: ({sample_mean - delta:.2f}, {sample_mean + delta:.2f}), delta: {delta:.3f}' + ) + + +if __name__ == "__main__": + fire.Fire(main)