#!/bin/bash DIR=`pwd` mkdir -p $DIR/tasks/knwl_dialo/data # We provide the following script to process the raw data from Wizard of Wikipedia python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_wow_dataset --input_file --output_file # We provide the following script to process the raw data from Wizard of Internet python ${DIR}/tasks/knwl_dialo/preprocessing.py --func process_woi_dataset --input_file --output_file # Alternatively, we recommend you to directly download the already processed file through: wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=1vP0eGxhkbWfeJ2dUUOEAflbOZq-Jlde_' -O data.gz