svarambally commited on
Commit
76fc28c
·
verified ·
1 Parent(s): 4ba7530

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -3
README.md CHANGED
@@ -1,3 +1,80 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: ZephyrusBench
3
+ license: mit
4
+ language:
5
+ - en
6
+ task_categories:
7
+ - question-answering
8
+ - text-generation
9
+ tags:
10
+ - weather
11
+ - climate
12
+ - earth-science
13
+ - benchmark
14
+ - agent
15
+ - reasoning
16
+ size_categories:
17
+ - 1K<n<10K
18
+ ---
19
+
20
+ # ZephyrusBench
21
+
22
+ [![arXiv](https://img.shields.io/badge/arXiv-2510.04017-b31b1b?logo=arxiv&logoColor=white)](https://arxiv.org/abs/2510.04017)
23
+ [![ICLR 2026](https://img.shields.io/badge/ICLR-2026-blue)](https://iclr.cc/virtual/2026/poster/10008692)
24
+ [![Code](https://img.shields.io/badge/Code-GitHub-black?logo=github)](https://github.com/Rose-STL-Lab/Zephyrus)
25
+ [![Dataset](https://img.shields.io/badge/Dataset-Hugging%20Face-ffd21e?logo=huggingface&logoColor=black)](https://huggingface.co/datasets/Rose-STL-Lab/Zephyrus)
26
+
27
+ ZephyrusBench is a weather-science benchmark released with the paper *Zephyrus: An Agentic Framework for Weather Science*. It contains **2,230** question-answer pairs across **49** tasks spanning geospatial reasoning, temporal reasoning, forecasting, simulation, climatology, and scientific question answering.
28
+
29
+ Accepted at the **International Conference on Learning Representations, 2026**.
30
+
31
+ **Paper and Resources**
32
+
33
+ - Paper: [arXiv](https://arxiv.org/abs/2510.04017)
34
+ - Poster: [ICLR 2026 Poster](https://iclr.cc/virtual/2026/poster/10008692)
35
+ - Code: [Rose-STL-Lab/Zephyrus](https://github.com/Rose-STL-Lab/Zephyrus)
36
+ - Dataset: [Rose-STL-Lab/Zephyrus on Hugging Face](https://huggingface.co/datasets/Rose-STL-Lab/Zephyrus)
37
+
38
+ ## Dataset Summary
39
+
40
+ - Domain: weather science and climate-related reasoning
41
+ - Language: English
42
+ - Format: one or more JSON files
43
+ - Primary use: benchmarking inference and evaluation pipelines in the Zephyrus codebase
44
+
45
+ The full Zephyrus stack pairs the benchmark with:
46
+
47
+ - WeatherBench 2 data access
48
+ - Natural Earth geolocation utilities
49
+ - forecasting tools
50
+ - simulation tools
51
+ - climatology tools
52
+
53
+
54
+ ## Usage
55
+
56
+ ### Use With the Zephyrus Repository
57
+
58
+ 1. Setup the Code Execution Server.
59
+ 2. Download the dataset files from this Hugging Face repo.
60
+ 3. Place them in a local directory.
61
+ 4. Point `dataset_path` in `configs/paths/default.yaml` to that directory.
62
+ 5. Run inference or evaluation from the Zephyrus repository.
63
+
64
+ For full setup instructions, including WeatherBench 2, Natural Earth, caches, and model/server configuration, see the project [README](https://github.com/Rose-STL-Lab/Zephyrus).
65
+
66
+ ## Citation
67
+
68
+ If you use ZephyrusBench, please cite:
69
+
70
+ ```bibtex
71
+ @inproceedings{
72
+ varambally2026zephyrus,
73
+ title={Zephyrus: An Agentic Framework for Weather Science},
74
+ author={Sumanth Varambally and Marshall Fisher and Jas Thakker and Yiwei Chen and Zhirui Xia and Yasaman Jafari and Ruijia Niu and Manas Jain and Veeramakali Vignesh Manivannan and Zachary Novack and Luyu Han and Srikar Eranky and Salva R{\"u}hling Cachay and Taylor Berg-Kirkpatrick and Duncan Watson-Parris and Yian Ma and Rose Yu},
75
+ booktitle={The Fourteenth International Conference on Learning Representations},
76
+ year={2026},
77
+ url={https://openreview.net/forum?id=aVeaNahsID}
78
+ }
79
+ ```
80
+