Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,8 +8,8 @@ size_categories:
|
|
8 |
tags:
|
9 |
- RAG
|
10 |
- conversational QA
|
11 |
-
- QA
|
12 |
-
-
|
13 |
configs:
|
14 |
- config_name: convfinqa
|
15 |
data_files:
|
@@ -23,6 +23,15 @@ configs:
|
|
23 |
data_files:
|
24 |
- split: test
|
25 |
path: doc2dial/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
## License
|
|
|
8 |
tags:
|
9 |
- RAG
|
10 |
- conversational QA
|
11 |
+
- multi-turn QA
|
12 |
+
- QA with context
|
13 |
configs:
|
14 |
- config_name: convfinqa
|
15 |
data_files:
|
|
|
23 |
data_files:
|
24 |
- split: test
|
25 |
path: doc2dial/*
|
26 |
+
features:
|
27 |
+
- name: document
|
28 |
+
dtype: string
|
29 |
+
- name: ctxs
|
30 |
+
dtype: list
|
31 |
+
- name: messages
|
32 |
+
dtype: list
|
33 |
+
- name: answers
|
34 |
+
dtype: list
|
35 |
---
|
36 |
|
37 |
## License
|