Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ dataset_info:
|
|
| 47 |
|
| 48 |
## ScienceAgentBench
|
| 49 |
|
| 50 |
-
### Update 04/30/2026: To mitigate false negatives in evaluation, we have released a verified version of ScienceAgentBench. Please load our benchmark using the following code going forward:
|
| 51 |
```py
|
| 52 |
from datasets import load_dataset
|
| 53 |
ds = load_dataset("osunlp/ScienceAgentBench", split="verified")
|
|
|
|
| 47 |
|
| 48 |
## ScienceAgentBench
|
| 49 |
|
| 50 |
+
### Update 04/30/2026: To mitigate false negatives in evaluation, we have released a verified version of ScienceAgentBench. Please load our benchmark using the following code going forward and make sure you follow the latest instructions in our [github repository](https://github.com/OSU-NLP-Group/ScienceAgentBench):
|
| 51 |
```py
|
| 52 |
from datasets import load_dataset
|
| 53 |
ds = load_dataset("osunlp/ScienceAgentBench", split="verified")
|