Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ configs:
|
|
46 |
}
|
47 |
```
|
48 |
|
49 |
-
## Dataset
|
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 |
|