KuangshiAi commited on
Commit ·
9ab6b74
1
Parent(s): 5aa0e41
update readme
Browse files
README.md
CHANGED
|
@@ -9,19 +9,13 @@ task_categories:
|
|
| 9 |
|
| 10 |
This repository is a secondary repo of [SciVisAgentBench](https://github.com/KuangshiAi/SciVisAgentBench), contains scientific data analysis and visualization datasets and tasks for benchmarking scientific visualization agents.
|
| 11 |
|
| 12 |
-
## Download Volume Datasets
|
| 13 |
-
`download_and_organize.py` downloads and organizes datasets under 512MB. Make sure you run the following script before you evaluate your agents through [SciVisAgentBench](https://github.com/KuangshiAi/SciVisAgentBench):
|
| 14 |
-
```shell
|
| 15 |
-
python download_and_organize.py
|
| 16 |
-
```
|
| 17 |
-
|
| 18 |
## Data Organization
|
| 19 |
|
| 20 |
All the volume datasets from http://klacansky.com/open-scivis-datasets/ have been organized into a consistent structure.
|
| 21 |
|
| 22 |
### Directory Structure
|
| 23 |
|
| 24 |
-
The datasets and tasks for ParaView-
|
| 25 |
|
| 26 |
|
| 27 |
Each dataset in the `main`, the `sci_volume_data`, and the `chatvis_bench` folders follows this structure:
|
|
@@ -56,6 +50,7 @@ SciVisAgentBench was mainly created by Kuangshi Ai (kai@nd.edu), Shusen Liu (liu
|
|
| 56 |
- [ParaView-MCP](https://github.com/LLNL/paraview_mcp)
|
| 57 |
- [Bioimage-agent](https://github.com/LLNL/bioimage-agent)
|
| 58 |
- [ChatVis](https://github.com/tpeterka/ChatVis)
|
|
|
|
| 59 |
|
| 60 |
## License
|
| 61 |
|
|
|
|
| 9 |
|
| 10 |
This repository is a secondary repo of [SciVisAgentBench](https://github.com/KuangshiAi/SciVisAgentBench), contains scientific data analysis and visualization datasets and tasks for benchmarking scientific visualization agents.
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
## Data Organization
|
| 13 |
|
| 14 |
All the volume datasets from http://klacansky.com/open-scivis-datasets/ have been organized into a consistent structure.
|
| 15 |
|
| 16 |
### Directory Structure
|
| 17 |
|
| 18 |
+
The datasets and tasks for ParaView-based visualizations are organized into the `main`, the `sci_volume_data`, and the `chatvis_bench` folders. The `bioimage_data` folder holds tasks for bioimage visualization, and `molecular_vis` folder holds tasks for molecular visualization. The `chatvis_bench` folder contains 20 test cases from the official [ChatVis](https://github.com/tpeterka/ChatVis) benchmark.
|
| 19 |
|
| 20 |
|
| 21 |
Each dataset in the `main`, the `sci_volume_data`, and the `chatvis_bench` folders follows this structure:
|
|
|
|
| 50 |
- [ParaView-MCP](https://github.com/LLNL/paraview_mcp)
|
| 51 |
- [Bioimage-agent](https://github.com/LLNL/bioimage-agent)
|
| 52 |
- [ChatVis](https://github.com/tpeterka/ChatVis)
|
| 53 |
+
- [GMX-VMD-MCP](https://github.com/egtai/gmx-vmd-mcp)
|
| 54 |
|
| 55 |
## License
|
| 56 |
|