henri24 commited on
Commit
d1f3154
·
verified ·
1 Parent(s): 95fb11f

Upload README.md

Browse files

updated readme for huggingface format

Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,7 +1,29 @@
1
- # Combined Combinatorial Optimization Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## Overview
4
- This dataset is created for evaluating the effectiveness of Large Language Models (LLMs) on various combinatorial optimization problems. Each instance in the dataset represents a problem instance and includes all the necessary attributes to learn and evaluate problem solutions generated by Google's OR Tools.
 
 
 
 
 
5
 
6
  ## Problem Types and Attributes
7
  Each instance in the dataset is expected to have the following attributes:
 
1
+ ---
2
+ language:
3
+ - "en"
4
+ pretty_name: "LLM Combinatorial Optimization Test Dataset"
5
+ tags:
6
+ - "reasoning-datasets-competition"
7
+ - "combinatorial optimization"
8
+ - "LLM evaluation"
9
+ - "google OR tools"
10
+ - "test dataset"
11
+ - "optimization"
12
+ license: "mit"
13
+ task_categories:
14
+ - "optimization"
15
+ - "combinatorial"
16
+ ---
17
+
18
+ # LLM Combinatorial Optimization Test Dataset
19
 
20
  ## Overview
21
+
22
+ This dataset is created for evaluating the effectiveness of Large Language Models (LLMs) in solving various combinatorial optimization problems. The dataset was generated by combining multiple JSON files containing problem instances from different problem domains. Each instance represents a distinct optimization problem along with its associated solution outputs generated using Google's OR Tools.
23
+
24
+ ## Structure and Attributes
25
+
26
+ Each instance in this dataset is a JSON object that contains some common attributes along with problem-specific details. The common attributes present in every instance include:
27
 
28
  ## Problem Types and Attributes
29
  Each instance in the dataset is expected to have the following attributes: