Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
4 |
## ScienceAgentBench
|
5 |
|
6 |
The advancements of language language models (LLMs) have piqued growing interest in developing LLM-based language agents to automate scientific discovery end-to-end, which has sparked both excitement and skepticism about their true capabilities.
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
configs:
|
4 |
+
- config_name: validation
|
5 |
+
data_files:
|
6 |
+
- split: validation
|
7 |
+
path: ScienceAgentBench.csv
|
8 |
+
language:
|
9 |
+
- en
|
10 |
---
|
11 |
+
|
12 |
## ScienceAgentBench
|
13 |
|
14 |
The advancements of language language models (LLMs) have piqued growing interest in developing LLM-based language agents to automate scientific discovery end-to-end, which has sparked both excitement and skepticism about their true capabilities.
|