HuskyInSalt / CRAG

Corrective Retrieval Augmented Generation
277 stars 26 forks source link

concerning bash run_knowledge_preparation.sh #24

Open luoxuewei opened 3 weeks ago

luoxuewei commented 3 weeks ago

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

Is the dataset used all four datasets once?