Update README.md
Browse files
README.md
CHANGED
@@ -242,7 +242,12 @@ Each task has 128 dev samples under the validation split.
|
|
242 |
|
243 |
### Mathematics
|
244 |
|
245 |
-
|
|
|
|
|
|
|
|
|
|
|
246 |
|
247 |
### Algorithms
|
248 |
|
|
|
242 |
|
243 |
### Mathematics
|
244 |
|
245 |
+
- `image`: a PIL Image feature;
|
246 |
+
- `latex`: a `string` feature, containing the LateX definition of a function;
|
247 |
+
- `code`: a `string` feature, containing the `sympy` definition of a function;
|
248 |
+
- `label`: a `string` feature;
|
249 |
+
- `domain`: a `string` feature or `None`, denoting the domain of a function. This feature is only used for some of the Convexity problems.
|
250 |
+
- `id`: a `string` feature.
|
251 |
|
252 |
### Algorithms
|
253 |
|