Commit 10962f0c authored by zihanl's avatar zihanl
Browse files

update README.md

parent bdb14434
...@@ -18,7 +18,6 @@ We present the steps to run our multi-stage dialogue prompting (MSDP), as well a ...@@ -18,7 +18,6 @@ We present the steps to run our multi-stage dialogue prompting (MSDP), as well a
2. The script ```tasks/knwl_dialo/scripts/prompt_resp_gen.sh``` provides an example for how to perform the response generation prompting. 2. The script ```tasks/knwl_dialo/scripts/prompt_resp_gen.sh``` provides an example for how to perform the response generation prompting.
3. The automatic evaluations are the same as mentioned aboved for the knowledge generation. 3. The automatic evaluations are the same as mentioned aboved for the knowledge generation.
## FKG ## FKG
### Knowledge Generation ### Knowledge Generation
......
...@@ -10,5 +10,5 @@ python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_wow_dataset --inp ...@@ -10,5 +10,5 @@ python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_wow_dataset --inp
python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_woi_dataset --input_file <PATH_OF_THE_INPUT_DATA> --output_file <PATH_OF_THE_OUTPUT_DATA> python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_woi_dataset --input_file <PATH_OF_THE_INPUT_DATA> --output_file <PATH_OF_THE_OUTPUT_DATA>
# Alternatively, we recommend you to directly download the already processed file through: # Alternatively, we recommend you to directly download the already processed file through:
# wget wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1vP0eGxhkbWfeJ2dUUOEAflbOZq-Jlde_' -O data.gz
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment