Datasets:

Modalities:
Text
Languages:
English
Size:
< 1K
ArXiv:
License:
ronch99 commited on
Commit
9c6e96c
·
verified ·
1 Parent(s): b9cefee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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")