Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
1897e32
·
verified ·
1 Parent(s): 014d0e5

Add task category

Browse files

This PR adds the task category to the dataset card and links it to the paper.

Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,20 +1,24 @@
1
  ---
2
- license: cc-by-nc-4.0
3
  language:
4
  - en
5
- pretty_name: IndustryOR
 
 
6
  size_categories:
7
  - n<1K
 
8
  configs:
9
  - config_name: default
10
  data_files:
11
  - split: test
12
- path: "IndustryOR.json"
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