├── .github └── ISSUE_TEMPLATE │ ├── klue-dp-issue-report.md │ ├── klue-mrc-issue-report.md │ ├── klue-ner-issue-report.md │ ├── klue-nli-issue-report.md │ ├── klue-re-issue-report.md │ ├── klue-sts-issue-report.md │ ├── leaderboard-issue-report.md │ ├── wos-issue-report.md │ └── ynat-issue-report.md ├── License.md ├── README.md └── klue_benchmark ├── klue-dp-v1.1 ├── klue-dp-v1.1_dev.tsv └── klue-dp-v1.1_train.tsv ├── klue-mrc-v1.1 ├── klue-mrc-v1.1_dev.json └── klue-mrc-v1.1_train.json ├── klue-ner-v1.1 ├── klue-ner-v1.1_dev.tsv └── klue-ner-v1.1_train.tsv ├── klue-nli-v1.1 ├── klue-nli-v1.1_dev.json └── klue-nli-v1.1_train.json ├── klue-re-v1.1 ├── klue-re-v1.1_dev.json ├── klue-re-v1.1_train.json └── relation_list.json ├── klue-sts-v1.1 ├── klue-sts-v1.1_dev.json └── klue-sts-v1.1_train.json ├── wos-v1.1 ├── ontology.json ├── wos-v1.1_dev.json └── wos-v1.1_train.json └── ynat-v1.1 ├── ynat-v1.1_dev.json └── ynat-v1.1_train.json /.github/ISSUE_TEMPLATE/klue-dp-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-dp-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/klue-mrc-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-mrc-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/klue-ner-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-ner-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/klue-nli-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-nli-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/klue-re-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-re-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/klue-sts-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/klue-sts-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/leaderboard-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/leaderboard-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/wos-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/wos-issue-report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ynat-issue-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/.github/ISSUE_TEMPLATE/ynat-issue-report.md -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/README.md -------------------------------------------------------------------------------- /klue_benchmark/klue-dp-v1.1/klue-dp-v1.1_dev.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-dp-v1.1/klue-dp-v1.1_dev.tsv -------------------------------------------------------------------------------- /klue_benchmark/klue-dp-v1.1/klue-dp-v1.1_train.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-dp-v1.1/klue-dp-v1.1_train.tsv -------------------------------------------------------------------------------- /klue_benchmark/klue-mrc-v1.1/klue-mrc-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-mrc-v1.1/klue-mrc-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/klue-mrc-v1.1/klue-mrc-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-mrc-v1.1/klue-mrc-v1.1_train.json -------------------------------------------------------------------------------- /klue_benchmark/klue-ner-v1.1/klue-ner-v1.1_dev.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-ner-v1.1/klue-ner-v1.1_dev.tsv -------------------------------------------------------------------------------- /klue_benchmark/klue-ner-v1.1/klue-ner-v1.1_train.tsv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-ner-v1.1/klue-ner-v1.1_train.tsv -------------------------------------------------------------------------------- /klue_benchmark/klue-nli-v1.1/klue-nli-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-nli-v1.1/klue-nli-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/klue-nli-v1.1/klue-nli-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-nli-v1.1/klue-nli-v1.1_train.json -------------------------------------------------------------------------------- /klue_benchmark/klue-re-v1.1/klue-re-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-re-v1.1/klue-re-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/klue-re-v1.1/klue-re-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-re-v1.1/klue-re-v1.1_train.json -------------------------------------------------------------------------------- /klue_benchmark/klue-re-v1.1/relation_list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-re-v1.1/relation_list.json -------------------------------------------------------------------------------- /klue_benchmark/klue-sts-v1.1/klue-sts-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-sts-v1.1/klue-sts-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/klue-sts-v1.1/klue-sts-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/klue-sts-v1.1/klue-sts-v1.1_train.json -------------------------------------------------------------------------------- /klue_benchmark/wos-v1.1/ontology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/wos-v1.1/ontology.json -------------------------------------------------------------------------------- /klue_benchmark/wos-v1.1/wos-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/wos-v1.1/wos-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/wos-v1.1/wos-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/wos-v1.1/wos-v1.1_train.json -------------------------------------------------------------------------------- /klue_benchmark/ynat-v1.1/ynat-v1.1_dev.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/ynat-v1.1/ynat-v1.1_dev.json -------------------------------------------------------------------------------- /klue_benchmark/ynat-v1.1/ynat-v1.1_train.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KLUE-benchmark/KLUE/HEAD/klue_benchmark/ynat-v1.1/ynat-v1.1_train.json --------------------------------------------------------------------------------