GloriaGeng commited on
Commit
aefdc39
·
verified ·
1 Parent(s): 3660ed8

Update license (code MIT, dataset CC-BY-4.0) and citation

Browse files
Files changed (1) hide show
  1. README.md +15 -7
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  language:
4
  - en
5
  tags:
@@ -151,11 +151,14 @@ git clone https://huggingface.co/datasets/GloriaGeng/REALM-Bench
151
  If you use this dataset, please cite REALM-Bench:
152
 
153
  ```bibtex
154
- @article{realm-bench2025,
155
- title={REALM-Bench: A Real-World Planning Benchmark for LLMs and Multi-Agent Systems},
156
- author={},
157
- journal={arXiv preprint arXiv:2502.18836},
158
- year={2025}
 
 
 
159
  }
160
  ```
161
 
@@ -167,4 +170,9 @@ If you use this dataset, please cite REALM-Bench:
167
 
168
  ## License
169
 
170
- Released under the MIT License. Benchmark instance data follows the licensing of the original sources (OR-Library, Taillard, etc.) where applicable.
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
  language:
4
  - en
5
  tags:
 
151
  If you use this dataset, please cite REALM-Bench:
152
 
153
  ```bibtex
154
+ @misc{geng2025realmbenchbenchmarkevaluatingmultiagent,
155
+ title={REALM-Bench: A Benchmark for Evaluating Multi-Agent Systems on Real-world, Dynamic Planning and Scheduling Tasks},
156
+ author={Longling Geng and Edward Y. Chang},
157
+ year={2025},
158
+ eprint={2502.18836},
159
+ archivePrefix={arXiv},
160
+ primaryClass={cs.AI},
161
+ url={https://arxiv.org/abs/2502.18836},
162
  }
163
  ```
164
 
 
170
 
171
  ## License
172
 
173
+ | Component | License |
174
+ |-----------|---------|
175
+ | **Code** (REALM-Bench repository, evaluation framework) | [MIT](https://opensource.org/licenses/MIT) |
176
+ | **Dataset** (this JSSP release on Hugging Face) | [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/) |
177
+
178
+ Benchmark instance data may additionally follow the licensing of original sources (OR-Library, Taillard, etc.) where applicable.