gitextract_i684binf/ ├── .gitignore ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── mkqa_eval.py ├── mkqa_eval_all_languages.py ├── mkqa_eval_util.py ├── requirements.txt ├── sample_predictions/ │ ├── en.jsonl │ ├── es.jsonl │ ├── results/ │ │ ├── en_results/ │ │ │ └── metrics.json │ │ ├── es_results/ │ │ │ └── metrics.json │ │ ├── metrics.json │ │ └── zh_cn_results/ │ │ └── metrics.json │ └── zh_cn.jsonl └── tests/ ├── test_mkqa_eval.py └── testdata/ └── en_prediction.jsonl