Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -11,27 +11,26 @@ tags:
|
|
11 |
- multi-turn QA
|
12 |
- QA with context
|
13 |
configs:
|
14 |
-
- config_name: convfinqa
|
15 |
-
data_files:
|
16 |
-
- split: dev
|
17 |
-
path: convfinqa/*
|
18 |
- config_name: coqa
|
19 |
data_files:
|
20 |
- split: dev
|
21 |
path: coqa/*
|
22 |
-
- config_name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
data_files:
|
24 |
- split: test
|
25 |
-
path:
|
26 |
-
features:
|
27 |
-
- name: document
|
28 |
-
dtype: str
|
29 |
-
- name: ctxs
|
30 |
-
dtype: list
|
31 |
-
- name: messages
|
32 |
-
dtype: list
|
33 |
-
- name: answers
|
34 |
-
dtype: list
|
35 |
---
|
36 |
|
37 |
## License
|
|
|
11 |
- multi-turn QA
|
12 |
- QA with context
|
13 |
configs:
|
|
|
|
|
|
|
|
|
14 |
- config_name: coqa
|
15 |
data_files:
|
16 |
- split: dev
|
17 |
path: coqa/*
|
18 |
+
- config_name: inscit
|
19 |
+
data_files:
|
20 |
+
- split: dev
|
21 |
+
path: inscit/*
|
22 |
+
- config_name: inscit
|
23 |
+
data_files:
|
24 |
+
- split: dev
|
25 |
+
path: inscit/*
|
26 |
+
- config_name: topiocqa
|
27 |
+
data_files:
|
28 |
+
- split: dev
|
29 |
+
path: topiocqa/*
|
30 |
+
- config_name: hybridial
|
31 |
data_files:
|
32 |
- split: test
|
33 |
+
path: hybridial/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
|
36 |
## License
|