Closed luoxuewei closed 2 months ago
cd scripts dataset= OPENAI_KEY= SEARCH_KEY=
python internal_knowledge_preparation.py \ --model_path YOUR_EVALUATOR_PATH \ --input_queries ../data/$dataset/sources \ --input_retrieval ../data/$dataset/retrieved_psgs \ --decompose_mode selection \ --output_file ../data/$dataset/ref/correct Which dataset is the dataset here
!/bin/sh
cd scripts dataset= OPENAI_KEY= SEARCH_KEY=
python internal_knowledge_preparation.py \ --model_path YOUR_EVALUATOR_PATH \ --input_queries ../data/$dataset/sources \ --input_retrieval ../data/$dataset/retrieved_psgs \ --decompose_mode selection \ --output_file ../data/$dataset/ref/correct Which dataset is the dataset here