gitextract_gmes28qy/ ├── .gitignore ├── README.md ├── data/ │ ├── RJUA_test.json │ ├── RJUA_train.json │ ├── RJUA_valid.json │ └── data_sample.json ├── inference.py ├── requirements.txt ├── scripts/ │ ├── train_CPQA.sh │ └── train_RJUA.sh ├── train.py └── utils/ ├── README.md ├── kgdata.json ├── question_bge.py ├── retrieve_relative_triple.py └── triple_bge.py