Datasets:
Tasks:
Other
Formats:
json
Languages:
English
Size:
< 1K
Tags:
reasoning-datasets-competition
combinatorial optimization
LLM evaluation
google OR tools
test dataset
optimization
License:
Upload README.md
Browse filesupdated readme for huggingface format
README.md
CHANGED
@@ -1,7 +1,29 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
## Overview
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
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:
|