oliu-io commited on
Commit
bad1afc
1 Parent(s): 5347c94

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -242,7 +242,12 @@ Each task has 128 dev samples under the validation split.
242
 
243
  ### Mathematics
244
 
245
- [More Information Needed]
 
 
 
 
 
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