deqing commited on
Commit
4e96068
1 Parent(s): 724b9e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -266,6 +266,17 @@ Introducing IsoBench, a benchmark dataset containing problems from four major ar
266
  <!-- Address questions around how the dataset is intended to be used. -->
267
  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.
268
 
 
 
 
 
 
 
 
 
 
 
 
269
  ### Direct Use
270
 
271
  <!-- This section describes suitable use cases for the dataset. -->
 
266
  <!-- Address questions around how the dataset is intended to be used. -->
267
  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.
268
 
269
+ ### TL;DR
270
+ There are 10 subtasks in total: `math_breakpoint, math_convexity, math_parity, graph_connectivity, graph_maxflow, graph_isomorphism, winner_id, puzzle, chemistry, physics`.
271
+
272
+ You can load a `subtask` via
273
+
274
+ ```python
275
+ from datasets import load_dataset
276
+ ds_subtask = load_dataset('isobench/IsoBench', subtask, split='validation')
277
+ ```
278
+
279
+
280
  ### Direct Use
281
 
282
  <!-- This section describes suitable use cases for the dataset. -->