Below we present the steps to run our multi-stage dialogue prompting (MSDP) framework.
- Dataset Download: Wizard of Wikipedia and Wizard of Internet
- Data Processing: We provide the script to run the
data processing
of the datasets.
- We provide the script to perform the
first-stage prompting
for the knowledge generation. - We provide the
evaluation script
for the automatic evaluation (i.e., F1, BLEU, METEOR, and ROUGE-L) of the knowledge generation.
- We provide the script to
prepare the input file
for the response generation (based on the previously generated knowledge file). - We provide the script to perform the
second-stage prompting
for the response generation. - We provide the
evaluation script
for the automatic evaluation (i.e., F1, KF1, BLEU, METEOR, and ROUGE-L) of the response generation.