Add task category
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,20 +1,24 @@
|
|
| 1 |
---
|
| 2 |
-
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
|
|
|
| 8 |
configs:
|
| 9 |
- config_name: default
|
| 10 |
data_files:
|
| 11 |
- split: test
|
| 12 |
-
path:
|
| 13 |
---
|
| 14 |
|
| 15 |
## Overview
|
| 16 |
IndustryOR, the first industrial benchmark, consists of 100 real-world OR problems. It covers 5 types of questions—linear programming, integer programming, mixed integer programming, non-linear programming, and others—across 3 levels of difficulty.
|
| 17 |
|
|
|
|
|
|
|
| 18 |
## Citation
|
| 19 |
|
| 20 |
```latex
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
license: cc-by-nc-4.0
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
size_categories:
|
| 8 |
- n<1K
|
| 9 |
+
pretty_name: IndustryOR
|
| 10 |
configs:
|
| 11 |
- config_name: default
|
| 12 |
data_files:
|
| 13 |
- split: test
|
| 14 |
+
path: IndustryOR.json
|
| 15 |
---
|
| 16 |
|
| 17 |
## Overview
|
| 18 |
IndustryOR, the first industrial benchmark, consists of 100 real-world OR problems. It covers 5 types of questions—linear programming, integer programming, mixed integer programming, non-linear programming, and others—across 3 levels of difficulty.
|
| 19 |
|
| 20 |
+
Paper: https://huggingface.co/papers/2405.17743
|
| 21 |
+
|
| 22 |
## Citation
|
| 23 |
|
| 24 |
```latex
|