#!/bin/bash # Preparing the input file for the response generation (second-stage prompting) DIR=`pwd` TEST_FILE= KNOWLEDGE_FILE= PROCESSED_FILE= python ${DIR}/tasks/knwl_dialo/preprocessing.py \ --func prepare_input \ --test_file ${TEST_FILE} \ --knowledge_gen_file ${KNOWLEDGE_FILE} \ --processed_file ${PROCESSED_FILE}