Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
## Dataset Description
|
5 |
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: question_id
|
6 |
+
dtype: string
|
7 |
+
- name: question
|
8 |
+
dtype: string
|
9 |
+
- name: tables
|
10 |
+
dtype: list
|
11 |
+
- name: topic
|
12 |
+
dtype: string
|
13 |
+
- name: python_solution
|
14 |
+
dtype: string
|
15 |
+
- name: ground_truth
|
16 |
+
sequence: float
|
17 |
---
|
18 |
## Dataset Description
|
19 |
|