DATA

In this folder you can find a sample of the data used in the paper, from Ubuntu4. You can find three subfolders:

1) "data": here you find
    + the raw conversations in "ubuntu4_sample.pkl"
    + the response candidates for each conversation in "ubuntu4_response_candidates.pkl"
    + the true responses for each conversation in "ubuntu4_true_responses.pkl"
    + the true addresses for each conversation in "ubuntu4_true_addresses.pkl"
    + the generated summary for each conversation in "ubuntu4_summary_sample.pkl"
    + the generated user description for each conversation in "ubuntu4_userdescription_sample.pkl"

2) "output_analysis": here you find the output results of the conversations contained in the sample (first prompt scheme)
and first output template

3) "prompt": here you find the prompt used to generate the summary, generate the user description, and perform the ar
and rs tasks with all the combinations tested

Copy and paste "data" and "prompt" subfolder in the "prompt_generation" and "experiments" subfolders  in the "code"
folder for running the code. Copy and paste also "output_analysis" in the "code" folder for running the analysis code.