KikiQiQi commited on
Commit
4e440b3
1 Parent(s): 1b95ec2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -46,7 +46,7 @@ configs:
46
  }
47
  ```
48
 
49
- ## Dataset Loader
50
 
51
  The subsets for SimulBench can be loaded as follows:
52
  ```python
@@ -56,6 +56,11 @@ all_tasks = load_dataset("SimulBench/SimulBench", "all", split="test")
56
  ```
57
  Other available subsets are: `hard`, `subjective`, `objective`, `system`, `tool`, `role`.
58
 
 
 
 
 
 
59
 
60
  ## Acknowledgements
61
 
 
46
  }
47
  ```
48
 
49
+ ## Dataset Loading
50
 
51
  The subsets for SimulBench can be loaded as follows:
52
  ```python
 
56
  ```
57
  Other available subsets are: `hard`, `subjective`, `objective`, `system`, `tool`, `role`.
58
 
59
+ ## More Info
60
+
61
+ * [Paper](xxx)
62
+ * [Website](https://simulbench.github.io/)
63
+ * [Leaderboard & Data Explorer](https://huggingface.co/spaces/SimulBench/SimulBench)
64
 
65
  ## Acknowledgements
66