CODE

To be able to run the scripts in this folder you need to first copy and paste the data from "data" folder into "experiments" and "prompt_generation". (follow the README file in data folder)
In this folder you can find three subfolders:
1. experiments: here you can find 3 scripts for performing AR, RS, Summarization and Description tasks.
2. prompt_generation: here you can use the "create_promp_scheme" to design different prompts and also generate prompts using "generate_dataset" script.
3. mycode: In "*/mycode/tools.py" is reported the code to handle the conversations. It is an updated version of the code provided by https://github.com/hiroki13/response-ranking adapted for our purposes.

There are also scripts which help you to analyze the outputs:
1. "macro_results_ar.ipynb", "macro_results_rs.ipynb", "structural_results_ar.ipynb", and "structural_results_rs.ipynb" for performing both macro and structural analysis.
2. "procoess_graphs.py", to generate graphs for the analysis.