HuskyInSalt / CRAG

Corrective Retrieval Augmented Generation
298 stars 29 forks source link

concerning bash run_knowledge_preparation.sh #24

Closed luoxuewei closed 1 week ago

luoxuewei commented 2 months 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?