This repository is the implementation and test results of PRQA(Pruning and Rewriting Question Answering to test Question Answering software). This artifact contains:
- implementation of PRQA
- test results
- step 1: fill in the configuration needed in the file config.ini
- step 2: run
python run.py config.inito get the test results of all new generated test cases - step 3: run
python answerAnalysis.py config.inito get the analysis of results, including the number of proportion of MR violations and the MR violation test datasets
Test results for pre-trained QA model and LLMs are stored in two directory: results/pre-train and results/gpt, respectively.