Commit
·
3dd8dc0
1
Parent(s):
ed402a9
update readme
Browse files
README.md
CHANGED
|
@@ -17,23 +17,17 @@ task_ids:
|
|
| 17 |
- fact-checking-retrieval
|
| 18 |
dataset_info:
|
| 19 |
features:
|
| 20 |
-
- name: bioKG
|
| 21 |
-
dtype: string
|
| 22 |
- name: kgcheck
|
| 23 |
dtype: string
|
| 24 |
- name: kgqa
|
| 25 |
dtype: string
|
| 26 |
- name: scv
|
| 27 |
dtype: string
|
|
|
|
|
|
|
| 28 |
configs:
|
| 29 |
-
- config_name: biokg
|
| 30 |
-
data_files:
|
| 31 |
-
- split: data
|
| 32 |
-
path: bioKG/*/*.tsv
|
| 33 |
- config_name: kgcheck
|
| 34 |
data_files:
|
| 35 |
-
- split: corpus
|
| 36 |
-
path: kgcheck/corpus
|
| 37 |
- split: dev
|
| 38 |
path: kgcheck/dev.json
|
| 39 |
- split: test
|
|
@@ -52,6 +46,13 @@ configs:
|
|
| 52 |
path: scv/dev.jsonl
|
| 53 |
- split: test
|
| 54 |
path: scv/test.jsonl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
---
|
| 56 |
|
| 57 |
# Agent4S-BioKG
|
|
|
|
| 17 |
- fact-checking-retrieval
|
| 18 |
dataset_info:
|
| 19 |
features:
|
|
|
|
|
|
|
| 20 |
- name: kgcheck
|
| 21 |
dtype: string
|
| 22 |
- name: kgqa
|
| 23 |
dtype: string
|
| 24 |
- name: scv
|
| 25 |
dtype: string
|
| 26 |
+
- name: bioKG
|
| 27 |
+
dtype: dsfa
|
| 28 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
- config_name: kgcheck
|
| 30 |
data_files:
|
|
|
|
|
|
|
| 31 |
- split: dev
|
| 32 |
path: kgcheck/dev.json
|
| 33 |
- split: test
|
|
|
|
| 46 |
path: scv/dev.jsonl
|
| 47 |
- split: test
|
| 48 |
path: scv/test.jsonl
|
| 49 |
+
- config_name: biokg
|
| 50 |
+
data_files:
|
| 51 |
+
- split: data
|
| 52 |
+
path: bioKG/*/*.tsv
|
| 53 |
+
tags:
|
| 54 |
+
- agent
|
| 55 |
+
- medical
|
| 56 |
---
|
| 57 |
|
| 58 |
# Agent4S-BioKG
|