deqing commited on
Commit
8f98373
1 Parent(s): 9f90981

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -271,7 +271,13 @@ Introducing IsoBench, a benchmark dataset containing problems from four major ar
271
  ## Uses
272
 
273
  <!-- Address questions around how the dataset is intended to be used. -->
274
- There are 4 major domains: math, algorithm, game, and science. Each domain has several subtasks. We will show how to load the data for each subtask.
 
 
 
 
 
 
275
 
276
  ### TL;DR
277
  There are 10 subtasks in total: `math_breakpoint, math_convexity, math_parity, graph_connectivity, graph_maxflow, graph_isomorphism, winner_id, puzzle, chemistry, physics`.
 
271
  ## Uses
272
 
273
  <!-- Address questions around how the dataset is intended to be used. -->
274
+ There are 4 major domains: math, algorithm, game, and science. Each domain has several subtasks.
275
+
276
+ In tatal there are 1,630 samples in the `validation` split with ground-truth labels provided.
277
+
278
+ The `test` split without labels is coming soon......
279
+
280
+ We will show how to load the data for each subtask.
281
 
282
  ### TL;DR
283
  There are 10 subtasks in total: `math_breakpoint, math_convexity, math_parity, graph_connectivity, graph_maxflow, graph_isomorphism, winner_id, puzzle, chemistry, physics`.