Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,4 +35,50 @@ configs:
|
|
| 35 |
data_files:
|
| 36 |
- split: train
|
| 37 |
path: data/train-*
|
| 38 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
data_files:
|
| 36 |
- split: train
|
| 37 |
path: data/train-*
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
# DEVS-Eval
|
| 41 |
+
|
| 42 |
+
A benchmark dataset for evaluating the ability of large language models (LLMs) to generate
|
| 43 |
+
DEVS simulation models in the declarative natural language interface (DNL) of the MS4 Me
|
| 44 |
+
modeling environment.
|
| 45 |
+
|
| 46 |
+
## Dataset Description
|
| 47 |
+
|
| 48 |
+
DEVS-Eval consists of 181 human-curated tasks spanning ten categories of the DEVS formalism,
|
| 49 |
+
ranging from elementary atomic model constructs to advanced hierarchical system compositions.
|
| 50 |
+
Each task consists of a natural language prompt paired with a canonical solution written in
|
| 51 |
+
DNL or SES syntax.
|
| 52 |
+
|
| 53 |
+
## Dataset Structure
|
| 54 |
+
|
| 55 |
+
| Column | Description |
|
| 56 |
+
|---|---|
|
| 57 |
+
| `task_id` | Unique identifier for each task |
|
| 58 |
+
| `category` | High-level DEVS construct category (e.g., FDDEVS, SES, Elaboration) |
|
| 59 |
+
| `sub_category` | Fine-grained construct within the category |
|
| 60 |
+
| `prompt` | Natural language description provided as input to the model |
|
| 61 |
+
| `canonical_solution` | Reference DNL or SES implementation validated in MS4 Me |
|
| 62 |
+
|
| 63 |
+
## Categories
|
| 64 |
+
|
| 65 |
+
| Category | Tasks |
|
| 66 |
+
|---|---|
|
| 67 |
+
| Elaboration | 92 |
|
| 68 |
+
| FDDEVS | 37 |
|
| 69 |
+
| SES | 24 |
|
| 70 |
+
| Protocol | 10 |
|
| 71 |
+
| Pruning | 5 |
|
| 72 |
+
| Specialization | 4 |
|
| 73 |
+
| Mapping | 4 |
|
| 74 |
+
| Inheritance | 2 |
|
| 75 |
+
| FDEVS | 2 |
|
| 76 |
+
| Variables | 1 |
|
| 77 |
+
|
| 78 |
+
## License
|
| 79 |
+
|
| 80 |
+
This dataset is released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).
|
| 81 |
+
|
| 82 |
+
## Citation
|
| 83 |
+
|
| 84 |
+
*Citation information will be provided upon acceptance.*
|