tangzhy commited on
Commit
89dc9f3
1 Parent(s): bd09345

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -1,3 +1,27 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
21
+ @article{tang2024orlm,
22
+ title={ORLM: Training Large Language Models for Optimization Modeling},
23
+ author={Tang, Zhengyang and Huang, Chenyu and Zheng, Xin and Hu, Shixi and Wang, Zizhuo and Ge, Dongdong and Wang, Benyou},
24
+ journal={arXiv preprint arXiv:2405.17743},
25
+ year={2024}
26
+ }
27
+ ```