/KoRC

Baseline for KoRC

Primary LanguagePythonMIT LicenseMIT

KoRC Baselines

KoRC is a Knowledge oriented Reading Comprehension Benchmark for Deep Text Understanding

This repo implements several baselines for the benchmark:

Instructions of how to run these models are described in their README files. Before trying them, you need to first download the dataset and unzip it into the folder ./dataset. The file tree should be like

.
+-- dataset
|   +-- train.json
|   +-- valid.json
|   +-- small_iid_test.json
|   +-- small_ood_test.json
+-- Seq2Seq-MRC
|   +-- README.md
|   +-- train.py
|   +-- ...
+-- RAG
+-- EmbedKGQA
...

For environment setup, you can use the KORC.yml file to create a conda environment with all the dependencies installed.